/* 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: #B9B9B9 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: 200px;  
	} 
#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: -20px;
	margin-left: 45px;
	/*margin-bottom: 200 px;*/
	width: 1000px;
	height: 50px;
	position: absolute;
	/*margin: 20px;*/
	text-align: justify;
	padding-top: -3px;
	padding-left: 10px;
	
}

#Menu_arriba a:link {
	font: 150% georgia, sans-serif;
	font-weight: bold; 
	color: #000000;
}

#Menu_arriba a:visited { 
	font: 150% georgia, sans-serif;
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
}
#Menu_arriba a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
}


#Descripcion {
	background: #ff9922 no-repeat top left;
	font: 130%;
	position: absolute;
	margin-top: 30px;
	margin-left: 185px;
	width: 700px;
	text-align: Center;
	padding-left: 15px; 
	padding-right: 15px; 
	padding-top: 15px;
	height: 630px; 
}

#Descripcion h3{

	font: 170%;
	font-weight: bold;
	

}

#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;
}

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

}


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

#Menu_inferior a:visited { 
	font: 90% georgia, sans-serif;
	font-weight: bold; 
	text-decoration: underline; 
	color: #D4CDDC;
	background: transparent;
}
#Menu_inferior a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	background: transparent;
}

#Publi_derecha {
	background: #ff9900 no-repeat top left;
	position: absolute;
	margin-top: 30px;
	margin-left: 885px;
	width: 140px;
	padding-left: 25px; 
	padding-right: 15px; 
	height: 630px; 

}

#Publi_izquierda {
	background: #ff9900 no-repeat top left;
	position: absolute;
	margin-top: 30px;
	margin-left: 45px;
	width: 140px;
	padding-left: 15px; 
	padding-right: 15px;
	height: 630px; 

}
