* {
	margin:0;padding:0;
}
ul {
	list-style:none;
}
body {
	background-color: #DFEB99;
	background-image: url(../img/bkg_global.jpg);
	background-repeat:repeat-x;
	background-position:top;
	/*En explorer centra todo el contenido dentro de boy, incluyendo las <div>*/
	text-align: center;
	padding:0;
	margin: 0; /*Centrado para el resto de los navegadores*/
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

h6 {
	font-size: 12px;
}

h5 {
	font-size: 14px;
}
h4 {
	font-size: 16px;
	color: #666699;
}
h3 {
	font-size: 18px;
	/*text-transform: uppercase;*/
}
h2 {
	font-size: 21px;
}
h1 {
	font-size: 24px;
}
p {
	padding-top:3px;
	padding-bottom:10px;
}
div.hruler {
	margin-top:5px;
	margin-bottom:10px;
	border-bottom: 1px dashed #666666;
	height:1px;
}

#container {
	position:relative; /*Con esto el contenedor se vuelve el sistema de coordenadas de referencia para sus hijos*/
	background-color:#FFFFFF;
	width: 780px;
	text-align:left;
	background-image: url(../img/bkg_fake2cols.gif);
	background-repeat: repeat-y;
	background-position: left top;
	/*Centrado para el resto de los navegadores*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/**************************************************************************************
 * Header
 ***************************************************************************************/
#header {
	width:780px;
	background:transparent;
}
#secMenu {
	float: right;
	background-color:#FFFFFF;
	width: 756px;  /*Es necesario no ponerlo en % porque algunos navegadores intentarán extender el ancho al tamaño de la ventan en vez del <div>*/
	height: 17px;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 12px;
}
#header h1.home {
	float: right;
	background-image: url(../img/header_top.jpg);
	height: 116px;
	width: 780px;
	background-repeat: no-repeat;
	background-position: left top;
}

	#secMenuLinks {
		float:right;
		width: 506px /*; 530 - leftpadding - rightpadding del bloque contenedor */
	}
	#secMenuLinks li {
		float:right;
		height: 1.2em;
		border-left:1px solid #231E72;
		padding-left:4px;
		padding-right:6px;
	}
	#secMenuLinks #home {
		padding-right:0px;
	}
	
/**************************************************************************************
 * Content
 ***************************************************************************************/
#content {
	clear:both;
	width:780px;
	background:transparent;
}
#reservationZone {
	float:left;
	width:231px;
	color:#FFFFFF;
	height:1%;/*IEspecific*/
}
#reservationZone h3{
	float:left;
	width:231px;
	height:33px;
	background:url(../img/tit_reserva_online.gif) no-repeat left top;
}
#reservationForm {
	/*position:relative;*/
	font-size:12px;
	clear:both;
	width:210px;
	padding: 15px 10px;
}
#reservationForm select, #reservationForm .inputText {
	width:100%;
}

#reservationForm a, #reservationForm a:visited {
	color:#C1D72E;
	font-weight:bold;
}
#reservationForm a:hover {
	color:#FFFFFF;
	font-weight:bold;
}
#reservationForm #tab01 {
	position:absolute;
	width:211px;
	background-color:#65609B;
	z-index:20;
}

a.linkFlota, a.linkFlota:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.linkFlota:hover {
	color:#CCCCCC;
}

#reservationForm #tab02 {
	position:absolute;
	visibility:hidden;
	width:211px;
	background-color:#65609B;
	z-index:21;
}
#reservationForm #tab03 {}

#mainContentZone {
	float:left;
	width:549px;
}
#mainSplash {
	width: 541px;
	float:left;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 20px;
	padding-bottom: 15px;
	z-index:-1;
}

#infoServicios01, #infoServicios02, #infoServicios03 {
	padding-bottom: 20px;
}

#infoServicios01 {
	clear:both;
	width:180px;
	float:left;
	padding-left: 3px;
}
#infoServicios02 {
	float:left;
	width: 180px;
	padding-left: 2px;
}
#infoServicios03 {
	float:left;
	width:180px;
	padding-right:2px;
	padding-left: 2px;
}
#top {
	float:left;
	width:549px;
}
#mainContent {
	float: left;
	width: 519px;
	font: 14px/18px Arial, Helvetica, sans-serif;
	padding: 20px 15px;
}

/**************************************************************************************
 * Footer
 ***************************************************************************************/
#footer{
	clear:both;
	background-color:#C1D72E;
	width: 780px;
	height:24px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 11px;
}

#devBy {
	float:left;
	width: 231px;
	padding-left: 6px;
}

#footerMenuLinks {
	/*display:inline;*/
	float:right;
	text-align:right;
	width:500px;
}
#footerMenuLinks li {
	float:right;
	height: 1.2em;
	padding-left:4px;
	padding-right:6px;
}
