@charset "utf-8";
/* CSS Document */

body {
	width: 800px;
}
a:link {
	color: #BD1314;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #BD1314;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #35358c;
}

table {
	width: 100%;
	background-image: url(imagenes/fondo-pdf.jpg);
	background-repeat: no-repeat;
}
td {
	padding: 0 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #bd1314;
	font-size: 16px;
	padding: 10px 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 10px 0px;
	font-weight: bold;
}

p {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #415062;
	padding: 10px 0;
}
