body {
background:#eaeaea url('images/background_web.jpg') repeat-x;
font-size:13px;
color:#000;
font-family:'Trebuchet MS';
}

a:link {
	color: #FC0;
}
a:visited {
	color: #FC0;
}
a:hover {
	color: #FF0;
}

label {
float:left;
width:126px;
margin:2px 0;
}

input {
margin:2px 0;
}

fieldset {
border:0;
}

.clear {
clear: both;
}

.right {
float:right;
width:auto;
}

.left {
float:left;
width:auto;
}

#principal {
width:946px;
height:609px;
margin:57px auto 0 auto;
background:url('images/background_principal.png') no-repeat;
}

#contenido {
height:319px;
margin:74px 14px 0 8px;
padding:0;
color:#fff;
overflow:hidden;
}

#contenido div {
height:319px;
}

#contenido div.derecha {
margin-top:10px;
padding-right: 5px;
width:319px;
}

#idiomas {
text-align:right;
padding:10px;
height:22px;
}

#idiomas a img {
border:0;
}

#menu {
margin:8px 12px 0;
text-align:center;
}

#menu a {
margin-right:25px;
}

#menu a, #botones a {
color:#252525;
text-decoration:none;
font-weight:800;
}

#menu a:hover, #botones a:hover {
color:#666;
}

#botones {
text-align:center;
margin:15px 10px 0;
}

#botones a {
display:inline-block;
width:80px;
height:11px;
padding-top:79px;
}

#botones a.galeria {
background:url('images/btn_galeria.png') no-repeat;
}

#botones a.galeria:hover {
background:url('images/btn_galeria_activo.png') no-repeat;
}

#botones a.tour {
background:url('images/btn_tour.png') no-repeat;
}

#botones a.tour:hover {
background:url('images/btn_tour_activo.png') no-repeat;
}

#botones a.directo {
background:url('images/btn_webcam.png') no-repeat;
}

#botones a.directo:hover {
background:url('images/btn_webcam_activo.png') no-repeat;
}

#externos {
margin-top:50px;
padding: 0px 8px;
text-align:center;
}

#externos a img {
border:0;
}

#slideshow {
    position:relative;
    height:350px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}
