/* CAROUSEL */

.carousel{
/*    margin:  0 0 25px 0;*/
    margin:-14px -10px;
    position:relative;
    height: 415px;
    width: 748px;
    overflow:hidden;    
}

.carouselPrivate{
/*    margin:  0 0 25px 0;*/
    position:relative;
    height: 224px;
    width: 748px;
    overflow:hidden;    
}

.carousel h2{
	color: #fff;
}	

.carouselPrivate h2{
	color: #fff;
}	

.carousel .backgrounds{
    height: 345px;
}

.carouselPrivate .backgrounds{
    height: 230px;
}

.carousel .backgrounds .item{
    width: 748px;
    height: 345px;
    float:left;
    position:relative;
    z-index:1;
}


.carouselPrivate .backgrounds .item{
    width: 748px;
    height: 224px;
    float:left;
    z-index:1;
    text-align: left;
}

/*.carousel .backgrounds .item_1{
    background: transparent url(/estilos/gris/carousel_bg_arrow.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_2{
    background: transparent url(/estilos/gris/carousel_bg_arrow.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_3{
    background: transparent url(/estilos/gris/carousel_bg_1.jpg) no-repeat 0 0;
}*/

.carousel .panel{
    background: #262626;
    color: #fff;
/*    position:absolute;*/
    right: 0;
    top:0;
    height: 28px;
    width: 748px;
    z-index:10;
}

.carouselPrivate .panel{
    background: #262626;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 224px;
    width: 260px;
    z-index: 10;
}

.carousel .panel .paging{
    position:absolute;
    bottom: 48px;
    left:25px;
    width: 155px;
    text-align:center;   
}

.carouselPrivate .panel .paging{
    position:absolute;
    bottom: 10px;
    left:10px;
    width: 230px;    
    text-align:center;   
}

.carousel .panel .paging a{
    color: #4c4c4c;
    font-size: 1.1em;
}

.carouselPrivate .panel .paging a{
    color: #4c4c4c;
    font-size: 1.1em;
}

.carousel .panel .pause{
    position:absolute;
/*    right:20px;
    top:25px;*/
    left:170px;
    right:0;
    bottom:0;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(/estilos/gris/carousel_pause_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carouselPrivate .panel .pause{
    position:absolute;
/*    right:20px;
    top:25px;*/
    left:30px;
    right:0;
    bottom:0;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(/estilos/gris/carousel_pause_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .play{
    position:absolute;
/*    right:20px;
    top:25px;*/
    left:170px;
    right:0;
    bottom:0;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(/estilos/gris/carousel_play_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carouselPrivate .panel .play{
    position:absolute;
/*    right:20px;
    top:25px;*/
    left:30px;
    right:0;
    bottom:0;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(/estilos/gris/carousel_play_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .paging .next{
    position:absolute;
    right:0;
    bottom:0;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(/estilos/gris/carousel_next_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carouselPrivate .panel .paging .next{
    position:absolute;
    right:0;
    bottom:0;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(/estilos/gris/carousel_next_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .paging .previous{
    position:absolute;
    left:0;
    bottom:0;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(/estilos/gris/carousel_previous_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carouselPrivate .panel .paging .previous{
    position:absolute;
    left:0;
    bottom:0;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(/estilos/gris/carousel_previous_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .paging #numbers a {
    padding: 0 5px 0 5px;
}

.carouselPrivate .panel .paging #numbers a {
    padding: 0 5px 0 5px;
}

.carousel .panel .paging #numbers a.selected {
    color: #fff;
}

.carouselPrivate .panel .paging #numbers a.selected {
    color: #fff;
}


.carousel .panel .details_wrapper {
    position:absolute;
    top:352px;
    left:250px;
    width: 460px;
    overflow:hidden;
    height: 30px;
}

.carouselPrivate .panel .details_wrapper {
    position:absolute;
    top:150px;
    left:10px;
    width:230px;
    height:30px;
    overflow:hidden;    
}


.carousel .panel .details_wrapper .details{
    height: 425px;
}

.carousel .panel .details_wrapper .details .detail{
    width: 460px;
    height: 30px;
    float:left;
    font-size:12px;
    
}
.carouselPrivate .panel .details_wrapper .details .detail{
    width: 230px;
    height: 55px;
    float:left;
    font-size:12px;   
    
}
.carousel .panel .details_wrapper .details h2{
    font-size: 12px;
    line-height: 1.0em;
    margin: 0 0 5px 0;
}

.carouselPrivate .panel .details_wrapper .details h2{
    font-size: 12px;
    line-height: 1.0em;
    margin: 0 0 5px 0;
}

.carousel .panel .details_wrapper .details a.more{
    color: #fff;
    font-size:1.1em;
}

.carouselPrivate .panel .details_wrapper .details a.more{
    color: #fff;
    font-size:1.1em;
}   

/* END CAROUSEL */


#noticiaSlideContainer {
    background: #262626;
    height: 225px;
    
    border-left: 2px solid #262626;
    width:260px;
}

.noticiaSlideContent{
     background-repeat: no-repeat;
     
     height:225px;
     width: 260px;
     cursor: pointer;
}

.tituloNoticia{
     background-color: #000000;
     margin-top: 155px;
     height:70px;
     position: absolute;
     *position: relative;
     width: 100%;
     font-size: 14px;
     font-weight: bold;
     opacity:0.7;
     vertical-align: middle;
     overflow:hidden;
     padding-top: 10px;
}


#noticiasContainer .jFlowNext { 
    background: url("/estilos/gris/carousel_next_bg.gif") no-repeat scroll 0 0 transparent;
    bottom: 0;
    display: block;
    height: 18px;
    position: absolute;
    right: -1px;
    text-indent: -6000px;
    width: 18px;
    opacity:0.5;
    top: 207px;
    cursor: pointer;
}


#noticiasContainer  .jFlowPrev {
    background: url("/estilos/gris/carousel_previous_bg.gif") no-repeat scroll 0 0 transparent;
    bottom: 0;
    display: block;
    height: 18px;
    left: 0px;
    position: absolute;
    text-indent: -6000px;
    width: 18px;
    opacity:0.5;
    top: 207px;
}



#fancybox-loading {
    position: fixed;
    top: 170px;
    left: 1015px;;
    margin-top: -21px;

}





#fancybox-outer {
   
   -moz-border-radius: 12px;
   -webkit-border-radius: 12px;
   border-radius: 12px;
}

#fancybox-outer .cabeceraContenidos {

   -moz-border-top-left-radius: 12px;
   -webkit-top-left-border-radius: 12px;
   border-top-left-radius: 12px;
   padding-left: 20px;
   padding-top:15px;
}

