@charset "UTF-8";
/* CSS Document */
img {border:none;}
	
img[alt] {
	font-family: verdana, arial;
	font-size: small;
	color:#000000;
}

a {
	text-decoration: none;
}
a:link    { color: rgb(209,49,24); }
a:visited { color: rgb(209,49,24); }
a:hover   { color: rgb(21,21,21) }

.color-1 { background-color: #CC6600 }
.color-2 { background-color: #FF9966 }
.color-3 { background-color: #FF9900 }
.color-4 { background-color: #FFCC33 }
.color-5 { background-color: #FF9933 }
.color-6 { background-color: #FF9977 }
.color-7 { background-color: #CC6633 }


body {
	font-size: 80.00%;
	font-family: helvetica, arial;
	margin: 0;
	padding: 0;
	color: rgb(209,49,24);
	background-color: #FFFFFF;
	background-image: url('../images/bg-stripes-plain.png');
	background-repeat: repeat-y;
}

div#container {
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 955px;
	color: rgb(209,49,24);
}

	div#container div#musica {
		position:absolute;
		top: 20px;
		left: 750px;
	}
		
	div#container div#entra {
		position: absolute;
		left: 465px;
		top: 580px;
	}
