﻿/* Cabeceras (Headings)
  ----------------------------------------------------------------------------*/
.contenido {
	color: #000000;
	font-size: 1.1em;
	text-align: justify;
}
.botones {
	color: #444;
	font-size: 16px;
	font-family: Helvetica, Arial;
	position: relative;
	top: 5px;
	font-weight: bold;
}
.boton_actual {
	color: #CC0000;
	font-size: 16px;
	font-family: Helvetica, Arial;
	position: relative;
	top: 5px;
}
.cabecera {
	font-family: Helvetica, Arial;
	font-size: 16px;
	color: #961250;
	font-weight: bold;
}
.borde {
	border: 3px solid #961250;
}
.bordefondoblanco {
	border: 3px solid #961250;
	background-color: #f0e7e8;
}
.marquesina {
	font-size: 1.2em;
}
.tabla_botones {
	border-left-style: solid;
	border-left-width: 3px;
	border-right-style: solid;
	border-right-width: 3px;
	border-top-style: solid;
	border-top-width: 3px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #444;
}
BODY {
	height: auto;
	text-align: center;
	font-size: 0.7em;
	font-family: Verdana, Helvetica, Arial;
	background: repeat-y center top;
	margin-top: 0;
	margin-left: 12px;
	background-image: url('fondo.jpg');
	background-color: #ded4d5;
	margin: 0 auto;
}
A {
	font-size: 100%;
	text-decoration: none !important;
	color: #961250;
	font-weight: bold;
}
A:hover {
	text-decoration: underline !important;
}
IMG {
	border: 0;
}
P {
	text-align: justify;
	line-height: 1.35em;
	margin: 0.7em 0.875em 1em 0.875em;
}