﻿html
{
    overflow: hidden;
}

body
{
	overflow: auto;
}

.cuerpo
{
	width: 1024px;
}

.cabecera
{
	width: 100%;
	height: 100px;
}

.cabecera2
{
	width: 100%;
	height: 30px;
}

.menu
{
	width: 20%;
	vertical-align: top;
}

.contenido
{
	width: 80%;
	vertical-align: top;
}

.pie
{
	width: 100%;
	height: 20px;
}