/* CSS Document */
.bandasup{
	height: 6px;
	background-color:#000000;
	border-top:#009ee0 solid 2px;
	font-size: 6px;
}

.bandainf{
	height: 6px;
	background-color:#000000;
	border-bottom:#009ee0 solid 2px;
	font-size: 6px;
}

#frm_entrada{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
}

#frm_entrada table{
	margin-top: 3%;
	width: 100%;
	height: 90%;
	margin-left:auto;
	margin-right: auto;
	font-size:10px;
	color: #FFFFFF;
	border-collapse:collapse;
}

#frm_entrada td{
	color:#000000;
}


#formulario_impresion{
	width:100%;
	margin:auto;
	font-size: 11px;
}

#formulario_impresion input, textarea{
	background-color:#FFFFFF;
	border:#000 1px solid;
}

#formulario_impresion input{
	height: 16px;
}