@charset "utf-8";
/* CSS Document */

#titulo_web {
	text-align: left;
	font-weight: bold;
	color: #102100;
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	background-image: url(../img/fondo_btn.png);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0px 3px 3px #000;
	-webkit-box-shadow: 0px 3px 3px #000;
	box-shadow: 0px 3px 3px #000;
	margin-bottom: 12px;
	background-color: #9C0;
	text-shadow: 0px 1px #567300;
	margin-top: 0px;
	position: fixed;
	top: 0px;
	z-index: 1;
	float: left;
	width: 100%;
	font-size: 1.5em;
}
#titulo_web span {
	background-image: url(../img/travel_photo.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 50px;
	padding-left: 55px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: both;
	font-size: 0.9em;
	letter-spacing: -0.04em;
	line-height: 1.6em;
}
#titulo_web strong  {
	font-size: 0.7em;
	clear: both;
	font-weight: normal;
	color: #6E9300;
	text-shadow: none;
	line-height: 0.4em;
	float: left;
}

h2 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-size: 1em;
	font-family: Arial;
	letter-spacing: -0.04em;
	margin-top: 0px;
	text-shadow: 0px 1px #000;
}
h2 span {
	font-size: 0.8em;
	color: #FFF;
	font-weight: normal;
}
h3 {
	font-weight: bold;
	padding: 0px;
	color: #351B00;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	letter-spacing: -0.05em;
	margin-top: 0px;
	margin-bottom: 5px;
	text-shadow: 0px 1px #A50;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
}
.contenedor_gris h3 {
	color: #333;
	text-shadow: 0px 1px #CCC;
}

h4 {
	color: #E6AC00;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 1.2em;
}
hr {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #844200;
	border-right-style: none;
	border-left-style: none;
}
