@charset "utf-8";

.tabla-titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #E7F4EB;
}
.tabla-contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #265737;
}

.boton-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #274E37;
	text-align: center;
}

/* CSS Document */

body {
	background-color: #e7f4eb;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #274e37;
}
.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #274e37;
}
a:link {
	color: #274e37;
	text-decoration: none;
}
a:visited {
	color: #274e37;
	text-decoration: none;
}
a:hover {
	color: #3CAA74;
	text-decoration: none;
}
a:active {
	color: #274e37;
	text-decoration: none;
}
.footer-data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	font-weight: normal;
}
.footer-credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999999;
}
.submenu-nar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF6600;
	text-align: justify;
}
