@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 .breadcumb {
	color: #FFFFFF;
	float: right;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#main .span8 .breadcumb a {
	color: #fff;
}
.clearfix {
	height: 30px;
}
.projetos {
	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;
}
.projetos > p {
	color: #5C5C5C;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 15px;
}

.projetos > p a{
	color: #5C5C5C;
	text-decoration:underline
}

.projetos h3 {
    color: #2657A4;
    font-family: 'OpenSansCondensedLightRegular';
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
	margin-bottom:10px;
}
.projetos hr {
	background: url("../img/divisoria-3.png") no-repeat scroll 0 0 transparent;
	border: medium none #FFFFFF;
	clear: both;
	display: block;
	height: 22px;
	margin-top: 20px;
	width: 100%;
}
.horarios{
	background-color: #2957A4;
	clear: both;
	float: left;
	margin-bottom: 15px;
	padding: 5px 10px;
}

.horarios li{
	float:left;
	width:100%;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: top;
	font-size:13px;
	line-height: 18px;
}

.horarios li:first-child{
	font-weight:bold;
	color:#FFCC00;
	margin-right:10px;
}