/* CSS Document 
Sascar 
Portal mapa 13/05/2009
Desenv.: Helena Albuquerque
*/


* {
	margin:0;
	padding:0;	
}
a{
text-decoration:none;

}

body { 
	padding: 0; 
	margin: auto; 
	font: 0.7em Arial, sans-serif; 
	line-height: 1.5em;
	/*background-image:url(../imagens/portal/bg_body.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
}

.tudo { 
	margin: 0px auto;
	width: 980px;
	clear:both;
	height:100%;
}

.topo{
	background-color:#F6F6F6;
	background-image:url(../imagens/portal/bg_topo.jpg);
	background-repeat:no-repeat;
	height:140px;
	padding-top:10px;
}

.logomarca{
	background-image:url(../imagens/portal/logo_sascar.jpg);
	background-repeat:no-repeat;
	height:119px;
	margin:15px 0 0 10px;
	width:250px;
	float:left;
}

.img_telefone{
	float:left;
	width:280px;
	height:131px;
	margin: 5px 0 0 5px;
	background-image:url(../imagens/portal/telefones.jpg);
}

.texto_telefone {
	width: 220px;
	margin: 40px 0 0 40px;
}

.banner{
	width:420px;
	height:124px;
	float:right;
	margin-top:13px;
}

.meio{
	background-color:#F6F6F6;
	background-image:url(../imagens/portal/bg_meio_cont.jpg);
	background-repeat:repeat-y;
	height:800px;
}

.barra_sup{
background-image:url(../imagens/portal/barra.jpg);
height:36px;
background-position:bottom;
}

.barra_inf{
	background-image:url(../imagens/portal/barra_meio.jpg);
	height:20px;
	background-position:top;
}

.destaque_central{
	background-image:url(../imagens/portal/bg_meio_cont.jpg);
	height:130px;	
}


.noticias{
	margin-left:15px;
	background-image:url(../imagens/portal/quadro_noticia.jpg);
	background-repeat:no-repeat;
	width:250px;
	height:230px;
	float:left;
}

.texto_noticias{
	*margin:40px 20px 20px 30px; /* hack para IE*/
	margin:10px 20px 20px 30px;
	padding:60px 0 0 10px;
}

.destaque{
	width:360px;
	height:180px;
	float:left; 
	background-image:url(../imagens/portal/quadro_destaque.jpg);
	background-repeat:no-repeat;
	padding:50px 20px 0 50px;
}

.login{
	background-image:url(../imagens/portal/quadro_login.jpg);
	width:250px;
	height:190px;
	float:left;
	padding:45px 0 0 20px;
	margin-left:5px;
}



.formulario {
	font-family: Arial;
	font-size: 10px;
	text-align:center;
	color: #000000;
	border: 1px solid #ababab;
}

.formulario_texto {
	font-family: Arial;
	font-size: 10px;
}

.button {
	text-align: center;
	border: 1px solid #FFFFFF;
	background-color: #003366;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
} 

.sis_mapa{
	margin-left:15px;
	background-image:url(../imagens/portal/quadro_mapas.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:189px;
	float:left;
}

.sis_novo_mapa{
	background-image:url(../imagens/portal/quadro_novo_sis.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:189px;
	float:left;
}

.sis_telemetria{
	background-image:url(../imagens/portal/quadro_telemetria.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:189px;
	float:left;
}

.sis_nautica{
	background-image:url(../imagens/portal/quadro_nautica.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:189px;
	float:left;
}

.sis_sobmedida{
	margin-left:15px;
	background-image:url(../imagens/portal/quadro_sobmedida.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:189px;
	float:left;
}

.rodape{
	background-image:url(../imagens/portal/barra_rodape.jpg);
	height:36px;
	background-position:bottom;
	font-size:10px;
	text-align:center;
}



/* INTERNO.PHP */

.quadro_central{
	width:750px;
	float:left;
	margin:0 0 0 10px;
	background-repeat:no-repeat;
}

.texto_interno{
	margin:10px 10px 10px 40px;
	padding-right:20px;
}

.texto_interno h1{
	font-size:14px;
	font-weight:bold;
	color:#003366;
	text-indent:30px;
}

.texto_interno p{
text-indent:30px;
text-align:justify;
}

.sis_int_map{
	background-image:url(../imagens/portal/banner_mapas.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:106px;

}

.sis_int_map_novo{
	background-image:url(../imagens/portal/banner_novo_mapas.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:106px;

}

.sis_int_telemetria{
	background-image:url(../imagens/portal/banner_telemetria.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:106px;
}

.sis_int_nautica{
	background-image:url(../imagens/portal/banner_nautica.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:106px;
}

.sis_int_sobmedida{
	background-image:url(../imagens/portal/banner_sob_medida.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:106px;
	float:left;
}

.erro {
	color: #FF0000;
	text-align: center;
	display: block;
}
