/*Main Container*/
.hrzContainer {
	margin: 0px 0px 0px 0px;
	width:714px;
	background:  url(../Images/bg/bg-contenedor.jpg) no-repeat;
	background-position: right top;
}
.hrzContainer ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.hrzContainer li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle {
	float: left;
	width: 38px;
	height: 134px;
	margin-right: 2px;
}
.handleOver{	
}
.handleSelected{
}
.handle a.p_acuaticos{
	width: 38px;
	height: 134px;
	display: block;
}
.handle a.p_acuaticos:hover{
}
.handle a.p_acuaticos_selected{
	width: 38px;
	height: 134px;
	display: block;
}
.handle a.p_atracciones{
	width: 38px;
	height: 134px;
	display: block;
}
.handle a.p_atracciones:hover{
}
.handle a.p_atracciones_selected{
	width: 38px;
	height: 134px;
	display: block;
}
.handle a.p_zoo{
	width: 38px;
	height: 134px;
	display: block;
}
.handle a.p_zoo:hover{
}
.handle a.p_zoo_selected {
	width: 38px;
	height: 134px;
	display: block;
}
.handle a.p_otrosnegocios{
	width: 38px;
	height: 134px;
	display: block;
}
.handle a.p_otrosnegocios:hover{
}
.handle a.p_otrosnegocios_selected {
	width: 38px;
	height: 134px;
	display: block;
}
.handle a.p_centrosocio{
	width: 38px;
	height: 134px;
	display: block;
}
.handle a.p_centrosocio:hover{
}
.handle a.p_centrosocio_selected{
	width: 38px;
	height: 134px;
	display: block;
}
/*Content Container*/
.contentWrapper{
	width: 500px;
	height: 134px;
	padding: 0px 0px 0px 0px;
	margin-left: 5px;
}
.contentInnerWrapper{
}
.contentWrapper h3{
	border-bottom: 1px solid silver;
	color: rgb(172, 194, 112);
}
/*Animation Start*/
.contentStart {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 134px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd {
	float: left;	
	width:481px;
	height:134px;
}
