@charset "utf-8";
/* CSS Document */

body{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

#encabezado{
	width:100%; 
	height:100px;
	background-color:#000040;
}

#encabezado_derecho{
	width:24%;
	height:auto;
	float:left;
	background-color:#FFF;
}

#separador_vertical{
	width:1%;
	height:auto;
	float:left;
	background-color:#FFF;
}

#contenido{
	width:75%;
	height:auto;
	float:left;
	background-color:#FFF;
}

#centro{
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

#pie_pagina{
	width:100%;
	height:50px;
	position:fixed;
	background-color:#000040;
	bottom:0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#FFF;
}