/* -------------------------------------------------------------- 
   default.css
   * estrutura do site.
-------------------------------------------------------------- */

/* Default settings */

html {
	width: 100%;
}

body {
	/* background-image: url(/images/bg.jpg); */
	background-color: #000;
	font-family: Calibri, Candara, Arial;
	font-size: 13px;
	line-height: 18px;
	color: #323232;
}



.body {	
}

/* Elementos - Chave */

h1 
{
	font-size:18px;
	color: #FFF;
}

h2 {
	font-size:13px;
	color: #000;
	margin: 0 0 3px 0;
}

h3 {
	font-size:15px;
	color: #000;
	margin: 0 0 7px 0;
	font-family: Calibri, Candara, Arial;
}

h4 {
}

hr {
}

p {
}

a 
{
	color: #363636;
	text-decoration: underline;
}

a:visited 
{
	color: #363636;
	text-decoration: underline;
}

a:hover 
{
	color: #000000;
	text-decoration: underline;
}
	
ul {
}
	
ol {
}	

.camposPagina {
	background-color: #dedede;
	border: solid 1px #8e8e8e;
	margin-top: 5px;
	margin-bottom: 5px;
}

	.camposPaginaBranco {
		background-color: #FFF;
		border: solid 1px #8e8e8e;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
		.btnEscreverComentario {
			display: block;
			padding: 15px 5px 0 60px;
			height: 48px;
			background: url(/images/ico_escrever.gif) no-repeat left top ;	
		}	

/* Links */

.menu {
	width: 980px;
	height: 38px;
	background-color: #b9ae9c;
	clear:both;
	float:left;
	text-align:center;
	_display: inline;
}

#menubloco ul{
	list-style-type: none;
	margin: 10px 0 0 4px;
	position:relative
}

#menubloco ul li{
	display:inline;
}

#menubloco ul li a{
	font-family: Tahoma;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	padding: 9px 18px 10px 18px;
	margin: 17px 0 0 0;
	*margin: 18px 0 0 0;
	_margin: 17px 0 0 0;
	_padding: 9px 18px 10px 18px;
}

.menuPadrao a{
	background-color: #b9ae9c;
	color: #333333;
	border-right: solid 1px #FFF;
}


.menuPadrao a:hover{
	background-color: #d1bea0;
	*background-color:;
	*color: #FFF;
}


.menuUltimo a{
	background-color: #b9ae9c;
	color: #333333;
	border-right: solid 0px #FFF;
}

.menuUltimo a:hover{
	background-color: #d1bea0;
	*background-color:;
	*color: #FFF;
}

.menuCheck a{
	background-color: #1b3240;
	color: #b9ae9c;
	border-right: solid 1px #FFF;
}

.menuCheck a:hover{
	background-color: #254d66;
	*background-color:;
	*color: #FFF;
}

.menuEsportes a{
	background-color: #bea377;
	color: #333333;
	border-right: solid 1px #FFF;
}

.menuEsportes a:hover{
	background-color: #d8b274;
	*background-color:;
	*color: #FFF;
}






/* Estrutura */

.cabecalho {
	background: url(/images/bg_barra_superior.jpg) repeat-x top left;
	height: 49px;
}
	.cabecalho_cont{
		width: 990px;
		margin: 0 auto;
	}
		.logoOndaon{
			float:left;
			margin: 10px 0 0 60px;
		}
		.boasvindas{
			float: right;
			margin: 0 0 0 350px;
			*margin: 0 0 0 145px;
			_margin: 0 0 0 -200px;
			min-width: 285px;
			_min-width: 162px;
			_height: 40px;
			color: #ffefd4;
			font-size: 11px;
			text-align: center;
			font-weight: bold;
			position:absolute;
			background: url(/images/bg_data.gif) no-repeat top center;
		}
		.bandeira{
			float: left;			
			margin: 15px 0 0 15px;
			*margin-left: -175px;
			background: #FFF url(/images/bandeiras/es.gif) no-repeat center;
			width: 26px;
			height: 17px;
			padding: 1px;
			position: absolute;
		}
		.pesquisa{
			float: right;
			margin: 13px 17px 0 0;
			_margin: 13px 8px 0 0;
		}		
		
		
.content{
	clear: left;
	width: 990px;
	margin: 20px auto;
	background-color: #fff;
	border: solid 10px #a65c00;
}

	.contentPop {
		width: 500px;
		margin: 0 auto;
	}
		.pop{
			width: 500px;
			background-color: #fff;
			border: solid 10px #a65c00;
			float:left;
			margin: 10px auto auto -10px;
		}

.logoAldabra{
	width: 932px;
	margin: -15px auto;
	_margin: -20px auto;
	text-align: right;
}

.superBanner{
	width: 972px;
	height: 172px;
	margin: 4px;
	float:left;
	vertical-align: middle;
	text-align:center;
	_display: inline;
}
		
		
.colEsquerda{
	width: 325px;
	margin: 10px 0 10px 10px;
	float:left;
	_display: inline;
	
}

.colCentral{
	width: 479px;
	margin: 226px 0 10px 347px;
	*margin: 10px 0 10px 347px;
	_margin: 10px 0 10px 342px;
	_position: relative;
	}

.colDireita{
	width: 132px;
	margin:  10px 10px 10px 0;
	float:right;
	min-height: 300px;
	background-color: #fff;
	border-left: solid 1px #b9ae9c;
	_display: inline;
	text-align:right;
}

	.VbannerDireita{
		margin: 30px auto;
	}

.colInteira {
	width: 816px;
	float: left;
	margin: 10px 0 10px 10px;
	*margin: 10px 0 10px 10px;
	_margin: 10px 0 10px 10px;
	_display:inline;
}

.colInteira2 {
	width: 816px;
	float: left;
	margin: 10px 0 10px 10px;
	*margin: 10px 0 10px 10px;
	_margin: 10px 0 10px 10px;
	_display:inline;
}

.colEsquerda2{
	width: 403px;
	margin: 5px 0 10px 10px;
	float:left;
	_display: inline;
}

.colDireita2{
	width: 393px;
	margin:  5px 0 10px 10px;
	float:left;
	_display: inline;
}
		
.footer {
	width:1000px;
	margin: -15px auto;
	margin: -20px auto\9;
	height: 120px;
	background: url(/images/bg_rodape.jpg) no-repeat;
}

		.copyright{
			float: left;
			width: 215px;
			margin: 20px 0 0 30px;
		}
		
		.redesSociais{
			float: left;
			margin: 20px ;
			width: 500px;
			text-align: center;
		}
		
				.redesSociais img{
					margin: 0 10px 0 10px;
				}
		
		.aldabra{
			float: right;
			width: 120px;
			text-align:right;
			margin: 25px 40px 0 0;
		}






/* Notícias */

a.newsHome {
	float:left;
	width: 479px;
	background: #f0f0f0 url(/images/bg_news.jpg) repeat-x left top;
	border-bottom: solid 3px #fff;
	text-decoration: none;
    color: #333333;
    
}

a.newsHome:hover {
    background: #dddddd;
}
	
a.newsHome img 
{
    float:left;
    margin: 5px 2px 4px 5px;
    _margin: 3px 2px 2px 3px;
    width: 102px;
    height: 77px;
    border: solid 2px #323232;
}

a.newsHome h3, a.newsHome p
{
    margin:0;
    cursor:pointer;
    padding: 3px;
    float:left;
    width:355px;
}
					
/* ------------- */

a.newsResumo {
	float:left;
	width: 327px;
	background-color: #bea377;
	border-bottom: solid 1px #fff;
	text-decoration: none;
	color: #323232;
}

a.newsResumo:hover {
    background-color: #d8b274;
}
	
a.newsResumo img {
	float:left;
	margin: 5px 0 5px 5px;
	_margin: 3px 0 3px 3px;
	width: 80px;
	height:60px;
	border: solid 2px #323232;
}

a.newsResumo h3, a.newsResumo p 
{
	margin: 0;
	cursor:pointer;
    padding: 1px 3px;
    float:left;
    width:228px;
}

a.newsResumo p {
	font-size:11px;
}

a.newsResumo h3 {
	font-size:12px;
}

/* Check On */

.previsao {
	position: absolute;
	left: 50%;
	margin: 23px 0 0 190px;
	_margin: 22px 0 0 90px;
}


/* destaque Home */

.destaqueHome_txt {
		float:left;
		clear:both;
	}


/* fim destaque Home */


