@charset "UTF-8";
	body {
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		background: #ffffff;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #333;
		background-image: url(../img/Background.jpg);
		background-attachment: fixed;
		background-position: top center;
		height:100%;
	}
	
	a:link, a:visited {
	 color: #336699;
	 font-weight: bold;
	 text-decoration: none;
	}
	a:hover {
	 color: #99ccff;
	}
	
	a:link img, a:visited img{
		border: 0px;
		text-decoration: none;
	}
	 #container {
		width: 950px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
		height:1255px;
		background: #252525;
		display:none;		
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		/*border: 2px solid #000000;*/
		text-align: left;
		
	}

	 #header{
	width:940px;
	height:140px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 5px 0 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background:#FFFFFF;
	}
	 #HeaderLeft{
		width:345px;
		height:140px;
		float:left;
		background:url(../img/header_01.jpg);
		margin: 0px;
	}
	 #HeaderRight{
	width:595px;
	height:140px;
	background: url(../img/header_02.jpg);
	padding: 0 0 0 0;
	margin: 0px;
	float:right;
	}	
	 #MenuPrincipal{
	width:940px;
	height:30px;
	background: #FFFFFF;
	padding: 0 5px 0 5px;
	margin: 0px;
	}

	#idioma{
		width:130px;
		height:16px;
		background:#18396c;
		float:left;
		padding:6px 5px;
		border-bottom:1px solid #526b91;
		border-top:1px solid #526b91;
		background:#fff;
		text-align:right;
	}

	
	 #mainContent {
		background: #ffffff;
		height:1000px;
		padding: 0 0 0 0;
		margin: 0px;
	}


	
	 #Contenido {
		width:640px;
		height:990px;
		padding: 5px 4px 5px 5px;
		margin: 0px;
		border-right-style:solid;
		border-right-width:1px;
		border-right-color:#999999;
		float:left;
	}

	#Facebook {
		width:300px;
		height:570px;
		margin: 0px;
		float: right;
		background:#eee;
	}	
	
	 #VideoyPub {
		width:290px;
		height:420px;
		padding: 5px;
		margin: 0px;
		float:right;
			display: block;
	}	
	 #VideoConexion {
		width:290px;
		height:210px;
		padding: 0 0 5px 0;
		margin: 0px;
		background:url(../img/es/regalo-es.jpg);
		background-position:center-center;
		background-repeat:no-repeat;
	}
   #VideoConexionEn {
		width:290px;
		height:210px;
		padding: 0 0 5px 0;
		margin: 0px;
		background:url(../img/en/regalo-en.jpg);
		background-position:center-center;
		background-repeat:no-repeat;
	}
	
   #VideoConexionFr {
		width:290px;
		height:210px;
		padding: 0 0 5px 0;
		margin: 0px;
		background:url(../img/fr/regalo-fr.jpg);
		background-position:center-center;
		background-repeat:no-repeat;
	}
	#VideoConexion p{
		padding: 5px 10px 5px 10px;
		text-align: justify;
		font-size:13px;
		font-weight:bold;

	}
	#regalo{
		float:right;
		padding:5px 0;
	}

	.Link2  {
		font-size:10px;	
		width:290px;
		height:65px;
		padding: 0 0 5px 0;
		margin: 0px;
	}
	.Link3  {
		font-size:10px;
		width:290px;
		height:135px;
		padding: 0 0 5px 0;
		margin: 0px;
	}
		.Bottom {
		font-size: 12px;	
		width:315px;
		height:260px;
		padding: 5px 4px 5px 5px;
		margin: 0px;		
		border-right-style:dotted;
		border-right-width:1px;
		border-right-color:#91B5D9;
		float:left;		
	}

	#Patrocinadores{
		background:#FFFFFF;
		width:290px;
		height:290px;
		padding: 5px 5px 4px 5px;
		margin: 0px;
		border-bottom-style:dotted;
		border-bottom-width:1px;
		border-bottom-color:#91B5D9;
		float:right;		
	}
	
	#Bottom3 {
		width:290px;
		height:260px;
		padding: 5px;
		margin: 0px;
		float: right;
	}	
	 #footer { 
		width:910px;
		height:84px;
		padding: 4px 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		margin: 0px;
		background:url(../img/background_footer.jpg);
		border-top-style:solid;
		border-top-width:2px;
		border-top-color: #91B5D9;
	} 
	 #footer p {
		text-align:center;
		color:#ccc;
		font-size:10px;
		font-weight:none;
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 0 2px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
	#footer p a{
		color:#CC3399;
		}
	
	.footerLink{
		padding:2px 0 0 0;
		width:180px;
		text-align:left;
		font-size:10px;	
		float:left;
	}
	.footerLink a{
		padding:0 0 0 10px;
		color:#CCC;
		font-weight:none;		
	}
	
	.Bottom p{
		text-align:justify;
		font-size: 12px;
		color:#18396c;
		padding: 10px 5px 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		margin: 0px;	
	}
	.Bottom a{
		font-size: 12px;
		font-weight:bold;
		margin: 0px;	
	}	

	.Masinfo{
	font-size: 12px;
	padding:0 5px 0 0;
	text-align:right;
	}
	
	.tituloSubMenu{
		font-size: 18px;
		font-weight:bold;
		color:#333;
		padding: 5px 0 0px 10px;
	}
	
	.tituloGDE{
		width:640px;
		height:18px;
		/*background:url(../img/title_640x30.jpg);*/
		font-size: 14px;
		font-weight:bold;
		color:#000033;
		padding: 5px 0 7px 0;
		text-indent:10px;
	    text-decoration:underline;
	}

	

	.tituloCH{
		width:290px;
		height:18px;
		/*background:url(../img/title_290x30.jpg);*/
		font-size: 14px;
		font-weight:bold;		
		color:#000033;
		padding: 5px 0 7px 0;
		text-indent:10px;
		text-decoration:underline;	
	}
	.tituloMED{
		width:315px;
		height:18px;
		/*background:url(../img/title_315x30.jpg);*/
		font-size: 14px;
		font-weight:bold;		
		color:#000033;
		padding: 5px 0 7px 0;
		text-indent:10px;
		text-decoration:underline;
	}
/*********** Casas*******************/
	#info{
		height:115px;
		padding: 5px 10px 5px 10px;
		text-align: justify;
		font-size:12px;
		margin:0px 0 0 0;
	}
		#info p{
		margin:5px 0 0 0;
	}

	.casa{
		height:200px;
		padding: 4px 0px 5px 0px;
		margin: 0px;
		border-top-style:dotted;
		border-top-width:1px;
		border-top-color:#91B5D9;
	}
	.simplegallery{ 
		position: relative; 
		visibility: hidden; 
		border: 0px;
		float:left;
		width:350px;
		}

	.gallerydesctext{ 
		text-align: left;
		font-size:10px;
		padding: 2px 5px;
	}
	.infocasa{
		width:280px;
		padding: 0px 5px;
		float:right;
		margin:0px;
		text-align: left;
		font-size:10px;
	}
	.titulocasa{
		padding:5px 0 0 5px;
		font-size:15px;
		font-weight:bold;	
	}
	
	.list ul{
	margin-top:5px;
	margin-bottom:5px;
	}

	
	.vermapa{
		text-align:left;
		padding:0 0 0 30px;
		width:70px;
		float:left;
	}
	.solicitarcasa{
		text-align:left;
		padding:0 0 0 5px;
		width:70px;
		float:left;
	}

/********** Guadalajara *************/
	#guadalajara{
		padding: 5px 10px 5px 10px;
		text-align: justify;
		font-size:12px;
	}	
	
	#temperaturas{
		padding: 0px;
	}
	#costos{
		padding: 0 125px;
	}	
	#guadalajara p{
		margin:0px 0px 10px 0px;
		padding:0;
	}
	#guadalajara h2{
		font-size:16px;
		padding:0 0 0 10px;
	}	
	
	div .imgright{
	padding:2px 0px 0 10px;
		float:right;
	}
	div .imgleft{
		padding:2px 10px 0 0px;
		float:left;
	}
/**********mapa*************/
#mapagoogle{
	padding: 5px 10px 5px 10px;
}

#mapagoogle iframe{
height:580px;
width:610px;
border: 5px solid #18396c;
margin:10px 0 0 0;
}

#infomapa{
	height:50px;
	padding: 5px 10px 4px 10px;
	text-align: justify;
	font-size:12px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#91B5D9;
}

#Contenidomapa{
		width:640px;
		height:720px;
		padding: 5px 4px 4px 5px;
		margin: 0px;
		border-right-style:dotted;
		border-right-width:1px;
		border-right-color:#91B5D9;
		border-bottom-style:dotted;
		border-bottom-width:1px;
		border-bottom-color:#91B5D9;
		float:left;
	}
/*******EVENTOS*************/

#infoEventos{
		height:65px;
		padding: 5px 10px 5px 10px;
		text-align: justify;
		font-size:12px;
		margin:0px 0 0 0;

}
#infoEventos p{
		margin:5px 0 0 0;
	}
.evento{
	height:160px;
	padding: 4px 0px 5px 0px;
	margin: 0px;
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#91B5D9;
}

.infoevento{
	width:500px;
	padding: 0px 5px;
	float:left;
	text-align: left;
	font-size:10px;
}
.poster{
		border: 0px;
		float:left;
		width:100px;
		padding:5px 5px 5px 10px;
}

.tituloevento{
		padding:5px 0 0 0px;
		font-size:15px;
		font-weight:bold;	
	}
.apartalugar{
		text-align:left;
		padding:0 0 0 30px;
		width:150px;
	}
/***** Solicitud^********/
#infosolicitud{
	padding: 5px 10px 4px 10px;
	text-align: justify;
	font-size:12px;
	height:60px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#91B5D9;	
}
#infosolicitud p{
		margin:5px 0 0 0;
	}

#forma{
	padding: 5px 0 0 0;
	
	}
/***********************/
#sitios{
	padding: 5px 10px 5px 10px;
	text-align: justify;
	font-size:12px;
}
#folletos{

	padding: 5px;
	text-align: justify;
	font-size:12px;
}
/*****transporte******/
.trans{
float:left;
width:315px;
padding:5px 5px 5px 0;
}
.infotransporte{
font-size:12px;
width:315px;
padding:5px;
}
.infotransporte ul{
margin:0px 0px 5px 0px;
padding:10px;
}
.infotransporte li{
padding:0 0 10px 0;
}
/********************/
#construccion{
		width:640px;
		height:720px;
		padding: 5px 4px 4px 5px;
		margin: 0px;
		border-right-style:dotted;
		border-right-width:1px;
		border-right-color:#91B5D9;
		border-bottom-style:dotted;
		border-bottom-width:1px;
		border-bottom-color:#91B5D9;
		float:left;
}
#infocontacto{
	padding: 5px 10px 4px 10px;
	text-align: justify;
	font-size:12px;
	height:120px;
	margin:0px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#91B5D9;
}
#infocontacto p{
margin: 5px 0 5px 0;
}

#tels{
padding:5px 0 0 0;
}
 .staff{
 width:310px;
 height:120px;
 padding:5px 5px 10px 5px;
 font-size:12px;
 float:left;
 }
  .staff img{
float:left;
padding:0px;

 }
.names{

	padding:0 0 0 110px;
	font-weight:bold;
}
.otrainfo{
	padding:0 0 0 110px;
	font-size:10px;
	margin: 4px 0 0 0px;
	font-weight:none;
	text-align: left;
}
/***************/
#terminos{
	padding: 5px 10px 5px 10px;
	text-align: justify;
	font-size:10px;
	margin:0px;
}
#terminos p{
	margin:7px 0;
}
#terminos h3{
	color:#000;
	font-size:10px;
	margin:0px;
}
/**********************/
#cooliris2{
		padding: 0px;
		margin: 0px;
}
#albums{
		width:640px;
		margin: 0px;
		float:left;
		padding: 0px;
			border-top-style:solid;
	border-top-width:1px;
	border-top-color:#91B5D9;
}


/****Anunciate***********/
#infoanunciate{
		padding: 5px 10px 5px 10px;
		text-align: justify;
		font-size:12px;
		margin:0px 0 0 0;

}
#infoanunciate p{
		margin:5px 0 0 0;
	}
/*****comunidad****/
.comunidad{
	padding: 4px 0px 5px 0px;
	margin: 0px;
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#91B5D9;
}	

.poster2{
		border: 0px;
		float:left;
		width:100px;
		padding:5px 5px 5px 10px;
}
.infocomunidad{
	width:510px;
	padding: 0px 5px;
	text-align:justify;
	float:left;
	font-size:10px;
}
.comunidadimg{
padding:5px 5px 5px 10px;
float:left;
}

.toggle p{
font-size:10px;
color:#336699;

}
/***** CLASES******/

.toggleLink{
font-size:10px;
}
#hostales{
		padding: 5px 10px 5px 10px;
		text-align: justify;
		font-size:12px;
		margin:0px 0 0 0;

}
#
#hostales p{
		margin:5px 0 0 0;
	}


		.simplegallerybkgd{ 

		background: url(../img/hostales/gallerybkgd.jpg);
		width:330px;
		height:230px;
		float:right;
		}
		.noservices {
		
		width:260px;
		
		
		}
		
/* Rserva */

#reserva{
	padding: 5px 0 0 0;
	background:url(../img/reserva-bkgd.jpg);
	height: 985px;
	}
#reserva2{
	padding: 5px 0 0 0;
	background:url(../img/pickup-bkgd.jpg);
	height: 985px;
	}
		
	
 #VideoConexion2 {
		z-index:0;
		width:290px;
		height:210px;
		padding: 0 0 5px 0;
		margin: 0px;
	}
	
	#formulario{
	text-align:left;
	width: 300px;
	height: 385px;
	padding:75px 10px 525px 330px;
	font-size: 10px;
	font-weight:bold;		
	color:#000033;
	}

	#name_input,#mail_input,#tel_input,#trip_input,#people_input,#uni_input ,#linea_input,#vuelo_input	{
		background-color:transparent;
		border: 0 0 1px 0;
		border-style:none none solid none;
		border-color:#FF0000;
		font-size: 10px;
	}
	
	#input_error{
	display: none;
	font-weight:bold;
	color: #FF0000;
	}
	
	#reserve_done {
	display: none;
	font-weight:bold;
	color: #006600;
	}
	
	#comentarios_input{
		background-color:transparent;
		border-style:solid;
		border-color:#FF0000;
	}
	#element_5_1,#element_5_2,#element_5_3{
	font-size: 8px;
	}

	
	
