﻿body {
	margin: 0px;
	font-size: 12px;
	font-family: Arial;
	color : #333333;
	background-color : #FFFFFF;
}
.textoresaltado {
	font-weight: bold;
	color : #FF0000;
}
.textoserror {
	color : #FF0000;
}
.textosuperior {
	color : #FFFFFF;
}
.fondomenu {
	background-color: #FFFFFF;
}
.fondoeventos {
	background-color : #FFFFFF;
}
.tablafondo{
	background-color: #FFFFFF;
}
.tablacentro{
	background-image: url(../images/fondotablacentro.gif); 
	background-position: top left;
	background-repeat: repeat-y; 
}
.tablacentro2{
	background-image: url(../images/fondotablacentro2.gif); 
	background-position: top left;
	background-repeat: repeat-y; 
}
.tablacentro3{
	background-image: url(../images/fondotablacentro3.gif); 
	background-position: top left;
	background-repeat: repeat-y; 
}
.tablacentro4{
	background-image: url(../images/fondotablacentro4.gif); 
	background-position: top left;
	background-repeat: repeat-y; 
}
.tablamenu{
	margin: 1 1 1 1px;
	background-color: #666666;
	background-image: url(../images/fondomenu.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}
.tablasuperior{
	background-color: d0cdc6;
	border: 0px;
	padding: 3px;
	text-decoration : none;
	height: 15px;
}
.titulares {
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
	color: #000000;
}
a.menu1 {
	text-decoration : none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
}
a.menu1:hover {
	text-decoration : none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	color : #FF0000;
}
a.menu2 {
	text-decoration : none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	color : #FF0000;
}
a.menu2:hover {
	text-decoration : none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	color : #FF0000;
}
a.menu3 {
	text-decoration : none;
	font-size: 12px;
	font-family: Arial;
	color : #333333;
}
a.menu3:hover {
	text-decoration : underline;
	font-size: 12px;
	font-family: Arial;
	color : #FF0000;
}
a.menu4 {
	font-weight: bold;
	text-decoration : none;
	font-size: 12px;
	font-family: Arial;
	color : #FF0000;
}
a.menu4:hover {
	font-weight: bold;
	text-decoration : none;
	font-size: 12px;
	font-family: Arial;
	color : #FF0000;
}
a.media  {
	text-decoration : none;
	font-size: 12px;
	font-family : Arial;
	color : #333333;
}
a.media:hover  {
	text-decoration : underline;
	font-size: 12px;
	font-family : Arial;
	color : #FF0000;
}
table {
	font-size: 12px;
	font-family: Arial;
	color : #333333;
}
td {
	font-size: 12px;
	font-family: Arial;
	color : #333333;
}

th {
	font-size: 12px;
	font-family: Arial;
	color : #333333;
}
h1, h2, h3, h4 {
	font-size: 12px;
	font-family: Arial;
	text-decoration : bold;
	color : #333333;
}
.emilio {
width:170px;
height:20px;
border: 1px solid #CCCCCC;
color : #333333;
background-color : #EFEFEF;
} 
.boton{
 font-size:10px;
 font-family:Arial;
 font-weight:bold;
 color:white;
 background:#FF0000;
 border:0px;
 width:50px;
 height:20px;
 }
 .botonform{
 font-size:10px;
 font-family:Arial;
 font-weight:bold;
 color:white;
 background:#FF0000;
 border:0px;
 width:100px;
 height:20px;
 }
.estilotext {
width:250px;
height:20px;
border: 1px solid #CCCCCC;
color : #333333;
background-color : #EFEFEF;
} 
.captcha  {
width:100px;
height:20px;
border: 1px solid #CCCCCC;
color : #333333;
background-color : #EFEFEF;
} 
.estilotextarea {
width:750px;
height:150px;
border: 1px solid #CCCCCC;
color : #333333;
background-color : #EFEFEF;
}
.estilocomentario {
width:600px;
height:60px;
border: 1px solid #CCCCCC;
color : #333333;
background-color : #EFEFEF;
} 

 /* CALENDARIO */
 
.calendar caption {
	border: 1px solid #656352;
	margin: 0;
	padding: .3em 0;
	background: #BCBBB1;  /* fondo titulo del mes */
}
.calendar th {
	border-bottom: 1px solid #656352;
	padding: .1em .1em;
	font-weight: normal;
	background: #CFCDC5; /* fondo dia de la semana */
}
.calendar td {
	border: 0px solid #CCCCCC;
	padding: .1em .1em ;
	width: 1em;
	text-align: center;
	background: #CFCDC5; /* fondo todos los dias */
}
.calendar a {
	color: #FFFFFF;
	text-decoration: none;  /* color del dia resaltado */
}
.calendar td.today {
	background: #0f0;
}
.calendar td.selected {
	border: 0px dotted #FF0000;
}
.calendar td.highlighted {
	margin: 1;
	padding: .1em .2em;
	background: #FF0000;/* fondo dia evento */
}

table.calendar td.pad {
	color: #999;
	background: #ff;
	}
table.calendar td.pad:hover {
	background: none;
	border: 0;
	}
	
.sunday, .saturday {
	background: #f0f0f0;
	}
	
#year {
	padding: 0;
	width: 500px;
	list-style: none;
	}
#year:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#year li {
	float: left;
	padding: 0 .5em .5em 0;
	height: 150px;
	}

/* GALERÍAS FOTOGRÁFICAS */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }