#hsp_contenedor {
	margin: 0 auto;
	width: 400px;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #121d53;
	background-image: URL(../images/fondo.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
}
.celula {
	width: 400px;
	margin: 0px;
	line-height: 25px;
	border:0px solid black;
	text-align: left;
	/*background-color: #fff;*/
	/*color: #555;*/
	height: 25px;
}
.columna{
	float: left;
	width: 95px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	border:0px solid black;
}
.space{
	float: left;
	width: 20px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	border:0px solid black;
}
label, select, input{
	margin-top: 3px;
}