/*CSS Document
DOCUMENTO*/
BODY
{
	background-image: url(../images/fondo2.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*CAMBIA EL COLOR DEL TXT SELECCIONADO*/
::-moz-selection
{
	background: #FFBD04;
	color: #FFFFFF;
}
/*CENTRA EL CONTENIDO HORIZONTALMENTE*/
#container
{
	width: 1085px;
	height: 825px;
	position: absolute;
	left: 50%;
	margin-left: -542px;
/*50% del ancho*/
}
#logo
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1085px;
	height: 225px;
	text-align: center;
	margin-top:12px;
}
#botones
{
	position: absolute;
	left: 0px;
	top: 225px;
	width: 1085px;
	height: 546px;
}
#pie
{
	position: absolute;
	left: 0px;
	top: 771px;
	width: 1085px;
	height: 54px;
	text-align: center;
	font-family: Helvetica;
	font-size: smaller;
	font-size:10px;
}
/*CENTRA IMAGEN COMO BLOQUE HORIZONTALMENTE NO FUCIONA EN IE
IMG.displayed
{
display: block;
margin-left: auto;
margin-right: auto;
}*/
