@charset "utf-8";
#pie {
	background-image: url(../imagenes/pie_fondo.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#pie p {
	color: #FFF;
	margin: 0px;
	font-size: 11px;
}
#contenido {
}
#contenido h1 {
	color: #0D574B;
}
#contenido h2 {
	color: #80043F;
}
#contenido p {
	font-size: 16px;
	text-align: justify;
	font-style: italic;
}
#contenido ul {
	list-style-type: square;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
}
.contenidodeimagemen {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.contenidodeimagemen a img {
	border: medium solid #80043F;
}
.contenidodeimagemen a img:hover {
	border: medium solid #10594E;
}
