/* /////////////////////////////////////////////////////////////////////////
Hoja De Estilos 
///////////////////////////////////////////////////////////////////////// */
HTML{
	height: 100%;
}
BODY{
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#444;
	background:#e1e1e1 url(../images/bg.jpg) no-repeat 50% 100%;
	margin:0;
	padding:0;
	height: 100%;
}
IMG{border:0;}
*{margin:0;padding:0;}
/* /////////////////////////////////////////////////////////////////////////
DIVS GENERALES
///////////////////////////////////////////////////////////////////////// */
#sitio{
	width: 100%;
	height: 230px;
	position: absolute;
	display: block;
	background: url(../images/construccion.gif) no-repeat 50% 100%;
	top: 50%;
	margin-top: -165px;
}
#sitio h1{
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 30px;
	color: #333;
	display: block;
	text-align: center;
	background: url(../images/bg.gif) repeat-x;
}