html {
	height: 100%;
	max-height:100%; 
	padding:0em; 
	margin:0em; 
	border:0em; 
	font-family: arial, helvetica, verdana, sans-serif;
}

body {
	height: 100%;
	overflow: hidden;
	max-height:100%; 
	padding:0em; 
	margin:0em; 
	border:0em;

	color:#a0a0a0;
	background-color: #272355;
	font-size:85%;
	font-weight:normal;

	position:absolute; 
	height:100%; 
	max-height:100%;
	width:100%; 
	max-width:100%;
	min-width:100%;
	top: 0%;
	left: 0%;
	font-weight: bold;
	/*font-size:102%;*/

	text-align: justify;
	
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000640;
	background-attachment:fixed;
}

a { color: #cdcdcd; }

p {
	margin-top: 0em;
	margin-bottom: 0em;
}

img.logo {
	width:100%;
	background-color: #000640;
}

div.right{text-align:right}

/*------------------------------------------------*/
/*----- POSICION DE LAS ZONAS DE LA PANTALLA -----*/
/*------------------------------------------------*/

#centeredBACKGROUND{
	width: 2000px;
	height: 811px;
	text-align: center;
	border: 0px solid red;
	/*background-color: red;*/
	/*color: #fff;*/
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1000px;
	margin-top: -406px;
	background-image: url("../img/background.jpg");
}

#centeredLOGO {
	width: 300px;
	height: 110px;
	text-align: center;
	border: 0px solid red;
	/*background-color: red;*/
	/*color: #fff;*/
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -346px;
	margin-top: -330px;
}
#centeredHEADER {
	width: 370px;
	height: 20px;
	text-align: center;
	border: 0px solid red;
	/*background-color: red;*/
	/*color: #fff;*/
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	margin-top: -250px;
}
#centeredFOOTER {
	width: 689px;
	height: 40px;
	text-align: center;
	border: 0px solid red;
	/*background-color: red;*/
	/*color: #fff;*/
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -346px;
	margin-top: +300px;
}
#centeredFOOTER a{padding:1px 2px 2px 2px;}

a {color: #FFFFFF;/*background-color: #100D3A;*/background:transparent;}
a:hover {color: #0000CC;background-color: #ff6a00;}
