/* CSS Document */

#main {



/* center  */
position:center;



}



body {
	text-align: center;
	margin-left: 05px;
	margin-top: 00px;
	padding: 0;
	font: 12px Verdana, sans-serif;
	background: #D8DBDD;
	background-image:url(../images/barradominio.jpg);
	background-repeat:repeat-x;
	background-color: #ECECEC;
	position: center;
	
	
}

.style1 {
	font-size: 12px;
	
	color: #287AAC;
}

td,th {
	font-size: 12px;
	
	color:#666666
}


a:link {
	color: #287AAC;
	text-decoration: none;
}
 a:visited {

color: #287AAC;
text-decoration: none;
}
a:hover {
background:#CBD0D3; 
text-decoration: underline;
}	
a:active {
	text-decoration: none;
}	

