/* ESTILOS GENERALES */
body {
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-align:center;
	margin:0px;
}
a:link, a:active { text-decoration: none;  color:#235f39;}
a:visited { text-decoration: none; color:#235f39; }
a:hover, a:focus { text-decoration: underline;}

select, textarea, input { font-family:  Arial, Verdana, sans-serif;}
caption { display: none; }
table, tr, td {font-size:100%;	}
table td { text-align: left;}

img, a img { border: none;}

form { margin:0px; padding:0px; }

hr { display: none;  }

p { padding: 0; margin: 0 0 0 0;}


/* RESOLUCIÓN PARA LA WEB Y ADECUACIÓN PARA VARIOS NAVEGADORES */
#contenedorSuperior {
	width:889px;
	color:#235f39;
	font-size:13px;
}
#contenedorSuperior img {
	padding-left:5px;
}
#barraSuperior {
	width:100%;
	background:#235f39;
	height:9px;
}
#barraMedio {
	width:100%;
	background:#D0E8E8;
	height:319px;
}
#barraMedio2 {
	width:100%;
	background:#D0E8E8;
	height:80px;
}
#logo {
	position:relative;
	width:184px;
	height:52px;
	background:url(../imagenes/logo02.png) no-repeat;
	left:46px;
	text-align:left;
}
#logo2 {
	position:relative;
	width:184px;
	height:81px;
	left:55px;
	text-align:left;
}
#logo3 {
	position:relative;
	width:184px;
	height:53px;
	left:60px;
	text-align:left;
}
#imagen {
	position:relative;
	left:0px;
	top:0px;
}
.titulo {
	font-weight:bold;
	font-size:15px;
	color:#235f39;
	border-bottom:#235f39 2px solid;
	width:200px;
}
#footer {
	background:url(../imagenes/footer-background.jpg) no-repeat;
	width:628;
	height:50px;
	padding-top:10px;
}
#reservas {
}
.nper {
	width:20px;
}

.formbutton {
	cursor:pointer;
	background:url(../imagenes/bg_button.gif) top left;
	border:0px;
	padding-left:3px;
	padding-right:3px;
	height:24px;
	width:142px;
}

/* BOTON  */ 
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../imagenes/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    height: 24px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../imagenes/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 10px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 10px; /* push text down 1px */
}
/* FIN BOTON */