@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	height:100%;
	background-color:#2A4B66;
}
#contenedor{
position:absolute; 
left:0; 
top:0; 
padding:0; 
width:100%; 
height:100%;
color:#fff;
background-image:url(../images/background.png);
background-position:top left;
background-repeat:no-repeat;
}
#conten{
    /*position: absolute;
    left: 50%;
    top: 50%;
    height: 500px;
    margin-top: -250px;    // 200px/2
    width: 800px;
    margin-left: -400px;    // 300px/2*/
	width:100%;
	height:100%;
}
#top{
	font-family:"Lucida Sans", Tahoma, "Trebuchet MS", Arial;
	font-size:12px;
	text-align:left;
	color:#999;
	height:7%;
}
#conten_top{
	padding-top:1%;
	padding-left:1%;
	height:5%
}
#contenido{

	height:86%;
}
#footer{

	height:43x;;
}
#footerl{

	float:left;
	height:43px;
	width:20%;
}
#footerr{

	float:right;
	height:43px;
	width:20%;
}
#footerc{

	height:100%;
}
a{
	color:#999;
}
