html {
	height: 100%;
}		

body {
	font: 13px/1.7 "arial", sans-serif;
	background: #FFFFFF url("imagenes/fondo_agua4.jpg") no-repeat center center;
	color: #eee;
}

#container {
	top: 37%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	position: absolute;
}

#container2 {
	top: -250px;
	left: 50%;	
	width: 932px;
	height: 500px;
	margin: 0 0 0 -450px;
	padding: 0;		
	overflow: visible;
	visibility: visible;
	z-index: 100;
	position: absolute;
	text-align: left;
}

#container2.mobile {
	height: 565px;
}

#header {
	display: none;
}

#copy {
	display: none;
}

/* Footer */

#footer {
	padding: 0.5em;
	color: #FFFFFF;
	text-align: center;
	margin-right: 32px;
	text-align: center;
	font-family: arial, sans-serif;
	background: url("imagenes/fondo_pie.png") no-repeat center top;
}

#footer p {
	font-size: 11px;
}

#footer a {
	color: #FFFFFF;
}

#footer_nav {
	float: left;	
}

#footer_nav ul li {
	display: inline;
	margin: 0 1.3em 0 0em;
}

#footer_nav ul li a {
	color: #FFFFFF;
	font-family:  arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: -1px;
}

#footer_nav ul li a:hover {
	color: #fff;	
}

#copyright {
	clear: both;
	padding: 1.7em 0 0;
}

.search {
	width: 140px;
	height: 22px;
	overflow: hidden;			
	float: right;
	display: inline;
	background: url("imagenes/busqueda.png") no-repeat left top;	
}

.search form {			
	 padding: 4px 5px 4px 18px;
}

.search input {
	width: 100px;
	padding: 0;
	background-color: #1d1d1d;
	color: #999;
	border: none;
	font-family:  arial, sans-serif;
	font-size: 11px;
	padding: 0;
}

/* Begin JS mods
************************/

#home-content {
/*
	position: relative;
	z-index: 5;
*/
	width: 927px;
	height: 500px;
	/*background: transparent url('images/home/logo-home.png') no-repeat top left;*/
	background: transparent url('imagenes/fondo_logo.png') no-repeat top left;
	padding: 50px 0 0 5px;
}

#home-content.mobile {
	height: 465px;
	background: transparent url('../images/home/bg-home-mobile.png') no-repeat top left;
}

#carousel-container {
	background: transparent url('imagenes/fondo_orilla.png') repeat top left;
	position: absolute;
	top: 95px;
	left: 2px;
	width: 691px;
	height: 390px;
	z-index: 7;
}

#carousel-container.mobile {
	height: 459px;
}

#carousel-container .corner {
	position: absolute;
	/*background: transparent url('../images/home/carousel-corners.png') no-repeat top left;*/
	background-image: url('imagenes/transparencia-esquina.png');
	width: 10px;
	height: 10px;
	overflow: hidden;
	z-index: 5000;*/
}

#carousel-container.mobile .corner {
	background-image: url('../images/home/carousel-corners-mobile.png');
}

#carousel-container .top-left {
	background-position: top left;
	top: 2px;
	left: 0px;
}

#carousel-container .top-right {
	background-position: top right;
	top: 2px;
	right: 0px;
}

#carousel-container .bottom-left {
	/*background-position: bottom left*/;
	background-position: 0px 10px;
	bottom: -4px;
	left: 0px;
}

#carousel-container .bottom-right {
	/*background-position: bottom right;*/
	background-position: 10px 10px;
	bottom: -4px;
	right: 0px;
}

#carousel {
	margin: 3px 0 0 3px;
}

#home-content #nav {
	position: absolute;
	z-index: 5;
	margin: 0;
	padding: 0;
	top: 150px;
	left: 663px;
}

#home-content #nav li {
	width: 239px;
	height: 90px;
	padding: 0;
	margin: 0 0 11px 0;
	position: relative;
}

#home-content #nav li a {
	text-indent: -5000px;
	display: block;
	width: 239px;
	height: 90px;
}

#home-content #nav li a:hover {
	background: transparent url('imagenes/nav_flecha.png') no-repeat 200px center;
}

#home-content #nav #somos {
	background: transparent url('imagenes/nav-somos.png') no-repeat top left;
}

#home-content #nav #mensajes {
	background: transparent url('imagenes/nav-mensajes.png') no-repeat top left;
}

#home-content #nav #ubicacion {
	background: transparent url('imagenes/nav-ubicacion.png') no-repeat top left;
}

#home-content #nav-shadow {
	width: 8px;
	height: 292px;
	position: absolute;
	top: 150px;
	left: 693px;
	z-index: 6;
	background: transparent url('imagenes/nav-sombras.png') no-repeat top left;
}
