/* Estilo Basico */
@import url("basico.css");

/* **** Estrutura do Conteudo da Capa **** */
/*#ContentPane {
	background: url(../../imgs/bgBonecos.jpg) 80% 100% no-repeat;	}*/

#ContentPane a {
	text-decoration: underline;	}

#Noticias {
	width: 750px;
	height: 225px;
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #ff9900;	}
	#ContentPane > #Noticias {
		height: auto !important;
		min-height: 225px;	}

#Noticias .title {
	margin: 0;
	padding: 0;	}
#Noticias .title img {
	border: none;	}

#Noticias .list {
	width: 750px;
	min-height: 200px;
	margin: 0;
	padding: 0;
	list-style: none;	}

#Noticias .item {
	position: relative;
	clear: none;
	float: left;
	font-size: 10pt;	}
	#Noticias .starred {		width: 450px;		margin: 0;		padding: 0 10px 0 0;		border-right: 1px dashed #dfdfdf;	}
	#Noticias .simple {		width: 279px;		margin: 0 0 10px 10px;		padding: 0 0 10px 0;		border-bottom: 1px dashed #dfdfdf;	}

#Noticias .item a:link, 
#Noticias .item a:visited {
	color: #da251c;
	text-decoration: none;	}

#Noticias .item a:active, 
#Noticias .item a:hover {
	color: #d80017;
	text-decoration: underline;	}

#Noticias .item .thumb {
	padding: 3px;
	border: silver solid 1px;
	background-color: white;	}
#Noticias .starred .thumb {
	float: left;
	margin: 5px 10px 0 0;	}

#Noticias .item .title {
	display: block;
	margin: 0 0 3px 0;
	font-size: 1.1em;	}
#Noticias .starred .title {
	margin: 0 0 6px 0;
	font-size: 1.4em;
	line-height: 1.2;		}

#Noticias .item .desc {
	color: #838383;	}
#Noticias .starred .desc {	
	font-size: 1.1em;	}

#Noticias .item .date {
	display: block;
	margin: 0 0 6px 0;
	font-size: 0.8em;
	font-style: italic;
	color: dimgray;	}

#Noticias a.VejaMais {
	color: #da251c;
	margin: 12px 6px;	}

.Teaser {
	float: left;
	width: 170px;
	margin: 10px 20px 10px 0;
	text-decoration: none;	}

.Teaser .imgTeaser {
	float: left;
	margin: 0 5px 5px 0;	}

.Teaser .title {	border: none;	}
.Teaser .desc {
	font-size: 8pt;
	color: #353535;
	display: block; 	}

.Associe {
	float: right;
	width: 166px;
	margin: 5px 0 0 0;
	padding: 5px;
	border: #E0E0E0 dotted 1px;
	background-color: white;
	font-size: 11px;
	text-align: center;	}
.Associe img {	border: none;	}

.Associe .desc {
	color: #FF9900;
	font-weight: bold;	}

#Login  {
	margin: -70px 0 10px;
	position: relative;
	width: 180px;
	height: 150px;
	border: 1px solid #e1e1e1;	}
	
#Login .Titulo,
#Login #frmLogin {
	margin: 10px 10px -10px;	}

#Login .btnImg {
	margin-top: 5px;
	width: 52px;
	height: 20px;	}

#Login #Dicas {
	position: absolute;
	top: 0;
	left: 180px;	}