@charset "utf-8";
/* CSS Document */

body {background-color:#FFFFFF; font-family:Arial; font-size:12px; color:#333333}
.cabecera h2 {font-family:Arial; font-size:13px; color:#FFFFFF; text-align:center; font-weight:normal;}
.publilat {padding:5px; width:155px; height:90px; background-image:url(img/lateralnaranja.gif); text-align:center; color:#FFFFFF; margin-right: 5px;}
.content {border-left:1px #E6E6E6 solid; width:620px; }
.titulocontentindex {font-family:Arial; font-size:12px; font-weight:normal; text-align: justify; padding:10px; color:#EAA502;}
.titulonoticias {font-family:Arial; font-size:12px; font-weight:normal; text-align: justify; padding:10px; color:#EAA502;}
.noticias {text-align: justify; padding:10px; width:350px; height:200px;}
.textcontent {font-family:Arial; font-size:12px; font-weight:normal; text-align:left; padding-left:10px; color:#EAA502; padding-bottom: 10px; padding-top: 10px;}
.titulocontent {font-family:Arial; font-size:11px; font-weight:normal; text-align:left; padding-left:30px; color:#EAA502;}
.titulonavegacion {border-bottom:1px #E0DFE3 dotted; font-family:Arial; font-size:11px; font-weight:normal; text-align:left; padding-left:10px; color:#333333;}
.content a{font-family:Arial; font-size:12px; color:#EAA502;}
.contentright {border-left:1px #E6E6E6 solid; height:400px;}
.contacto {border-left:1px #E6E6E6 solid; width:620px; font-family:Arial; font-size:11px; }
.noticias {float:left; margin-top:20px; text-align:justify;}
.menu { text-align:left; font-weight:bold; }
.menu h1{ margin:3px; border-bottom:1px #E0DFE3 dotted; font-family:Arial; font-size: 12px;}
.menu li{ font-family:Arial; text-align:left; font-size:11px; font-weight:normal; list-style-image:url(img/list.gif); margin-bottom: 3px; margin-left: -10px;}
.menu a{ font-family:Arial; color:#333333; font-weight:normal; text-decoration:none; }
.menu a:hover{ font-family:Arial; color:#EAA502; font-weight:normal; text-decoration: underline; }
.bottom {font-family:Arial; font-size:9px; font-weight:normal; margin-top: 1px;}
.bottom a{font-family:Arial; font-size:9px; color:#333333; font-weight: inherit;}
.titanuncio {font-family:Arial; font-size:12px; font-weight:bold; text-align: justify; padding-left:30px; padding-right: 30px; padding-top: 20px; padding-bottom: 20px;}
.anuncio {font-family:Arial; font-size:11px; font-weight:normal; text-align: justify; padding-left:30px; padding-right: 30px;}
.anunciodetall {padding:7px; width:156px; line-height: 8px; height:76px; font-family:Arial; font-size: 11px; background-image:url(img/lateralnaranja2.gif); text-align:left; color:#FFFFFF; margin-left: 5px;}
.publiright {width:122px; height:305px; background-image:url(img/publiright.gif); text-align:center;}
.avisolegal {border-left:1px #E6E6E6 solid; width:620px; text-align:justify; font-family:Arial; font-size:11px; padding-left: 10px;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.galeria{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.foto1 img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.foto1:hover{
background-color: transparent;
}

.foto1:hover img{
border: 0px;
}

.foto1 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.foto1 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.foto1:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/********************Nueva galeria CSS i JS ***********************************/

#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; }

/********************End Nueva galeria CSS i JS ***********************************/
