﻿
/*SLIDER*/
.bcu-slider { width: 387px; height: 385px; background-color: #6F9AD0; }
.bcu-slider .content { overflow: hidden; }
        
.bcu-slider .content .slider { list-style:none; margin: auto; padding: 0; position: relative;}
.bcu-slider .content .slider li { float: left; font-family: Verdana; }
        
.bcu-slider .content .slider li div.image { width: 100%; height: 219px; }
.bcu-slider .content .slider li div.image img { width: 100%; height: 100%; }
        
.bcu-slider .content .slider li div.article { vertical-align: top; font-family: Verdana; }
.bcu-slider .content .slider li div.article div.title h3 { font-size: 14px; color: #1C267D; margin: 0; padding: 10px;}
.bcu-slider .content .slider li div.article div.body { font-size: 11px; color: #ffffff !important; padding: 0 10px 0 10px; margin: 0; }
.bcu-slider .content .slider li div.article div.body *{ color:#ffffff !important; }
.bcu-slider .content .slider li div.article div.body a:link { color:#ffffff !important; }
.bcu-slider .content .slider li div.article div.body a:visited { color:#ffffff !important; }
.bcu-slider .content .slider li div.article div.body a:hover { color:#ffffff !important; }
.bcu-slider .content .slider li div.article div.body a:active { color:#ffffff !important; }
.bcu-slider .content .slider li div.article div.body a.see-more { font-weight: bold; margin-left: 2px; }
        
.bcu-slider .pager { height: 32px; width: 100%; }
.bcu-slider .pager .separator { float: right; width: 5px; height: 32px; }
.bcu-slider .pager .next { background: url('/_layouts/BCU.Portada/img/next_16.png') no-repeat center center; float: right; width: 32px; height: 32px; cursor: pointer; }
.bcu-slider .pager .next-hover  { background: url('/_layouts/BCU.Portada/img/next_hover_16.png') no-repeat center center; }
.bcu-slider .pager .previous { background: url('/_layouts/BCU.Portada/img/previous_16.png') no-repeat center center; float: right; width: 32px; height: 32px; cursor: pointer; }
.bcu-slider .pager .previous-hover  { background: url('/_layouts/BCU.Portada/img/previous_hover_16.png') no-repeat center center; }

/*LABEL*/
.bcu-label { width: 100%; height:26px; }
.bcu-label .text{ min-width: 97px; height:26px; background-color: #6F9AD0; font-family: Verdana; color: #ffffff; font-size: 12px; font-weight: bold; float: left; }
.bcu-label .text div { margin: 5px 7px; }
.bcu-label .line{ width: 100%; height:6px; background-color: #6F9AD0; position: relative; top: 20px; }

/*FOOTER*/
.bcu-footer { width: 774px; color: #333333;}
.bcu-footer .content {  }
.bcu-footer .content .items { list-style:none; margin: auto; padding: 0; }
.bcu-footer .content .items > li { float: left; font-family: Verdana; width: 185px; position: relative; margin-left: 11.3px; }
.bcu-footer .content .items > li:first-child { margin-left: 0px; }

.bcu-footer .content .items li img { width: 185px; height: 125px; }
.bcu-footer .content .items li .bcu-label { position: absolute; top: 99px; }
.bcu-footer .content .items li .bcu-label .text { font-size: 10px; font-weight: normal; }
.bcu-footer .content .items li .links { list-style:none; margin: auto; padding: 0; font-size: 11px; }
.bcu-footer .content .items li .links li { margin-top: 6px; }
.bcu-footer .content .items li .links li div { width: 14px; height: 14px; background: url("/_layouts/BCU.Portada/img/next_14.png") #6F9AD0; float: left; margin-right: 4px; }
.bcu-footer .content .items li .links li div.hover { background: url("/_layouts/BCU.Portada/img/next_hover_14.png") #6F9AD0; }
.bcu-footer .content .items li .links li a:link { color:#333333 !important; text-decoration: none; }
.bcu-footer .content .items li .links li a:visited { color:#333333 !important; text-decoration: none; }
.bcu-footer .content .items li .links li a:hover { color:#333333 !important; text-decoration: none; }
.bcu-footer .content .items li .links li a:active { color:#333333 !important; text-decoration: none; }