@charset "utf-8";
/* CSS Document */

.contentLeft{
	float:left;
	width:200px;
	margin-right:10px;
}

.contentLeft div{
	font-size:11px;
	color:#000000;
	padding-left:15px;
}

.contentLeft .sub{
	font-size:11px;
	color:#000000;
	border-top: 1px black dotted;
	border-bottom: 1px black dotted;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:0px;
	display:inline-block;
	width:200px;
}

a{
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

.contentCenter{
	float:left;
	width:400px;
	margin-right:10px;
	margin-top:-10px;
	padding-left:5px;
	padding-right:5px;
	font-size:11px;
	
}

.contentRight{
	float:left;
	width:200px;
}

.contentRight .state{
	font-size:11px;
	font-weight:bold;
	height:20px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding-top:5px;
	margin-bottom:10px;
}

.contentRight .elemento{
	font-size:11px;
	margin-bottom:20px;
}

.dataSel{
	font-size:18px;
	font-weight:bold;
	color:#85c4b9;
	margin-top:5px;
	margin-bottom:5px;
}

.contentRight .elemento .more{
	font-size:18px;
	font-weight:bold;
	color:#85c4b9;
}

.contentRight .elemento .more{
	font-weight:normal;
	margin-top:6px;
}

.contentRight .elemento a{
	font-size:11px;
	font-weight:ormal;
	color:#000000;
	text-decoration:none;
}

.contentRight .elemento a:hover{
	text-decoration:underline;
}

.contentRight .elemento a img{
	border:none;
}

#hide_content{
	display:none;
}

#sabermais{
	cursor:pointer;
	font-weight:bold;	
}

.sub div{
	padding-left:30px;	
}
