
body {
	font-family: sans-serif;
	text-align: justify;
}

A:link, A:visited, A:active {
	text-decoration: none;
	color: black;
}


#menu {
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-top: 1em;
	margin-bottom: 3em;
	color: black;
	font-weight: bold;
}

#contactos td{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	}

#contactos a{
	color: white;
	font-weight: bold;
	}
	
#cuerpo {
	text-align: justify;
}
	
#mail {
	color: blue;
	font-weight: bold;
}

h1 {
	text-align: center;
	color: #A00000;
}

h2 {
	text-align: center;
	color: #A00000;
}

h3 {
	text-align: justify;
	color: #A00000;
}

h4 {
	text-align: justify;
	color: #A00000;
	text-decoration: underline;
}

em {
	font-style: normal;
	color: blue;
}

