@charset "utf-8";
/* CSS Document */

/*** NEUTRALIZANDO ESTILOS:
elementos que queremos limpiar completamente: ***/
* {
margin: 0;
padding: 0;
border: none;
}
html {
	/*text-shadow: white 0px 0px 0px;Elimina el efecto bold en Safari*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
/*** NEUTRALIZANDO ESTILOS:
elementos con margen vertical: ***/
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
font-weight: normal;
margin: 0 0 1em 0;
}
/*** Algunos ajustes basicos: ***/
sup {
position: relative;
bottom: 0.3em;
vertical-align: baseline;
}
sub {
position: relative;
bottom: -0.2em;
vertical-align: baseline;
}
li, dd, blockquote {
margin-left: 1em;
}
/*** LINKS:
recuerda utilizar siempre la regla del LoVe-HAte ***/
a, a:link, a:visited, a:hover, a:active {
/*
Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:
outline: 0;
Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
*/
text-decoration: none;
}
a img {
border: none;
text-decoration: none;
}
img {
border: none;
text-decoration: none;
/*Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga*/
}
/*** FORMULARIOS: ***/
label, button {
cursor:pointer;
}
input, select, textarea {
font-size: 100%;
}
input:focus, select:focus, textarea:focus {
background-color: #FFF;
}
fieldset {
border: none;
}
/*** Algunas clases útiles: ***/
.clear {
clear: both;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.centro{
text-align:center;
margin-left:auto;
margin-right:auto;
}
.helvetica {
font-family: Arial, Helvetica, Geneva, sans-serif;
}

body{
	background-attachment: fixed;
	background-image: url(../images/fondo4.gif);
	background-repeat: repeat;
}

#esquema{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:798px;
	background-image: url(../images/linea.png);
	background-repeat:  repeat-y;
}


#esquema #foto{

	padding-top:4px;
	margin-left:8px;
	margin-right:8px;
	height:197px;
	
	z-index:1;
	
}

#esquema #menu{
	position:relative;
	float:left;
	margin-top:-60px;
	margin-left:20px;
	height:669px;
	width:232px;
	
	z-index:2;
	
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;

}

#esquema #menu h1{

	margin:13px;
	margin-top:20px;
	margin-bottom:40px;

}

#esquema #menu ul{
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:100;
}

#esquema #menu ul li{
	margin:0;
	padding:0;
	z-index:101;
}

#esquema #menu ul li a{
	margin-left:auto;
	margin-right:auto;
	margin-top:-1px;
	width:190px;
	line-height:35px;
	display:block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C57F05;
	border-bottom-color: #C57F05;
	font-size:15px;
	word-spacing:3px;
	padding-left: 30px;
	color:#AF6B00;
	z-index:102;

}

#esquema #menu ul li a.selected{
	font-weight:bold;
}

#esquema #menu ul li a:hover{
	background-color:#FFDF72;
}

#esquema #contenido{

	float:left;
	
	margin:20px;
	margin-bottom:0;
	margin-right:0;
	text-align:justify;
	width:488px;

}

#pie{
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:798px;
	height:40px;
	line-height:30px;
	
	margin-top:0;
	
	
	font-size:11px;
	text-align:center;
	
	background-image: url(../images/linea-abajo.png);
	background-repeat: no-repeat;
}

h2{
	font-size:14px;
	text-align:center;
	color: #C9860F;
	background-image: url(../images/adorno.gif);
	background-repeat: no-repeat;
	background-position: center 17px;
	padding-bottom: 10px;
	clear:both;
}

img.izquierda{
	float:left;
	padding-right: 25px;
}


#formulario{
	width: 400px;
	margin: auto;
}

#formulario fieldset{
	border: 1px solid #4C4C4C;
	padding: 10px;
}

#formulario legend{
	color: #4C4C4C;
	background-color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
}

#formulario p{  
	clear: left;  
	margin: 0;  
	padding: 0;  
	padding-top: 5px;
}

#formulario p label{  
	float: left;  
	width: 100px;  	 
}

#formulario input, #formulario textarea, #formulario select{
	border: 1px solid #4C4C4C;
	color: #4C4C4C;
	font-size: 12px;
	padding-left:3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.boton{
	text-align: center;
	background-color: #FFFFFF;	
	width: 150px;
	margin-left: 125px;	
}
table.info{
	margin: auto;	
	border-collapse:collapse;
	
	margin-bottom:40px;
}

table.info caption{
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}

table.info th, table.info td{
	text-align: left;
	vertical-align: top;
	padding: 4px;
	border: 1px solid #4C4C4C;
}

.galeria{

text-align:center;
margin-bottom:25px;
padding-bottom:25px;

}

.galeria img{
	float:left;
	margin:5px;
	border: 1px solid #C9860F;
}

#map{
	position:relative;
	width:480px;
	height:330px;
	border: 1px solid #DE8703;
	margin-bottom:25px;
}

.cuaini{
	float:left;
	width: 200px;
	margin:10px 15px;
	background-color: #FFF386;
	color: #4C4C4C;
	font-size:11px;
}



.cuaini img{
	border:0;
	padding:0;
	margin:0;
}

.cuaini h2{
	margin:0;
	margin-top:-3px;
	padding:0;
	text-align:center;
	font-weight:bold;
	background:none;
	background-color: #4C4C4C;
	color: #FFF386;
	line-height: 30px;
	height:30px;
}

.cuaini p{
	padding:5px;
}

.cuaini2{
	float:left;
	width: 200px;
	height:177px;
	margin:10px 15px;
	background-color: #FFF386;
	color: #4C4C4C;
	font-size:11px;
	background-image: url(../images/1n.jpg);
	background-repeat: no-repeat;
	
}
.cuagale{
	background-image: url(../images/2n.jpg);
}
.cuaent{
	background-image: url(../images/3n.jpg);
}
.cualleg{
	background-image: url(../images/4n.jpg);
}
.cuares{
	background-image: url(../images/5n.jpg);
}
.cuacon{
	background-image: url(../images/6n.jpg);
}
.cuaini2 h2{
	margin:0;
	margin-top:100px;
	padding:0;
	text-align:center;
	font-weight:bold;
	background:none;
	color: #FFF386;
	line-height: 30px;
	height:30px;
}
.cuaini2 p{
	margin:10px;
}
.cuaini2 a{
	color: #4C4C4C;
}
.cuaini2 a:hover{
	text-decoration:underline;
}
a{
	color:#000066;
}
a:hover{
	text-decoration:underline;
}

.fotoright{
	border: 1px solid #C9860F;
	float:right;
	margin-left: 10px;
}
.fotoleft{
	border: 1px solid #C9860F;
	float:left;
	margin-right: 10px;
}
