/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;} 

article.aviso {padding:20px 65px 90px; margin:0 auto; display:table; max-width:765px !important; width:80% !important;}
article.aviso .logo-pop {margin:0 auto 10px; display:table;}
article.aviso .auxi-pop {width:100%; height:auto;}
article.aviso .auxi-pop h3.text-shadow {font-family:Tahoma, Geneva, sans-serif; font-size:39px; line-height:120%; color:#464646; text-align:center; border-bottom:1px solid #e0e0e0; padding:0 60px 25px; margin:60px auto 25px; display:table;}
article.aviso .auxi-pop .bajada {font-family:Tahoma, Geneva, sans-serif; font-size:16px; line-height:120%; color:#666666; text-align:center; padding:0 60px 0; margin:0 auto; display:table;}
article.aviso .auxi-pop .ver-mas {background:url(images/arrow.png) no-repeat 85% 13px ; background-color:#002d74; padding:10px 45px 10px 25px; margin:25px auto 0; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:16px; line-height:120%; color:#ffffff; text-decoration:none;}
article.aviso .auxi-pop .banner-aviso {width:100%; height:auto; margin:0 auto;}
article.aviso .auxi-pop .banner-aviso a .img-comun {width:100%; height:auto; margin:0 auto;}

@media only screen and (max-width:780px) {
	article.aviso {padding:10px;}
	article.aviso .auxi-pop h3.text-shadow {font-size:22px; padding:0 15px 10px; margin:0 auto 10px;}
article.aviso .auxi-pop .bajada {font-size:14px; padding:0 15px 0; margin:0 auto 10px;}
	#colorbox, #cboxWrapper, #cboxTopCenter, #cboxContent, #cboxLoadedContent {max-width:765px !important; width:100% !important;}
	#colorbox {left:0; right:0; margin:0 auto;}
	#cboxWrapper {left:0; right:0; margin:0 auto;}
	#cboxLoadedContent { margin:0 auto; display:table;}
}
#colorbox{}
    #cboxContent{margin-top:10px;}
        #cboxLoadedContent{background:#fff; padding:0;}
        #cboxTitle{position:absolute; top:0; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:0; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:0; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:0; left:5px; margin-top:0; background:url(images/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:100%; right:5px; margin-top:0; background:url(images/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:10px; right:8px; display:block; background:url(images/cerrar.jpg) top center no-repeat; width:26px; height:26px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}