.fondo-general {
	background-color: #E6E6E6;
	margin: 0px;
	padding: 0px;
}
.fondo-contenido {
	background-color: #FFFFFF;
}
.sombraizda {
	background-image: url(images/somb_izda.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.sombradecha {

	background-image: url(images/somb_decha.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.ladoizdo {
	background-image: url(images/ladoizdo.gif);
	background-repeat: repeat-y;
}
.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;

}
.texto-en {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	text-align: justify;
	font-style: italic;

}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}
a:hover {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
}
