@CHARSET "ISO-8859-1";

.marco-modal, .marco-modal-nota-claratoria, .marco-modal-doble {
	background-color: white;
	border: 2px solid darkgrey;
	border-radius: 10px;
	padding: 10px;
	float: left;
}
.marco-modal {
	width: 394px;
}
.marco-modal-nota-claratoria {
	width: 780px;
}
.marco-modal-doble {
	width: 780px;
}
.marco-modal-nueva {
	width: 394px;
}

.titulo-modal {
	height: 20px;
	color: darkgrey;
	font-style: italic;
	border-bottom: solid;
	border-bottom-width: 2px;
	padding: 2px;
	
	margin-bottom: 10px;
	font-size: 18px;
	text-align: left;
}

.contenedor-superior-nota-aclaratoria {
	float: left;
	width: 390px;
}

.contenedor-inferior-nota-aclaratoria {
	/* margin-top: 15px; */
	float: right;
	width: 380px;
	/* margin-bottom: 10px; */
}

.label {
	background-color: #A3C44F;
	color: white;
	width: 108px;
	height: 20px;
	line-height: 20px;
	float: left;
	font-size: 11px;
	padding-left: 5px;
	margin-bottom: 5px;
	
	border-radius: 15px 0 0 5px;
	font-style: italic;
	
	border: 1px solid darkgrey;
}

.textbox {
	height: 12px;
	width: 255px;
	float: left;
	margin-bottom: 5px;
	font-size: 11px !Important;
	border-radius: 0 5px 15px 0;
	
	width: 255px \9;
	width: 255px \0/;
	height: 13px \9;
	height: 13px \0/;
}

.calendar {
	height: 12px; 
	width: 255px;
	float: left;
	margin-bottom: 5px;
	font-size: 11px !Important;
	border-radius: 0 5px 15px 0;
}

.label-textbox {
	height: 20px;
	width: 259px;
	float: left;
	margin-bottom: 5px;
	padding-left: 5px;
	line-height: 20px;
	font-size: 11px !Important;
	
	border: 1px solid darkgrey;
	border-left: 0;
	border-radius: 0 5px 15px 0;
}

.text-area, .text-area-notas-aclaratorias {
	min-width: 172px;
	height: 45px;
	font-size: 11px !Important;
	float: left;
	margin: 0;
	border-radius: 0 5px 15px 5px;
}
.text-area {
	width: 255px;
}
.text-area-notas-aclaratorias {
	width: 370px;
	margin-bottom: 10px;
}

.selection {
	float: left;
	height: 20px;
	width: 225px;
	font-size: 11px !Important;
	margin-bottom: 5px;
}

.file-upload span {
	background-image: url('../resources/imagenes/iconos/addfile.png');
	background-repeat: no-repeat;
	background-position-x: 9px;
	background-position-y: 2px;
	height: 25px;
	width: 35px;
}

.textbox-documento {
	font-size: 12px;
}

.botonera-modal {
	font-family: "Arial";
	font-weight: bold;
	font-size: 11px;
	text-align: end;
	clear: both;
	margin-top: 15px;
	
	float: right \9;
	float: right \0/;
}

.contenedor-tabla, .contenedor-tabla-nota-aclaratoria, .contenedor-tabla-en-linea, .contenedor-ultima-tabla {
	width: 380px;
	
	border: 1px solid darkgrey;
	border-radius: 15px 5px 0 0;
	float: left;	
}
.contenedor-tabla {
	margin-top: 10px;
}
.contenedor-tabla-nota-aclaratoria {
	margin-top: 10px;
	margin-bottom: 10px;
}
.contenedor-tabla-en-linea {
	margin-top: 0px;
	margin-bottom: 10px;
}
.contenedor-ultima-tabla {
	margin-top: 38px;
}

.menu-modal-seccion-agregar-editar-eliminar {
	float: right;
	width: 266px;
	border-radius: 0 5px 0px 0;
}

.boton-modal-agregar, .boton-modal-editar, .boton-modal-eliminar, .boton-modal-ver , .boton-modal-detalle, .boton-modal-enviar {
	margin: 0 !Important;
	padding: 0 !Important;
	border: 0 !Important;
	background: none !Important;
	width: 66px;
	height: 21px;
	font-family: "Arial Narrow", Arial, sans-serif !Important;
	font-weight: bold;
	font-size: 11px !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:hover, .boton-modal-editar:hover, .boton-modal-eliminar:hover, .boton-modal-detalle:hover, .boton-modal-enviar:hover {
	background-color: #D7EEBD !Important;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.boton-modal-agregar span{
	background-image: url(../resources/imagenes/iconos/agregar.png) !Important;
	background-repeat: no-repeat !Important;
	background-position: 4px 3px !Important;
	text-align: right !Important;
	padding-right: 0px !Important;
}

.boton-modal-editar span {
	background-image: url(../resources/imagenes/iconos/editar.png) !Important;
	background-repeat: no-repeat !Important;
	background-position: 10px 3px !Important;
	text-align: right !Important;
	padding-right: 0px !Important;
}

.boton-modal-eliminar span {
	background-image: url(../resources/imagenes/iconos/eliminar.png) !Important;
	background-repeat: no-repeat !Important;
	background-position: 4px 4px !Important;
	text-align: right !Important;
	padding-right: 0px !Important;
}

.boton-modal-ver span {
	background-image: url(../resources/imagenes/icon-lupa.png) !Important;
	background-repeat: no-repeat !Important;
	background-position: 26px 4px !Important;
	text-align: right !Important;
	padding-right: 3px !Important;
}

.boton-modal-detalle span {
	background-image: url(../resources/imagenes/iconos/editar.png) !Important;
	background-repeat: no-repeat !Important;
	background-position: 8px 3px !Important;
	text-align: right !Important;
	padding-right: 8px !Important;
}

.boton-modal-enviar span {
	background-image: url(../resources/imagenes/iconos/enviar.png) !Important;
	background-repeat: no-repeat !Important;
	background-position: 7px 3px !Important;
	text-align: right !Important;
	padding-right: 7px !Important;
}

.label-table {
	background-color: #A3C44F;
	color: white;
	width: 108px;
	height: 20px;
	line-height: 20px;
	float: left;
	font-size: 11px;
	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;
}

.separador-tablas {
	width: 10px;
	height: 1px;
	float: left;
}

.botonera-modal-configuraciones {
	font-family: "Arial";
	font-weight: bold;
	font-size: 11px;
	text-align: end;
	margin-top: 15px;
}