/*****************************************************************************************/
form 
{
	margin-left:15px;
}
/*****************************************************************************************/
button, input, textarea, select
{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

button
{	
	padding:3px;
	margin:2px;
	overflow:visible;
}
button img
{	
	margin-right:5px;
}
/* Botones de formulario (OK=verde, KO=rojo) */
button.OK {color:#339933;}
button.KO {color:#990000;}
/*****************************************************************************************/
/* Color de fondo cuando el control tenga el focus */
input.txt:focus, input.txtob:focus, select:focus, textarea:focus
{
	background-color:#FBFCE0;
}
/* Color de fondo cuando el puntero pase por encima del control */
/*
input.txt:hover, select:hover, textarea:hover
{
	background-color:#E6FFE6;
}
*/
/*****************************************************************************************/
fieldset
{	
	padding:0px 15px 5px 15px;
	-moz-border-radius:8px;
	border-radius: px;
	/*width:720px;*/
	text-align:center;
}

.fieldset_reseco
{
	text-align:left;
}
fieldset legend 
{
	//font-style:italic;
	font-weight:bold;
	font-size:14px;
	color:#990000;
	padding:0px 5px 10px 5px;
}
/*****************************************************************************************/
select optgroup
{
	font-family:Verdana;
	font-weight:bold;
	font-style:normal;
	margin-top:3px;
}
/*****************************************************************************************/
.tabla_form
{
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}
.tabla_form tbody tr td
{
	
}
/* Para los nombres de los campos */
.tabla_form tbody tr td.etiqueta
{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#006699;
	width:90px;
	padding:5px 5px 3px 15px;
	vertical-align:top;
}
.tabla_form tbody tr td.etiquetas
{
	text-align:left;
	font-family:Calibri; 
	font-weight:normal;
	color:#006699;
	width:90px;
	font-size:13px;
	vertical-align:top;
}
/* Para usar un fila con controles */
.tabla_form tfoot tr td.botones
{
	text-align:center;
	padding-top:15px;
}
/*****************************************************************************************/
.checkboxlist
{
	overflow:auto;
	width:300px;
	height:95px;
	border:1px solid #336699;
	padding-left:5px
}
/*****************************************************************************************/
/* Controles con ingreso de datos de caracter obligatorio */
.oblig
{
	background-color:#FFE8E8;
}
/*****************************************************************************************/
.panel
{
	background-color:#E6FFE6;
}
.control_busqueda
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align: right;
	margin-bottom:0px;
	margin-right:15px;
}
.control_busqueda input
{
	/*background-image: url(../img/icono/ico_sma_buscar.png);*/
	background-repeat: no-repeat;
	background-color:#DFECFF;
	text-align:right;
	padding-left: 10px;
	height:15px;	
}
.fondofila
{
	border:solid;
	border-color:#aaccee;
	border-width:thin;
	background-color:#ebf3fb;
	color:#006699;
	font-weight:bold;
	text-align:center;
	width:70px;
}

.advertencia
{
	color:#FF0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

.label
{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#006699;	
}

.cabecera_rpt
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
}

.msje
{
	color:#;
}

.border_div{
   width:400px;
   height:auto;
   background:#FCFCFC ;
   BORDER: #CACACA 1px solid ;
}

.boton_tab_presionado 
{
	color:#9F5633;
}
.boton_tab_sinpresionar 
{
	color:#000000;
}

.advertencia_cierre
{
	color:#FF0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.titulo_reseco
{
	background-color:#DBEAF9;
	font-size:15px;
}

.subtitulo_reseco
{
	background-color:#EAC8AE;
	font-size:12px;
}



