html 
{
	height: 100%;
}
body {
	height: 100%;
	margin: 0px; 
	padding: 0px; 
	background: #B2D4C7 !important;
	font-size: 11px; 
	font-weight: normal; 
}
/* Se quitan todos los margenes por defecto que ponen los diferentes navegadores */
* { 
	/*margin: 0; */
	padding: 0; 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
} 
ul { list-style-type:none; /*con esto quitamos las viņetas*/ }
A { text-decoration: none; }
acronym { border-bottom: 0px; }

A.enlaceIdioma:link, A.enlaceIdioma:visited, A.enlaceIdioma:active {
    font-size: 12px;
    color: #ffffff;
	font-weight:bold; 
	letter-spacing: 1px;
    text-decoration: none;
}
A.enlaceIdioma:hover { 
    color: #ecbe19;
}

.index_ContenedorFondoPagina
{
	display: block;
	background: #B2D4C7;
	width: 100%; 
	height: 100%;
	margin: 0;
}
.index_ContenedorCentral
{
	text-align: center;
	vertical-align: middle;
	margin-top: -290px;
	margin-left: -477px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 955px;
	height: 580px;
}
