@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F97AEA;
	background-color: #6C0505;
	background-image: url(fondo.gif);
	background-repeat:  repeat-x;
}

.fondoMavillo3 {
	background: url(Mavillo3.jpg) no-repeat right; 

}


h3 {
	font-size: 14px;
	font-weight: bold;
	color: #510000;
	background-color: #1D9209;
	padding: 5px;
	border: 1px solid #510000;
	text-align: center;
}

b{
color: #FFA200;
}

a, a:link, a:active, a:visited{
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1D9209;
}

a:hover{
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: ffffff;
}

