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

body {
	background-image: url(../estructura/rellenofondo.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.textosgenerales {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	text-align: justify;
	font-weight: normal;
}.textosgeneralesbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	text-align: justify;
	font-style: italic;
	font-weight: bold;
}
