/* ESTILO GENERAL */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	overflow: scroll;
	padding: 0px;
	margin: 0px;
	min-width: 780px;
}
        
a:link    {text-decoration:none; color:#ffffff; background-color:transparent;font-weight : bold}
a:visited {text-decoration:none; color:#ffffff; background-color:transparent;font-weight : bold}
a:active  {text-decoration:none; color:#e00000; background-color:transparent;font-weight : bold}
a:hover   {text-decoration:none; color:#e00000; background-color:transparent;font-weight : bold}
a img:link    {text-decoration:none; color:#ffffff; background-color:transparent;font-weight : bold}
a img:visited {text-decoration:none; color:#ffffff; background-color:transparent;font-weight : bold}
a img:active  {text-decoration:none; color:#e00000; background-color:transparent;font-weight : bold}
a img:hover   {text-decoration:none; color:#e00000; background-color:transparent;font-weight : bold}


h1 {
	font-size: 1.2em;
  	text-align: center;
  	font-weight: bold;
  	color: black;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	background-color: #b20000;
	letter-spacing: 3px;
	width: 100%;
	clear: both;
}

h2 {
	font-size:1.1em;
	font-weight: bold;
	color: black;   
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #b20000;
	text-indent: 10px;
	width: 100%;
	clear: left;
}

h3, .tituloAgenda {
	font-size:1.05em;
	font-weight: bold;
	color: black;   
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #b20000;
	text-indent: 5px;
	clear: left;
}

.pagina{
	margin: 5px;
	color: #e00000;
	padding: 2px;
	border-width: 2px;
	border-style: solid;
	border-color: #e00000;
	font-weight:bold;
	background-image: url("../imagenes/estilo/logo.gif");
	background-repeat: repeat;
}

/* CABECERA */
.cabecera{
	background-image: url("../imagenes/estilo/cabecera.jpg");
	height: 180px;
	background-repeat: no-repeat;
	background-position: center;
}

.pagina .botonera {
	border: 1px solid #e00000;
	margin: 2px;
	padding: 3px;
	text-align: right;
}

.pagina .migas {
	float: left;
	font-size: 0.7em;	
}

.pagina .boton {
	border-left: 1px solid #e00000;
	margin: 2px;
	padding: 3px 7px;
	display: inline;
	color: #ffffff;
	font-size: 0.9em;
}

.pagina a:link .boton,
.pagina a:visited .boton{
}

.pagina a:hover .boton{
	background-color: #ccc;
	color: #000;
}

.contenido {
	margin: 4px 2px;
	padding: 2px;
	float: left;
}

/* PIE */
.pie {
	border-top: 1px solid #e00000;
	padding: 3px;
	clear: both;
	margin: 0px 2px;
}

.email {
	color: #ffffff;
	text-align: right;
	font-size: 0.9em;	
}

.direccion{
	width:100%;
	font-size: 0.9em;
	text-align:center;	
	color:black;
	background-color: #b20000;
}

/* PLANTILLA CON AGENDA */
.conAgenda {
	width: 68%;
}

.agendaColumna{
	margin: 4px 2px;
	border: 1px solid #e00000;
	padding: 2px;
	width:29%;
	float: right;
}

/* PLANTILLA SIN AGENDA */
.sinAgenda {
	width: 98%;
}


/* ESTILOS OPCIONALES */
.contenedor{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #e00000;
	margin: 0px;
	padding: 2px;
}

.escrito {
	text-align: justify;
	text-indent: 0.9em;
}

.escrito img {
	float:left;
	margin: 5px 15px 5px 5px
}
	
/* NOTICIAS */
.noticias .noticia {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #e00000;
	margin-top: 15px;
	padding: 2px;
}

.fechaNoticia {
	float: right;
	font-size: 0.8em;
}

.tituloNoticia {
	width: 100%;
	font-weight: bold;
	color: black;   
	padding: 0px;
	margin: 0px;
	background-color: #b20000;
	text-indent: 5px;
}

.resumenNoticia {
	border-top: 1px solid #e00000;
	font-size: 0.9em;
	clear:both;
}

.cuerpoNoticia {
	border-top: 1px solid #e00000;
	font-size: 0.9em;
	clear:both;
}

.leerMas {
	font-size: 0.9em;
	text-align: right;
}

.paginacionAnterior {
	float:  left;
}
.paginacionPosterior {
	float: right;
}

/* FOTOS */
.fechaFoto {
	font-size: 0.8em;	
}
	
.foto {
	text-align: center;
}

.fotos .foto {
	float: left;
	margin: 2px;
}

.fotos {
	clear: both;
}

/* TABLAS */
th {
	font-size:1.05em;
	font-weight: bold;
	color: black;   
	padding: 0px 2px;
	background-color: #b20000;
}

td {
	padding: 1px 5px;
	font-size: 0.8em;	
	color: #e00000;
	font-weight: bold;
}

.odd {
	background-color: #000000;	
}

.even {
	background-color: #303030;	
}

.paginacion {
	text-align: center;
	clear: both;
}

/* OTROS */
.break {
	clear:both;
	height: 0px;
}

/*FORMULARIOS*/


form {
	width: 700px;
}

.label{
	width: 150px;
	font-size: 1em;
	font-weight: bold;
	color: black;   
	padding: 0px;
	margin: 2px;
	background-color: #b20000;
	float: left;
	clear: left;
}

.control {
	margin-bottom: 5px;
}

.control_explicacion {
	font-size: 0.7em;
	page-break-before: always;	
}
	
form .botonera {
	text-align: center;
}


.calendario {
	display: inline;
}	

.imgBoton {
	cursor: pointer;
}
