/* DOCUMENTO */

a:link {
	text-decoration: none;
	color:#666666;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



/* TEXTOS */

.Titulo_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	}
.Titulo_menu_activo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	}

.Titulo_menu_activo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: underline;
	}

.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	}
.cuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	}
.listado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	}
.listado_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	}
.titulo_registro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #5C2E2E;
	font-weight: bold;
	}
.Titulo_seccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #990000;
	}
	.Titulo_categoria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	}
.interlineado_cuerpo {
line-height: 1.5;
	}
	
.normal { background-color: #FFFFFF;
color:#eba41c; }
.normalActive { background-color: #EBA722;
color:#FFFFFF; }

