/* CSS Ruta del Viajero style.css */
/*Elementos Basicos */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753; 
	background: #66FFCC url(blossoms.jpg) no-repeat bottom right; 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #990099;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}

/* Definimos el Titulo */

#Titulo h1 { 
	background: transparent url(h1.jpg) no-repeat top left; 
	margin-top: 0px; 
	margin-left: 45px;
	width: 1000px; 
	height: 100px;
	/*position: relative;*/
	border: solid 1px #009933;
	float: center;  
	} 
#Titulo h1 span {
	display:none
	}
	
#Titulo h2 span {
	display:none
	}

#Titulo {
	padding-top: 0px;
}

#Menu_arriba {
	background: transparent url(menu_arriba.jpg) no-repeat top left;
	margin-top: -15px;
	margin-left: 22px;
	width: 1000px;
	height: 20px;
	position: relative;
	text-align: center;
	/*padding-left: 10px;
	padding-top: -100px;*/
	border: solid 1px #009933;
	float: left;
	
}

#Menu_arriba a:link {
	font: 130% georgia, sans-serif;
	font-weight: bold; 
	text-decoration: underline;
	color: #009933;
}

#Menu_arriba a:visited { 
	font: 130% georgia, sans-serif;
	font-weight: bold; 
	text-decoration: underline;
	color: #009933;
}
#Menu_arriba a:hover, a:active { 
	text-decoration: underline; 
	color: #FFFF00;
}


#Descripcion {
	background: #66FFCC no-repeat top left;
	font: 130%;
	margin-top: 5px;
	margin-left: 22px;
	width: 1000px;
	padding-left: 0px; 
	padding-right: 0px; 
	/*height: 630px;*/
	float: left; 
	border: solid 1px #009933;
}

#Descripcion h3{

	font: 170%;
	font-weight: bold;
	text-decoration: underline; 
	color: #009933;
	text-align: Center;
	

}

#Descripcion ul em{
	font: 110%;
	font-weight: bold;
	text-decoration: underline; 

}

#Descripcion a:link {
	font: 90% georgia, sans-serif;
	font-weight: bold;
	font-style: italic; 
	/*text-decoration: underline; */
	/*color: #555753; */
	background: #DDDDDD;
	color: #555753;
}

#Descripcion a:visited { 
	font: 90% georgia, sans-serif;
	font-weight: bold; 
	font-style: italic; 
	background: #transparent;
	color: #555753;
}
#Descripcion a:hover, a:active { 
	background: transparent;
	color: #0000FF;
}

#Publi_izquierda {
	background: #66FFCC no-repeat top left;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	width: 120px;
	padding-left: -30px; 
	/*height: 630px; */
	float: left;
}

#Panel_central {
	background: #66FFCC no-repeat top left;
	width: 758px;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	padding-right: 10px;
	padding-left: 5px;
  float: left;


}

#Panel_central p {
	font-weight: bold; 
	font: 110%;
	
}

#ebookers{
	float: left;
	margin-top: 10px;
}

#mucho_viaje{
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

#Supersaver{
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}

#Edreams{
	float: center;
	margin-top: 10px;
}

#Hotels{
	float: center;
	margin-top: 10px;
}


#Publi_derecha {
	background: #66FFCC no-repeat top left;
	position: relative;
	margin-top: 0px;
	padding-right: 0px;
	margin-left: 0px;
	width: 120px;
	/*height: 630px; */
	float: left;

}

#Menu_inferior {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
	position: relative;
	float: left;

}


#Menu_inferior a:link {
	font: 100% georgia, sans-serif;
	font-weight: bold; 
	text-decoration: underline; 
	color: #000000;
	background: transparent;
}

#Menu_inferior a:visited { 
	font: 100% georgia, sans-serif;
	font-weight: bold; 
	text-decoration: underline; 
	color: #000000;
	background: transparent;
}
#Menu_inferior a:hover, a:active { 
	text-decoration: underline; 
	color: #ffff00;
	background: transparent;
}




