.form-control {
    font-size: 10pt !important; 
}
#logo{
	height: 250px;
	width: 250px;
}
#mensaje1{
	display: none;
}
#mensaje0{
	display: none;
}
.centrar{
	text-align: center;
	margin: 0 auto;
}
.casilla{
	text-align: center;
	background-color: #CCC;
	display: block;
}
.linea{
	border-bottom: 1px #000 solid;
	height: 180px;
	width: 350px;
}
.espacio{
	margin-top: 20px;
}
.cuadro{
	margin: 10px;
	padding: 10px;
	border: 1px #111 solid;
}
.status0{
	color: #000;
}
.status1{
	color: #56f000;
}
.status2{
	color: #ffb302;
}
.status3{
	color: #ff3838;
}
.status4{
	color: #804000;
}
