@charset "utf-8";
/* CSS Document */

body {
	background-color: #dfd4c4;
	background-attachment: fixed;
	background-image: url(fonde.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
a:link {
	color: #1E3469;
	text-decoration: none;
}
a:visited {
	color: #446CCA;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #e3271e;
}
a:active {
	color: #e3271e;
	text-decoration: underline;
}
.tablas_articulos {
	background-color: #FFF;
}
#fondo_blanco {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 700px;
	width: 100%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #24428A;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	line-height: 14px;
	white-space: normal;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}


