body {
    background-image: url("body.jpg");
	color:#707070;
}
#imgCrono
{
width: 300px;
height: 300px;
position: relative;
background: url(crono.png) no-repeat;
}


#reloj
{
position: absolute;
top: 170px;
left: 80px;
}
#reloj2
{
position: absolute;
top: 170px;
left: 160px;
}

#crono
{
display: block;
top: 220px;
left: 80px;
position: absolute;
}

#listaParadas
{
font-size: 20px;
color:white;
background:#707070;
width: 200px;
left: 50px;
position:absolute;
}
