body{
	font-family:Arial, Helvetica, sans-serif;
  font-size: 12px
}
#frmBoletin, #frmEliminar{
  border: thin dotted #669900;
  width: 450px
}
.label{
  width: 150px;
/*  border: 1px dotted #FF0000;*/
  float: left
}
.input{
  width: 500px;
/*  border: thin solid #66CCCC;*/
}
.label, .input{
  padding: 4px 2px 4px 2px
}
#controles{
  text-align: right
}
.input input[type="text"], .input select{
  width: 250px
}
.err{
  color: #CC0033;
}
