/* ---------------------------------------------- CSS contenido */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

/* ---------------------------------------------- cabecera*/
.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #981A1B;
	background-position: center center;
	text-align: center;
	text-decoration: none;
}
.mas_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #981A1B;
	background-position: center center;
	text-align: right;
	text-decoration: none;
}
#cabecera{
	height : 187px;
	width: 760px;
	border: 0;
}

/* ---------------------------------------------- contenido*/
#tabla_gen {
	width: 760px;
	height:auto;
	border: 0;
}
#centro {
	width: 760px;
	height:auto;
	border: 0;
	vertical-align: top;
}

.titulos {
	font-family: Arial, Helvetica, sans-serif;
	color: #892523;
	font-weight: bold;
	font-size: 16px;
	background-color: #E9E9E9;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #892523;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	border: thin none #E9E9E9;
}
.fondo_gris_4px {
	background-color: #E9E9E9;
	width: 4px;
}
.fondo_gris_2px {
	background-color: #E9E9E9;
	width: 2px;
}
.culumna_4px {
	width: 4px;
}
.culumna_2px {
	width: 2px;
}
.texto_superior_izq {
	text-align: left;
	vertical-align: top;
}
.fuente_10px {
	font-size: 10px;
	text-align: center;
}
	

/* ---------------------------------------------- pie*/
.pie {
	width: 760px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #981A1B;
	background-position: center center;
	text-align: center;
	text-decoration: none;
	border: 0;
	background: #E9E9E9;
}

