@charset "utf-8";

.general {
	background-color: #283E26;
	text-align: center;
}

#wrap { 
	margin: 50px auto 0 auto;
	width: 794px;
	height: 437px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	background-color: #283E26;
	color: #000000;
	text-align: justify;
}

#codigo {
	padding: 2px 150px;
}

#menu {
	width: 794px;
	float:left;
	height: 67px;
}

#name {
	width: 241px;
	float:left;
	height: 67px;
}

#idiomas {
    width: 241px;
    height: 34px;
    float:left;
    }

#euskera {
    width: 51px;
    height: 34px;
    background-image: url(../images/euskera.jpg);
    float:left;    
}

#esp {
    width: 32px;
    height: 34px;
    background-image: url(../images/esp.jpg);
    float:left;    
}

#eng {
    width: 28px;
    height: 34px;
    background-image: url(../images/eng.jpg);
    float:left;    
}

#sobra {
    width: 130px;
    height: 34px;
    background-image: url(../images/sobra.jpg);
    float:left;    
}

#titulo {
    width: 241px;
    height: 33px;
    background-image: url(../images/name.jpg);
    float:left;    
}

#gailuretan {
	width: 87px;
	height: 67px;
	float:left;
	background-image: url(../images/gailuretan.jpg);
}

#gailuretan:hover {

	background-image: url(../images/gailuretan2.jpg);
}

#entorno {
	width: 89px;
	float:left;
	height: 67px;
	background-image: url(../images/entorno.jpg);
}

#entorno:hover {

	background-image: url(../images/entorno2.jpg);
}

#habitaciones {
	width: 89px;
	height: 67px;
	float:left;
	background-image: url(../images/habitaciones.jpg);
}

#habitaciones:hover {

	background-image: url(../images/habitaciones2.jpg);
}


#servicios {
	width: 89px;
	height: 67px;
	float:left;
	background-image: url(../images/servicios.jpg);
}


#servicios:hover {
	
	background-image: url(../images/servicios2.jpg);
}

#como {
	width: 89px;
	height: 67px;
	float:left;
	background-image: url(../images/como.jpg);
}

#como:hover {
	
	background-image: url(../images/como2.jpg);
}

#reservas {
	width: 90px;
	height: 67px;
	float:left;
	background-image: url(../images/reservas.jpg);
}

#reservas:hover {

	background-image: url(../images/reservas2.jpg);
}

#latmenu {
	width: 20px;
	float:left;
	height: 67px;
	background-image: url(../images/latmenu.jpg);
}

#center {
	width: 794px;
	float:left;
	height: 318px;
	background-image: url(../images/center.jpg);
}

#baja {
	width: 794px;
	float:left;
	height: 52px;
	background-image: url(../images/baja.jpg);
}

.Links {
	font-family: Trebuchet MS;
	border: 1px solid #fff;
	font-size: 10px;
	background-color:#000;
	color:#fff;
	text-decoration: none;
}

.cajaTexto { 
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	background-color: #FFFFff;
	color: #000000;
	border:1px solid black;
    padding:1px;
}

.botones { 
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	border:1px solid black;
	background-color:White;
	font-weight:bold;
	color:#908ECF;
	padding:3px;
	text-decoration:none;
}

.botonesp { 
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	border:1px solid black;
	background-color:White;
	font-weight:bold;
	color:#283E26;
	text-decoration:none;
	padding:2px;
}

/*Para el calendario*/
.tablacalendario {
	background-color:#FFFFFF;
	border:thin solid #908ECF;
}
.sel10 {
	background-color:#908ECF;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.cabeceracalendario {
	background-color:#908ECF;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

.n10 {
	color:#908ECF;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
}
.b10 {
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
}
/*Fin calendario*/

