/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

/* Estilo de body */
body {
	padding: 5px;
	background-color: #fff;
	text-align: center; /* centrado del diseño */
}

#wrapper {
	width: 768px; /* anchura del contendor externo (liquida) */
	
	/* CENTRAR DISEÑO CON MARGENES AUTOMÁTICOS */
	margin: 0 auto; /* margenes laterales a 0 y superior e inferior auto */
	text-align: left; /* alineación del contenido a la izquierda para evitar el alineado center de body */
	background-color: #ff880a;
}

#branding {
	width: 100%;
	height: 84px;
	background: #ff880a url(../images/top-pagina.gif) no-repeat center top;
}

#logoBranding {
	float: left;
	z-index: 2;
}

#bannerBranding {
	float: right;
	padding-top: 15px;
	padding-right: 50px;
	z-index: 3;
}

#content {
	width: 768px;
	background-color: #ff880a;
}

#sectionLeft {
	width: 150px;
	float: left;
	padding-left: 5px;
}

#sectionRight {
	width: 610px;
	float: right;
}

#footer {
	width: 100%;
	padding: 10px 0;
	background: #ff880a url(../images/bottom-pagina.gif) no-repeat center bottom;
	text-align: center;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #fff;
}

/* ESTILOS CAJAS REDONDEADAS. Esquinas en escalera */
.box140, .box300, .box450, .box600, .destinos, .pestanas, .banner300, .banner600 {
	background: #fff url(../images/bottom-left.gif) no-repeat left bottom;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
}

.box140 {
	width: 147px;
}

.box300 {
	width: 300px;
}

.box450{
	width: 450px;
}

.box600 {
	width: 600px;
}

.pestanas, .destinos {
	width: 758px;	
	margin-left: 4px;
}

.banner300 {
	width: 300px;
}

.banner600 {
	width: 600px;
}

.box-outer {
	background: url(../images/bottom-right.gif) no-repeat right bottom;
	padding-bottom: 5px;
}

.box-outer ul {
	padding-top: 5px;
}

.box-inner {
	background: url(../images/top-left.gif) no-repeat left top;
	text-align: center;
}

.box-inner p {
	padding-top: 8px;
}

.box-inner-banner {
	background: url(../images/top-left-white.gif) no-repeat left top;
}

.box-inner-banner-buscadores {
	background: url(../images/top-left-white.gif) no-repeat left top;
	padding-left: 20px;
}

.box140 h2, h3, .box300 h2, h3, .box435 h2, h3, .box600 h2, h3, .pestanas ul {
	background: url(../images/top-right.gif) no-repeat right top;
	padding-top: 5px;
}

.box-inner-banner h2, .box-inner-banner h3 {
	background: url(../images/top-right-white.gif) no-repeat right top;
}

.pestanas #contenidoTabs{
	padding-top: 10px;
}

.destinos form {
	padding-left: 10px;
}

/* Estilo Listas */
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	margin: 0;
	padding-top: 4px;
	height: 15px;	
	line-height: 15px;
}

li a, p a, td a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

.buscadores li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	line-height: 43px;
	width: 45px;
}

/* Estilos textos */
h3, h2, ul, li, p, td, select, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.clear {
	clear: both;
}

.precios {
	font-weight: bold;
	color: #ff880a;
}

#logoBuscador {
	float: left;
	margin-right: 10px;
}

