/* CSS Document */

html {
	overflow-y: scroll;
}

body {
	padding:0;
	margin:0;
	background-color:#D6DBEF;
	padding-bottom:50px;
}

table {
	width:100%;
	border:0;
	margin-bottom:20px;
}

td {
	width:14%;
	text-align:center;
	font-family: 'Ubuntu', sans-serif;
	font-size:11px;
	border:1px solid #BFC7E6;
	padding:5px 0;
}

ol>li {
	margin-left:50px;
	font-size:11px!important;
}

.marco {
	width:100%;
	background-color:#EDECED;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
	behavior: url(/css/border-radius.htc);
    border-radius: 20px;
	padding:1.5%;
	margin-bottom:30px;
	box-shadow:0 0 3px #222F5C inset;
}

a {
	color:#075192;
}

a:hover {
	color:#222F5C;
}

h1 {
	margin:42px 0 0 0;
	padding:0;
	font-family: 'Great Vibes', 'Rouge Script', cursive;
	font-size:55px;
	font-weight:normal;
	text-align:center;
	color:#FFF;
	text-shadow: #000000 2px 2px 3px;
	zoom:1;
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#000000,Strength=3);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=-1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=-1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=-1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=0, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=1, Color=#000000)progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=0, Color=#000000)";
}

#titulo p, #contenedor_cabecera_movil p {
	margin-top:0;
	color:#fff;
	text-align:center;
}

#titulo p a {
	color:#82C2F7;
}

h2 {
	font-family:'Belleza', sans-serif;
	font-size:30px;
	color:#D0152E;
}

h3 {
	font-family:'Belleza', sans-serif;
	font-size:22px;
	color:#222F5C;
}

h4 {
	font-family:'Belleza', sans-serif;
	font-size:16px;
	color:#222F5C;
}

p, #contenedor li {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	line-height:25px;
	color:#075192;
	text-align:justify;
}

p {
	margin-bottom:20px;
}

#contenedor div.rojo {
	font-family: 'Ubuntu', sans-serif;
	font-size: 11px;
	color:#900;
	margin:15px 0;
}

#contenedor_cabecera_movil {
	display:none;
	position:fixed;
	top:0;
	width:100%;
	padding:0;
	margin:0;
	background-color:#222F5C;
	background-image:url(../images/fondo-superior.png);
	background-repeat:repeat-x;
	z-index:99999;
}

#contenedor_cabecera {
	display:inline;
	position:fixed;
	top:0;
	width:100%;
	padding:0;
	margin:0;
	background-image:url(../images/fondo-superior.png);
	background-repeat:repeat-x;
	z-index:99999;
}

#contenedor {
	width:94%;
	padding:0 1.5%;
	margin-top:200px;
}

#contenedor .first {
	float:left;
	margin:10px;
}

#contenedor .last {
	float:right;
	margin:10px;
}

#cabecera {
	width:100%;
	position:relative;
	background-color:#0C63AA;
	border-top:3px solid #D0152E;
	background-image:url(../images/fondo-menu.png);
	background-repeat:repeat-x;
    /*-moz-border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    -khtml-border-radius: 0 20px 20px 0;
	behavior: url(/css/border-radius.htc);
    border-radius: 0 20px 20px 0;*/
}

#cabecera>.first {
	float:left;
}

#cabecera>.last {
	float:right;
}

#menu, .menu2, .menu3, .menu4 {
	padding:0;
	margin:0;
	list-style:none;
	-moz-box-shadow: 0 3px 6px #000;
	-webkit-box-shadow: 0 3px 6px #000;
	box-shadow: 0 3px 6px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=180, Color='#000000');	
}

#menu>li, .menu2>li, .menu3>li, .menu4>li {
	float:left;
	padding:0;
	margin:0;
	padding: 9px 0;
	color:#FEE;
	font-family: 'Ubuntu Condensed', sans-serif;
	cursor:pointer;
	/*border-left:1px solid #1295D5;*/
	font-size:14px;
	text-align:center;
	border-top:2px solid #EDECED;
}

#menu>li {
	width:11.11%;
}

.menu2>li {
	width:33.33%;
}

.menu3>li {
	width:33.33%;
}

.menu4>li {
	width:33.33%;
}

#menu>li.first {
	border-left:0px;
/*	width:15%;*/
}

.menu2>li.first {
	border-left:0px;
}

.menu3>li.first {
	border-left:0px;
	/*width:34%!important;*/
}

#menu>li.last {
	border-left:0px;
/*	width:15%;*/
}

.menu2>li.last {
	border-left:0px;
}

.menu3>li.last {
	border-left:0px;
	/*width:34%!important;*/
}

#menu>li:hover, .menu2>li:hover, .menu3>li:hover {
	background-image:url(../images/fondo-menu-2.png);
	background-repeat:repeat-x;
}

#titulo, #titulo2 {
	position:absolute;
	z-index:20000;
	width:60%;
	margin-left:20%
}

#titulo2 {
	margin-top:100px;
}

#titulo2 a {
	font-size:25px;
	color:#FFF;
	font-family:'Belleza', sans-serif;
}

#logo {
	position:absolute;
	left:0;
	top:0;
	width:301px;
	float:left;
	background-image:url(../images/fondo-cabecera-2.png);
	background-position:left;
	background-repeat:no-repeat;
	z-index:10000;
}

#rrss {
	position:absolute;
	right:0;
	top:0;
	position:relative;
	width:301px;
	height:135px;
	float:right;
	padding-right:15px;
	background-image:url(../images/fondo-cabecera.png);
	background-position:right;
	background-repeat:no-repeat;
	z-index:5000;
}

#rrss>a {
	float:right;
	margin:35px 13px 0 26px;
}

.clear {
	clear:both;	
}

#logo > a > img {
	width:200px; 
	height:auto;
	margin:5px 0 10px 0;
}

#logo_movil > a > img {
	width:120px; 
	height:auto;
	margin:5px 0 0 0;
}

.gv_galleryWrap {
	background-color:#27292C;
}
.gv_showOverlay {
	display:none;
}

#galleryContainer {
	/*width:70%;
	margin-left:15%;*/
	width:100%;
	max-width:895px;
	max-height:500px;
	margin:auto;
}

#formulario, #datos, #horarios_ninos, #horarios_adultos {
	float:left;
	width:50%;
}

#little, #ninos, #adolescentes, #adultos, #adultos2 {
	float:left;
	width:20%;
}
/*
#ninos p, #adultos p, #extra p, #ninos li, #adultos li, #extra li {
	font-size: 14px!important;
}
*/
#datos p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	color:#075192;
	text-align:justify;
	margin:0;
	padding:0;
}

#datos iframe {
	width:100%;
	height:250px;
}

#formulario input[type=text], #formulario textarea {
	width:60%;
	margin-left:5%;
}

#formulario textarea {
	height:195px;
}

#footer {
	position:fixed;
	bottom:0;
	z-index:99999;
	width:100%;
	height:24px;
	background-image:url(../images/fondo-footer.png);
	font-family: 'Yanone Kaffeesatz',sans-serif;
	background-repeat:repeat-x;
	font-size:12px;
	color:#FFF;
}

#inscripciones {
	position:fixed;
	bottom:24px;
	z-index:99999;
	width:100%;
	background-image:url(../images/rojo-semitransparente.png);
	background-repeat:repeat;
}

#inscripciones>p {
	color:#FFF;
	margin:0;
	text-align:center;
	font-size:13px;
}

#footer div {
	width:99%;
	text-align:right;
	padding:7px 7px 0 0;
}

#footer a {
	color:#fff;
}

#footer a:hover {
	color:#FF6;
}

.polaroid
{
	max-width:500px;
	width:80%;
	height:auto;
	background: white;
	margin: 0;
	padding: 6px;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0;
}

.programa {
	width:14%;
	text-align:center;
	cursor:pointer;
	float:left;
	margin:0 0.5% 0.5% 0.5%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	behavior: url(/css/border-radius.htc);
    border-radius: 10px;
}

.programa>h3 {
	margin:0;
	padding:0;
	text-align:center;
}

.fancybox-overlay {
	z-index:100000!important;
}

#_kids, #_little, #_teen, #_adults, #_business, #_extra {
	padding:0 30px;
}

@media screen and (max-width: 810px) { 
	#contenedor {
		margin-top:280px;
	}

	#little, #ninos, #adolescentes, #adultos, #adultos2, #extra, #formulario, #datos, #horarios_ninos, #horarios_adultos {
		float:none;
		width:100%;
	}
	
	#contenedor_cabecera {
		display:none;
	}
	
	#contenedor_cabecera_movil {
		display:inline;
		background-image:url(../images/fondo-superior.png);
		background-repeat:repeat-x;
		background-size:cover;
	}
	
	h1 {
		font-family: 'Great Vibes', 'Rouge Script', cursive;
		font-size:30px;
		margin:10px 0 0 0;
	}
	
	#logo_movil {
		width:34%;
		float:left;
		text-align:center;
		margin-top:5px;
	}
	
	#facebook, #twitter {
		width:33%;
		float:left;
		text-align:center;
		padding-top:25px;
	}
	
	.programa {
		width:29%;
		text-align:center;
		cursor:pointer;
		float:left;
		margin:0 1% 1% 1%;
	}

}

#tapador {
	z-index:999999;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222f5c+0,0c63aa+100 */
	background: #222f5c; /* Old browsers */
	background: -moz-linear-gradient(top,  #222f5c 0%, #0c63aa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #222f5c 0%,#0c63aa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #222f5c 0%,#0c63aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222f5c', endColorstr='#0c63aa',GradientType=0 ); /* IE6-9 */
}

#contenedor_cabecera_movil a {
    color: #1084E2;
}