/*
CSS da capa do site
*/

ul#lista-principal{
	float: left;
	width: 100%;
	margin: 0;
}

ul#lista-principal li{
	float: left;
	width: 320px;
	list-style-type: none;
	height: 320px;
	background: #fff;
	border: 1px solid #e9e8e8;
	position: relative;
	margin: 0 0 0 -2px;
}
ul#lista-principal li img{
	float: left;
}

.title-camaras{
	position: absolute;
	margin-top: 330px;
}

ul#lista-secundaria{
	float: left;
	width: 100%;
	margin: 0;
	margin-top: 55px;
}

ul#lista-secundaria li{
	float: left;
	width: 320px;
	list-style-type: none;
	height: 320px;
	background: #fff;
	border: 1px solid #e9e8e8;
	position: relative;
	margin: 0 0 0 -2px;
}
ul#lista-secundaria li img{
	float: left;
}

#col-left{
	float: left;
	width: 100%;
	margin: 0;
}
a.link{
	float: left;
}
.camp-titulo {
	float: left;
	width: 290px;
	height: 70px;
	padding: 15px 15px 0 15px;
}
/*.camp-titulo h3{
	font-size:18px;
	margin: 0;
	line-height: 20px;
	color: #210d66;
}*/
.camp-titulo h3{
	font-size:16px;
	margin: 0;
	line-height: 20px;
	color: #210d66;
}
.data{
	background: #ffffff;
	text-transform: uppercase;
	color: #a3a3a3;
	float: left;
	font-size: 11px;
	position: absolute;
	padding: 2px 5px;
	top: 10px;
	right: 10px;
}
.icomais{
	position: absolute;
	left: 10px;
	top: 190px;
}
.bloco-agenda{
	float: left;
	width: 960px;
	height:60px;
	background: #ebeaea;
	margin: 30px 0;
	position: relative;
}
.bloco-agenda h3{
	padding-left: 20px;
	float: left;
	color: #605f5f;
}

table#transparencias th, 
table#transparencias td{
	text-align: center;
}

#icoright,#icoleft{
	position: absolute;
	top: 13px;
}
#icoright {
	right: 15px;
}
#icoleft {
	right: 67px;
}
.conteudo-agenda{
	float: left;
	width: 720px !important;
}
.data-agenda{
	float: left;
	background: url(../images/icones/ico-agenda.png) no-repeat right center;
	width: 30px;
	font-size: 20px;
	color: #8e8d8d;
	text-align: center;
	margin-right:10px ;
	padding: 10px 25px 10px 16px;
}
.data-agenda span{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
.descricao-agenda {
	float: right;
	margin-top: 10px;
	color: #6f6e6e;
	width: 625px;
}
.descricao-agenda span{
	color: #4f4e4e;
}