/* CSS Document */
/*Enlaces de cabecera*/
A.cabecera { font-weight:normal; font-size:18px; color:#FFFFFF; font-family:Arial; text-align: center; text-decoration:none}
A.cabecera:link {font-weight:normal; font-size:18px; color:#FFFFFF; font-family:Arial;text-align: center; text-decoration:none}
A.cabecera:visitd { font-weight:normal; font-size:18px; color:#FFFFFF; font-family:Arial; text-align:center; text-decoration:none}
A.cabecera:active { font-weight:normal; font-size:18px; color:#FFFFFF; font-family:Arial; text-align:center; text-decoration:none}
A.cabecera:hover {font-weight: bold; font-size:18px; color: #98031E; font-family:Arial; text-align:center; text-decoration: underline}

/* Enlace texto enlace*/
A.texto_enlace { font-weight:normal; font-size:16px; color: #FFFFFF; font-family:Arial; text-align: center; text-decoration:none}
A.texto_enlace:link {font-weight:normal; font-size:16px; color:#000000; font-family:Arial;text-align: center; text-decoration:none}
A.texto_enlace:visitd { font-weight:normal; font-size:16px; color:#000000; font-family:Arial; text-align:center; text-decoration:none}
A.texto_enlace:active { font-weight:normal; font-size:16px; color:#000000; font-family:Arial; text-align:center; text-decoration:none}
A.texto_enlace:hover {font-weight: bold; font-size:16px; color: #000000; font-family:Arial; text-align:center; text-decoration: underline}

/* Texto general justificado*/
.texto { font-weight:normal; font-size:16px; color: #000000; font-family:Arial; text-align: justify; text-decoration:none}

/* Texto general centrado*/
.texto_c { font-weight:normal; font-size:16px; color: #000000; font-family:Arial; text-align: center; text-decoration:none}

/* Texto general Títulos*/
.texto_titulo { font-weight: bold; font-size: 20px; color: #000000; font-family:Arial; text-align: left; text-decoration:none}

/* Texto general Títulos centrado*/
.texto_titulo_c { font-weight: bold; font-size: 20px; color: #000000; font-family:Arial; text-align: center; text-decoration:none}

/* Texto mini*/
.texto_mini { font-weight: normal; font-size: 10px; color: #000000; font-family:Arial; text-align: left; text-decoration:none}

/* Color de fondo*/
body {background-color: #98031E}