/* cuadro con resultados de una busqueda */
.Busqueda {
	color:#FEFEFE;
	font-family: arial;
	font-size: 10px;
	font-style:normal;
}

/* cuadro con los datos de un usuario */
.UsuRes {
	float:left;
	width:64px;
	height:146px;
	margin:4px 4px 4px 4px;
	color: #000000;
	font-family: arial;
	font-size: 10px;
	font-style:normal;
}

.UsuDet {
	width:90%;
	color:#000000;
	font-family: arial;
	font-size: 10px;
	font-style:normal;
	padding-left: 5px;
}

.UsuFot {
	margin:4px 4px 4px 4px;
}

.UsuSim {
	float:left;
	width:64px;
	height:40px;
	margin:4px 4px 4px 4px;
	color: #000000;
	font-family: arial;
	font-size: 10px;
	font-style:normal;
}

.BSelect {
	font-family: arial;
	font-size: 10px;
	font-style:normal;
}

.BInput {
	font-family: arial;
	font-size: 10px;
	font-style:normal;
}

.BLabel {
	font-family: arial;
	font-size: 10px;
	font-style:normal;
}

.BNumbers {
	width:40px;
}

.BMCheckbox{
	border-style:solid;
	border-width:1px;
	border-color:#FA7D1A;
 	font-family: arial;
	font-size: 10px;
	color: #000000;
}

.odd_row{
	background-color:#F4F7FC;
}

.even_row{
	background-color:#E6EEFC;
}
