/* CSS Document */

body { font:normal 1em verdana; margin-left:auto; margin-bottom:auto; margin-right:auto; margin-top:0px; background-color:#ffffff; background-image:url(../img/fon.jpg); background-repeat:no-repeat; background-position:top left;}



h1, h2 {display:none;}
.limpia {clear:both;}


img {border:0;}

.contenido {margin:auto; width:920px; height:600px;}


.contenedor { float:left;margin:auto;font:normal 0.8em verdana; width:920px; height:600px; }
.logo {float:left; width:130px; height:81px; text-align:left; display:inline;}

.menu {float:right; width:780px; margin-top:20px; text-align:right;}
.menu img {margin-left:15px;}


.idioma {margin-top:3px; float:right; display:inline; text-align:right; color:#071d40; font:normal 11px arial;}
.idioma a{ text-decoration:none; color:#071d40; font:normal 11px arial;}
.idioma a:hover{ text-decoration:underline; color:#071d40; font:normal 11px arial;}

.raya {background-image:url(../img/raya.gif); background-position:center; background-repeat:repeat-x;height:21px;}

.separa {width:30px; text-align:center; color:#ffffff; padding-left:15px; padding-right:14px; margin-bottom:14px; vertical-align:top;}
.centro {float:left;}
.imagenes{ float:left; margin-right:35px; display:inline;}

.galeria {width:600px; float:left; display:inline;}



.descripciones { float:left; text-align:left; width:284px; color:#888888; font:normal 12px arial; display:inline; margin-left:30px;}
.descripciones strong { color:#525252;}
.descripciones a{ text-decoration:underline; color:#888888;}

.reservar {margin-top:90px;}

.proximamente {text-align:center; color:#808080; font:bold 15px arial; margin-bottom:5px; margin-top:10px;}

.enlaces {text-align:center; margin-top:10px; color:#808080; font:normal 12px arial;}
.enlaces a{ text-decoration:none; color:#808080; font:normal 12px arial;}
.enlaces a:hover{ text-decoration:underline; color:#808080; font:normal 12px arial;}

.botones {text-align:center; margin-top:10px; color:#808080; font:normal 10px arial;}
.botones a{ text-decoration:none; color:#808080; font:normal 10px arial;}
.botones a:hover{ text-decoration:underline; color:#808080; font:normal 10px arial;}


a.sin {text-decoration:none; color:#808080;}
a.sin:hover {text-decoration:underline; color:#808080;}







* {margin: 0; padding: 0;}

a:focus {outline:none;}


#wrapp {
width: 710px;
text-align: left;
font-size: 1.1em;
margin: 1em auto;
padding: 1em;
color: black;
}




.stripViewer { /* this is the DIV container for your UL of images */
position: relative;
overflow: hidden; 
margin: 0 0 0 0;
}
.stripViewer ul { /* this is your UL of images */
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { /* each image is arranged horizontally */
float:left;

}
.stripTransmitter {

width:120px;
float:left;
text-align:left;


}
.stripTransmitter ul { /* the auto-generated set of links */

text-align:left;
list-style-type: none;
float:right;

}
.stripTransmitter ul li{ /* in this list too, each LI is arranged horizontally */
width: 20px;
float:left;
margin: 0 1px 1px 0;
text-align:left;
}
.stripTransmitter a{ /* the links. */
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
color: #626262;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover { /* hover */
background: #ffffff;
color: #000000;
}
.stripTransmitter a.current, .stripTransmitter a.current:hover { /* current */
background: #fff;
color: #000000;
font-weight:bold;
text-decoration:underline;
}
/* end slideViewer default styles */

p {padding: 2em 0 0 0;}

code {
width:93%;	
font: normal 1em/1.3em 'Courier New', Courier, Fixed;
color: #000;
display: block;
padding: 0;
margin: 0;
background-color: #fff;
white-space: pre;
overflow-x: auto;
}
#tooltip {
background: #fff;
color: #000;
opacity: 0.85;

}
#tooltip h3 {
font: normal 10px Verdana; 
margin: 0; 
padding: 6px 2px; 
border: 0;}
