body {
	width: 640px;
	border: none;
	vertical-align: middle;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Georgia, "MS Serif", "New York", serif;
	padding: 60px;
	padding-bottom: 30px;
	padding-top: 40px;
	color: #da251d;
	background-color: white;
	}
img {
	border: 1px solid grey;
	padding: 15px 15px 50px 15px;
	background-color: white;
	margin: 0px 20px 20px 20px;
a {
	color: #DA251D;
	border: none;
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

a:visited {
	color: #DA251D;
	border: none;
	text-decoration: none;
}

a:hover {
	border: none;
	text-decoration: none;
}
.nota {
	display: block;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6em;
	width: 400px;
	color: #A3A3A3;
	margin-bottom: 40px;
}
.nota a:link, a:visited{
	text-decoration: none;
	color: #DA251D;
	font-weight: bold;
	padding: 3px;

}
.nota a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #DA251D;
	font-weight: bold;
	padding: 3px;
}
#lista {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;	
	margin-top: 40px;
}

#lista li {
	display: inline;
	list-style-type: none;
	list-style: none;
	text-align: left;
	border-left: 2px solid #DA251D;
	border-right: 2px solid #DA251D;
	margin: -1px;
	padding: 6px;
	padding-left: 12px;
}
#lista li a:link,#lista li a:visited{
	text-decoration: none;
	color: #DA251D;
	font-weight: bold;
	padding: 3px;

}
#lista li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #DA251D;
	font-weight: bold;
	padding: 3px;
}
.texto {
	padding-left: 30px;
	margin-top: 10px;
}
a:hover img {
	background-color: white;
}

#header {
	font: 10px Georgia, "MS Serif", "New York", serif;
	letter-spacing: 0.2em;
	margin: 0;
	height: 55px;
	border: none;
	text-decoration: none;
	text-align: center;
}
#header a, #header a:hover,#header a:visited {
	font: bold 20px  Georgia, "MS Serif", "New York", serif;
	letter-spacing: 0.2em;
	margin: 0;
	height: 55px;
	border: none;
	text-decoration: none;
}
#columna li {
	display: list-item;
	list-style-type: none;
	list-style: none;
	text-align: left;
	margin: -10px;
	padding: 6px;
	padding-left: 2px;
}
#columna li a:link,#columna li a:visited{
	text-decoration: none;
	color: #DA251D;
	font-weight: bold;
	padding: 3px;

}
#columna li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #DA251D;
	font-weight: bold;
	padding: 3px;
}
.datos {
	font-size: 60%;
	color: #666666;
	margin-bottom: 15px;
}
#contenido {
	width: 520px;
	margin: auto;
	text-align: left;
}