body {
	text-align: center; /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-family: Tahoma; /*font-size: small;*/
	font-size: 12pt; /*color: #622;*/
	color: #603;
	background-image: url(imagenes/fondo_10.JPG);
	background-color: Silver;
	background-repeat: repeat;
	background-attachment: fixed;
}

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

h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
	background-image: url(imagenes/fondo_2.JPG);
	border: 1px solid maroon;
	padding: 4px;
}

a:link {
	color: #660000;
	/*text-decoration: none;*/
	font-weight: bold;
}

a:hover {
	color: #FFFF00;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	/*text-decoration: none;*/
	font-weight: bold;
}

#cuerpo{
	width: 820px;
	padding: 12px 0px 0px 0px; 
	margin: auto;
	text-align: left;
}

#pie{
	clear: both;
	text-align: center;
	margin-top: 16px;
	padding: 8px;
	font-size: smaller;
}
