@charset "UTF-8";
body {
	background-image: url(images/fondo_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
}
.separador1 {
	background-image: url(images/fondo_sep.gif);
	background-repeat: repeat-y;
}
.fondo_down {
	background-image: url(images/fondo_down.gif);
	background-repeat: repeat-x;
}h1 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.fondo_tit {
	background-image: url(images/fondo_tit.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4E5566;
	line-height:18px;
}
.resaltado {
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
}
.fondo_donate {
	background-image: url(images/fondo_boton.gif);
	background-repeat: no-repeat;
}

