/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);*/

@font-face { font-family: 'PT Sans'; font-style: normal; font-weight: normal; src: url('fonts/PTS55F.ttf'); }
@font-face { font-family: 'PT Sans'; font-style: normal; font-weight: bold; src: url('fonts/PTS75F.ttf'); }

* { font-family: 'PT Sans', sans-serif; font-weight : normal;  margin : 0; padding : 0;}

body{ width:100%; margin: 0 auto; border : 0;}
h1 { color: #2B244D; font-size: 24px; font-family: 'PT Sans';  }
h2 { color: #2B244D; font-size: 18px; }
a{ text-decoration: none; outline: none; cursor: pointer; }
p{}
small {color: #aaa; font-size: 12px;}

img {
    
	border:none;
}

.cursor { cursor:pointer;}
.hud{width:0px; height: 32px; margin-top : 44px; float : right; top: 88px; padding-left : 0px; background : url(images/loading.gif) no-repeat #000; -webkit-border-top-left-radius: 16px; -webkit-border-bottom-left-radius: 16px; -moz-border-radius-topleft: 16px; -moz-border-radius-bottomleft: 16px; border-top-left-radius: 16px; border-bottom-left-radius: 16px; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
.fieldset{width:100%; float:left;}




	
input[type="text"], input[type="password"], input[type="email"], input[type="number"], select 
{
padding: 8px 6px;
height: 22px;
width: 280px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #fff;
background: -moz-linear-gradient(#fff, #f9fdff);
background: -o-linear-gradient(#fff, #f9fdff);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f9fdff));
background: -webkit-linear-gradient(#fff, #f9fdff);
border-color: rgba(4, 129, 177, 0.4);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) outset, 0 1px 0 rgba(255, 255, 255, 0.2);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) outset, 0 1px 0 rgba(255, 255, 255, 0.2);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) outset, 0 1px 0 rgba(255, 255, 255, 0.2);
}

input[type="checkbox"] { width:18px; height:25px; opacity : 0; }
input[type="checkbox"] + span { display:inline-block; width:18px; height:25px; background:url(images/checkbox.png) left top no-repeat; margin-left : -18px; }
input[type="checkbox"]:not(checked) + span { background-position : 0  0; }
input[type="checkbox"]:not(checked):active + span { background-position : 0 -25px; }
input[type="checkbox"]:checked + span { background-position : 0 -50px; }
input[type="checkbox"]:checked:active + span { background-position : 0 -75px; }

input[type="radio"] { width:18px; height:25px; opacity : 0; }
input[type="radio"] + span { display:inline-block; width:18px; height:25px; background:url(images/radio.png) left top no-repeat; margin-left : -18px; }
input[type="radio"]:not(checked) + span { background-position : 0  0; }
input[type="radio"]:not(checked):active + span { background-position : 0 -25px; }
input[type="radio"]:checked + span { background-position : 0 -50px; }
input[type="radio"]:checked:active + span { background-position : 0 -75px; }


select { padding:0px; }

/* Boton redes sociales */
.social 
{
    background: url(images/social_media_icon.jpg) no-repeat top left; display:block;
}

.social:hover
{
   opacity: 0.3;
}


.social.sprite-socialfacebook{ background-position: -124px -124px; width: 36px; height: 36px; } 
.social.sprite-socialtwitter{ background-position: -85px -124px; width: 36px; height: 36px; } 
 




/**************************************************************    INDEX.PHP ***************************************************/

#selector_idioma
{
	width: 400px;
					height: 100%;
					float: left;
					background-color: rgba(255, 255, 255, 0.5);
					margin-left: 200px;
					position: fixed;
				
}
				

#selector_idioma  h1 { 
margin: 20px;
font-size: 40px; 
text-align: center; 
font-weight: bold; }

#selector_idioma h1 span { color: blue; }

#selector_idioma img { 
	margin-left: 60px;
	width:80px; 
	height: 80px; 
	float: left; 
}
#selector_idioma p, #selector_idioma a { 
	margin-left: 12px;
line-height: 2.5;
font-weight: bold;
float: left;
font-size: 32px;
color: #000;
}

#selector_idioma small{
	margin: 12px;
font-weight: bold;
color: black;
float: left;
font-size: 14px;
line-height: 2;
}

#selector_idioma .selectable{ cursor:pointer; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
#selector_idioma .selectable:hover{
box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.7);
background-color: rgba(255, 255, 255, 0.1);
}

#selector_idioma .fieldset { margin-top:20px; }




/********************************************************   JUGAR *************************************************************/


#formulario_jugar
{
	width: 500px;
	height: 0px;
	overflow : hidden;
	background-color: rgba(255, 255, 255, 0.5);
	margin: 0 auto;
	
	-webkit-transition: all 0.5s linear; transition: all 0.5s linear; 	
}
	
#formulario_jugar small { width:100%; float:left; color: black; font-weight: bold; margin-top: 6px; }

	
#formulario_jugar select { height: 44px;
width: 300px;
font-size: 15px; }
	
#formulario_jugar  h1 { 
margin: 20px;
font-size: 40px; 
text-align: center; 
font-weight: bold; }

#formulario_jugar h1 span { color: blue; }

#formulario_jugar .titulo_formulario  
{
text-align: center;
font-size: 20px;
line-height: 2.5;
font-weight: bold;
}


#formulario_jugar .fieldset
{
	text-align:center;
}


#formulario_jugar input[type="button"]
{
	width: 400px;
	height: 40px;
	margin-top: 40px;
	
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */

	
	color: #ffffff;
	cursor: pointer;
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	border: none;
	border-radius: 2px
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	

}


#formulario_jugar input[type="button"]:hover,  input[type="button"]:active
{

	background: rgb(255,123,13); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,123,13,1) 0%, rgba(255,168,76,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,123,13,1)), color-stop(100%,rgba(255,168,76,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa84c',GradientType=0 ); /* IE6-9 */
}



/**********************************************   PAGINAS  CENTRALES *******************************************************/

header { width: 100%; 	float: left; height: 120px;}
header #content { width:1000px; margin: 0 auto; height:120px; }
header  h1 
{ 
	font-size: 40px; 
	text-align: left; 
	font-weight: bold; 
	width: 500px;
	margin-top: 20px;
	float: left;
}

header h1 span { color: blue; }


section { width: 100%; 	float: left; margin-top: 24px; margin-bottom: 24px;  }
section #content { width:1000px; margin: 0 auto; }


footer { width: 100%; 	float: left; background-color : #302e2e; }
footer #content { width:1000px; margin: 0 auto; }




#footer { width: 100%; float:left; background-color: #302e2e; color: #fff;}
	


#social
{
	width: 100px;
	float: left;
	margin-left: 400px;
	
}

#social img
{

}

#social a
{
	width: 40px;
	float: left;
}

#bajo_cabecera
{
	width: 1000px;
	float: left;
	background-color: #302e2e;
	box-shadow: 1px 1px 15px #ccc;
	border-radius: 10px;
	overflow: hidden;
}

#menu
{
	width: 800px;
	float: left;
	height: 45px;

}

#menu ul
{
	width: 100%;
	height: 100%;
	float: left;
	list-style: none;
	
}

#menu li
{
	color: #fff;
	width: 140px;
	text-align: center;
	float: left;
	cursor : pointer;
	padding: 0px 20px;
	border: 1px;
	box-shadow: 1px 1px 2px #000;
}


#menu li a
{
	color: #fff;
	text-transform: uppercase;
	line-height: 2.7;
	text-shadow: 1px 2px #000;
	font-weight: bold;
	white-space: nowrap;
}


#menu li:hover a
{
	color: rgb(0,180,220);	
}

#menu a.selected
{
	color:  rgb(0,180,220);	
}


#boton_comenzar
{
	width: 150px;
	float: left;
}


#boton_comenzar a
{
	color: #fff;
	text-transform: uppercase;
	line-height: 2.7;
	text-shadow: 1px 2px #000;
	font-weight: bold;
	white-space: nowrap;
}


#boton_comenzar a:hover
{
	color: rgb(0,180,220);	
}



#footer_izquierda
{
	width: 700px;
	float: left;

}


#footer_izquierda  img
{
	width: 100px;
	float: left;
	margin: 20px;

}


#footer_izquierda h4
{
	width: 250px;
	float: left;
	line-height: 2;

}


#footer_izquierda a
{
	width: 250px;
	float: left;
	line-height: 2;
	color: #fff;
	font-size: 13px;
	
}


#footer_derecha
{
width: 300px;
float: left;


}



#footer_derecha .izquierda
{
	width: 100px;
	float: left;

}

#footer_derecha .derecha
{
	width: 200px;
	float: left;

}


#footer_derecha .izquierda p
{
text-align: right;

}

#footer_derecha .derecha  p
{
	margin-left: 10px;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}






#contenido
{
  width: 1000px; 
  float: left; 
  background-color: white; 
  margin-bottom: 50px;
  margin-left: 200px;
  margin-top: 50px;
}


#contenedor_video
{
	width: 750px;
	float: left;

}


#derecha_video
{
	width: 200px;
	float: left;
}

#derecha_video h2
{
	font-weight: bold;
	text-align: center;	
	line-height: 1.5;
}

#derecha_video h3
{
	float: left;
	width: 150px;
	line-height: 2;
	margin-left: 10px;
	margin-top: 15px;
	color: blue;
	font-weight: bold;
}

#derecha_video img
{
	width: 30px;
	float: left;
	margin-top: 15px;
}



#informacion  h2
{
  line-height: 4;
  font-size: 20px;
  font-weight: bold;
  text-align:left;

}



#informacion  p
{
  margin-bottom: 20px;
line-height: 1.5;
font-size: 15px;
font-weight: normal;
text-align: justify;

}

/***************************************************Quieres Somos **********************************************************/


.persona_contacto
{
	float: left;
	margin-bottom: 20px;
	width: 450px;
	margin-left: 50px;

}

.persona_contacto img
{
	width: 200px;
	float: left;
	
}



.persona_contacto h3
{
	width: 190px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	color: blue;
	
}


.persona_contacto h4
{
	width: 190px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	font-weight: bold;
font-size: 14px;
	
}


.persona_contacto h5
{
	width: 190px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	
}


/***************************************************Noticias **********************************************************/

#lista_noticias
{
	width: 400px;
	float: left;

}


#lista_noticias  img
{
	width: 35px;
	float: left;
}

#lista_noticias h1
{
	text-align: center;
	width: 250px;
}

#lista_noticias select
{
	height: 35px;
	margin-bottom: 20px;
}

#lista_noticias h3
{
	line-height: 2;
	width: 350px;
	overflow: hidden;
	white-space: normal;
}

#lista_noticias a:hover, a.select
{
	text-shadow: 1px 1px #ccc;
	color: blue;
}


#ver_noticia
{
	width: 580px;
	float: left;
}

#ver_noticia h2
{
	font-size: 21px;
	text-align: center;
	width: 550px;
	overflow: hidden;
	white-space: normal;
	margin-bottom: 25px;
}


#ver_noticia p
{
	text-align: justify;
	
}


#ver_noticia img
{
	width: 150px;
	float: left;
	margin-left: 80px;
	margin-bottom: 25px;
}


/******************************************** Contacto ***********************************/

.contacto
{
	margin-bottom: 50px;
}


.contacto h3
{
	margin-bottom: 20px;
}


.google_maps
{
	width: 400px;
	float: left;
}


.google_maps img
{
	width: 250px;
	float: right;
}


/******************************************** Galerķa ***********************************/


.galeria_pais 
{
	margin-bottom: 50px;
}

.galeria_pais h3
{
	margin-bottom: 20px;
}


.galeria_miniatura
{
	width: 350px;
	float: left;
}

.galeria_miniatura img
{
	width: 120px;
	float: left;
}

.prev_foto
{
	width: 550px;
	float: left;
	margin-left: 50px;
}

.prev_foto img
{
	width: 450px;
	float: right;
}













