﻿a {
	color: #D9E58F;
	text-decoration:none;
}
a:hover {
	color: white;
}
a:visited {
	color: #D9E58F;
	text-decoration:none;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #D9E58F;
}
.menu a:visited {
	color: #D9E58F;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
}
.menu a {
	color: #D9E58F;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
}
.menu a:hover {
	color: white;
}
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: white;
}
.pie a:visited {
	color: white;
	text-decoration:none;
}
.pie a {
	color: white;
	text-decoration:none;
}
.pie a:hover {
	color: white;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin-left: 15px;
	color: #FAE6B1;
	margin-top:4px;
	margin-bottom:4px;
}
.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8C281E;
	padding: 10px;
	line-height: 150%;
}
.texto_portada{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	padding: 10px;
	line-height: 150%;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FAE6B1;
	margin-left: 15px;
}
em{
	font-style:italic;
}
strong{
	font-weight:bold;
}

.enlaces{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8C281E;
	padding: 10px;
	line-height: 150%;
}
.enlaces a {
	color: #8C281E;
	text-decoration:none;
	background-color: transparent;
}
.enlaces a:visited {
	color: #8C281E;
	text-decoration:none;
	background-color: transparent;
}
.enlaces a:active {
	color: #8C281E;
	text-decoration:none;
	background-color: transparent;
}
.enlaces a:hover {
	color: white;
	background-color: #8C281E;
}


