@charset "utf-8";

/* CSS Document */


/* DEFINICIONES GENERALES */

body {
	background-color: #AACCBB;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	margin: 0px;
	padding: 0px;
	/* border-width: 2px;
	border-style: solid;
	border-color: #336666; */
}

img {
	border: 0px;
}

hr {
	border: 0px;
	height: 2px;
	color: #336666;
	background-color: #336666;
}

#contenedor {
	width: 100%;
}

#cuerpo_cabecera {
	background-color: #AACCBB;
}

#cuerpo_principal {
	padding: 15px;
	background-color: #CCDFDC;
}

#cuerpo_pie {
	padding: 10px;
	background-color: #AACCBB;
	border-top: 2px solid #336666;
}

#tira_fotos {
	background-color: #b5cdc8;
	padding: 15px;
	border: 2px #336666;
	border-style: solid dotted solid dotted;
}


/* MENU PRINCIPAL */

#menu {
	width: 100%;
	height: 37px;
	background-image: url(menu_linea.gif);
	background-repeat: repeat-x;
}

.utilidades {
	border-bottom: 1px dashed #336666;
}


/* ENLACES */

a {
	text-decoration: none;
	color: #42514e;
}

a:hover {
	color:#669999;
	text-decoration: underline;
}

.txt_titular2 a, .txt_titular2 a:hover {
	color: #000000;
	text-decoration: none;
}

.txt_letrasindice a {
	color: #42514e;
}

.txt_letrasindice a:hover {
	color: #669999;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.txt_letrasindice_a {
	color: #42514e;
	border-bottom: 1px dashed;
}

.txt_pie a {
	color: #000000;
}

.txt_pie a:hover {
	color: #000000;
	text-decoration: underline;
}

.txt_seguir_leyendo_de a:hover, .txt_seguir_leyendo_iz a:hover {
	text-decoration: none;
}

a.close {
	width: 13px;
	height: 13px;
	text-align:center;
	margin:5px;
	border:1px solid #336666;
	float:right;
	background-color:#CCDFDC;
	color:#336666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}

a.close:hover {
	color:#669999;
	border:1px solid #669999;
}


/* TIPOS DE FUENTES */

.txt_titular1 {
	font-size: 24px;
	font-weight: bold;
}

.txt_titular2, .txt_letrasindice {
	font-size: 20px;
}

.txt_pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.txt_seguir_leyendo_iz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

.txt_seguir_leyendo_de {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}


/* COLUMNAS */

.columna_izquierda_fondo {
	vertical-align: top;
	border: 2px solid #336666;
	padding: 10px;
}

.columna_izquierda {
	vertical-align: top;
	border-right: 2px solid #336666;
	padding-right: 10px;
}

.columna_izquierda_nb {
	vertical-align: top;
	padding-right: 10px;
}

.columna_derecha {
	vertical-align: top;
	border-left: 2px solid #336666;
	padding-left: 10px;
}

.columna_derecha_nb {
	vertical-align: top;
	padding-left: 10px;
}

.columna_central {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}


/* FORMULARIOS */

.formulario {
	border: 1px solid #AACCBB;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}


/* VARIOS */

.cita {
	font-size: 20px;
	padding: 5px;
	background-color: #b5cdc8;
	border: 1px dotted #336666;
	background-image: url(cita_fondo.gif);
	background-repeat: no-repeat;
	text-align: center;
}

.despiece {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	background-color: #b5cdc8;
	border: 1px dotted #336666;
	text-align: justify;
}

#box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	background-color: #b5cdc8;
	border: 2px solid #336666;
	text-align:left;
	width: 300px;
	visibility: hidden;
	position:absolute;
}

.elem_iz {
	margin-right: 8px;
	float: left;
}

.elem_de {
	margin-left: 8px;
	float: right;
}

.foto_miniatura {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 7px 7px 20px 7px;
	background-color: #000000;
}

.foto_marco {
	border: 2px solid #336666;
}

.pie_foto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	background-color: #b5cdc8;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #336666;
	text-align: center;
}



/*** LIGHTBOX ***/

#lightbox{
	position: absolute;
	top: 40px;
	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(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(prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	



/* TODO COMENTADO: Hoja de estilo antigua


a.negro:link,a.negro:active,a.negro:visited,a.negro:hover {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	text-decoration: none;

	color: #000000;

}



.indentado {

	margin-left: 20px;

}



.columnaderecha {

	border-left-width: 1px;

	border-left-style: solid;

	border-left-color: #336666;

}



.columnaizquierda {

	border-right-width: 1px;

	border-right-style: solid;

	border-right-color: #336666;

}



.columnacentral {

	border-right-width: 1px;

	border-right-style: solid;

	border-right-color: #336666;

	border-left-width: 1px;

	border-left-style: solid;

	border-left-color: #336666;

}



.columnafondo {

	border-color: #336666 #336666 #336666;

	border-width: 1px 1px 1px;

	border-style: solid solid solid;

}



.foto_marco {

	border-color: #336666;

	border-width: 1px;

	border-style: solid;

}

.pie_foto {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	padding: 5px;

	background-color: #b5cdc8;

	border: 1px dashed #336666;

	text-align: center;

}



.titular {

	font-size: 24px;

	font-weight: bold;

}



.titular2 {

	font-size: 20px;

}



.ficha {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

}



.formulario {

	border-style: solid;

	border: 1px;

	border-color: #CCCCCC;

	font-family: "Courier New", Courier, monospace;

	font-size: 12px;

}



.pie_pagina {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

}



.zoom {

	position: relative;

}



.zoom span {

	position: absolute;

	right: 0;

	bottom: 0;

	height: 9px;

	width: 9px;

	background-image: url(http://www.entrebambalinas.net/temas/zoom.gif); 

	filter:alpha(opacity=50);

	-moz-opacity: 0.5;

	opacity: 0.5;

}



*/