@charset "utf-8";
/* CSS Document */

.val_error {
    border-color: yellow !important;
}

/* hacks varios, adivinen para q browser... */
html,
body {
    margin:0;
    padding:0;
    height:100%;
	background-color:rgb(255,255,255);
	}

#wrapper {
    min-height:100%;
    position:relative;
		}

#contenedor {
	padding-bottom: 180px;   /* con este  padding el footer nunca toca el contenido */
	background-image:url(../img/bg_img.png);
	background-position:0px 100px;
	background-repeat:repeat-x;
	overflow:hidden;
}


a, p, h1, h2, h3, h4, h5, h6, ul {
font-family: Georgia, "Times New Roman", Times, serif;
}

ol, ul {list-style: none; margin:0; padding:0;}

li {list-style: none; margin:0; padding:0;}


div#encabezado {
	height: 145px;
	width:100%;
}

div#header {
	display:block;
	margin: 0 auto;
	width: 950px;
	height:145px;
}

div#logo {
	height:122px;
	position: absolute;
	top:0;
	width:337px;
}

/* menu*/
#menu {
	width: 588px;
	height: 48px;
	position:relative;
	left: 360px;
	top: 55px;
}

.botones {
 margin:0;
 list-style:none;
 height:48px; 
 position:relative; 
}

.botones li {
float:left;
}

.botones li a {
display:block;
float:left;
height:48px;
line-height:40px; 
}

li#inicio a {
background: url(../img/btn_inicio.png) no-repeat  ;
width:148px;
text-indent:-9999px;
}

li#inicio a:hover {
background: url(../img/btn_inicio_on.png) no-repeat;

}

li#inicio a.activo {
background: url(../img/btn_inicio_on.png) no-repeat;

}

li#servicios a {
background: url(../img/btn_servicios.png) no-repeat;
width:146px;
text-indent:-9999px;
}

li#servicios a:hover {
background: url(../img/btn_servicios_on.png) no-repeat;
}

li#servicios a.activo {
background: url(../img/btn_servicios_on.png) no-repeat;
}

li#galeria a {
background: url(../img/btn_galeria.png) no-repeat;
width:146px;
text-indent:-9999px;
}

li#galeria a:hover {
background: url(../img/btn_galeria_on.png) no-repeat;
}

li#galeria a.activo {
background: url(../img/btn_galeria_on.png) no-repeat;

}

li#contacto a {
background: url(../img/btn_contacto.png) no-repeat;
width:148px;
text-indent:-9999px;
}

li#contacto a:hover {
background: url(../img/btn_contacto_on.png) no-repeat;
}

li#contacto a.activo {
background: url(../img/btn_contacto_on.png) no-repeat;
}
/* fin del menu*/


#footer {
	background: url(../img/bg_footer.png);
	background-position: center top;
	bottom: 0;
	color: #006;
	height: 120px;
	padding: 40px 0 0 0;
	position: absolute;
	width: 100%;
	left: 0;
}
#footer-info{
margin-top: 50px;	
color: #006;
text-align:center;
width:927px;
margin: 0 auto;
}

#fiscal {
	height:70px;
	float:left;
	margin-right:30px;
	width:50px;
}

#footer-info h5{
font-family: 'Ubuntu', sans-serif;
font-size:16px;
float:left;
line-height:21px;
margin-top:0;
}

#footer-info a{
color: #006;
font-family: 'Ubuntu', sans-serif;
text-decoration:none;
}

#footer-info a:hover{
text-decoration:underline;
}

ul#menu_footer {
font-family: 'Ubuntu', sans-serif;
float:left;
list-style:none;
height: 40px;
text-align:left;
width:500px;
}

ul#menu_footer li {
display:inline;
padding-right: 25px;
}

ul#menu_footer li a {
font-size:12px;
color: #006;
text-decoration:none;
}

ul#menu_footer li a:hover {
color: #FFF;
}
/*fin Footer*/

#slide{
background-image:url(../img/bg_home.png);
background-repeat:no-repeat;
height:361px;
margin: 0 auto;
padding:50px 452px 0 50px;
width:428px;
}

#slide h2 {
color: #006;
font-family: 'Ubuntu', sans-serif;
font-size:30px;	}

#slide p{
color: #006;
font-family: 'Ubuntu', sans-serif;
font-size:18px;
line-height:24px;	}


.principal {
width: 930px;
margin: 0 auto;
overflow:hidden;
align-content: center;
}

#princesas{
width: 930px;
background-image:url(../img/princesas.png);
background-position: center;
background-repeat:no-repeat;
height: 134px;
margin:-10 0 0 15px;
text-align: center;
}

#princesas h1{
color: rgb(102,0,43);
font-family: 'Ubuntu', sans-serif;
font-size: 25px;
padding: 50px 0 0 20px;
text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}

#princesas p{
color: rgb(102,0,43);
font-family: 'Ubuntu', sans-serif;
font-size: 16px;
line-height:normal;
margin-top:-10px;
padding: 0 0 0 20px;

}

#princesas a{
color: rgb(102,0,43);
font-family: 'Ubuntu', sans-serif;
font-weight:bold;
text-decoration:none;
}

#princesas a:hover{
color: rgb(102,0,43);
font-weight:bold;
text-decoration:underline;
}

#princesas-pag{
width: 450px;
float:right;
}



.secciones{
	border-radius: 12px;
	border: #ffd56e 2px solid;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background: -webkit-linear-gradient(#fe9b00, #fee900); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fe9b00, #fee900); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fe9b00, #fee900); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fe9b00, #fee900); /* Standard syntax */
	background-color:#fe9b00;
	display:block;
	font-family: 'Ubuntu', sans-serif;
	margin-top:20px;
	overflow:hidden;
	width:876px;
	padding:30px 25px;
}

.secciones h1{
	background-repeat:no-repeat;
	height:30px;
	margin:0 0 20px 0;
	text-indent:-9999px;
	width:257px;
}

.secciones h2{
	font-family: 'Ubuntu', sans-serif;
	font-size:28px;
	color: #006;
	}
	
.secciones h3{
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:20px;
	color: #006;
}
	
.secciones a{
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	text-decoration:none;
	color: #006;
}	

.secciones ul{
	color: #006;
	float:left;
	font-family: 'Ubuntu', sans-serif;
	font-size:16px;
	display:block;
	margin-bottom:30px;
	overflow:hidden;
	width:270px;
}

.secciones li{
	padding:5px;
	}


.secciones form p{
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	color: #006;
}

.menues {
	border-radius: 12px;
	border: #ffd56e 2px solid;
	background: red;
	color:#006;
	display:block;
	font-family: 'Ubuntu', sans-serif;
	overflow:hidden;
	width:728px;
	padding:40px;
	margin-bottom:25px;
}

#top-ninos{
	background:url(../img/top-menu.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:50px;
	width:728px;
	}
#ninos{
	float:left;
	background:white;
	font-size:16px;
	line-height:21px;
	padding:20px;
	text-align:center;
	width:688px;
}

#top-adultos{
	background:url(../img/top-menu-adultos.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:50px;
	width:728px;
	}
#adultos{
	float:right;
	background:white;
	font-family: 'Ubuntu', sans-serif;
	font-size:16px;
	line-height:21px;
	padding:20px;
	text-align:center;
	width:688px;
}
	
		
.sombra{
	background: url(../img/sombra-secciones.png);
	display:block;
	height:15px;
	margin: 0 auto;
	width:915px;
}

#error{
	margin:0 auto;
	width:280px;
}

#error h2{
	font-family: 'Ubuntu', sans-serif;
	font-size:24px;
	font-weight:700;
	color: #006;
	text-align: center;
}
	
#error p{
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	font-weight:400;
	color: #006;
	text-align: center;
}

#error a{
	background: url(../img/volverinicio.png);
	display:block;
	text-indent:-9999px;
	height:50px;
	width:280px;
	text-align:center;
}

#error a:hover{
	background: url(../img/volverinicio_on.png);
}

/*Slide*/
.slider{
	margin: 0 auto;
	width:876px; 
	height:800px;
}

.slider a{
	font-family: 'Ubuntu', sans-serif;
	color: #FFF;
	text-decoration:none;
}

.enviar {
border: 0;
cursor: pointer;

}