/* ETIQUETAS */
body {
	background-color:#6F6F6F;
	margin: 0px 0px 0px 0px;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-y;
}
ul{
    padding-left: 0px;
    margin-left: 0px;
	
    	
}
ul li {
    list-style: none;
	background-image: url(img/li.gif);
	background-position: left 9px;
	background-repeat: no-repeat;
	padding-left: 12px;
	
}

/* DIVS */
#contenedor {
	width:359px;
	height:600px;
	margin-left:225px;
		
}
#menu{
	width:339px;
	height:111px;
	background-image:url(img/pc1.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	margin-left:20px;
	margin-bottom: 0px;
}
#menu a:link{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCC;
	text-decoration: underline;
}
#logo{
	height:108px;
	background-image:url(img/logo_pc.jpg);
}
#titulos{
	height:267px;
	background-image:url(img/titulos.gif);
}
#musica{
	height:41px;
	margin-left:20px;
	margin-top:16px;
}
#creditos {
	margin-left:20px;
	text-align:left;
	margin-top:12px;
	
}
#validaciones {
	height:90px;
	width:88px;
	margin-left:20px;
}

/* CLASES */	
.blanca10N{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
	
	

