﻿/*NEWS*/
.bcu-news { width: 100%; height: 100%; color: #333333; padding-top: 6px; }
.bcu-news .content { overflow: hidden; }

.bcu-news .content .items { list-style:none; margin: auto; padding: 0; position: relative; }
.bcu-news .content .items li { float: left; font-family: Verdana;  }

.bcu-news .content .items li ul.page { list-style:none; margin: auto; padding: 0; position: relative; }
.bcu-news .content .items li ul.page li { border-top: 1px solid #6F9AD0; }
.bcu-news .content .items li ul.page li:first-child { border-top: 0px solid; }
.bcu-news .content .items li ul.page li div.item { width: 100%; margin: 4px 0; position: relative; height: 100%; overflow-x: hidden; }
.bcu-news .content .items li ul.page li div.item img { border: 0; width: 91px; height: 61px; }
.bcu-news .content .items li ul.page li div.item div.news { margin-left: 91px; width: 100%; position: absolute; top: 0px; font-family: Verdana; padding-left: 17px; }

.bcu-news .content .items li ul.page li div.item div.news div.date { font-size: 11px; color: #D4973D; }
.bcu-news .content .items li ul.page li div.item div.news div.title { font-size: 11px; color: #D4973D; text-decoration: none; }
.bcu-news .content .items li ul.page li div.item div.news div.title a:link { color:#D4973D !important; text-decoration: none; }
.bcu-news .content .items li ul.page li div.item div.news div.title a:visited { color:#D4973D !important; text-decoration: none; }
.bcu-news .content .items li ul.page li div.item div.news div.title a:hover { color:#D4973D !important; text-decoration: none; }
.bcu-news .content .items li ul.page li div.item div.news div.title a:active { color:#D4973D !important; text-decoration: none; }

.bcu-news .content .items li ul.page li div.item div.news div.body { font-size: 10px; }
.bcu-news .content .items li ul.page li div.item div.news div.body *{ color:#333333 !important; }
.bcu-news .content .items li ul.page li div.item div.news div.body a:link { color:#333333 !important; }
.bcu-news .content .items li ul.page li div.item div.news div.body a:visited { color:#333333 !important; }
.bcu-news .content .items li ul.page li div.item div.news div.body a:hover { color:#333333 !important; }
.bcu-news .content .items li ul.page li div.item div.news div.body a:active { color:#333333 !important; }

.bcu-news .pager { height: 24px; font-family: Verdana; font-size: 10px; }
.bcu-news .pager .next { background: #6F9AD0 url('/_layouts/BCU.Portada/img/next_16.png') no-repeat center center; float: right; width: 18px; height: 18px; cursor: pointer; }
.bcu-news .pager .next-hover { background:#6F9AD0  url('/_layouts/BCU.Portada/img/next_hover_16.png') no-repeat center center; }
.bcu-news .pager .previous { background: #6F9AD0 url('/_layouts/BCU.Portada/img/previous_16.png') no-repeat center center; float: right; width: 18px; height: 18px; cursor: pointer; }
.bcu-news .pager .previous-hover { background:#6F9AD0  url('/_layouts/BCU.Portada/img/previous_hover_16.png') no-repeat center center; }

.bcu-news .pager .footer { width: 100%; height: 4px; background-color: #6F9AD0; position: relative; top: 20px; }
.bcu-news .pager .pages { list-style:none; margin: auto; padding: 0; float: right; }
.bcu-news .pager .pages li { color: #6F9AD0; cursor: pointer; float: left; line-height: 14px; margin: 2px 1px; padding: 0 1px; }
.bcu-news .pager .pages li.current { background-color: #6F9AD0; color: #ffffff; cursor: default; }