/* CSS Document */


html
{
overflow:hidden;
}
body
{
	margin: 0px;			
}

img {border:0px;}

#level0
{
	margin: auto;
	margin-top: 10px;
	width: 694px;
}

#level1
{
	width: 694px;
	height: 520px;
	overflow: hidden;
	z-index: 10;
}

.index
{
	background-image: url(../../img/index.gif);
	background-repeat: no-repeat;
}

.paisajes
{
	background-image: url(../../img/paisajes.gif);
	background-repeat: no-repeat;
}

.monumentos
{
	background-image: url(../../img/monumentos.gif);
	background-repeat: no-repeat;
}

.actividades
{
	background-image: url(../../img/actividades.gif);
	background-repeat: no-repeat;
}

.referidos
{
	background-image: url(../../img/referidos.gif);
	background-repeat: no-repeat;
}

.registrados
{
	background-image: url(../../img/usuario-registrado.gif);
	background-repeat: no-repeat;
}

.nuevo
{
	background-image: url(../../img/nuevo-usuario.gif);
	background-repeat: no-repeat;
}

.gracias
{
	background-image: url(../../img/gracias.gif);
	background-repeat: no-repeat;
}

#flash
{
	width: 336px;
	height: 435px;
	position: relative;
	top: 26px; /*Modifique valores*/
	left: 12px; /*Modifique valores*/
}

.contenedorFotos
{
	position: relative;
	float: left;
	top: 177px;
	left: 48px;
	height: 158px;
	width: 605px;
}

.foto1
{
	position: absolute;
	top: 22px;
	left: -9px;
	cursor:pointer;
}

.foto2
{
	position: absolute;
	top: 16px;
	left: 201px;
	cursor:pointer;
}

.foto3
{
	position: absolute;
	top: 7px;
	left: 414px;
	cursor:pointer;
}

.contenedorRespuestas
{
	position: relative;
	float: left;
	top: 159px;
	left: 36px;
	height: 50px;
	width: 605px;
	font-size: 14px;
	font-weight: bolder;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

.respuesta1
{
	position: absolute;
	top: 20px;
	left: 23px;
	width: 167px;
	height: 26px;
	padding-top: 4px;
	text-align: center;
	/*background: url(../../img/x.gif) left no-repeat;*/
}

.respuesta2
{
	position: absolute;
	top: 19px;
	left: 228px;
	width: 157px;
	height: 26px;
	padding-top: 4px;
	text-align: center;
}

.respuesta3
{
	position: absolute;
	top: 6px;
	left: 444px;
	width: 176px;
	height: 26px;
	padding-top: 4px;
	text-align: center;
	white-space: nowrap;
}

.contenedorPreguntas
{
	position: static;
	padding-top: 170px;
	padding-left: 25px;
	float: left;
	height: 50px;
	width: 605px;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	color: #033c51;
	
	font-size: 14px;
	font-weight: bolder;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

.txtPaisajes
{
	font-size: 18px;
	color: #033c51;
}

.pregunta1
{
	height: 30px;
	text-align: center;
	cursor: move;
	padding-left: 30px;
	padding-right: 30px;
}

.pregunta2
{
	height: 30px;
	text-align: center;
	cursor: move;
	padding-left: 30px;
	padding-right: 30px;
}

.pregunta3
{
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	text-align: center;
	cursor: move;
	white-space: nowrap;
}


.boton1, .boton1:link, .boton1:visited, .boton1:hover 
{
	position: relative;
	top: -40px;
	left: 400px;
}

.boton2, .boton2:link, .boton2:visited, .boton2:hover 
{
	position: relative;
	top: -42px;
	left: 417px;
}

.boton3, .boton3:link, .boton3:visited, .boton3:hover 
{
	position: absolute;
	top: 190px;
	left: -59px;
	display: none;
}

.boton4, .boton4:link, .boton4:visited, .boton4:hover 
{
	position: relative;
	top: -130px;
	left: 230px;
}

.boton5, .boton5:link, .boton5:visited, .boton5:hover 
{
	position: relative;
	top: -130px;
	left: 400px;
}

.boton6, .boton6:link, .boton6:visited, .boton6:hover 
{
	position: relative;
	top: -40px;
	left: 320px;
}

.boton7, .boton7:link, .boton7:visited, .boton7:hover 
{
	position: relative;
	top: -125px;
	left: 380px;
}



#form_login
{
    position: relative;
	float: left;
	top: -200px;
	left: 400px;
	height: 60px;
	width: 250px;
}

#form_referidos
{
    position: relative;
	float: left;
	top: -173px;
	left: 384px;
	height: 80px;
	width: 250px;
}

#form_registracion
{
    position: relative;
	float: left;
	top: -250px;
	left:390px;
	width: 250px;  
}
    
.div_label
{
	padding:0px;
	float:left;
	width:250px;
	height:15px;
	padding-bottom:2px;
	font-family:Arial;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	font-style:normal;	    
	/*background-color:Green;*/
}
.div_input
{
	padding:0px;
	float:left;
	width:250px;
	height:18px;
	padding-top:1px;
	/*background-color:Red;*/
}

.oculto
{
	display: none;	
}

.visible
{
	display: block;	
}