@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:1465px;
		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:1210px;
		padding: 0 0 0 0;
		margin: 0px;
	}
	 #Contenido {
		width:640px;
		height:1200px;
		padding: 5px 4px 5px 5px;
		margin: 0px;
		border-right-style:dotted;
		border-right-width:1px;
		border-right-color:#91B5D9;
		float:left;
	}

	#Facebook {
		width:300px;
		height:570px;
		margin: 0px;
		float: right;
		background:#eee;
	}
	
	 #VideoyPub {
		width:290px;
		height:420px;
		padding: 5px 5px 4px 5px;
		margin: 0px;
		float:right;
		border-bottom-style:dotted;
		border-bottom-width:1px;
		border-bottom-color:#91B5D9;
			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:470px;
		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;
	}


	
	div .imgright{
	padding:2px 0px 0 10px;
		float:right;
	}
	div .imgleft{
		padding:2px 10px 0 0px;
		float:left;
	}


