
 body 
    {
     margin:0px;
     background:#000 url(fondo.jpg) center center fixed no-repeat;
     background-size: cover;
     text-align:center;
     color:white;  
	 }

#DIVbotones {
    text-align: center;
}
div#crono {
	font-size: 43px;
    background-color:#e0ffff;
	background-image: url("cronometro.png");
	background-repeat: no-repeat;
	background-position: center;
    background-size: 275px 300px;
	margin: 0 auto;
    width: 175px;
    height: 195px;
	padding-top: 105px;
	text-align: right;
	padding-right: 100px;
    margin-bottom: 5px;
}
p#PVarPLista {
	 background-color:#e0ffff;
	 color:red;
     text-align: center;
 	 margin: 5px auto;
	 width: 31%; 
     padding: 5px;
     	
}
 @media (max-width: 425px) and (min-width: 100px) {
#DIVbotones{
 display: none;
  }
}
