body {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: Black;
}

h1 {
	font-family: cursive;
	font-weight: bold; /*color: #efa;*/
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
	color: #efa;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
}


#contenedor{
	/*background-image: url(fondos/papel_b3.JPG);*/
	background-image: url(fondos/papel_b6.JPG);
	background-color: Silver;
	background-repeat: repeat;
	width: 1024px;
	margin: auto;
	text-align: center;
	cursor: default;
}

#cabecera_logo {
	font-family: cursive;
	font-size: x-large;
	padding: 0px 12px 0px 8px;
	color: Maroon;
}

#cabecera_logo h1{
	/*font-family: "Monotype Corsiva";*/
	font-family: cursive;
	font-size: 36pt;
	line-height: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
}

#cuerpo{
	/*border: thin dashed Blue;*/
	width: 100%;
}

#menu {
	text-decoration: none;
	line-height: 150%;
}
li {
	list-style: square;
}

/*
#menu a: {
	text-decoration: none;
	color: #ffa;
}
*/

#menu a:link {
	text-decoration: none;
	color: #ffa;
}

#menu a:hover {
	text-decoration: none;
	font-weight: bold;
}

#menu a:visited {
	color: #ffa;
}

#izquierda{
	width: 20%;
	float: left; 
	/*border: thin solid;*/
   /*background-image: url(fondos/papel_b5.JPG);*/
	min-width: 200px;
	height: auto;
	text-align: left;
}

#derecha{
	float: right;
	/*border: thin dotted Green;*/
	width: 20%;
}

#principal{
	margin-left: 20%;
	margin-right: 20%;
	border: thin groove Purple;
	width: auto;
	padding: 8px;
}

#pie{
	clear: both; /*border: thin inset Fuchsia;*/
	text-align: center;
	margin-top: 16px;
	padding: 8px;
	font-size: smaller;
}

