#caja_crono{
	width: 700px;
	height: 300px;
	margin: 22px;
	border-style: solid;
	border-radius: 20px;
	box-shadow: 8px 8px 10px 0px #818181;
	background-image: url("fondo-crono.jpg");
	background-position: left bottom;
	background-repeat: repeat-x;
	vertical-align: center;
	font-family: "Times New Roman", Verdana, ;
	font-size: 18px;
	color: brown;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	line-height: 1.5;
}

#lista_result{
	width: 700px;
	height: 300px;
	margin: 22px;
	vertical-align: center;
	font-family: "Times New Roman", Verdana, ;
	font-size: 18px;
	color: brown;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}