/* CSS Site */

* {
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:middle;
}


body {
	font:10px Verdana, Arial, Helvetica, Sans-Serif;
	background-image: url(../images/bg-azul.jpg);
}
/*Menu Links*/

/*NOTE: anything not specified for the #(menu id's) a selector and its pseudo classes
may be inherited in some browsers from other 'a' element styles (if any) on the page*/

#menu1 a {color:black;background-color:white;text-decoration:none;text-indent:1ex;}
#menu1 a:active {color:black;text-decoration:none;}
#menu1 a:hover {
	color:white;
	background-color:#000066
}
#menu1 a:visited {text-decoration:none;}

                           /*End Menu Links*/