a {
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

body {
	font-family: Arial; font-size: 12px; color: #000000
}

li           {  font-family: Arial; font-size: 12px; color: #000000}
ol           {  font-family: Arial; font-size: 12px; color: #000000}
table        {  font-family: Arial; font-size: 12px; color: #000000}
td           {  font-family: Arial; font-size: 12px; color: #000000}

.link-menu {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.descripcion-menu {
	font-size: 10px;
	color: #FFFFFF;
}
.titulo-menu {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.link-fondo {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.titulo-dentro-seccion {
	font-size: 24px;
	font-weight: bold;
}
.link-contenido {

	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.tabla-downloads {
	border: thin solid #5C6F84;
}
.titulo-tabla-downloads {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5C6F84;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
    padding-right: 5px;
}
.titulo-dentro-seccion-seccion {

	font-size: 16px;
	font-weight: bold;
}
