/* 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: #FFFFFF 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(titulo.jpg) no-repeat top left; 
	margin-top: 0px; 
	margin-left: 40px;
	width: 1000px; 
	height: 100px; 
	/*float: left; */
	} 
#Titulo h1 span {
	display:none
	}

#Menu_arriba {
	background: transparent url(menu_arriba.jpg) no-repeat top left;
	margin-top: -10px;
	margin-left: 40px;
	/*margin-bottom: 200 px;*/
	width: 1000px;
	height: 30px;
	position: relative;
	/*margin: 20px;*/
	text-align: justify;
	padding-left: 20px;
	padding-top: 3px;
	
}

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

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

#Descripcion {
	background: #FF0000 no-repeat top left;
	position: absolute;
	margin-top: 10px;
	margin-left: 190px;
	width: 700px;
	text-align: justify;
	padding-left: 15px; 
	padding-right: 15px;
	padding-top: 5px; 
	
}

#descripcion h2 {	
	font: italic normal 1.5em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #000000;

}

#Publi_derecha {
	background: #ff0000 no-repeat top left;
	position: absolute;
	margin-top: 10px;
	margin-left: 880px;
	width: 150px;
	height: 619px;
	padding-left: 25px; 
	padding-right: 15px; 

}

#Publi_izquierda {
	background: #ff0000 no-repeat top left;
	position: absolute;
	margin-top: 10px;
	margin-left: 40px;
	width: 150px;
	height: 619px;
	padding-left: 15px; 
	padding-right: 15px; 

}

#Menu_inferior {
	background: #ff0000 no-repeat top left;
	position: absolute;
	margin-top: 630px;
	margin-left: 40px;
	width: 1000px;
	height: 30px;
	padding-left: 160px; 
	padding-right: 160px;
	padding-top: 4px;

}

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

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