body {
	color: #000000;
	background-color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}
/*Enlaces*/
a:link {
	color: #ff3300;
	text-decoration: none;
}
a:hover {
	color: #3399ff;
	text-decoration: none;
}
a:active {
	color: #ff3300;
	text-decoration: none;
}
a:visited {
	color: #ff3300;
	text-decoration: none;
}
/*Encabezados*/
h1 {
	font-size: 20px;
	font-weight: bolder;
	text-align: left;
	font-style: normal;
	text-decoration: none;
	color: #996600;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	text-decoration: none;
	color: #CC6600;
}
h3 {
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
	font-style: italic;
	text-decoration: none;
	color: #FF9900;
}
/*Capas de estructura general de la web*/
#contenedor {
	width: 775px;
	text-align: left;
	margin: auto;
}
#cabecera {
	width: 775px;
	height: 188px;
}
#cuerpo {
	width: 605px;
	border-left: 2px #996633 dotted;
	border-right: 2px #996633 dotted;
	float: right;
	padding: 10px 10px 10px 10px;
	text-align: justify;
}
#menu {
	width: 140px;
	margin-bottom: 20px;
	float: left;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
#contador {
	width: 140px;
	margin-bottom: 20px;
	float: left;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
#foto_derecha {
	float: right;
	padding: 0px 0px 12px 16px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
}
#foto_centro {
	float: center;
	text-align: center;
	font-size: 12px;
	font-style: italic;
}
#pie {
	width: 775px;
	padding-bottom: 10px;
	margin: 0px;
	clear: both;
}
#enlace {
	float: right;
	width: 300px;
	border: 2px #CC6600 double;
	background-color: #996600;
	margin: 25px 10px 10px 10px;
	padding: 5px;
	text-align:center;
	color: #ffffff;
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	font-weight: bold;
}
#pergamino {
	margin:30px 50px 30px 50px;
	font-family: "Bookman Old Style", "Times New Roman", serif;
	color:#996600;
	font-size: 15px;
	font-style:italic;
	font-weight:bold;
}
/*Tablas*/
#tabla_centrada {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#tabla_izquierda {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#fila {
	font-style:italic;
}
#columna {
	font-weight: bold;
}
