* {
font-family: 'Lucida Grande', Arial, Helvetica, sans-serif, Verdana, Geneva, Lucida;
}



html {

MIN-WIDTH: 750px

}



body{
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif, Verdana, Geneva, Lucida;
	font-size: 70%;
	background-color:#372411;
	color: #CCCCCC;
	background-image: url(img/fondolinea.jpg);
	background-repeat: repeat-x;
}


A:link {
	color: #FFFFFF; /* border: none -- breaks NS 4.x */
}

A:visited, A:active {
	color: #FFFFCC; /* border: none -- breaks NS 4.x */
}

A:link IMG, A:visited IMG { border-style: none }

A IMG { color: white } /* The only way to hide the border in NS 4.x */



.titulo {
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 160%;
}

.supertitulo {
	color: #F5E8D8;
	font-size: 400%;
}
.texto {
	color: #FAF4E4;
	text-indent: 15px;
}


.menu {
	COLOR: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 90%;
	letter-spacing: 2px;
}


.menu:hover {
	color: #6B4F22;
	text-transform: uppercase;
	text-decoration: none;
}
.enlace {
	COLOR: #996633;
	text-transform: uppercase;
	text-decoration: none;
}
.enlace:hover {
	color: #D1B457;
	text-decoration: none;
}
.cancion {
	COLOR: #D8CD80;
	text-decoration: none;
}
.cancion:hover {
	COLOR: #FFFFFF;
	text-decoration: none;
}

.links {
	COLOR: #A4956C;
	text-decoration: none;
}
.links:hover {
	COLOR: #FFFFFF;
	text-decoration: none;
}
