body { background:black;
        color: white;
}

.contenedor{
 	width: 90%;
	margin: 10px auto;		
	line-height: 130%;
}

.cabecera
{
	font-family: Fantasy;
	font-size: 2em;
	padding: .5em;
	border-bottom: 1px solid gray;
	text-align: center;
}


.menu{
 	float: left;
	width: 170px;
	margin: 0.3em;
	padding: 0.5em;
}

.menu p{
	margin-top: 1.1em;
	margin-bottom: 0.1em;
	margin-right: 0.5em;
	margin-left: 0em;
	line-height: 1.5em;
	/*border-bottom: 1px solid gray;*/
}

.menu_activo{
	font-weight: bold;
	font-size: 1.07em;
}

.menu a:link, .menu a:visited, .menu a:active{
	text-decoration: none;
	color: white;
}

.menu_activo a:link, .menu_activo a:visited, .menu_activo a:active{
	text-decoration: none;
	color: #5f5fa9;
}

.submenu{
	font-weight: normal;
	font-size: 0.95em;	
	margin-left: 15px;
	line-height: 1.5em;
}

.submenu a:link, .submenu a:visited, .submenu a:active{
	color: white;
}

.contenido{ 
	margin-left: 200px;
	text-align: justify;
	border-left: 1px solid gray;
	padding: 1em;
	max-width: 40em;
	min-height: 23em;
}

.contenido h3{
	text-align:center;
}

.contenido h2{
	color: #5f5fa9;
}

.contenido p{
	text-indent: 3em;
}


.pie{
	font-size: 0.7em;
	padding: .5em;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	text-align: center;
}

table{
	width: 40em;
	text-align: center;
}
