#catalogos_wrap{ width:960px; margin:0pt auto; padding:0px; position: relative; text-align:left;}
#catalogos_contenedor{ float:left; width:960px; padding:0 0 15px 0; background-color:#636363; height:auto; margin-top:0px;}
#img_tit {float:left;width:960px;padding-top:10px;padding-bottom:10px;}

#prev{position:absolute; top:170px; left:0; width:28; height:27px;cursor:pointer;}
#next{position:absolute; top:170px; left:932px; width:28; height:27px;cursor:pointer;}


.myCarousel { 
	float:left;
    margin:0px; 
    padding:0; 
    height:237px;
}
 
.myCarousel li { 
    width:133px; 
    height:188px;
	margin: 0 7px; 
    list-style:none;  
	float:left;
}

.descargar { 
    width:133px;
	background:#fff;
	margin-left:7px;
}


.myCarousel li img {
	display: block;
	cursor:pointer;
}

.txt_pie{font-family:Verdana, Helvetica;color: #fff; font-size: 11px; text-decoration: none;z-index:1002;}

#example {
	float:left;
	background-color: #636363;
	padding:10px 10px 10px 35px;
	width: 900px;
	height:300px;
} 


/** Custom jQuery carrousel **/

.carrousel {
	display:block;
}

.carrousel_itemList {
	margin:0;
	padding:0;
	position:relative;
	float:right;
}

.carrousel_itemList_li {
	float:left;
	position:relative;
	list-style:none;
	width: 17px;
	height: 17px;
	border: 1px solid #F0EB9E;
	text-align: center;
	margin: 1px;
}

.carrousel_carrousel {
	width: 425px;
}

