body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.texto_base {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.enlaces_inicio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.enlaces_inicio:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.nombre_artista {
	font-size: 15px;
	color: #000000;
	background-color: #F0F0F0;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.texto_gris {
	color: #EFEFEF;
}
.enlace {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
.enlace:HOVER {
	font-size: 12px;
	font-weight: bold;
	color: #33FF00;
	text-decoration: underline;
}
.td_linea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.titulos {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.artistas {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.artistas:hover {
	color: #DD464F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a.texto_verde {
	color: #DD464F;
	font-weight: bold;
	text-decoration: none;
}
a.texto_verde:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.texto_verde {
	color: #DD464F;
	font-weight: bold;
	text-decoration: none;
}
.texto_negro {
	font-weight: bold;
	color: #000000;
}
.td_gris {
	background-color: #666666;
}
.borde_verde {
	border: 1px solid #00CC00;
}

/* calendario -----------------------------------------*/
.dia_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8D8D8D;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #E9E9E9;
}
.dianoMem {
	border: 1px solid #666666;
}
.diaMem1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.calendario {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
