/* CSS Document */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}
body {
	background-color: #000000;
	font: 62.5%/1.6em Arial, Helvetica, sans-serif;
	color: #ffffff;
	min-width: 770px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Inicio ESTRUCTURA */

#contenedor {
	display: block;
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../graf/fondobody.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#cabecera {
	height: 300px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: left;
}
#epigrafe {
	margin: 0px auto;
	clear: both;
	height: 30px;
	width: 750px;
	overflow: hidden;
}
#epigrafe h1{
	clear: both;
	font-size: 10px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#presentacion {
	clear: both;
	height: 200px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#navegacion {
	clear: both;
	height: 30px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}
#titular {
	color: #000000;
	clear: both;
	height: 40px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ccff00;
	background-image: url(../graf/fondotitular.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
#titular h2{
	font-size: 24px;
	color: #000000;
	text-indent: 20px;
	padding: 10px 0px 6px;
	margin: 0px;
}
#cuerpo {
	clear: both;
	width: 100%;
	height: auto;
	min-height: 300px;
	height: auto !important;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
	text-align: left;
}
#contenido {
	clear: both;
	width: 750px;
	height: auto;
	min-height: 300px;
	height: auto !important;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
	background-image: url(../graf/fondocuerpo.jpg);
	background-repeat:  repeat-y;
	background-position: center top;
	overflow: auto;
}
#contenedorpie {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 75px;
	width: 100%;
}
#pie {
	color: #cccccc;
	clear: both;
	height: 75px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #333333;
	background-image: url(../graf/fondopie.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: auto;
}
#contenedorbajopie {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 75px;
	width: 100%;
}
#bajopie {
	clear: both;
	height: 75px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Final ESTRUCTURA */

/* Principio GALERÍA FOTOS CSS */

.principal {
	clear: both;
}
.principal h1,h2,h3,h4,h5,h6{
	clear: both;
}
.principal li {
	display:inline;
	float:left;
	width:200px;
	height:100px;
	background-color:#FFFFFF;
	padding:8px 4px 12px;
	margin:5px;
	text-align: center;
	font-size: 1em;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-left-style: solid;
}
.principal li a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.principal li a:visited{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.principal li a:hover{
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	background-color: #333333;
}
.principal li acronym {
	cursor:help;
	border-bottom:1px dotted #000000;
}
.imagengaleria {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.margenizquierdo {
	padding-left: 40px;
}
.piedefoto {
	font-size: 1em;
	text-align: center;
	line-height: 1.2em;
	color: #000000;
	padding: 2px;
}

/* Fin GALERÍA FOTOS CSS */

/* Principio LIGHTBOX */

#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:../fotogaleria/visor/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(../fotogaleria/visor/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../fotogaleria/visor/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 12px Georgia, "Times New Roman", Times, 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; }

/* Final LIGHTBOX */

/* Principio TEXTO */

p {
	font-size: 1.4em;
	margin: 10px;
	text-align: justify;
}
.pvertodo {
	font-size: 1em;
	text-indent: 50px;
}
.ppie {
	font-size: 1em;
	padding-top: 30px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	text-indent: 20px;
	padding: 6px;
	margin: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2.4em;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.8em;
}
h5 {
	font-size: 1.6em;
}
h6 {
	font-size: 1.4em;
}
a {
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}
a:visited{
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
acronym {
	cursor:help;
	border-bottom:1px dotted #ffffff;
}

/* Final TEXTO */
/* Principio BOTONERA NAVEGACIÓN */

/* Destacar Pagina actual en la botonera */
#portada #nav .portada a,
#portafolio #nav .portafolio a,
#localizacion #nav .localizacion a,
#contactar #nav .contactar a {
	color: #000000;
	background: #ccff00 url(../graf/blank_press.jpg) no-repeat left top;
	cursor: default;
}
/* Fin destacar Pagina actual en la botonera */

#nav {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	height: 30px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#nav h2 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	display: inline;
	clear: none;
}
#nav li {
	padding: 0px;
	display: inline;
}
#nav li a {
	float: left;
	color: #ccff00;
	padding: 7px 12px;
	text-decoration: none;
	background: #000000 url(../graf/blank.jpg) no-repeat left top;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #ccff00;
}
#nav li a:visited {
	color: #ccff00;
}
#nav li a:hover {
	color: #ffffff;
	background: #666666 url(../graf/blank_over.jpg) no-repeat left top;
}
#nav li a:active {
	color: #000000;
	background: #ccff00 url(../graf/blank_press.jpg) no-repeat left top;
}
#nav li a.menu {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}


/* Fin BOTONERA NAVEGACIÓN */

/* Principio FORMULARIO */

#tablaformulario {
	height: 100%;
	width: 750px;
	float: left;
	clear: both;
	overflow: visible;
}
.textareaformulario {
	font-size: 1.2em;
	color: #000000;
	background-color: #fcfcfc;
	height: 100px;
	width: 400px;
	padding: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	overflow: auto;
}
.campoformulario {
	width: 400px;
	background-color: #fcfcfc;
	color: #000000;
	font-size: 1.2em;
	padding: 2px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	margin-top: 2px;
	margin-bottom: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.listaformulario {
	width: 50px;
	background-color: #fcfcfc;
	color: #000000;
	font-size: 1.2em;
	padding: 2px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	margin-top: 2px;
	margin-bottom: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.botonenviar {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	background-color: #ccff00;
	text-align: center;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
form {
	margin-top: 30px;
	margin-bottom: 0px;
}
.textoformulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #ccff00;
	text-align: right;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align: top;
	font-weight: bold;
}
.centrarboton {
	margin-right: auto;
	margin-left: auto;
}

/* Fin FORMULARIO */
