/* CSS Document */

body {
	background-image: url(imagenes/fondo.jpg);
	margin: 0px;
}

body { scrollbar-base-color : #FEE4A7;
scrollbar-arrow-color : #FFFFFF; }
.nav {
color : #FFCC00;
font-size : 8pt;}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FEE4A7;
}
a:active {
	color: #FFFFFF;
}
.texto {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.texto_fondo {
	color: #FEE4A7;
	font-size: xx-small;
}
.titulo {
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.texto_verde {
	font-family: Arial, Helvetica, sans-serif;
	color: #666600;
}
.texto_llegar {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #525F4D;
}
.coordenadas {
	color: #4E614E;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a.verde:link {
	color: #999999;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}
a.verde:visited {
	color: #999999;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}
a.verde:hover {
	color: #666600;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}
a.verde:active {
	color: #999999;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}
.dato {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: x-small;
}
.espacio {
	color: #FEE4A7;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#pie {
	width: 760px;
	margin-left: -380px;
	position: absolute;
	bottom: 5px;
	left: 50%;
	text-align: center;
}
#textoflash {
	width: 700px;
	margin-left: -350px;
	position: absolute;
	left: 50%;
	top: 20px;
}
#aviso {

	width: 700px;
	margin-left: -350px;
	position: absolute;
	left: 50%;
	top: 20px;
	visibility: visible;
}
#capa_bloqueadora
{
	filter:alpha(opacity=85);	/* Transparency */
	opacity:0.65;	/* Transparency */






	-moz-opacity: 0.65;
	background-color: #000;
	z-index:100;
	position:absolute; /* Always needed	*/
	top:0px;
	left:0px;
	width:100%;
	height:1000px;
	z-index:100;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
	visibility: visible;
}
