body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	font-size: 12px;
	font-style: normal;
	text-align: justify;

}
.fondolaterali {
	background-image: url(graficos/fondoi.gif);
	background-repeat: repeat-y;
}
.fondolaterald {
	background-image: url(graficos/fondod.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.fondogris {
	background-image: url(graficos/linea4.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.fondogristop {
	background-image: url(graficos/linea4b.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
A:hover {
	text-decoration:underline;
	color:#000;
}
A:link {text-decoration:underline; color:#000;}
A:visited {text-decoration:underline; color:#000;}

.peque {
	font-size: 10px;
}
.azul10 {font-size: 12px; color: #0000ff;}
.azul16 {font-size: 16px; color: #0000ff;}
.blanco16 {
	font-size: 16px;
	color: #FFF;
}
.azul14 {font-size: 14px; color: #0000ff;}
A.azul14:hover {text-decoration:underline; color:#0000ff;}
A.azul14:link {text-decoration:underline; color:#0000ff;}
A.azul14:visited {text-decoration:underline; color:#0000ff;}
.negro14 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.rojo16 {font-size: 16px; color: #CC0000; font-weight: bold;}