/*==========================================================
LAYERS
www.x-devl.com
==========================================================*/

#contenedor
{
	position: absolute;
	top: 0;
	width: 800px;
	left: 50%;
	margin-left: -410px;
	padding: 0 10px 0 10px;
	background-image: url(sombra.png);
	background-repeat: repeat-y;
}

#cabecera
{
	position: relative;
	width: 800px;
	height: 120px;
	background-image: url(fondo-cabecera.jpg);
	background-repeat: no-repeat;
}

#nav
{
	width: 800px;
	height: 25px;
	background-image: url(fondo-nav.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#menu-1
{
	float: left;
	width: 175px;
	height: 425px;
}

#contenido
{
	float: left;
	width: 500px;
	padding-bottom: 18px;
}

#cuerpo
{
	background-color: #ffffff;
}

#menu-2
{
	float: left;
	width: 125px;
}

#fin-pag
{
	height: 50px;
	text-align: center;
	background-image: url(fin-pag.gif);
	background-repeat: repeat-x;
}

.clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
 }

.clearfix {
        display: inline-block;
 }


* html .clearfix {
        height: 1%;
 }

.clearfix {
        display: block;
}