@charset "utf-8";
/* CSS Document */
*{padding:0; margin:0}
a{text-decoration:none;}
img{border:none;}
ul{list-style-type:none;}

body{
	background:url(images/fundo.jpg) repeat-x;
	background-color:#92B5CB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#geral{
	background:url(images/fundo_centro.png) repeat-y;
	width:983px;
	margin:0 auto;
}

#logo{
	background:url(images/logo_sandiego.png) no-repeat;
	width:168px;
	height:146px;
	text-indent:-20000px;
	float:left;
	position:relative;
	top:-5px;
	left:30px;
}

/* ************** TOPO E CABECALHO *************** */
#barra_topo{
	position:relative;
	width:983px;
	height:40px;
	background:#83A5DC;
	color:#FFFFFF;
}

/* MENU TOPO */
#barra_topo ul#menu_topo{
	float:left;
	margin:5px 0px 3px 50px;
	_margin-left:25px;
}

#barra_topo ul#menu_topo li{
	display:block;
	float:left;
	margin:0px 10px 0px 10px;
}

#barra_topo ul#menu_topo li a{
	color:#FFF;
	padding:0px 5px 0px 5px;
}

#barra_topo ul#menu_topo li a:hover{
	text-decoration:underline;
}

/* FORM DE LOGIN NO TOPO */
#barra_topo ul#login_topo{
	float:right;
	margin:5px 50px 0px 0px;
	_margin-right:25px;
}

#barra_topo ul#login_topo li{
	display:block;
	float:left;
}

#barra_topo ul#login_topo li.input{
	background:url(images/input_topo.jpg) no-repeat;
	width:100px;
	height:14px;
}

#barra_topo ul#login_topo input{
	width:90px;	
	height:12px;
	border:#FFF solid 1px;
	background:#FFF;
	margin:0 0 0 5px;
	color:#2E3191;
	font-size:10px;
}

#barra_topo span{
	display:block;
	background:url(images/topo_centro.jpg) no-repeat;
	width:983px;
	heigh:15px;
	line-height:15px;
	clear:both;
	position:absolute;
	bottom:0;
}

#link_version{
	position:absolute;
	z-index:5;
	top:0;
	right:10px;
	line-height:20px;
	padding-right:23px;
	color:#406DC7;
	cursor:pointer;
}

#link_version #flag{
	display:block;
	width:22px;
	line-height:22px;
	height:22px;
	float:left;
	margin:0 0 0 3px;
	background-repeat:no-repeat;
}


#link_version:hover{ text-decoration:underline }

/* ********************* CABECALHO ********************* */
#cabecalho{
	/*background:url(images/topo_index.jpg) no-repeat bottom;*/
	background:url(images/fundo_cabecalho_index.jpg) repeat-x bottom;
/*	width:897px;*/
	height:310px;
	margin:0 8px 0 4px;
/*	margin-left:35px;*/
	position:relative;
}

#cabecalho #slogan{
	float:left;
	background:url(images/seu_mundo_sem_limites.jpg) no-repeat;
	width:242px;
	height:27px;
	text-indent:-20000px;
	margin:25px 0px 0px 30px;
}

#cabecalho #topo_flash{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:35px;
}

/* DESTAQUES */
#destaques{
	width:88px;
	height:40px;
	position:absolute;
	left:380px;
	top:120px;
	overflow:hidden;
}

#destaques h4{
	color:#83A5DC;
	font-size:10px;
	text-align:center;
	margin:0px 0px 3px 0px;
}

#destaques a{
	display:block;
	float:left;
	width:27px;
	height:22px;
	text-indent:-20000px;
	margin:0px 1px 0px 1px;
}

#destaques a#um{background:url(images/destaque_1.jpg) left;}
#destaques a#dois{background:url(images/destaque_2.jpg) right;}
#destaques a#tres{background:url(images/destaque_3.jpg) right;}

#imagem_esquerda{
	background:url(images/img_topo_esquerda.jpg) no-repeat;
	width:238px;
	height:143px;
	position:absolute;
	bottom:-16px;
	left:16px;
}

#imagem_direita{
	background:url(images/img_topo_index.jpg) no-repeat;
	width:411px;
	height:224px;
	position:absolute;
	bottom:2px;
	right:0px;
}

/* ***************** AREA DE TEXTOS EM DESTAQUE, QUE FICARÃO TROCANDO **************** */
#texto_destaque{
	position:absolute;
	z-index:2;
	left:254px;
	bottom:0px;
	width:230px;
	height:130px;
	color:#FFF; 
}

#texto_destaque h3{
	font-size:20px;
	font-weight:normal;
	padding-left:5px;
}

#texto_destaque ul{
	margin:4px 0px 0px 10px;
}

#texto_destaque ul li{
	display:block; 
	float:left;
	padding:0px 5px 0px 5px;
}

/* ************** MENU LATERAL ************** */
#esquerda{
	float:left;
}

#menu_lateral{
	width:244px;
	background:url(images/fundo_menu.jpg) repeat-y;
	margin:40px 0px 0px 50px;
	padding-left:16px;
}

#menu_lateral li{
	display:block;
	background:url(images/marcador_menu.jpg) no-repeat left;
	padding:5px 0px 0px 10px;
}

#menu_lateral a{
	display:block;
	height:20px;
	color:#AAA;
	font-size:13px;
	border-bottom:#AAA dashed 1px;
	width:220px;
	padding:4px 0px 4px 0px;
}

#menu_lateral a:hover{
	text-decoration:underline;
}

#teste_online{
	display:block;
	background:url(images/teste_online.jpg) no-repeat;
	width:249px;
	height:107px;
	margin:25px 0px 0px 55px;
}

#teste_online a{
	padding:10px 0px 0px 110px;
	display: block;
	color:#000;
	height:80px;
}

#teste_online h4{
	color:#5C89C6;
	font-size:12px;
	margin-bottom:5px;
}

/* *************** CONTEUDO ***************** */
#conteudo{
	float:left;
	width:665px;
}

#mulher_virtual{
	display:block;
	background:url(images/mulherzinha.jpg) no-repeat;
	width:62px;
	height:137px;
	float:left;
	margin:25px 15px 0px 20px;
	_margin-left:10px;
	position:relative;
}

#mulher_virtual #linha{
	display:block;
	background:#999;
	height:1px;
	line-height:1px;
	width:70px;
	position:absolute;
	bottom:0px;
}



h2.titulo{
	color:#29ABE2;
	font-size:22px;
	font-weight:normal;
}

h3.subtitulo{
	font-size:12px;
	color:#AAA;
	clear:both;
	padding-top:12px;
	float:left;
	margin:0px 0px 12px 20px;
	_margin-left:10px;
}

p.tracejado_subtitulo{
	float:left;
	border-bottom:#AAA dashed 1px;
	padding-top:10px;
	margin:0px 0px 0px 25px;
}

ul#boxies{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
}

ul#boxies li{
	display:block;
	float:left;
	width:175px;
	height:130px;
	padding:10px 5px 10px 28px;
	margin:0px 2px 0px 2px;
}

ul#boxies li a{
	display:block;
	width:170px;
	height:125px;
}

ul#boxies li#idiomas{ background:url(images/box_1.jpg) no-repeat center; }
ul#boxies li#pre{ background:url(images/box_2.jpg) no-repeat center; }
ul#boxies li#empresarial{ background:url(images/box_3.jpg) no-repeat center; }

ul#boxies h4{
	color:#FFFF00;
	font-size:20px;
	font-weight:normal;
	margin:0px 5px 8px 0px;
}

ul#boxies p{
	color:#FFF;
	font-weight:bold;
	font-size:10px;
}

#campanha{
	clear:both;
	text-align:center;
	width:600px;
	margin:0px 0px 0px 15px;
}

#rodape{
	background-color:#E9EFF9;
	padding-top:16px;
	height:55px;
	margin:20px 8px 0px 4px;
	clear:both;
	text-align:center;
	color:#2F8AC8;
}

#rodape h3, #rodape h4{ font-size:10px; }

#sombra_rodape{
	background:url(images/rodape_sombra.jpg) no-repeat bottom;
	width:983px;
	height:8px;
	line-height:8px;
	margin:0 auto;
}




































