/* CSS Document */
/*** Tags HTML ***/
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {position: relative;}
.jcarousel-clip {z-index:2; padding:0; margin:0; overflow:hidden; position:relative;}
.jcarousel-list {z-index:1; overflow:hidden; position:relative; top:0; left:0; margin:0; padding:0;}
.jcarousel-item {float:left; list-style:none; width:155px; height:155px;}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {z-index:3; display:none;}
.jcarousel-prev {z-index:3; display:none;}    

/*------------------ Estilos especificos del Sitio ------------------*/
.jcarousel-next-horizontal{position:absolute;top:30px;right:-10px;width:25px;height:25px;cursor:pointer;background:url(/noticias/imag/auxi/next_carrusel.png) no-repeat left top}
.jcarousel-next-horizontal:hover{background:url(/noticias/imag/auxi/next_carrusel.png) no-repeat left top}
.jcarousel-next-disabled-horizontal,.jcarousel-next-disabled-horizontal:hover,.jcarousel-next-disabled-horizontal:active{cursor:default;background-position:0}
.jcarousel-prev-horizontal{position:absolute;top:30px;left:-10px;width:25px;height:25px;cursor:pointer;background:url(/noticias/imag/auxi/prev_carrusel.png) no-repeat left top}
.jcarousel-prev-horizontal:hover{background:url(/noticias/imag/auxi/prev_carrusel.png) no-repeat left top}
.jcarousel-prev-disabled-horizontal,.jcarousel-prev-disabled-horizontal:hover,.jcarousel-prev-disabled-horizontal:active{cursor:default;margin:0}
.jcarousel-item{width:221px;height:70px;margin:25px 0 0}
.jcarousel-item-horizontal{margin-right:0}
.carrusel{border:1px solid #a4a3a8;height:86px;margin:0 auto}
.carrusel ul{overflow:hidden}
.carrusel ul li{float:left;border-right:1px solid #eaeaea;padding:0 15px 5px 0}
#slider2-no-slide .carrusel ul li{margin: 0 0 0 72px;border:0;max-width: 200px;min-width: 200px;}
.carrusel ul li > a{float:left;padding:5px 5px 0 0}
.carrusel ul li > small > a{font-size:11px;color:#333}
.carrusel ul li h5{font-size:11px;line-height:12px;margin:0;padding:0}
.carrusel ul li h5 a{font-weight:400;font-size:11px;color:#06c;line-height:12px}
.carrusel ul li h5 a:hover{text-decoration:underline}
.carrusel ul li p{font-size:11px;color:#999;line-height:12px}
#slider1{width:1000px;height:88px;clear:both;visibility:hidden;margin:4px auto 10px auto}
#slider1 .carrusel{width:970px;border:1px solid #a4a3a8;height:79px;margin:0 auto}
#slider1 .carrusel ul{width:950px;overflow:hidden}
#slider1 .carrusel ul li{width:206px;height:64px;margin:5px 0 5px 20px}
#slider2{float:left;width:640px;height:88px;overflow:visible;margin:4px auto 10px}
#slider2 .carrusel{float:left;width:645px;border:1px solid #a4a3a8;height:79px;margin:0 auto}
#slider2 .carrusel ul{width:620px;overflow:hidden}
#slider2 .carrusel ul li{width:290px;height:64px;margin:5px 0 5px 18px;padding:0 10px 5px 0}
#slider2 .carrusel ul li p{padding-right:15px}
#slider2 .carrusel ul li p a{color:#06C}
.jcarousel-next-horizontal:active,.jcarousel-prev-horizontal:active{background-position:0}
