/*MENU*/
#menuh {
        font-family: Trebuchet MS;
		font-size: 14px;
		font-weight: bold;
}
#menuh ul, li {
        list-style-type: none;
}
#menuh ul {
        margin: 0;
        padding: 0;
}
#menuh li {
        float: center;
}
#menuh a {
        font-family: Trebuchet MS;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
        color: #FFFFFF;
        background-image: url(../_images/bg_menu.png);
		padding: 7px;
        display: block;
}
#menuh a:hover {
        background: #666666;
}
/*MENU*/

/*LINKS*/
.Linkeo:link {
	font-family: Arial;
	text-decoration: none;
	color: #FFFFFF;
}

.Linkeo:visited {
	font-family: Arial;
	text-decoration: none;
	color: #FFFFFF;
}

.Linkeo:hover {
	font-family: Arial;
	color: #666666;
	font-weight: bold;
}

.Linkeo:active {
	font-family: Arial;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

.Linkeo-Credit:link {
	font-family: Trebuchet MS;
	text-decoration: none;
	color: #999999;
}

.Linkeo-Credit:visited {
	font-family: Trebuchet MS;
	text-decoration: none;
	color: #999999;
}

.Linkeo-Credit:hover {
	font-family: Trebuchet MS;
	color: #CCCCCC;
	font-weight: bold;
}

.Linkeo-Credit:active {
	font-family: Trebuchet MS;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}

.Mas:link {
	font-family: Trebuchet MS;
	text-decoration: none;
	color: #99CC00;
}

.Mas:visited {
	font-family: Trebuchet MS;
	text-decoration: none;
	color: #99CC00;
}

.Mas:hover {
	font-family: Trebuchet MS;
	color: #999900;
	font-weight: bold;
}

.Mas:active {
	font-family: Trebuchet MS;
	text-decoration: none;
	color: #999900;
	font-weight: bold;
}
/*LINKS*/

/*CSS DE LA WEB*/
.Titulo-Blanco {
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}
.Letra-Blanco {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}
.Letra-Negro {
	color: #000000;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}
.Credito {
	color: #999999;
	font-family: Trebuchet MS;
	font-size: 12px;
}
.Letra-Amarilla {
	color: #999999;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}
.Blanco-Small {
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 12px;
}
.Flechas {
	color: #666666;
}
.Amarilla-Small {
	color: #666666;
	font-family: Trebuchet MS;
	font-size: 12px;
}
.Letra-Blanco-Gigante {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 23px;
	font-weight: bold;
}
.Letra-Mp3-Musica {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
