
/* ESTILO GENERICO PARA LOS ENLACES 
a:link {
	text-decoration: none;
	color: #495E5F;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}*/
/* FIN DE ESTILO GENERICO PARA LOS ENLACES */

.PIE_IMPRENTA {
	font: normal 10px Tahoma;
	color: #333333;
}


.PIE_IMPRENTA a {
	font: normal 10px tahoma, Arial;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
}
.PIE_IMPRENTA a:hover {
	font: normal 10px tahoma, Arial;
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
}



.texto_leer {
	font: normal 12px Tahoma;
	color: #666666;
}
.MENU_PEQ {
	font: normal 10px Tahoma;
	color: #666666;
}
.MENU_MEDIUM {
	color: #CCCCCC;
	text-transform: uppercase;
	font-family: Tahoma;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.MENU_MEDIUM a {
	font: normal 8px tahoma, Arial;
	color: #B4A967;
	text-transform: uppercase;
	text-decoration: none;
}
.MENU_MEDIUM a:hover {
	font: normal 11px tahoma, Arial;
	color: #00FF00;
	text-transform: uppercase;
	text-decoration: none;
}

.MENU_IDIOMAS {
	color: #333333;
	text-transform: uppercase;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.MENU_IDIOMAS a {
	font: normal 11px tahoma, Arial;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
}
.MENU_IDIOMAS a:hover {
	font: normal 11px tahoma, Arial;
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
}

.CABECERA_1 {
	color: #028A9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


.CABECERA_2 {
	color: #D70004;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.botonera {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.botonera a {
	font: bold 13px tahoma, Arial;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
.botonera a:hover {
	font: bold 13px tahoma, Arial;
	color: #028A9A;
	text-transform: uppercase;
	text-decoration: none;
}

/* ESTO CAMBIA EL COLOR DE TXT DE LA PARTE DE CONTACTO */

.botonera2 {
	color: #028A9AF;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.botonera2 a {
	font: normal 10px tahoma, Arial;
	color: #028A9A;
	text-transform: uppercase;
	text-decoration: none;
}
.botonera2 a:hover {
	font: normal 11px tahoma, Arial;
	color: #FF0000;
	text-transform: uppercase;
	text-decoration: none;
}

/* botonera 2 FIN */


.articulo {
	float: left;
	font: normal 12px Tahoma;
	color: #666666;
	width:115px;
	margin:5px;
	margin-bottom: 0px;
	margin-top: 0px;
	background: white;
}
/*	este es el que define la distancia entre baterias de fotos */
.articulo art_img {
	border: solid 1px gray;
	padding: 5px;
	height:134px;
}
/*	FIN este es el que define la distancia entre baterias de fotos */

.articulo div a img {
	border: 0px;
/*	margin: -6px 6px 6px -6px;*/
}
.articulo .art_desc {
	width:100px;
	border: none;
	background: none;
}

/* LIGHTBOX */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(/1/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/1/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/1/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/* LIGHTBOX FIN */
