body{
	background-color:#CCF;
	font-family:arial,verdana;
	font-size:0.9em;
}

.menu{	
	width:15%;
	float:left;		
	text-align:center;
	border-right:2px dotted gray;
	border-bottom:2px dotted gray;
}

.contenido{
	width:70%;
	float:left;	
	padding:3em;
}

.tituloMenu{
	display:block;
	margin:0.2em;
	text-decoration:none;
}

.tituloMenu a{ 
	color:brown;
	font-weight:bold;
	text-decoration:none;
}

.tituloMenu a:hover{ 
	color:red;
	font-weight:bold;
	text-decoration:underline;
}

.tituloPagina{
	margin-left:5em;
	font-size:1.2em;
	font-weight:bold;
	color:gray;
}

.tituloSeccion{
	display:block;
	border-bottom:1px solid gray;
}

.contenidoSeccion{
	width:80%;
	margin:3%;

}
