/* CSS Document */

.azul1 {color: #003366}
.azul2 {color: #00A0C6}

.tit_azul1 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #003366; margin-bottom: 5px;}
.tit_azul2 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #00A0C6; margin-bottom: 5px;}


.txt_azul1 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #003366;}
.txt_azul2 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #00A0C6;}

a.azul1, a.azul1:active, a.azul1:visited {font-family: Arial, Helvetica, sans-serif; text-decoration: none; color: #003366;}
a.azul1:hover {text-decoration: underline; color: #003366;}

a, a:active, a:visited {font-family: Arial, Helvetica, sans-serif; text-decoration: none; color: #00A0C6;}
a:hover {text-decoration: underline; color: #00A0C6;}

body {
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	/*background-repeat:repeat;
	background-position:bottom;
	background-image: url(../images/body_bg.jpg);*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FEFEFE, endColorstr=#EAEBEF )
}

#header {
	width: 745px;
	height: 120px;
	background-image: url(../images/header_bg.jpg);
	border: 1px solid #A7ACBC;
	position: relative;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	width: 185px;
	height: 272px;
	position: absolute;
	top: 132px;
	left: -15px;
	z-index: 1;
}

#topmenu {
	width: 745px;
	height: 30px;
	position: absolute;
	top: -30px;
	font-size: 9px;
	color: #00A0C6;
	z-index: 2;
}

#submenu {
	width: 745px;
	height: 20px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#footer {
	width: 100%;
	height: 55px;
	background-image: url(../images/footer_bg.jpg);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #6685A3;
	
}


