*{ margin: 0; padding: 0; }

.FormField-desactivado{
background-color:#f4f4f4;
color:gray;

}
.FormField:focus{
	border: black thin solid;
}
.enum{
	position:relative; 
	float:left; 
	left:0px;
	width:11.5%;
	margin-right: 1%;
}
.enum_desc {
	font-size:10px; 
	position:relative; 
	float:left; 
	left:0px;
	width: 75%;
}
.enum_desc option{
	font-size:10px;
}
.mensaje_exito{
	width: 100%;
	position:relative;
	display: block;
	text-align:right;
	font-size: 200%;
	color: #009900;
}
.mensaje_error{
	width: 100%;
	position:relative;
	display: block;
	text-align:right;
	font-size: 200%;
	color: #990000;
}
.frmABM{
border:solid 2px #b7ddf2;
background:#ebf4fb;
position: relative;
float: left;
left: 10%;
width:80%;
text-align:center;
padding: 0.5%;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.myform{
margin:0 auto;
width:600px;
padding:14px;

}
.frmABM h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
.frmABM p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
.frmABM label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
.frmABM .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
.frmABM input{
font-size:12px;
border:solid 1px #aacfe4;

width:130px;
}
.frmABM select{
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;

width:130px;
}
.frmABM textarea{
float:left;
font-size:12px;
/*padding:4px 2px;*/
border:solid 1px #aacfe4;
/*margin:2px 0px 20px 10px;*/
overflow-y: scroll; 
}
.frmABM .chkImput{
border: 1px solid #AACFE4;
font-size: 12px;
width: 20px;
}
.frmABM  .bt_plus{
float:none;
font-size:12px;
padding:0px;

width:20px;
margin:5px 0 5px 3px ;

}
.frmABM .boton{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
.frmABM  .textfome{
width:200px;

}
.frmABM  .textfomenum{
width:40px;
}
.frmABM .FormField_Left{
	position:relative;
	width:50%;
	margin-bottom: 5px;
	display:block;
	overflow:hidden;
	left: 0.5%;
	float:left;
}
.frmABM .FormField_Right{
	position:relative;
	width:50%;
	margin-bottom: 5px;
	display:block;
	overflow:hidden;
	right: 0.5%;
	float:right;
}
.frmABM .FormField_Row{
	position:relative;
	width:99%;
	margin-bottom: 5px;
	display:block;
	overflow:hidden;
	left: 0.5%;
	
}
.frmABM .FormField_Row .FormField_rotulo{
	display: block;
	overflow:hidden;
	text-align: right;
	margin: 0 auto;
	vertical-align: middle;
	position:relative;
	float:left;
	height:100%;
	
	
	font-family: Arial;
	font-weight: Bold;
	text-transform: uppercase; 
	font-size: 12px;
    color: #666;
}
.frmABM .FormField_Row .FormField_input{
	display: block;
	overflow:hidden;
	text-align: left;
	margin: 0 auto;
	vertical-align: middle;
	position:relative;
	float:left;
	height:100%;
}
.frmABM .FormField_RowButtons{
	position:relative;
	width:99%;
	left:0.5%;
	overflow:hidden;
	display: block;
	margin-top : 25px;
}
.frmABM .FormField_RowButtons .FormButton_boton{
	display: inline;
	overflow:hidden;
	position:relative;
	
}
.frmABM .FormTitulo{
	font-size:14px;
	margin-bottom:8px;
	width: 99%;
	position: relative;
	display:block;
	left:0.5%;
}
.frmABM #rotulo{
	margin-top: 20px;
	margin-bottom: 20px;
}
.frmABM #selector-tipo-tabla{
	margin-top: 20px;
	margin-bottom: 20px;
}
.frmABM p.HRFormField{
	border:0px;
	border-bottom: 1px solid #B7DDF2;
	min-height: 20px;
	text-align:left;
	font-size: 125%;
	font-weight: bold;
}
.btnComando:hover {
	/*background-image: url(../img/fondo.png);*/
}
.btnComando {
	text-decoration: none;
	width: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	background-color: #0085CF;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 27px;
	cursor: pointer;
	margin-bottom: 15px;
	text-align: center;
	background-image: url(../img/gradient.png);
}
.center_button:hover {
	text-decoration: none;
	/*	display: block;*/
	width: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	background-color: #999;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*	float: right;*/
	height: 27px;
	cursor:pointer;
	margin-bottom: 15px;
	background-image: url(../img/gradient.png);
}
.center_button {
	text-decoration: none;
	/*	display: block;*/
	width: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	background-color: #0085CF;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*	float: right;*/
	height: 27px;
	cursor: pointer;
	margin-bottom: 15px;
	text-align: center;
	background-image: url(../img/gradient.png);
}
.filter_button:hover {
	text-decoration: none;
/*	display: block;*/
	width: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	background-color: #999;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
/*	float: right;*/
	height: 27px;
	cursor:pointer;
	margin-bottom: 15px;
	background-image: url(../img/gradient.png);


}
.filter_button {
	text-decoration: none;
/*	display: block;*/
	width: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	background-color: #0085CF;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
/*	float: right;*/
	height: 27px;
	cursor:pointer;
	margin-bottom: 15px;
	text-align:center;
	background-image: url(../img/gradient.png);
}
.center_td
{
	text-align: center;
	padding-top: 15px;
	
}
.originalTextareaInfo 
{
	font-size: 12px;
	color: #000000;
	font-family: Tahoma, sans-serif;
	text-align: right
}

.warningTextareaInfo 
{
	font-size: 12px;
	color: #FF0000;
	font-family: Tahoma, sans-serif;
	text-align: right
}
