/* CSS Document */

/* Contenedor */
#contenedor {
	float:left;
	width:800px;
	height:100%;
	padding-top:0;
	background-color:#FFFFFF;
}

/* Navegación */
#contenedor #navegacion {
	float:left;
	width:195px;
	height:100%;
}

/* Contenido */
#contenedor #contenido {
	float:left;
	width:595px;
	height:100%;
	padding:0;
	margin:0 0 0 10px;
	font-size:0.85em;
	color: #636363;

}