/*homepage.css: Folha de estilos da página principal*/

/* Header */

/*.header
{
	/*text-align: center;
	background-color: #336699;
	height: 200px;
	
	
	clear: both;
	width: 800px;
	text-align: left;
	background-color: #ccc;
}*/

/*Header Services*/

/*.menuContainer
{
	/*margin: 0;
	padding: 0;
	
	
	/*padding: 20px 0 0 0;
	/*position: absolute;
	/*top: 20px;
	/*left: 0;
}*/
/*.servicesContainer
{
	margin: 0;
	padding: 0px;
	width:100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.services ul
{
	list-style-type:none;
	margin: 0;
	padding: 1px 0 0 100px;
	color: #fff;
	background-color: #999;
}

.services ul li 
{
	display: inline;
	padding: 0.1em;
}

.services li a {
	color: #fff;
	padding: 0.1em 0.5em;
	background-color: #999;
	text-decoration: none;
	border-right: 1px solid #fff;
}

.services li a:hover {
	background-color: #ccc;
	color: #fff;
}

.services a:visited {
	color: #EEE;
	text-decoration: none;
}*/





/*End Header Services*/

.operationsContainer
{
	text-align: left;
	width: 530px;
	font-size:80%;
	/*position: relative;*/
	/*top: 25px;*/
	/*padding-left:55px;*/
	/*height: 20px;*/
	/*margin-left:90px;*/
	/*border: 1px solid #000000;*/
	/*float: left;	*/	
}

.operations ul
{
	list-style: none;
	padding: 0;
	/*margin: 0;*/
	float: right;
	padding-bottom:3px;
	border-bottom: 2px solid #ddd;
	
}


.operations ul li
{
	border: 0;
	margin: 0;
	padding: 0;
	display: inline;
}

.operations li a
{
text-decoration: none;
padding: 0.1em 2px;
}

/*IE workaround*/
/*All IE browsers*/

* html .operations ul li
{
	/*background-image: url("../Images/gt.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;*/
	
	border: 0;
	/*padding: 0 0.4em 0 0.4em;*/
	/*margin: 0 0.4em 0 -0.4em;*/
	display: inline;
}

* html .operations ul li:first-child { border-left: 0; }

/*.headerBottom
{	
	/*clear: both;
	width:100%;
	height:20px;
	background-color:#ccc;
	/*margin-top:100px;
}*/

/*End Header */

/* Body */

/*a.editorialLink
{
	font-weight: bold;
}*/



.contentContainer
{
	position: static;
	/*margin-left: 12px;*/
	/*margin-right: 0;*/
	/*width: 415px;*/
	width: 600px;
	/*height:800px;	*/
	float: left;
	/*border: solid 1px;*/
	/*background-color: Transparent;*/
	/*border-top: outset 4px #CCCCCC;*/
	
}

/*.contentBottom
{
	height: 1px;
}*/

.contentList ul {	
	/*position: static;*/

	/*border: solid 1px;*/
	list-style-type: none;
	margin: 5px 0 10px 20px;
	/*padding: 0;*/
	width: 600px;
}
/*.contentList ul li
{
	padding-bottom: 20px;
	padding-top: 0px;
}*/

.contentList ul li {
	/*position: relative;*/
	/*border: solid 1px;*/
	float: left;
	margin: 10px 15px 10px 10px;
	width: 250px;
	height: 255px;
	/*background-color: #e0e4e1;*/
	background-repeat: no-repeat;
	background-image: url("../Images/fundo_destaq_IV.jpg");
	border-bottom: inset 4px #CCCCCC;
}

/*.contentList ul li:first-child
{
	margin: 0;
	padding-top: 0px;
}*/

.contentImage{
	font-size: 77%;
	color: #666;
	padding: 0;
	width: 250px;
	/*background-color: #e0e4e1;*/
}
.contentImage img{
	margin: 5px 0 0 0;
	/*margin-right:50px;*/
}
.contentTitleDetailLink{
	font-weight: bold;
	font-size: 85%;
	padding: 0 0 0 0;
	margin:8px 0 0 5px;
}

.contentDate{
	display: none;
	font-size: 77%;
	margin: 0 10px;
}

.contentLead{
	font-size: 85%;
	margin: 5px 3px 10px 5px;
	color: #666;
	text-align:justify;
}

.contentDetailLinkText
{
	font-size:77%;
	/*margin-top:0;*/
}


.contentBody p.legenda{
	background-color: #f4fee0;
}

.contentBody p.subtitulo{
	color: #cf0;
}
.eventLocationLabel{
	font-size: 120%;
	margin: 0 0 0 10px;
	color: #666;
}
.eventLocationText{
	font-size: 120%;
	margin: 0 0 0 10px;
	color: #666;
}
.eventLocation h2{
	font-style: normal;
	font-weight: normal;
	margin: 0 0 10px 0;
	font-size: 120%;
	color: #0cf;
}
.eventDate{
	font-size: 120%;
	margin: 0 10px;
	color: #666;
}
.pageTop{
	/*position: relative;*/
	display: none;
	font-size: 100%;
	color: #999;
	clear: both;
	padding: 0;
	margin: 0;
}
