
#Contenedor {
        background-color:#F4ABF2;
        border:1px solid #808000;
	width: 100%;
	height: 100%;
}

#Encabezado {
        background-color: red;
        width: 100%;
}

#Logo {
	width: 4%;
	height: 12%;
        background-color: white;
        float:left;
}

#Titulo {
	width: 96%;
	height: 12%;
        background-color: green;
	color: white;
        float:right;
	font-size: 22px;
        text-align: center;
        line-height: 30px;
}

#Inf-Global {
	width: 100%;
	height: 10%;
	background-color: blue;
	border:1px solid #FF00FF;
	clear:both;
}

#Cuerpo {
	width: 100%;
        background-color: #E6F4E6;
	color: black;
	clear:both;
	font-size: 20px;
	text-align: center;
}

#Menu {
	width: 20%;
	height: 72%;
	background-color: white;
	float:left;
}

#Escritorio {
	width: 80%;
	height: 72%;
	background-color: green;
	color: white;
	float:right;
	font-size: 20px;
	line-height: 30px;
}

#Pie {
	width: 100%;
        height: 6%;
        background-color:#C3CEC3;
	font-size: 12px;
	font-style: bold;
	text-align: center;
	line-height: 40px;
	clear:both;
}
