	 /* Modulo8 Tema5 EjercicioP2P Obligatorio*/

	body{
		background: #FFFFFF;
		font-family: Arial, verdana, san serif;
		margin:0;
		padding:1em;
		text-align: center;}

	h2{
		font-size: 1.8em;
		font-weight: normal;
		color:#0066CC;
		font-weight: bold;
		text-decoration:underline;
		}
				
	#paradas{
		color:red;
		float:left;
		font-size: 1.3em;
		margin-top: 50px;
		margin-left: 120px;
		width:5%;
		}
		
	#crono{	  
		font-size: 2em;
		text-align: center;
		background:#999999;
		border-radius:0.1em;
		width:110px;
		height:61px;
		color:white;
		position: absolute;
		top: 154px;
		left: 62px; 
		}

	#cronometro{
		background-image: url(crono.jpg);
		background-size: 200px 230px;
		background-repeat: no-repeat;
		width: 200px;
		height:230px;
		margin:0;
		padding:0;
		float:left;
		}

	#iniciar{
		border-radius: 1em;
		background-color: #0066CC;
		color:white;
		width:20%;
		height:auto;
		margin:1em;
		font-size: 1em;
		position: absolute;
		top: 105px;
		left: 300px; 
		border: solid 1px black;}

	#limpiar{
		border-radius: 1em;
		background-color: #0066CC;
		color:white;
		width:20%;
		height:auto;
		margin:1em;
		font-size: 1em;  
		position: absolute;
		top: 105px;
		left: 520px; 
		border: solid 1px black;}
		   

			