@charset "utf-8";
/*=====================================*/
/* CSS ABFLEXO  2009		           */
/* Estrutura - versão 1.0              */
/*=====================================*/
<!--
body {
	background-color: #fff;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12pt;
	margin: 0px;
}

h1 {
	color:#039;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 15pt;
	font-size:16pt;
}

h2 {
	color:#039;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 12pt;
	font-size:14pt;
}

h3 {
	color: #039;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 18pt;
	font-size:10pt;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

h4 {
	color: #333; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 10pt;
	font-size:9pt;
	padding: 0px;
	margin: 0px;
}

h5 {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
}


/* +++++++++++++++++++ Links +++++++++++++++++++ */
a:link {
	color: #003;
	text-decoration: none;
}

a:visited {
	color: #003;
	text-decoration: none;
}

a:hover{
	color: #006;
	text-decoration: none;
}

/* +++++++++++++++++++ Estrutura +++++++++++++++++++ */

#estrutura {
	width: 1000px;
	float: none;
	position:absolute;
	left: 50%;
	margin-left: -500px;
}

#conteudo {
	width: 1000px;
	margin: 10px 0px 0px 0px;
}

#topo {
	background-image:url(../img/estrutura/back_topo.jpg);
	background-repeat: repeat-x;
	width: 1000px;
	height: 95px;
	margin: 0px 0px 0px 0px;
}

#topo_logo {
	width:190px;
	height: 80px;
	float:left;
	display: inline;
	margin: 15px 5px 0px 10px;
}

#topo_menu {
	width: 600px;
	height: 80px;
	float:left;
	display: inline;
	margin-top: 10px;
}

#topo_login {
	width: 180px;
	height: 75px;
	float:left;
	margin: 15px 5px 0px 5px;
}

#menu_servicos {
	background-image:url(../img/estrutura/back_servicos.jpg);
	background-repeat:repeat-x;
	width: 1000px;
	height: 210px;
}

#alert{
	width: 90%;
	margin: 10px;
	padding: 10px;
	background-color: #F00;
	color:#FFF;
	font-size: 14px;
	} 

#alert img{
	margin: 10px;
	float: left;
	}

/* +++++++++++++++++++ Diagramação de Conteudo +++++++++++++++++++ */
#col_large {	
	width: 1000px;
	float:left;
	display: inline;
	margin: 10px 0px 15px 0px;
}

#col1 {	
	width: 860px;
	float:left;
	display: inline;
	margin: 10px 5px 15px 5px;
}

#col1_left {	
	width: 800px;	
	float: left; 
	display: inline;
	margin: 10px;
}

#col2_right {	
	width: 530px;
	float: left;
	display: inline;
	margin: 10px 5px 15px 5px;
}

#col2_left {	
	width: 320px;
	float:left;
	display: inline;
	margin: 10px 5px 15px 5px;
}

#col3 {	
	width: 320px;
	float:left;
	display: inline;
	margin: 10px 5px 15px 5px;
}

#menu_lateral {
	width: 160px;	
	float: left; 
	display: inline;
	margin: 10px;
}

#tit_box {
	background-image: url(../img/estrutura/tit_box_back.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 27px;
	margin-bottom: 5px;
}

#box {
	background-color:#EEE;
	width: 100%;
	display:inline-table;
	border: #999 solid;
	border-width:thin;
}

/* +++++++++++++++++++ Rodape +++++++++++++++++++ */
#rodape {
	background-image: url(../img/estrutura/back_rodape.jpg);
	background-repeat:repeat-x;
	width: 1000px;
	height: 65px;
	list-style:none;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

#rodape_txt {
	width: 550px;
	height: 30px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height: 8pt;
	text-align: center;
	float: left;
	margin: 20px 0px 0px 100px;
}

#rodape_logo_yl {
	width: 100px;
	height: 30px;
	float: right;
	margin: 15px 40px 0px 5px;
}

/* +++++++++++++++++++ Auxiliares +++++++++++++++++++ */

.clear {
	clear: both;
}
-->