@charset "utf-8";
/* CSS Document */
#contenido{
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height:auto;
	background:#E8E8E8;
}
#encabezado{
	width:970px;
	height:112px;
	padding:5px 5px 0px 5px;
}

#espacio{
	width:980px;
	height:1px;
}
#servicios{
	width:970px;
	height:30px;
	padding:5px 5px 0px 5px;
}

#principal{
	width:980px;
	height:405px;
	background:#F00;
}
#publicidad{
	width:980px;
	height:270px;
}
#pie{
	width:970px;
	height:30px;
	padding:0px 5px 5px 5px;
}

