@charset "utf-8";
/* CSS Document */

body {
	background-color: #e8e5c2;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.contenido {
	background-color: #FFFFFF;
	text-align: justify;
	padding-left: 8px;
	padding-right: 8px;

}

.footer {
	background-image: url(images/pie.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.m1 {
	background-image: url(images/m1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 170px 0 0 4px;
}



.b1 {
	border: thin groove #484a4a;
}

.fecha {
	font-family: "Trebuchet MS", Arial, serif;
	font-size: small;
	color: #333333;
	text-align: center;
}

a:link {
	color: #330000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #330000;
}
a:hover {
	text-decoration: underline;
	color: #330000;
}

a:active {
	text-decoration: none;
}
