body {
	margin:0;
	font-size: 76%;
	background-color: #FFF;
	color:#000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-image:url(../grafica/fondo.gif);
}

a img {border:none;}
a {color:#00A0C6;text-decoration:none;}
a:hover {color:#00A0C6;text-decoration:underline;}

.blanco {background-color:#FFF;}
.celeste {background-color:#00A0C6;}
.negro {background-color:#000;}

.text1 {
	font-size: 0.9em;
	color: #FFF;
}

.text2 {
	font-size: 0.8em;
}

.text3 {
	font-size: 0.9em;
}

.menu {
	font-size: 1em;
	color: #FFF;
}
A.menu:link, A.menu:visited, A.menu:active { color:#FFF; text-decoration:none; }
A.menu:hover {color:#000; text-decoration:underline; }


.menu2 {
	font-size: 1em;
	color: #00A0C6;
}

.menu2 .selected {
	color: #FFFFFF;
	background-color: #00A0C6;	
}

.h2 {
	font-size: 1.6em;
	font-weight:normal;
	margin:0;
}


