/* CSS Document */
html,body{
	height:100%;
}
body{
	margin:0px;
	background:#FFFFFF;
}
#contenido{
	position: absolute; 
	width: 100%; 
	height: 100%; 
}
#contenido_home{
	position: absolute; 
	width: 620px; 
	height: 400px; 
	z-index: 1; 
	vertical-align: middle; 
	top: 50%; 
	margin-top: -200px;
	left: 50%;
	margin-left: -310px;
	background-color: #FFFFFF;
	text-align: center;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}