@charset "utf-8";
/* CSS Document */
body {
	height:100%;
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:0;
}
.noFlotar {
	clear:both;
	width:1px;
	height:1px;
	line-height:1px;
}
.flotarIzquierda {
	float:left;
	margin-right:.7em;
}
.flotarDerecha {
	float:right;
	margin-left:.7em;
}

#Laterales {
	height:100%;
}
#Contenedor {
	width:984px;
	margin:0 auto;
	text-align:left;
	font-size:82%;
	height:100%;
}
#Encabezado {
	height:98px;
}
#Menu {
	height:25px;
}
#Contenido {
}
#Contenido2 {
}
#DosColumnas {
	width:798px;
	float:left;
}
#ColumnaCentral {
	width:620px;
	float:right;
	overflow:auto;
}
#ColumnaIzquierda {
	width:176px;
	float:left;
	overflow:auto;
}
#ColumnaDerecha {
	width:180px;
	float:right;
	overflow:auto;
}
