
/*************************** General Formularios *****************************/

.REG_checkbox{
	/*background:none #FFFFFF;
	color:#5771ab;*/
	height:17px;
	
}

.REG_entradaTexto{
	background:none #FFFFFF;
	border:1px solid #a4c6dc;
	height:17px;
	font-family:Tahoma;
	font-size:11px;
	color:#5771ab;
	padding: 0px 5px;
}

.REG_combobox{
	background:none #FFFFFF;
	border:1px solid #a4c6dc;
	height:19px;
	font-family: Tahoma;
	font-size:11px;
	color:#5771ab;
}

.REG_botonNaranja{
	background:url(images/btnTramaNaranja.gif);
	font-family: Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	padding:2px 0 1px;
	border:none;
	cursor: pointer;
}

.REG_botonGris{
	background:url(images/btnTramaGris.gif);
	font-family: Tahoma;
	font-size:10px;
	color:#717171;
	border:1px solid #717171;
	cursor: pointer;
}
.REG_InputGrande{
	width:200px;
	margin-right: 8px;
}
.REG_InputMediano{
	width:150px;
}
.REG_InputChico{
	width:100px;
}