.fondo_iz {
	background-image: url(image/lateral_izq.png);
	background-repeat:  repeat-y;
	background-position: left top;
}
.fondo_dere {
	background-attachment: fixed;
	background-image: url(image/lateral.png);
	background-repeat:  repeat-y;
	background-position: left top;
}
.fondopapel {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(image/fondo.gif);
	background-repeat: repeat;
}
.textonormal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-align: justify;
}
.textotitula {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	color: #333333;
	text-align: justify;
	font-weight: bold;
}
.textolink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #FF0066;
	text-align: justify;
	text-decoration: none;
}
.textolink:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-align: justify;
	text-decoration: none;
	background-color: #FF0099;
}
.textoartistas {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	color: #000000;
	text-align: justify;
	font-weight: bold;
}
