a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.enlace:link{
	color: #FFFFFF;
}
a.enlace:hover{
	color: #000000;
}
a.enlace:visited{
	color: #FFFFFF;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #FFFFFF;
	margin-left: 30px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
	line-height: 18px;
	margin:3px;
}
.activo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
	line-height: 18px;
	margin: 3px;
	color: #000000;
	background-color: #FFFFFF;
}
.tablas {
text-align: center;
border: 2px solid #FFFFFF;
}

.tablastitulos {
text-align: center;
border: 2px solid #FFFFFF;
font-weight: bold;
}

div p {
	margin-left: 30px;
	margin-right: 30px;
	text-align: justify;
}

div ul{
	margin-left: 70px;
	margin-right: 30px;
}

.negrita{
font-weight: bold;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}
