﻿/* ---------- BODY ----------*/
body {
	background-image: url('images/fundo.png');
	background-repeat: repeat-x;
	margin:auto;
}

/* --------- FONTES ----------*/

.menu_font {
	font-family: Verdana;
	font-size: 14px;
	font-weight:bold;
	font-style:normal;	
	color: #738286;
}

.geral_font {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.titulo_barra_font {
	font-family: Verdana;
	font-size: 15px;
	font-weight:bold;
	font-style: normal;
	color: #FFFFFF;
}


/* ---------- LINKS ---------*/

a.menulink:link {
	color:#738286; text-decoration:none;
}
a.menulink:visited {
	color:#738286; text-decoration:none;
}
a.menulink:hover {
	color: black; text-decoration:underline;
}
a.menulink:active {
	color:#738286; text-decoration:none;
}

/* --------- */

a.gerallink:link {
	 color:black; text-decoration:underline;
}
a.gerallink:visited {
	color:black; text-decoration:underline;
}
a.gerallink:hover {
	 color:silver; text-decoration:underline;
}
a.gerallink:active {
	color:black; text-decoration:underline;
}


/* --------- */

a.introlink:link {
	 color:white; text-decoration:none;
}
a.introlink:visited {
	color:white; text-decoration:none;
}
a.introlink:hover {
	 color:silver; text-decoration:none;
}
a.introlink:active {
	 color:white; text-decoration:none;
}


/* ---------- DIV TOPO ----------*/

#div_topo {
	width: 690px; height: 90px; margin-left: 15px;
}

#div_sds {
	width: 197px; height: 75px; float: left; margin-top: 5px;
}

#div_systemplan_contato {
	width: 247px; height: 34px; float: right; margin-top: 56px;
}

#div_linha {
	width: 690px; height:4px; background-color: #43719E; margin-left: 15px;
}

#div_linha_baixo {
	width: 690px; height:4px; background-color: #43719E; margin-left: 15px; margin-top:2%;
}

#div_rodape {
	width: 690px; height:60px;margin-left: 15px; margin-top:1%;
}


/* ---------- DIV MENU --------- */

#div_geral_corpo {
	width: 690px; height: 251px; margin-left: 15px;
}

#div_corpo_menu {
	width: 210px; height: 251px; float: left; background-image:url('images/menu_fundo.png');
}

#div_flash {
	width: 480px; height: 251px; float: right;
}

#div_links {
	width: 180px; height: 30px; margin-left: 20px; float: left; margin-top:3px; align=left; 
}


#div_links1 {
	width: 180px; height: 30px; margin-left: 20px; float: left; margin-top:15px; align=left;
}

/* ---------- DIV HOME ---------*/

#home_corpo {
	width: 690px; height: 200px; margin-left: 15px; margin-top: 4px;
}


#home_osds {
	width: 340px; height: 205px; float: left; 
}

#home_systemplan {
	width: 340px; height: 205px; float:right; 
}

#home_barra_titulo {
	width: 340px; height:25px; float:left; background-color:#124969;
}

#home_caixa_de_texto {
	width: 340px; height:171px; float:left; background-color:#EDF7FA; margin-top:4px;
}

#home_esp_text {
	width: 330px; height:167px; float:left; margin-top:3px; margin-left:4px;
}

/* --------- DIV O SDS ---------*/

#sds_corpo {
	width: 690px; height: 100%; margin-left: 15px; margin-top:4px;
}

#sds_titulos {
	width: 690px; height: 25px; background-color: #124969; float: left;
}

#sds_fundo {
	width: 690px; height:100%; float: left; margin-top: 5px; background-color: #EDF7FA;
}

#sds_texto {
	width: 680px; height: 100%; float: left; margin-left: 5px;" align="justify" 
}

/* ----------- */

#div_geralzona {
	width:100%; height:100%; margin:auto;
}


