body {
	background-color: white;
}

img {
	border: 0px;
}

br {
	font-size: 10px;
}

#izquierda {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 200px;
}

#logo {
	text-align: center;
	margin-bottom:10px;
}

.menu {
	font: 14px arial;
	border: 1px dashed gray;
	background-color: #F8F8F8;
}

.menu ul {
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	margin: 0px;
}

.menu li {
	font: 14px arial, sans-serif;
	color: black;
	font-weight: bold;
	list-style-type: none;
	line-height: 24px;	
	text-align: center;
}

.menu li a:link, .menu li a:visited, .menu li a:active {
	color: #247B0F;
}

.menu li a:hover {
	color: #31A514;
}

.menuTitulo {
	font: 15px arial, sans-serif;
	font-weight: bold;
	color: white;
	background-color: #B1B1B1;
	padding: 2px;
	text-align: center;
}

#otrasPaginas {
	font: 14px arial;
	text-align: center;
	margin-bottom:10px;
}

#otrasPaginas .titulo {
	font: 16px arial;
	font-weight: bold;
	color: black;
	margin-bottom:5px;
}

#centro {
	position: absolute;
	top: 10px;
	left: 230px;
	width: 500px;
}

#queEsElEsperanto {
	margin-bottom: 20px;
}

.contenido {
	border-bottom: 1px dashed gray;
	padding-top: 10px;
	padding-bottom: 15px;
}

.ultimoContenido {
	padding-top: 10px;
	padding-bottom: 15px;
}

#derecha {
	position: absolute;
	top: 10px;
	left: 750px;
	width: 244px;
}

.seccion {
	border-top: 1px dashed gray;
	border-bottom: 1px dashed gray;
	color: black;
	background-color: #F8F8F8;
	font: 1.2em Georgia, Times, serif;
	padding: 2px;
}

.categoria {
	color: #247B0F;
	font: 1.1em Georgia, Times, serif;
	padding: 2px;
}

.titulo {
	font: 1em Georgia, "Times New Roman";
	font-weight: bold;
	color: black;
	margin-top:4px;
	margin-bottom:4px;
}

.titulo  a:link, .titulo a:visited, .titulo a:active{
	color: #4A6A9F;
}

.titulo a:hover {
	color: #7B96C1;
}

.fecha {
	font: 0.8em Verdana, sans-serif;
	color: #888888;
	margin-top:2px;
	margin-bottom:2px;
}

.texto {
	font: 0.8em Verdana, sans-serif;
}

.texto a:link, .texto a:visited, .texto a:active {
	color: #4A6A9F;
}

.texto a:hover {
	color: #3A547E;
	background-color: #EDF0F8;
}

.imagen {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.imagenIzquierda {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.separator {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dashed black;
}

.separatorChico {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dashed black;
}

.palabraEsperanto {
	color: green;
	font-weight:bold;
}

.preguntaEsperanto {
	color:#4A6A9F;
	font-weight:bold;
}

.destacado {
	color: #1D610C;
	font-weight: bold;
}