* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	border: none;
}

/* Typography   ==================================== */


body {
	font: 62.5%/1.5 "Myriad Web","Myriad Pro","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	color: #434343;
	background: #FFFFFF url(/img/css/fondo-logo.png) repeat-x left 50px;
}

p,  ol, table, ul li {
	font-size: 1.5em;
	line-height: 1.8em;
}

#contenedor {
	width: 760px;
	position: relative;
	margin: auto;
}


h1 {
	font-size: 3.4em;
	letter-spacing: 0;
	line-height: 1.0;
	color: #294172;
	margin-bottom: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2, legend {
	font-size: 2.6em;
	line-height: 1.0;
	color: #FFFFFF;
}

h3, dt {
	font-size: 2em;
	color: #90b11f;
}

h4 {
	font-size: 1.2em;
	color: #90b11f;
}

/* Links */

a:link, a:visited {
	color: #369;
}

a {
	text-decoration: none;
}
#navegacion {
	left: 0px;
	top: 111px;
}
#camioneta {
	width: 299px;
	left: 40px;
	top: 157px;
}
#logo {
	left: 586px;
	top: 54px;
	background: url(/img/css/logo.png);
	width: 169px;
	height: 97px;
}
#pie {
	background: url(/img/css/pie.png);
	height: 70px;
	display: block;
	width: 720px;
	margin: auto;
	position: relative;
	color: #FFFFFF;
}
#contenido {
	display: table;
	width: 470px;
	position: relative;
	padding: 390px 0 10px 10px;
}
#secciones {
	left: 479px;
	top: 323px;
	width: 266px;
	height: 224px;
	border-left: 2px dotted #C8D0DF;
	padding: 0 0 0 10px;
}

#secciones , #logo,#camioneta,#navegacion, #slogan, .reserveahora
{
	position: absolute;
	height: 94px;

}


#navegacion ul li{
	float: left;
	width: 90px;
	margin: 0px;

}

#navegacion ul {
	list-style: none;
}


#navegacion {
	width: 568px;
	float: left;
	z-index: 200;
}

 #navegacion ul li a  {
	padding: 2px 10px;
	color: #666666;
	text-decoration: none;
	height: 25px;
	display: block;
	background: none;
	text-align: center;
	
}
#navegacion ul  li a:hover {
	background-image: url(/img/css/boton-navegacion.png);
} 
#logo a {
	text-indent: -9000px;
	display: block;
	height: 100px;
}
#camioneta a {
	display: block;
	height: 200px;
	text-indent: -9000px;
}
#slogan {
	color: #FFFFFF;
	left: 384px;
	top: 184px;
	
}
.reserveahora {
	background: url(/img/css/boton-reserva.png) no-repeat;
	left: 137px;
	top: 89px;
	height: 38px;
	width: 132px;
}
.reserveahora a {
	display: block;
	height: 33px;
	text-indent: -9000px;
}

.reserveahora a:hover {
	background: url(/img/css/boton-reserva-hover.png);
}
#pie p {
	font-size: 1.2em;
	color: #92A2C0;
	margin: 10px 20px;
}
#secciones p {
	border-bottom: 2px dotted #F0F0F0;
	margin: 0 0 5px 0;
}
#contenido p {
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
}
.izquierda {
	float: left;
}
.derecha {
	float: right;
}
li {
	margin-left: 20px;
	line-height: 1.3em;
}
table {
	margin: 10px;
	border: 1px solid #7397D2;
}
.fondoazul {
	background: #D0DCF0;
	font-weight: bold;
}
.tarifas {
	border: 1px solid #2C4D8D;
}
td {
	border: 1px solid #E4E4ED;
}
.centro {
	text-align: center;
}
.tarifa {
	font-size: 1.5em;
}
ul {
	margin: 16px;
}
img {
	background: #EAEEF5;
	border: 1px solid #96AACB;
	padding: 5px;
}
img.derecha {
	padding: 0px;
	border-style: none;
}



/*galeria turistica*/
.galeria {
	margin: 0 auto;
	display: table;
	height: 110px;
	width: 95%;
}
.galeria li {
	display:inline;
	float:left;
	width:130px;
	background-color:#FAFBFD;
	padding:3px;
	margin:3px;
	text-align: center;
	border-right: #a5a7aa solid 1px;
	border-bottom: #a5a7aa solid 1px;
	height: 130px;
	font-size: 1.2em;
}
.galeria a {
	color: #3D4D76;
	text-decoration: none;
}
.galeria img {
	padding: 3px;
	width: 120px;
	height: 80px;
	display: block;
	border: none;
	background-color: #FFFFFF;
}
img.lateral {
	border-style: none;
	background: none;
}
input, textarea {
	border: 1px solid #003366;
	background: url(/img/css/fondo-input.gif) repeat-x;
	padding: 5px;
}
.boton {
	background: url(/img/css/fondo-boton.gif) repeat-x left bottom;
	color: #E8F8FF;
}
