@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-color: #000000;
}
#background{position:absolute; z-index:1; width:100%; height:100%;}
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:auto;
	z-index:2;
} 
#idiomas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFFF;
}
#content img{
	vertical-align: middle;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 330px;
	background-image: url(../imagen/barra_menu.jpg);
	background-repeat: repeat-x;
	text-align: center;
	word-spacing: 2em;
	font-size: 14px;
}

#content a:link{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#content a:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover{
	color:#53BDFD;
	text-decoration: none;
}

#fixed {
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	width:100%;
	z-index:10;
	color: #FFFFFF;
	background-image: url(../imagen/barra_inferior.jpg);
	background-repeat:     repeat-x;
	text-align: center;
	font-size: 30px;
	letter-spacing: 1px;
	margin-top: 10px;
	bottom: 0px;
	padding-top: 10px;
}
#fixed p{
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: normal;
}
#inferior {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer{
	font-size: 8px;
	text-align: center;
	color: #999999;
	margin-top: 5px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

#footer a:link{
	font-size: 8px;
	text-decoration: none;
	color: #999999;
}
#footer a:visited{
	font-size: 8px;
	color: #999999;
	text-decoration: none;
}
#footer a:hover{
		font-size: 8px;
		color:#FFFFFF;
}

