@CHARSET "ISO-8859-1";

.titulo-mio {
	font-size: 20px;
	height: 25px;
	color: darkgrey;
	font-style: italic;
	border-bottom: 2px solid darkgrey;
	
	margin-bottom: 15px;
}

.contenedor-datos-y-ayuda {
	padding: 20px;
}

.contenedor-datos {
	/* width: 418px; */
	/* float: left; */
}

.contenedor-duos {
	width: 100%;
	float: left;
	padding: 10px;
}

.label-comun {
	background-color: #A3C44F;
	color: white;
	width: 150px;
	height: 23px;
	line-height: 25px;
	float: left;
	font-size: 13px;
	padding-right: 10px;
	margin-bottom: 5px;
	text-align: right;
	
	border-radius: 15px 0 0 5px;
	font-style: italic;
	
	border: 1px solid darkgrey;
	
	clear:both;
}

.textbox-comun {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	
	height: 25px;
	width: 255px;
	float: left;
	margin-bottom: 10px;
	font-size: 13px !Important;
	border-radius: 0 5px 15px 0;
	
	width: 255px \9;
	width: 255px \0/;
}

.calendar-comun {
	height: 12px; 
	width: 255px;
	float: left;
	margin-bottom: 5px;
	font-size: 11px !Important;
	border-radius: 0 5px 15px 0;
}

.calendar-comun .ui-inputfield {
	border-radius: 0 5px 15px 0;
	height: 23px;
	font-size: 13px !Important;
	width: 254px;
}

.label-textbox-comun {
	height: 23px;
	width: 256px;
	float: left;
	margin-bottom: 10px;
	padding-left: 5px;
	line-height: 20px;
	font-size: 13px !Important;
	
	border: 1px solid darkgrey;
	border-left: 0;
	border-radius: 0 5px 15px 0;
	background-color: #e3e3e3;
}

.text-area-comun {
	min-width: 172px;
	height: 45px;
	font-size: 11px !Important;
	float: left;
	margin: 0;
	border-radius: 0 5px 15px 5px;
	width: 255px;
}

.selection-comun {
	float: left;
	height: 23px;
	width: 253px !Important;
	font-size: 11px !Important;
	margin-bottom: 10px;
	border-radius: 0 5px 15px 0;
}

.selection-comun2 {
	float: left;
	height: 23px;
	width: 253px !Important;
	font-size: 11px !Important;
	margin-bottom: 10px;
	border-radius: 0 5px 15px 0;
}

.ui-selectonemenu-label, .ui-selectonemenu-panel, .ui-selectonemenu-items-wrapper {
	width: 230px !Important;
}

.contenedor-tabla-comun {
	width: 415px;
	
	border: 1px solid darkgrey;
	border-radius: 15px 5px 0 0;
	float: left;	
}
.contenedor-tabla-comun {
	margin-bottom: 10px;
	background-color: white;
}

.menu-modal-seccion-agregar-editar-eliminar-comun {
	float: right;
	width: 254px;
	border-radius: 0 5px 0px 0;
}

.menu-modal-seccion-agregar-editar-eliminar-comun-left {
	float: left;
	width: 254px;
	border-radius: 0 5px 0px 0;
}

.boton-modal-agregar-comun, .boton-modal-editar-comun, .boton-modal-eliminar-comun, .boton-modal-detalle-comun, .boton-modal-enviar-comun {
	margin: 0 !Important;
	padding: 0 !Important;
	border: 0 !Important;
	background: none !Important;
	width: 84px;
	height: 25px;
	font-family: "Arial Narrow", Arial, sans-serif !Important;
	font-weight: bold;
	font-size: 13px !Important;
	text-align: center;
	text-decoration: none !Important;
	border-radius: 0;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.boton-modal-agregar-comun:hover, .boton-modal-editar-comun:hover, .boton-modal-eliminar-comun:hover, .boton-modal-detalle-comun:hover, .boton-modal-enviar-comun:hover {
	background-color: #D7EEBD !Important;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.boton-modal-agregar-comun span{
	background-image: url(../resources/imagenes/iconos/agregar.png) !Important;
	background-repeat: no-repeat !Important;
	background-position: 8px 5px !Important;
	background-position-x: 8px !Important;
	background-position-y: 5px !Important;
	text-align: right !Important;
	line-height: 17px !Important;
	padding-right: 12px !Important;
}

.boton-modal-editar-comun span {
	background-image: url(../resources/imagenes/iconos/editar.png) !Important;
	background-repeat: no-repeat !Important;
	background-position: 13px 5px !Important;
	background-position-x: 13px !Important;
	background-position-y: 5px !Important;
	text-align: right !Important;
	padding-right: 13px !Important;
}

.boton-modal-eliminar-comun span {
	background-image: url(../resources/imagenes/iconos/eliminar.png) !Important;
	background-repeat: no-repeat !Important;
	background-position: 10px 5px !Important;
	background-position-x: 10px !Important;
	background-position-y: 5px !Important;
	text-align: right !Important;
	padding-right: 10px !Important;
}

.boton-modal-detalle-comun span {
	background-image: url(../resources/imagenes/iconos/editar.png) !Important;
	background-repeat: no-repeat !Important;
	background-position: 8px 3px !Important;
	background-position-x: 8px !Important;
	background-position-y: 3px !Important;
	text-align: right !Important;
	padding-right: 8px !Important;
}

.boton-modal-enviar-comun span {
	background-image: url(../resources/imagenes/iconos/enviar.png) !Important;
	background-repeat: no-repeat !Important;
	background-position: 7px 3px !Important;
	background-position-x: 7px !Important;
	background-position-y: 3px !Important;
	text-align: right !Important;
	padding-right: 7px !Important;
}

.label-table-comun {
	background-color: #A3C44F;
	color: white;
	width: 155px;
	height: 25px;
	line-height: 25px;
	float: left;
	font-size: 13px;
	padding-left: 5px;
	margin-bottom: 5px;
	
	font-style: italic;
	
	border-radius: 15px 0 0 0;
	border-bottom: 1px solid darkgrey;
	border-right: 1px solid darkgrey;
	text-align: center;
}

.botonera-modal {
	font-family: "Arial";
	font-weight: bold;
	font-size: 11px;
	text-align: end;
	clear: both;
	margin-top: 15px;
}

.ui-selectonemenu-trigger {
	margin-right: 7px;	
}

.linea-descripcion {
	padding: 0;
	font-size: 13px;
	
	text-align: justify;
	text-justify: inter-word;
}
.cursiva {
	font-style: italic;
}
.negrita {
	font-weight: bold;
	color: #21560d;
}
.subrayado {
	text-decoration: underline;
}

.imagen-aclaratoria {
	margin-left: 150px;
}

.contenedor-rubros {
	float: left;
	width: 100%;
}

.etiqueta-titulo {
	border-radius: 15px 0 15px; 
	margin-left: -11px; 
	margin-top: -11px; 
	margin-bottom: 10px;
	background-color: #7D9A34;
}
.etiqueta-titulo label {
	font-size: 14px;
}

.barra-buscador {
	background-image: url(../resources/imagenes/icon-lupa.png);
	background-repeat: no-repeat;
	background-position: 232px;
}
/*
.barra-buscador:hover {
	background-image: none;
}
*/
.barra-buscador:focus {
	background-image: none;
}

.contenedor-campo-en-linea {
    float: left;
    height: 25px;
}
.contenedor-campos-en-linea {
    margin-top: -2px;
    float:  left;
    border: 1px solid darkgrey;
    border-radius: 10px;
    padding: 10px;
    background-color: #e7e7e7;
}
.table-no-select-all .ui-chkbox-all {
     display: none !important;
}