/*----------------- Generales -----------------*/
#main .contenido {width:65%; padding:30px 50px 30px 0;}
/* FIN Generales */


/*----------------- Sección 1 -----------------*/
.seccion1.slider {overflow:hidden; position:relative;}
.seccion1 ul li img {display:block;}
.seccion1 .jcarousel-control {position:absolute; right:70px; bottom:20px;}
.seccion1 .jcarousel-control a {background:url('../imag/auxi/bullet_slider1-off.png') no-repeat center center; display:block; float:left; width:19px; height:19px; margin:0 3px; font-size:13px; text-indent:-5000px; overflow:hidden;}
.seccion1 .jcarousel-control a.active {background:url('../imag/auxi/bullet_slider1-on.png') no-repeat center center;}
.seccion1 .jcarousel-prev {position:absolute; left:15px; top:125px; width:32px; height:48px; background:url(../imag/auxi/flecha_slider1-izq.png) no-repeat center center; cursor:pointer;}
.seccion1 .jcarousel-next {position:absolute; right:15px; top:125px; width:32px; height:48px; background:url(../imag/auxi/flecha_slider1-der.png) no-repeat center center; cursor:pointer;}
/* FIN Sección 1 */
/*----------------- Sección 2 -----------------*/
.seccion2 .titular {font-size:22px; color:#333; padding-left:7px; border-left:3px #f25a0f solid; margin-bottom:15px;}
.CUERPO h2 {background:url('../imag/auxi/bullet1.png') no-repeat left center; padding:5px 0; padding-left:15px; margin-left:-15px;}
.CUERPO p {font-size:12px; color:#333; line-height:160%; margin:10px 0;}
.CUERPO ul {margin:25px 0; list-style:square; margin-left:20px;}
.CUERPO ul li {padding:5px 0; line-height:120%; color:#666; font-size:13px;}
.CUERPO img {margin:10px 0 10px 20px; padding:10px; 
	box-shadow: 0 0 11px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 11px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 11px rgba(0,0,0,0.2);}
	
.CUERPO ul.subtitulos {margin:15px 0; border-top:1px #999 solid; border-bottom:1px #999 solid;}
.CUERPO ul.subtitulos li {background:url('../imag/auxi/bullet1.png') no-repeat left center; padding:5px 0; padding-left:15px; line-height:140%; font-size:13px; font-weight:bold; color:#444;}
/* FIN Sección 2 */