﻿@charset "UTF-8";
/* GOOVE MKT - www.groovemkt.com.br */
/* @utor - fabio@groovemkt.com.br */
/* @utor - karel@groovemkt.com.br */

body {
	margin:0;;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#cfdaea;
	
}

a{
	color:#054463;
	font-size:11px;
	text-decoration:none;
}

a:hover{
	color:#0974A8;
	font-size:11px;
	text-decoration:none;
}

hr{
	height:1px;
	color:#b1d2f7;
	background-color:#b1d2f7;
	border:none;
}

strong{
	color:#003b7c;
	}
	
#strongMaior
{
	font-size:13px;
	color:#003b7c;
}	

.conteudoPrincipal{
	width:990px;
	margin-left:auto;
	margin-right:auto;
	z-index:0;
	position:relative;	
}

.conteudoIndex{
	width:990px;
	margin-left:auto;
	margin-right:auto;
	/*margin-top:150px;*/
	margin-top:30px;
	z-index:0;
	position:relative;
}

.conteudoInterno{
	width:970px;
	margin-left:auto;
	margin-right:auto;
	background-color:#dde5f0;
	padding-left:10px;
	padding-right:10px;
}

.boxOprograma{
	width:500px;
	float:left;
}

.boxInterno{
	width:907px;
	margin-left:auto;
	margin-right:auto;
}

.boxDicas{
	width:450px;
	float:right;
}

.boxRedes{
	width:450px;
	height:391px;
	float:right;
	background-image:url(img/bgRedesCredenciadas.jpg);
	background-repeat:no-repeat;
}

.alinhaImgBoxComoFunciona{
	float:right;
	width:208px;
}

.alinhatxtComoFunciona{
	width:200px;
	float:left;
}


.alinhaBoxRedes{
	margin-top:75px;
	margin-right:50px;
}

.alinhaCamposBusca{
	width:260;
	float:right;
}

.boxTopRosa{
	background-image:url(img/box_rosa_top.gif);
	background-repeat:no-repeat;
	height:67px;
}

.boxTopInterno{
	background-image:url(img/box_interno_top.gif);
	background-repeat:no-repeat;
	height:73px;
}

.boxTopAzul{
	background-image:url(img/box_azul_top.gif);
	background-repeat:no-repeat;
	height:67px;
}

.boxBgConteudoRosa{
	background-image:url(img/box_rosa_meio.gif);
	background-repeat:repeat-y;
}

.boxBgConteudoInterno{
	background-image:url(img/box_interno_meio.gif);
	background-repeat:repeat-y;
}

.boxBgConteudoAzul{
	background-image:url(img/box_azul_meio.gif);
	background-repeat:repeat-y;
}

.alinhaTituloBox{
	margin-top:0px;
	margin-left:0px;
	*margin-top:20px;
	*margin-left:10px;
	padding-top:20px;
	padding-left:10px;
	*padding-top:0px;
	*padding-left:0px;
}

.alinhaTxtBoxRosa{
	width:230px;
	margin-left:25px;
	_margin-left:13px;
	margin-top:10px;
	float:left;
}

.alinhaTxtBoxInterno{
	width:850px;
	margin-left:25px;
	_margin-left:13px;
	margin-top:10px;
	float:left;
}

.alinhaTxtBoxAzul{
	width:410px;
	margin-left:25px;
	_margin-left:13px;
}

.alinhaImgBoxRosa{
	width:218px;
	float:right;
	margin-right:15px;
	_margin-right:7px;
}


.boxNoticia{
	width:400px;
	float:left;
}

.thumbNoticias{
	width:73px;
	height:67px;
	float:left;
	margin-top:10px;
}

.legendaNoticia{
	width:320px;
	float:left;
	margin-top:10px;
}

.campo {
	font-size: 11px;
	height:15px;
	color:#666666;
	border: 1px solid #CCCCCC;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:2px;
	*margin-top:3px;
	*margin-bottom:0px;
}

.combo {
	font-size: 11px;
	height:20px;
	color:#666666;
	border: 1px solid #CCCCCC;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:2px;
	*margin-top:3px;
	*margin-bottom:0px;
}

textarea{
	font-size: 11px;
	color:#666666;
	border: 1px solid #CCCCCC;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:2px;
	*margin-top:3px;
	*margin-bottom:0px;
}

.txtBranco
{
	color:White;
	font-weight:bold;
}

/* TABELA */
.tabela_padrao {
	width: 100%;
	height: auto;
	border: 1px solid #dde5f0;
	cellspacing: 2px;
	cellpadding: 2px;
	
}

.tabela_conteudo{
	width: 100%;
	height: auto;
}

.tabela_padrao2 {
	width: 95%;
	height: auto;
	border: 1px solid #e9e9e9;
	cellspacing: 2px;
	cellpadding: 2px;
	
}

.td{
padding:4px 5px 4px 5px;
}



.clear { clear: both; }
