/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/06/2015, 09:40:05 AM
    Author     : Alumno
*/

.contenedor{
    margin-left: auto;
    margin-right: auto;
    width: 174px;
    
}
#cronometro{
    width: 174px;
    height: 250px;
    background: url(../IMG/reloj.png);
}
#crono{
    position: relative;
    top:108px;
    left: 45px;
    width: 82px;
    text-align: right;
    font-size: 30px;
}
#botones{
   text-align: center;
   }
   #paradas{
       font-size: 20px;
       text-align: center;
   }