@charset "utf-8";
/* CSS Document */
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

table.texto{
	text-transform:uppercase;
	}

/* LINKS */
a.link:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#C01601;
	font-weight: bold;
	text-decoration:none;
} 
a.link:active {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#C01601;
	font-weight: bold;
	text-decoration:none;
} 
a.link:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#C01601;
	font-weight: bold;
	text-decoration:none;
} 
a.link:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#C01601;
	font-weight: bold;
	text-decoration:underline;
}

a.menu:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#C01601;
	font-weight: bold;
	text-decoration:none;
} 
a.menu:active {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#C01601;
	font-weight: bold;
	text-decoration:none;
} 
a.menu:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#C01601;
	font-weight: bold;
	text-decoration:none;
} 
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#C01601;
	font-weight: bold;
	text-decoration:underline;
}

/* LAYOUT 1  */
#centro {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	background-image:url(img/template/back_branco.jpg);
	background-repeat:no-repeat;
	width:901px;
	height:545px;
	z-index:1;
}
.foto {
	position:relative;
	margin-left:auto;
	margin-right:43px;
	background-image:url(img/template/foto_capa.jpg);
	background-repeat:no-repeat;
	top:48px;
	width:375px;
	height:450px;
	z-index:2;
}
.bemvindo {
	position:relative;
	margin-left:auto;
	margin-right:37px;
	background-image:url(img/template/bem_vindo.gif);
	background-repeat:no-repeat;
	top:413px;
	width:294px;
	height:77px;
	z-index:3;
}
.logos {
	position:relative;
	margin-left:50px;
	margin-right:auto;
	background-image:url(img/template/logos.jpg);
	background-repeat:no-repeat;
	top:-390px;
	width:378px;
	height:144px;
	z-index:4;
}
.entre {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:220px;
	width:96px;
	height:36px;
	z-index:5;
}
.creditos1 {
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
	margin-left:-40px;
	margin-right:auto;
	top:455px;
	width:400px;
	height:26px;
	z-index:6;
}


/* LAYOUT 2 */
.creditos {
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
	margin-left:10px;
	margin-right:auto;
	top:28px;
	width:430px;
	height:26px;
	z-index:7;
}
.guabi {
	position:relative;
	font-size:10px;
	margin-left:652px;
	margin-right:auto;
	top:-14px;
	width:205px;
	height:32px;
	z-index:8;
}
.fundo_menu {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/template/divisao_menu.gif);
	background-repeat:no-repeat;
	top:-445px;
	width:901px;
	height:37px;
	z-index:9;
}
.fotointerna {
	position:relative;
	margin-left:8px;
	margin-right:auto;
	top:48px;
	width:300px;
	height:450px;
	z-index:10;
}
.logosinterna {
	position:relative;
	margin:0;
	top:0px;
	width:300px;
	z-index:11;
	azimuth:center;
}
.iframe {
	position:absolute;
	margin-left:310px;
	margin-right:auto;
	width:552px;
	height:452px;
	z-index:12;
	left: 22px;
	top: -1px;
}
.formulário {
	border:#C01601 solid 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	background-color:#F8F8F8;
}
.botao {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border-color: #C01601 solid 1px;		
	background-color:#C01601;
}
