@charset "utf-8";
/* CSS Document */
html {
	width: 100%;
}
a {
	color: #999;
	text-decoration: none;
}
body {
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	width: 100%;
}
div#cabecera {
	background: url(images/cabecera.jpg) no-repeat;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	height: 157px;
	padding-left: 15px;
	width: 205px;
}
div#canarias_es, div#canarias_en, div#canarias_de, div#canarias_nl {
	height: 280px;
	left: 18px;
	position: relative;
	top: -20px;
	width: 142px;
}
div#canarias_es { background: url(images/f_canarias_es.gif); }
div#canarias_en { background: url(images/f_canarias_en.gif); }
div#canarias_de { background: url(images/f_canarias_de.gif); }
div#canarias_nl { background: url(images/f_canarias_nl.gif); }

div#coches {
	background: url(images/coches.gif) no-repeat;
	height: 34px;
	left: 5px;
	line-height: 34px;
	position: relative;
	text-align: right;
	top: 115px;
	width: 130px;
}
div#cuerpo {
	background: url(images/centro.jpg) repeat-y;
	width: 205px;
}
div#hotel {
	background: url(images/hotel.gif) no-repeat;
	height: 64px;
	left: 5px;
	line-height: 64px;
	position: relative;
	text-align: right;
	top: 95px;
	width: 130px;
}
div#mundial_es, div#mundial_en, div#mundial_de, div#mundial_nl {
	height: 262px;
	left: 18px;
	position: relative;
	width: 142px;
}
div#mundial_es { background: url(images/f_mundial_es.gif); }
div#mundial_en { background: url(images/f_mundial_en.gif); }
div#mundial_de { background: url(images/f_mundial_de.gif); }
div#mundial_nl { background: url(images/f_mundial_nl.gif); }

div#pie {
	background: url(images/pie.jpg) no-repeat;
	height: 28px;
	width: 205px;
}
div#vuelos {
	background: url(images/vuelos.gif) no-repeat;
	height: 29px;
	left: 4px;
	line-height: 29px;
	position: relative;
	text-align: right;
	top: 105px;
	width: 128px;
}
form {
	padding-left: 15px;
	padding-top: 120px;
}
input {
	background: #FEDDAA;
	border: 1px solid #B89B79;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
select {
	background: #FEDDAA;
	border: 1px solid #B89B79;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px 0 5px 0;
	width: 110px;
}
div.titulo {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 20px;
}