a {
	font-family: MS Sans Serif;
	font-weight:bold;
	color:#00AA00;
	text-decoration:none;
	font-size: 80%;
} 
		
a:hover {
	font-family: MS Sans Serif;
	color:#00AA00;
	text-decoration:underline;
	font-size: 80%;
}

.contacto {
	font-weight: bold;
	font-family: MS Sans Serif;
	color:#0000FF;
	font-size: 80%;
}

.titulo {
	font-family: MS Sans Serif;
	color: black;
	font-size: 80%;
}

.links {
	font-weight: bold;
	color: black;
	background: #AAAAAA;
	border: solid thin black;
}

body {
	background: white;
}

.barra_baja {
	width: 100%;
	height: 50 px;
	background-color: #012D9A;
}
