@charset "utf-8";
/* CSS Document */

body {
margin:0 auto;
text-align:center;
background-color:#000000;
font-family:"Lucida Sans", Calibri, Arial;
font-size:100%;
color:#FFFFFF;
height:100%;
width:100%;
}

img#bg {
position:fixed;
top:0;
left:0;
width:98%;
}

#content_back {
position:relative;
z-index:1;
left:auto;
margin-left:5%;
width:90%;
height: 90%;
filter: alpha(opacity=90); 
-moz-opacity: 0.9;
KhtmlOpacity: .9;
opacity: .9;
clear:both;
}

a {
text-decoration:none;
}

h1 {
font-size:30px;
padding-left:10px;
}

#header {
width:100%;
padding:1%;
margin:0;
min-height:80px;
filter:alpha(opacity=80); 
-moz-opacity:0.80; 
-khtml-opacity:0.80; 
opacity:0.80;
}

#idioma {
float:right;
font-size:60%;
padding-bottom:2%;
}
#idioma2 {
float:right;
font-size:60%;
padding-bottom:2%;
display:none;
}

#idioma a {
color: #FFFFFF;
}

#idioma a:hover{
color: #FF0000;
}


#menu {
	width:68%;
	margin:0px;
	padding:0px;
	float:right;
}
#menu a img {
border:0;
}

#main {
width:100%;
padding:0px;
margin-top: 0px;
}

#main_spanish{
width:100%;
height:65%;
margin-top:-40%;
z-index:0;
visibility:hidden;
}

#slideshowHolder {
width:75%;
float:left;
}

#text {
	background-color:#000000;
	color:#FFFFFF;
	font-size:75%;
	line-height:1.45em; /* 16×1.45=22 */
	text-align:left;
}

#footer {
	position:fixed;
	width:94%;
	padding:0 3%;
	background-image: url(img/back_footer.png);
	height:25%;
	background-repeat:repeat-x;
	min-height: 50px;
	margin-top:95%;
}

#footer2 {
	padding:0 3%;
	background-image: url(img/back_footer.png);
	background-repeat:repeat-x;
	min-height:50px;
}


.button {
background-color:#000000;
color:#FFFFFF;
margin:10px;
font-family:"Lucida Sans", Calibri, Arial;
padding:10px 20px;
border:0;
}

.button:hover {
color:#FF0000;
}
