body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;

	margin: 0;
	padding: 0;
	border: 0;
	overflow: auto;
	height: 100%;
	max-height: 100%;


}

#menu {  margin: 30px auto auto 0px; width: 170px; list-style: none; font-size: 1.8em; font-weight: bold; text-align: right; padding-right: 15px; }
	#menu li { padding: 2px; }
	#menu a { color:#7E7E7E; text-decoration: none;	}
	#menu a:hover { color: white; }
	#menu a.selected { color: white; }



#contenido { margin-top: 80px;
			margin-left: 60px !important;
			margin-left: 460px;
			padding-right: 80px; text-align: justify; font-size: 0.8em; color: #101010;  }

h1 { font-size: 2.3em; color: #426281; }
h2 { font-size: 1.3em; color: #a0a0a0; margin: 10px auto 25px auto;}



/* PIE Y OTROS */

#valid { clear: both;  position: relative; top: 320px; text-align: center;}
#valid a { font-size: 0.7em; color: #426281; text-decoration: none; }

.float-left { float: left; }
.float-right { float: right; }

#izquierda {
	background: url("/images/bg_oscuro.jpg") no-repeat;
	background-color: #1A1A1A;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 397px; /*Width of frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/

}


#derecha {
	background: url("/images/bg_claro.jpg") no-repeat;
	background-color: #EAEAEA;
	position: fixed;
	top: 0;
	left: 397px; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto;
	height: 100%;
}

#direccion {
	position: relative;
	clear: both;
	top: 60px;
	left: 60px;
	color: #7E7E7E;
	font-size: 0.7em;
	line-height: 1.4em;
}

#direccion .telefono {
	font-size: 1.1em;
	font-weight: bold;
	color: #c0c0c0;
}

#borde { width: 210px; border-right: 1px solid #7E7E7E; top: 120px; position: relative; height: 100%;}


/*****************************************************************************************************************
*	CONTENT
*****************************************************************************************************************/
#foto-seccion { float: left; margin-right: 15px; }
#contenido .texto { font-family: lucida-grande, Geneva, Arial, Helvetica, sans-serif; font-size: 1.3em; color: #505050; text-align: justify; }

/*****************************************************************************************************************
*	GALERIAS
*****************************************************************************************************************/

#submenu { position: absolute; left: 210px; top: 170px; width: 125px; text-align: right; padding-right: 60px; float: left; }
	#submenu li { margin: 3px auto 3px auto;}
	#submenu a {  color: #5E707A; text-decoration: none; font-size: 1.2em; font-weight: bold;}
	#submenu a:hover { color: white; }
	h4 { font-size: 0.7em; font-weight: normal; color: #606060; padding-top: 50px; margin-left:25px; width: 125px;}

h3 { margin: auto; }
h3 img { border: 1px solid #c0c0c0; padding: 8px; background: white; display: block; margin: auto; margin-bottom: 15px;}

#fotos {  }
#fotos li { margin-right: 0px; width: 105px; display:inline;  height: 90px;}
	#fotos img { border: 1px solid #c0c0c0; padding: 5px; background: white; margin: auto; display: block;}

#galerias {  width: 170px; overflow: auto; margin-left: 18px; }
#galerias li { float: left; }
img.galeria { border: 1px solid white; float: left; margin-right: 5px;margin-top: 5px;  display: block; }


.main { overflow: hidden;  width: 585px;}

.main .prev { float: left;  margin-top: 20px; margin-right: 5px;}
.main .next { float: right;  margin-top: 20px;  }

.jCarouselLite { float: left; }


/*****************************************************************************************************************
*	CONTACTO/INDEX
*****************************************************************************************************************/

#formulario-contacto { width: 280px; float: left; }
#formulario-contacto dt { margin-top: 15px; margin-bottom: 5px; color: #666; }
#formulario-contacto #enviar { display: block; margin: 15px auto; }

#mapa-google { float: left; margin-left: 15px; margin-top: 15px; }

