@charset "utf-8";
#aside .agenda h2, #aside .videos h2 {
	color: #17325E !important;
}
body {
	background: url("../img/body-bg.png") repeat-x scroll center top transparent;
	min-height: 1000px;
}
.span3 > img {
	padding-bottom: 10px;
	background: url(../img/sombra-2.png) no-repeat bottom center;
	margin-bottom: 10px;
}
#main .span8 h2 {
	font-family: 'OpenSansCondensedLightRegular';
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
}
#main .span8 h2 span{
	color:#FACB3B;
}
#main .span8 .breadcumb {
	color: #FFFFFF;
	float: right;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#main .span8 .breadcumb a {
	color: #fff;
}
.clearfix {
	height: 30px;
	width:100%;
}
.noticias_interna p {
	color: #5C5C5C;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 15px;
}
.noticias_interna {
	clear: both;
	width: 566px;
	padding: 17px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url(../img/sombra-1.png) no-repeat bottom center #FFF;
	padding-bottom: 22px;
	float:left;
}
.noticias_interna ul:not(.thumbnails) li{
	color: #5C5C5C;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 15px;
	list-style:inside circle;
}
.noticias_interna h3 {
    color: #2657A4;
    font-family: 'OpenSansCondensedLightRegular';
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
		margin-bottom:10px;
}
.thumbnails {
    list-style: none outside none;
    margin-left: -20px;
}
.thumbnails:before, .thumbnails:after {
    content: "";
    display: table;
}
.thumbnails:after {
    clear: both;
}
.thumbnails > li {
    float: left;
		width:128px;
    margin:0 0 10px 15px;
}

.thumbnail {
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block;
    line-height: 1;
    padding: 4px;
		background-color:#FFF
}
a.thumbnail:hover {
    border-color: #27475A;
    box-shadow: 0 1px 4px rgba(39, 71, 90, 0.25);
}
.thumbnail > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.thumbnail .caption {
    padding: 9px;
}
