body{
	background-image: url(../imagenes/fondonuevo.jpg);
}
h1{
    color: white;
    font-family: 'Myriad Pro';
    font-size: 44px;
    margin-top: 0;
    padding-bottom: 30px;
    padding-left: 170px;
    padding-top: 20px;
    text-shadow: 1px 1px black;
}            
.container{
    height: 100%;
    padding-bottom:100px;
    margin-top: 10px;
    position: relative;
}
.back1{background:url(back1.png);}
.back2{background:url(back2.png);}
.back3{background:url(back3.png);}
.back4{background:url(back4.png);}
.back5{background:url(back5.png);}
.back6{background:url(back6.png);}
.imagebox{
    height: 116px;
    width: 116px;
    float:left;
    display: block;
}
.boxes{
    margin:0 auto;
}
.outBox{
    margin-right: 60px;
    margin-top: 25px;
    width: 520px;
    float: right;
}
.ok{
    height: 114px;
    width: 110px;
}
.score{
    background-color: white;
    border: 1px solid silver;
    box-shadow: 1px 1px 3px black;
    float: left;
    height: 240px;
    margin-left: 27px;
    margin-top: 10px;
	margin-left: 30px;
    width: 200px;
	
}
.score h1{
    background-color: #F5F5F5;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    color: silver;
    font-size: 38px;
    margin-bottom: 0;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-top: 5px;
    text-align: left;
    text-shadow: 1px 1px black;
}
.score label{
    float:left;
    font-size: 20px;
    font-family: 'Myriad Pro';
    font-weight: bold;
    margin-left: 5px;
    margin-right: 10px;
}
.points{
    border-bottom: 1px solid silver;
    display: block;
    float: right;
    font-size: 20px;
    margin: 0 15px 0 0;
    text-align: right;
    width: 100px;
}
.level{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0;
    text-align: center;
}                
.scoresBox{
    background-color: white;
    border: 2px solid gray;
    box-shadow: 1px 1px 5px black;
    height: 300px;
    left: 310px;
    position: absolute;
    top: 120px;
    width: 300px;
    display: none; 
}
.block{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background-color: black;
    opacity: 0.5;
    filter: alpha(opacity = 50); 
    display: none; 
}
.scoreInfo{
    padding-left: 20px;
    font-size: 15px;
    margin-top: 40px;
}
#listOfScores{
    padding-left: 40px;
    font-size: 17px;
    margin-top: 40px;
}
.next-level{
    background-color: RoyalBlue;
    border: 1px solid black;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 3px black;
    color: white;
    font-weight: bold;
    left: 200px;
    padding: 5px;
    position: absolute;
    text-decoration: none;
    top: 260px;
}
h2{
    border-bottom: 2px solid royalBlue;
    color: RoyalBlue;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    text-shadow: 1px 1px silver;
}
#listOfScores span{
    float: right;
    margin-right: 10px;
    color:royalblue;
}
#listOfScores li{
    border-bottom: 1px solid silver;
}
h3{
    border-bottom: 2px solid royalBlue;
    color: Tomato;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    text-shadow: 1px 1px silver;
}
.ads{
    box-shadow: 1px 1px 3px black;
    float: left;
    height: 200px;
    margin-left: 28px;
    margin-top: 50px;
    width: 200px;
    clear: left;
}
.shine{
    text-shadow:0 0 9px yellow;
}
.subtitle{
	color: white;
	font-size: 12px;
	margin-bottom: 1.5em;
	margin-right: 0;
	margin-top: -48px;
	padding-left: 0px;
	margin-bottom: 48px;
}
.color1{
    color:#FCF5C2;
}
.color2{
    color:#E5001F;
}
.fb-like{
    float: right;margin-right: 118px;margin-top: -10px;
}
.dn{
    display:none;
}