* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 1em 0;
	padding: 0;
	background-color: #fff;
	line-height: 100%;
	font-family: Tahoma;
}

#contenedor {
	width: 940px;
	position: absolute;
	left: 50%;
	margin-left: -470px;
}


#cabecera {
	width: 940px;
	height: 150px;
}

#cabeceralogo {
	float:left;
	width: 940px;
	height: 145px;
	background-image:url(../imagenes/fondo-cabecera.gif);
}

#logo {
	float:left;
	width: 395px;
	height: 140px;
}

#logo img {
	margin-top: 20px;
	margin-left: 20px;
}

#telefono {
	float:right;
	width: 525px;
	height: 140px;
	background-image:url(../imagenes/fondo-telefono.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#telefono p {
	text-align:center;
	font-size: 20px;
	color:#000000;
	font-weight:bold;
	margin-top:62px;
}

#correo {
	float:left;
	margin-top:58px;
	padding-left: 50px;
	width: 30px;
}

.blanco {
	color:#FFF;
}
.negro {
	color:#000;
}

#contenidomenu {
	clear:both;
	width: 930px;
	height: 40px;
	background-image: url(../imagenes/linea-fondo-menu.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#menu {
	float:left;
	width: 500px;
	height: 30px;
	margin: 5px;
	color:#F72D00;
}

#menu a {
	font-size: 16px;
	color: #FF6600;
	font-weight:bold;
	text-decoration:none;
	
}

#menu a:hover {
	font-size: 16px;
	color: #FFF;
	background-color: #FF6600;
	font-weight:bold;
	text-decoration:none;
}

.activo {
	color:#000000;
	font-weight:bold;
}


#horario {
	float:right;
	font-size:12px;
	color:#FF6600;
	font-weight:bold;
	text-align:right;
	padding-top: 10px;
	padding-right: 10px;
}


#buscadores {
	clear:both;
	width: 930px;
	height: 70px;
	background-image:url(../imagenes/fondo-buscador.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#buscadorref {
	float:left;
	width:180px;
}
#buscadorzona {
	float:right;
	width: 740px;
}


#buscadorzona form, #buscadorref form {
	font-size: 14px;
	font-family: Tahoma;
	font-weight:bold;
	color:#000000;
}

#buscadorzona select, #buscadorref select {
	margin: 2px;
	border: 1px solid #FF6600;
	
}

.ancho01 {
	width:65px;
}
.ancho02 {
	width:133px;
}

.ancho03 {
	width:75px;
}

#buscadorzona legend, #buscadorref legend {
	color: #FF6600;
	margin-bottom:2px;
	
}

#buscadorref fieldset {
	border: 1px solid #000;
	height:53px;
	padding: 5px;
	width: 160px;
}

#buscadorzona fieldset {
	border: 1px solid #000;
	height:53px;
	padding: 5px;
	width: 720px;
}



#buscadorzona label, fieldset label {
	margin-left: 2px;

}	

.boton-form {
	width:25px;
	background-color: #FF6600;
	color: #fff;
	font-weight:bold;
	font-size: 14px;
	margin-left:10px;
	border: 1px solid #FFF;
}

.espacio {
	margin-right: 45px;
}

.espacio2 {
	margin-left: 20px;
	margin-right: 105px;
}		


#fondo-pie {
	clear:both;
	height: 16px;
	width: 940px;
	background-image: url(../imagenes/linea-fondo-menu.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#pie {
	width: 930px;
	height: 16px;
}

#direccion {
	font: Tahoma;
	font-size: 12px;
	color:#FF6600;
	font-weight:bold;
	margin-left: 5px;
}

#direccion a {
	font: Tahoma;
	font-size: 12px;
	color:#FF6600;
	font-weight:bold;
	text-decoration:underline;
}

#direccion a:hover {
	text-decoration:none;
}

#artifices {
	clear:both;
	text-align:center;
	height:16px;
}

#artifices a {
	color: #000;
	font-size: 10px;
	text-decoration: underline;
}

#artifices a:hover {
	text-decoration: none;
}


