/***************************************
	* Global
 ****************************************/
HTML, BODY {
	margin: 0px;
	padding: 0px;
	color: black;
	height: 100%;
	background-color: white;
}

HTML, BODY, INPUT, LABEL, SPAN, P, SELECT, TEXTAREA {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	/*font-weight:bold;
	text-align:inherit; center;*/
	color: black;
}

IMG {
	border: 0px;
}

INPUT, TEXTAREA {
	padding-left: 3px;
	padding-right: 3px;
}

INPUT[type=text], INPUT[type=password], INPUT[type=checkbox], SELECT {
	height: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
}

SELECT {
	height: 18px;
}

INPUT[type=text], INPUT[type=password], INPUT[type=checkbox], SELECT,
	TEXTAREA {
	border: 1px solid #8aa5bf;
	background-color: white;
}

INPUT:disabled, SELECT:disabled, TEXTAREA:disabled {
	background-color: #ebebe4;
}

select[disabled]>option {
	color: #000000;
}

INPUT[type=text]:focus, INPUT[type=password]:focus, SELECT:focus,
	TEXTAREA:focus {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	background-color: #eaeff3;
}

INPUT[type=text]:focus {
	padding-left: 3px;
	padding-right: 3px;
}

SELECT:focus {
	padding-left: 0px;
	padding-right: 0px;
}

TEXTAREA:focus {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
}

INPUT[type=button], INPUT[type=reset], INPUT[type=submit] {
	height: 18px;
	/*border: 1px solid #8aa5bf;*/
	font-weight: bold;
	width: auto;
	border-style: solid;
	border-width: 1px;
	font-variant: small-caps;
}

LABEL {
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

A {
	font-size: 10px;
}

.required {
	background-image: url('../images/required.gif');
	background-repeat: no-repeat;
}

.required SPAN {
	color: white;
}

.campoError {
	border: 1px solid red !important;
	background-color: #ffd9b3 !important;
}

INPUT.campoError {
	padding-right: 5px;
}

.requiredSign {
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
	color: red;
	padding-left: 3px;
}

.notVisible {
	visibility: hidden;
}

.rowOver {
	background-color: #F1F1F1;
}

.rowOut {
	background-color: #ffffff;
}

/****************************************
 * Colores corporativos
 ****************************************/
.fondoVerde {
	background-color: #398439;
}

.fondoAzul {
	background-color: #0275d8;
}

.fondoRojo {
	background-color: #d9534f;
}

.fondoAmarillo {
	background-color: #f0ad4e;
}

.letraVerde {
	color: #398439;
}

.letraAzul {
	color: #0275d8;
}

.letraRoja {
	color: #d9534f;
}

.letraAmarilla {
	color: #f0ad4e;
}

/****************************************
 * /Colores corporativos
 ****************************************/

/****************************************
 * Colores 
 ****************************************/
.fondoTransparente {
	background-color: transparent !important;
}

.letraBlanca {
	color: #ffffff;
}

.letraNegra {
	color: #000000;
}

/****************************************
 * Tipos
 ****************************************/
.sinTipos {
	text-decoration: none;
}

.border0px {
	border: 0px;
}

.borderDer0px {
	border-right: 0px;
}

.borderSpacing0px {
	border-spacing: 0px;
}

.displayInlineBlock {
	display: inline-block;
}

.displayGrid {
	display: grid;
}

.displayFlex {
	display: flex;
}

.borderBottom0px {
	border-bottom: 0px;
}

/****************************************
 * Tipos
 ****************************************/

/****************************************
 * Tama�os
 ****************************************/
.an9em {
	width: 9em;
}

.an1per {
	width: 1%;
}

.an100per {
	width: 100%;
}

.an99per {
	width: 99%;
}

.an95per {
	width: 95%;
}

.an90per {
	width: 90%;
}

.an85per {
	width: 85%;
}

.an80per {
	width: 80%;
}

.maxan80per {
	max-width: 80%;
}

.an66per {
	width: 66%;
}

.an65per {
	width: 65%;
}

.an60per {
	width: 60%;
}

.an61_5per {
	width: 61.5%;
}

.an56per {
	width: 56%;
}

.an55per {
	width: 55%;
}

.an50per {
	width: 50%;
}

.an45per {
	width: 45%;
}

.an40per {
	width: 40%;
}

.an35per {
	width: 35%;
}

.an33per {
	width: 33%;
}

.an30per {
	width: 30%;
}

.an25per {
	width: 25%;
}

.an20per {
	width: 20%;
}

.an25perCenter {
	width: 25%;
	text-align: center;
}

.an15per {
	width: 15%;
}

.an1per {
	width: 1%;
}

.an5per {
	width: 5%;
}

.an10per {
	width: 10%;
}

.an70per {
	width: 70%;
}

.an75per {
	width: 75%;
}

.an90px {
	width: 90px;
}

.an540px {
	width: 540px;
}

.an200px {
	width: 200px;
}

.an190px {
	width: 190px;
}

.an180px {
	width: 180px;
}

.an175px {
	width: 175px;
}

.an170px {
	width: 170px;
}

.an150px {
	width: 150px;
}

.an110px {
	width: 110px;
}

.an100px {
	width: 100px;
}

.an105px {
	width: 105px;
}

.an80px {
	width: 80px;
}

.an85px {
	width: 85px;
}

.an75px {
	width: 75px;
}

.an50px {
	width: 50px;
}

.an40px {
	width: 40px;
}

.an400px {
	width: 400px;
}

.an22px {
	width: 22px;
}

.an20px {
	width: 20px;
}

.an10px {
	width: 10px;
}

.an5px {
	width: 5px;
}

.al100per {
	height: 100%;
}

.al90per {
	height: 90%;
}

.al80per {
	height: 80%;
}

.al50per {
	height: 50%;
}

.al20per {
	height: 20%;
}

.al10per {
	height: 10%;
}

.al46px {
	height: 46px;
}

.al30px {
	height: 30px;
}

.al15px {
	height: 15px;
}

.al10px {
	height: 10px;
}

.al170px {
	height: 170px;
}

.al5px {
	height: 5px;
}

.al3px {
	height: 3px;
}

.alan50per {
	height: 50%;
	width: 100%;
}

.alan70per {
	height: 70%;
	width: 100%;
}

.an350px {
	width: 350px;
}

.maxan350px {
	max-width: 350px;
}

.an343px {
	width: 343px;
}

.an300px {
	width: 300px;
}

.an235px {
	width: 235px;
}

.anMin350px {
	min-width: 350px;
}

.an350pxImportant {
	width: 350px;
}

.an282px {
	width: 282px;
}

/****************************************
* Alineaciones:
*****************************************/
.vertical-align-middle {
	vertical-align: middle;
}

.vertical-align-super {
	vertical-align: super;
}

.vertical-align-top {
	vertical-align: top;
}

.vertical-align-sub {
	vertical-align: sub;
}

.line-height-3 {
	line-height: 3;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.textEscapeFalse {
	white-space: pre-wrap;
}
/****************************************
* Alineaciones:
*****************************************/

/****************************************
* Separaciones:
*****************************************/
.marginTopBot1per {
	margin-top: 1%;
	margin-bottom: 1%;
}

.marginTopBot2per {
	margin-top: 2%;
	margin-bottom: 2%;
}

.marDer1per {
	margin-right: 1%;
}

.marIzq1per {
	margin-left: 1%;
}

.marTop1per {
	margin-top: 1%;
}

.marDer2per {
	margin-right: 2%;
}

.marDer2px {
	margin-right: 2px;
}

.marDer50px {
	margin-right: 50px;
}

.marIzq2per {
	margin-left: 2%;
}

.marDerIzq2per {
	margin-left: 2%;
	margin-right: 2%;
}

.margin5px {
	margin: 5px;
}

.margin10px {
	margin: 10px;
}

.marginLeft5px {
	margin-left: 5px;
}

.marginLeft10px {
	margin-left: 10px;
}

.marginRight10px {
	margin-right: 10px;
}

.marginRight5px {
	margin-right: 5px;
}

.marginBottom5px {
	margin-bottom: 5px;
}

.marginTop5px {
	margin-top: 5px;
}

.marginTop10px {
	margin-top: 10px;
}

.margin5px5px0px0px {
	margin: 5px 5px 0px 0px;
}

.paddingTopBot2px {
	padding-top: 2px;
	padding-bottom: 2px;
}

.marDerIzq5px {
	margin-left: 5px;
	margin-right: 5px;
}

.padding10 {
	padding: 10px;
}

.padding5 {
	padding: 5px;
}

.padding0px10px {
	padding: 0px 10px;
}

.padding10px {
	padding: 10px;
}

.paddingLeft10px {
	padding-left: 10px;
}

.paddingRight10px {
	padding-right: 10px;
}

.paddingTop10px {
	padding-top: 10px;
}

.paddingBottom7px {
	padding-bottom: 7px;
}

.paddingTop5px {
	padding-top: 5px;
}

.paddingBottom10px {
	padding-bottom: 10px;
}

.padding2px02px0 {
	padding: 2px 0 2px 0;
}

.padding05px010px {
	padding: 0 5px 0 10px;
}

.height20px {
	height: 20px;
}

.height12px {
	height: 12px;
}
/****************************************
* Separaciones:
*****************************************/

/****************************************
 * Mensajes: 
 ****************************************/
UL.messages {
	width: 100%;
}

.info, LI.warn, LI.info, LI.error {
	font-style: italic;
}

LI.warn {
	list-style-image: url('../images/message_warning.gif');
}

LI.info {
	list-style-image: url('../images/message_info.gif');
}

LI.error {
	list-style-image: url('../images/message_error.gif');
}

LI.info SPAN, LI.warn SPAN, LI.error SPAN {
	vertical-align: top;
	line-height: 16px;
}

LI.error SPAN {
	color: red;
}

.msgCol {
	width: 8px;
}

.pnlMessages {
	height: 27px;
	overflow: hidden;
}

.mensajeError {
	color: red;
	font-style: italic;
}

/****************************************
 * Plantilla: Errores
 ****************************************/
.panelMensajeError {
	width: 520px;
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -350px;
	margin-top: -50px;
	text-align: center;
}

.panelMensajeAreaTrace {
	width: 500px;
	height: 300px;
	background-color: #e0dfe3;
}

.panelHeader {
	text-transform: uppercase;
	text-align: left;
}

.columnaTOP {
	vertical-align: top;
}

.columnaCENTRADA, .columnaCentrada {
	text-align: center;
}

.columnaIZQUIERDA {
	text-align: left;
}

.columnaDERECHA {
	text-align: right;
}

.columnaJUSTIFICADA {
	text-align: justify;
}

/****************************************
 * Plantilla: esqueleto.tpl.jspx
 ****************************************/
#esqueleto_main {
	width: 100%;
	height: 100%;
	min-width: 996px;
	width: expression(document.body.clientWidth <   996 ?   "996px" :   "auto");
	/*border: 1px solid black;*/
}

#esqueleto_cabecera {
	width: 100%;
	height: 72px;
	clear: both;
}

#esqueleto_cuerpo {
	width: 100%;
	height: auto !important;
	clear: right;
}

/***pie***/
#esqueleto_pie {
	width: 100%;
	height: 20px;
	clear: both;
	text-align: center;
	padding-top: 2px !important;
}

#esqueleto_pie .estilo_pie {
	border: 0px !important;
	background: url("../images/fondo_pie_blanco.gif") repeat;
}

#esqueleto_pie .textoPie {
	text-align: right;
}

#esqueleto_pie .estilo_pie_version {
	border: 0px !important;
	color: #999999;
	font-size: 12px;
}

.esqueleto_pie_fondo {
	background: url("../images/fondo_pie.gif") repeat;
}
/***fin pie***/

/****************************************
* Plantilla: principal.tpl.jspx
 ****************************************/
#principal_main {
	width: 100%;
	height: auto !important;
	border: 0px solid white;
	clear: both;
}

#principal_centro {
	border: 1px solid white;
	width: 84%;
	overflow: visible;
	height: auto !important;
	float: left;
}

#principal_menu {
	width: 15%;
	float: left;
	border: 0px solid white;
	overflow: hidden;
}

#cuerpo_menu {
	min-height: 400px;
}

#fondo_pie_menu {
	background:
		url("../images/identidadCorporativaComun/fondo_pie_menu.png") repeat;
	height: 157px;
}

#principal_migaPan {
	width: 100%;
	height: 25px;
	overflow: hidden;
	font-variant: small-caps;
	font-size: 11px;
	background: url("../images/fondo_miga_pan.gif") repeat;
}

#principal_cuerpo {
	background-color: white;
	overflow: auto;
}

#principal_barraEstado {
	height: 27px;
	width: 100%;
}

.wait {
	height: 15px;
	width: 25px;
	float: right;
	margin-top: -9px;
	display: block
}

/****************************************
* Cabecera: cabecera.jspx
 ****************************************/
#cabecera {
	height: 100%;
	background:
		url("../images/identidadCorporativaComun/fondo_cabecera.png") repeat;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
}

#cabecera .lenguajes {
	border: none !important;
	padding: 0px !important;
	float: left;
	height: 20px;
}

#cabecera .lenguajes div {
	padding: 0px !important;
}

#cabecera .lenguajes img.lenguaje_desactivado {
	margin: 0px 3px !important;
	padding: 1px !important;
	border: 1px solid #ccc !important;
}

#cabecera .lenguajes img.lenguaje_desactivado {
	opacity: 0.4;
	filter: alpha(opacity = 40);
}

#cabecera .lenguajes img.lenguaje_desactivado:hover {
	opacity: 1.0;
	filter: alpha(opacity = 100);
}

#cabecera .lenguajes img.lenguaje_activado {
	margin: 0px 3px !important;
	padding: 1px !important;
	border: 1px solid #999999 !important;
}

#cabecera .lenguajes form {
	margin: 0px !important;
}

#cabecera .empresa {
	border: none !important;
	padding: 0px 0px 0px 20px !important;
	float: left;
	height: 20px;
	max-width: 650px;
}

#cabecera .empresa div {
	padding: 0px !important;
}

/****************************************
* Plantilla: busqueda.tpl.jspx
****************************************/
#busqueda_main {
	padding: 5px;
}

#busqueda_filtros {
	
}

#busqueda_resultados {
	
}

#busqueda_botonera {
	background: url("../images/fondo_pie.gif") repeat;
	margin-top: 5px;
	padding-left: 20px;
}

#busqueda_botonera form {
	margin: 0px;
}
/****************************************
* Plantilla: filtroBusqueda.tpl.jspx
 ****************************************/
.filtroBusqueda_main {
	
}

#filtroBusqueda_criterios, #filtroBusquedaAvanzada_criterios {
	color: white;
	border: 1px solid white;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.filtrosLocalizadorSuperior {
	border: 1px solid white;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#filtroBusquedaAvanzada_criterios .filtroBusqueda_body {
	padding: 0 0 3px 0;
}

#cabecera .logo_titulo {
	height: 100%;
	min-width: 450px;
	max-width: 755px;
	/* min-width para IE6 */
	width: auto !important;
	float: left;
}

#cabecera .cabecera_sercae {
	height: 25px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 36px;
	z-index: 0;
}

#cabecera .cabecera_sercae .cabecera_sercae_letras {
	font-size: 22px;
	float: left;
}

#cabecera .cabecera_sercae .cabecera_sercae_lema {
	font-size: 11px;
	font-variant: small-caps;
	padding: 9px 0px 0px 10px;
	float: left;
}

#cabecera .logo_empresa {
	height: 45px;
	float: right;
	text-align: right;
	position: relative;
	z-index: 1;
	margin-top: 26px;
	margin-right: 40px;
}

#cabecera .con_margen {
	padding-left: 10px;
	padding-top: 6px;
	padding-right: 10px;
}

#cabecera .cierre_sesion {
	position: relative;
	top: -25px;
	left: 40px;
}

/****************************************
* Plantilla: Tabla de Resultados
 ****************************************/
.tblResultados .rich-table{
	border-left: none;
}
 
.colAcciones {
	white-space: nowrap;
	text-align: center;
}

.colCheck {
	text-align: center;
}

.tblResultados {
	width: 100%;
	border: 0px;
	padding: 0px;
}

.tblResultados thead {
	border-top: solid 1px #C4C0C9;
}

.tblResultados tbody, .tblResultados thead {
	border-left: solid 1px #C4C0C9;
}

.tblResultados input {
	margin-top: 1px !important;
	margin-bottom: 1px !important;
}

.tblResultados .rich-table-cell {
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}

.tblResultados .botonLisoSinSombra {
	margin-left: 2px;
	margin-right: 2px;
}

/****************************************
* Plantilla: alerta.tpl.jspx
 ****************************************/
.celda_boton {
	text-align: right;
}

.celda_icono {
	width: 10%;
	text-align: center;
	vertical-align: top;
}

.celda_icono_listado {
	text-align: center;
	vertical-align: top;
}

.celda_descripcion {
	width: 90%;
	text-align: center;
	padding: 10px;
}

LABEL.alertaLabel {
	font-weight: normal;
}

.alerta_cuerpo {
	width: 200px;
}

.alerta_botonera {
	width: 100%;
	text-align: right;
	white-space: nowrap;
}

.alerta_descripcion {
	font-weight: normal;
	width: 100%;
}

.alerta_ventana {
	font-weight: normal;
}

/****************************************
* Plantilla: radio.comp.jspx
 ****************************************/
.radio {
	width: 80%;
	border: 1px solid gray;
	height: 15px;
}

/****************************************
* 
 ****************************************/
.radio100per {
	width: 100%;
	border: 1px solid gray;
	height: 15px;
}

/****************************************
* Plantilla: form.comp.jspx
 ****************************************/
.form_cuerpo {
	width: 100%;
	height: 100%;
}

.form_botonera {
	width: 100%;
	text-align: right;
}

.form_filtrado {
	font-weight: normal;
	width: 100%;
}

.form_ventana {
	font-weight: normal;
}

/****************************************
* Plantilla: inputTextarea.comp.jspx
 ****************************************/
.labelTamMaxTextarea {
	font-weight: normal;
	color: gray;
	font-size: 10px;
	font-style: italic;
}

/****************************************
* Menu: menu.jspx
 ****************************************/
#menu .titulo {
	text-align: center;
	font-weight: bolder;
	color: #d7d7d7;
	padding: 5px 0px 0px 0px;
	background-color: #c0c0c0;
}

#panelMenu {
	width: 100%;
}

#filtroBusqueda_botonera, #filtroBusquedaAvanzada_botonera {
	color: white;
	border: 1px solid white;
	vertical-align: middle;
	background-color: #ffffff;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: right;
	/*background: url("../images/fondo_pie.gif") repeat;*/
}

#filtroBusqueda_botonera_2 {
	color: white;
	border: 1px solid white;
	vertical-align: middle;
	background-color: #FFFFFF;
	padding: 1px;
	text-align: right;
	vertical-align: middle;
}

.pnlMenu {
	width: 100%;
}

.rpnlMenu {
	width: 100%;
}

/****************************************
* login.jspx
****************************************/
.loginPanel {
	height: 135px;
	width: 230px;
	margin: auto;
	border: 1px solid black;
}

.loginGrid {
	padding: 5px;
}

.loginLabel {
	width: 40%;
	text-align: right;
}

.loginInput {
	width: 60%;
}

#login_main {
	text-align: center;
	vertical-align: middle;
	background-color: white;
	padding-top: 170px;
}

.loginMessages {
	width: 400px;
	clear: both;
	margin: auto;
	height: auto !important;
	height: 200px;
	min-height: 200px;
}

.loginRecuperacionClave {
	width: 50%;
	text-align: right;
}

/****************************************
* barraEstado.jspx
****************************************/
.be {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding-bottom: 6px;
}

.beStatus, .beEmpresa, .beUsuario, .beCerrarSesion {
	padding-left: 3px;
	padding-right: 3px;
	height: 100%;
}

be TR {
	padding-left: 3px;
	padding-right: 3px;
}

.beStatus {
	width: 5%;
}

.beEmpresa {
	width: 30%;
	vertical-align: middle;
}

.beUsuario {
	width: 50%;
	vertical-align: middle;
}

.beCerrarSesion {
	font-size: 10px;
	vertical-align: middle;
	text-align: right;
}

.beLiteral {
	font-weight: normal;
	margin-right: 20px;
}

/****************************************
* busquedaTrabajadores.jspx
****************************************/
.grdCriterios {
	width: 100%;
	margin: 5px;
}

.cuadroFotoTrabajador {
	border: 1px solid gray;
	width: 135px;
	height: 150px;
}

.cuadroFotografiaHorizontal {
	border: 1px solid gray;
	max-height: 250px;
	max-width: 700px;
}

.cuadroFirmaHorizontal {
	border: 1px solid gray;
	max-height: 100px;
	max-width: 300px;
}

.fotoTrabajador {
	width: 135px;
	height: 150px;
}

.fotoFirma {
	width: 50px;
	height: 50px;
}

.cuadroFotoTrabajadorControlAcceso {
	border-radius: 5px;
	border: 1px solid #C4C0C9;
	width: 250px;
	height: 250px;
	margin: auto;
	text-align: center;
	background-color: #F1EEE9;
	overflow: hidden;
}

.fotoTrabajadorControlAcceso {
	height: 250px;
}

/************
* Titulo del filtro condicional para busquedas. Utilizado en busqueda de recursos.
*************/
.tituloFiltroCondicional {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.tituloFiltroCondicionalTop {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 2px;
}
/****************************************
* Pages
****************************************/
.buscarTrabajadores_alturaFiltro {
	height: 100px;
}

.box {
	height: 100px;
	text-align: center;
	width: 100%;
	border: 1px solid white;
}

.cell {
	width: 100%;
	vertical-align: top;
	border: 1px solid white;
}

.filtroBusqueda_header {
	background: #ffffff;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
}

.filtroBusqueda_body {
	width: 100%;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: none;
	border-bottom: 1px solid #cccccc;
	padding: 0px;
	overflow: hidden !important;
}

/****************************************
* Superusuario
****************************************/
.colorSuperUsuario { /*width: 95%;*/
	background-color: #d6d6d6; /*#AFC1CF/*#4682B4;*/
}

/****************************************
* Superusuario
****************************************/
.vehiculosModal {
	width: 450px;
	height: 600px;
}

.tooltipData {
	font-weight: bold;
}

.iconoDoc {
	border-width: 0px;
}

/***************************************
*Mi Empresa modalidad servicios Prevencion
****************************************/
TABLE.modalidad {
	width: 100%;
	text-align: center;
}

TABLE.modalidad TD {
	text-align: center;
}

/********************************************
* BOTONERA
********************************************/
.posBotton {
	position: relative;
	bottom: 5px;
}

/*******************************************
*MiEmpresa
********************************************/
/*.panelBar {
	height: 200px;
}*/
.footerSegurosSociales {
	height: 20px;
	padding: 5px;
	text-align: right;
	background-color: red;
}

/*******************************************
*Control de Acceso
********************************************/
.accDenegadoSistema {
	border: 1px solid red;
	background-color: #ffd9b3;
}

.accHabilitado {
	background-color: green;
}

.accCondicional {
	background-color: orange;
}

.accDenegado {
	background-color: red;
}

/*******************************************
* FileUpload
********************************************/
.fileUpload {
	background-color: black;
	border: 1px solid #bebebe;
}

/*******************************************
* Lineas de Requisitos: Estados
********************************************/
.estadoVALIDADO {
	background-color: #398439;
	color: white;
	font-weight: bold;
}

.estadoPENDIENTE_VALIDAR {
	background-color: #0275d8;
	color: white;
	font-weight: bold;
}

.estadoRECHAZADO {
	background-color: #d9534f;
	color: white;
	font-weight: bold;
}

.estadoPENDIENTE {
	background-color: #f0ad4e;
	color: white;
	font-weight: bold;
}

/*******************************************
* Requisitos
********************************************/
.postIt {
	width: 100px;
	height: 100px;
}

TD.bandejaRequisitosCampoDocumento {
	vertical-align: top;
}

TD.bandejaRequisitosCampoVencimiento {
	width: 65%;
	vertical-align: top;
}

TD.bandejaRequisitosCampoVencimientoSolo {
	width: 80%;
	vertical-align: top;
}

.detalleRequisitoVencimientos {
	width: 100%;
	border: 1px solid #C4C0C9;
}

.pnlFormularioLinea { /*width: 100%;*/
	/*background-color: #f4f0e1;*/
	border: 1px ridge #999999;
}

.bandejaEntradaFileUpload {
	width: 100% !important;
}

.ajusteVencimiento {
	vertical-align: top;
}

.detalleFechasVencimiento {
	width: 200px;
	vertical-align: top
}

.pnlDetalleFechas {
	width: 180px;
}

.pnlDetalleFechasHueco {
	width: 180px;
}

.fechasRequisitosEnviados {
	width: 100%;
	border: 1px solid #8AA5BF;
}

/*******************************************
* Contactos
********************************************/
.detalleMensaje {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.celdaMensaje {
	width: 100%;
	height: 100%;
	vertical-align: top;
	border-right: 1px solid #8aa5bf;
	padding-right: 5px;
}

.celdaContactos {
	height: 100%;
	vertical-align: top;
	border-left: 1px solid #8aa5bf;
	padding: 0px 5px;
}

.imgCerrarContactos {
	vertical-align: middle;
	text-align: right;
	border: 0;
}

.cabeceraContactos {
	padding: 0px;
	margin: 0px;
}

.contactosCuerpo {
	width: 350px;
}

.grdDestinatarios {
	width: 100%;
	border: 1px solid gray;
}

.celdaDestinatario DIV {
	width: 100% !important;
	vertical-align: middle;
	font-size: 10px;
}

TD.celdaDestinatario {
	border-right: 0px;
	vertical-align: middle;
	font-size: 9px;
}

.colorRojo {
	color: RED;
}

.negrita {
	font-weight: bold;
}

.normal {
	
}

/*******************************************
* Panel tipos pendientes
********************************************/
.panelTiposPendientes {
	width: 95%;
	vertical-align: bottom;
	padding: 5px;
	font-style: italic;
}

.tituloTiposPendientes {
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
}

.descripcionInstanciaTiposPendientes {
	text-decoration: underline;
	text-transform: uppercase;
}

.panelTiposPendientes LI {
	list-style-type: circle;
}

.panelTiposPendientes UL {
	padding-left: 20px;
}

/*******************************************
* enlaces
********************************************/
a.enlace_1:link {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
} /* Link no visitado*/
a.enlace_1:visited {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
} /*Link visitado*/
a.enlace_1:active {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
} /*Link activo*/
a.enlace_1:hover {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
} /*Raton sobre el link*/
a.enlace_2:link {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
} /* Link no visitado*/
a.enlace_2:visited {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
} /*Link visitado*/
a.enlace_2:active {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
} /*Link activo*/
a.enlace_2:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
} /*Raton sobre el link*/
a.enlace_blanco:link {
	color: white;
} /* Link no visitado*/
a.enlace_blanco:visited {
	color: white;
} /*Link visitado*/
a.enlace_blanco:active {
	color: white;
} /*Link activo*/
a.enlace_blanco:hover {
	color: white;
	text-decoration: underline;
}

/*******************************************
* margenes
********************************************/
#margen_1 {
	margin: 3px 0px 0px 10px;
}

/*******************************************
* modificaciones rich
********************************************/
.rich-mpnl-header {
	background-image: none;
	background-color: rgb(241, 238, 233);
	border-top: 1px solid rgb(241, 238, 233);
	border-left: 1px solid rgb(241, 238, 233);
	border-right: 1px solid rgb(241, 238, 233);
	border-bottom: 1px solid rgb(196, 192, 185);
}

.rich-mpnl-header-cell {
	vertical-align: top;
}

.rpnlMenu .rich-pmenu-item {
	border: 0;
	font-family: Arial, Helvetica, Sans-Serif;
}

.rpnlMenu .rich-pmenu-group {
	border: 0px;
	background-image: none;
	font-size: 12px;
	font-variant: small-caps;
}

.rpnlMenu .rich-pmenu-top-group-div {
	border: 0;
}

#filtroBusqueda_main .rich-stglpanel {
	border: 0px;
}

#filtroBusqueda_criterios .an100per {
	width: 100%;
}

#filtroBusqueda_criterios .an95per {
	width: auto;
}

#busqueda_resultados .rich-table-header {
	background-color: #ffffff;
	background-image: none;
	border-left: 1px solid #ffffff;
}

#busqueda_resultados .rich-table-headercell {
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 1px solid #C4C0C9;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
}

#busqueda_resultados .rich-table-subheader {
	border-left: 1px solid #c8c8c8;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: none;
	font-variant: small-caps;
}

#busqueda_resultados .rich-table-subheadercell {
	border: 1px solid #c8c8c8;
}

#busqueda_resultados .rich-table-cell {
	border: 1px solid #c8c8c8;
}

#busqueda_resultados .rich-table-footercell {
	color: #c8c8c8;
	border: 1px solid #c8c8c8;
}

.tblResultados .rich-table-footercell {
	padding: 0px !important;
}

#principal_cuerpo .an95per {
	width: auto;
}

.detalleMensaje .an100per {
	width: auto;
}

#artefactosModalCDiv .an95per {
	width: auto;
}

.form_filtrado .an95per {
	width: 200px;
}

.rich-panelbar-content .an30per {
	width: auto;
}

.rich-laguna-panel-no-header .an100per {
	width: 90%;
}

.rich-table-footer .an100per {
	width: 100%;
}

.panelCif {
	text-align: center;
	width: 100%;
}

.seleccionCif {
	border: 1px solid #808080;
}

.panelSeleccionCifVerificar {
	width: 100%;
	text-align: right;
}

.grpMessagesPanelCif .pnlMessages {
	height: 40px;
	width: 240px;
	overflow: visible;
}

.grpMessagesPanelCif .UL {
	width: 200px;
	overflow: visible;
}

.colElementoBloqueado {
	background-color: #e3e3e3;
	text-align: center;
}

.colElementoBloqueadoSinCentrado {
	background-color: #e3e3e3;
}

.colAccionElementoBloqueado {
	white-space: nowrap;
	background-color: #e3e3e3;
	text-align: center;
}

.contenidoVisible {
	overflow: visible;
}

.resultado_tabla_sin_registros {
	height: 50px;
	vertical-align: middle;
	background-color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
}

.filaINHABILITADO {
	background-color: #e6e6e6;
	color: #333;
}

.filaESAVISO {
	background-color: #FFC;
}

.filaFUERADERANGO {
	color: red;
}

.griNotificacionesParaRequisito tbody tr td {
	vertical-align: top !important;
}

.tblHistoricoAcciones {
	width: 100% !important;
	*width: 96% !important;
}

.tblLineasAgrupadasHistorico {
	padding: 0px !important;
	border: 0px !important;
}

.tblLineasAgrupadasHistorico .rich-table-subheadercell {
	padding: 0px !important;
}

.tblLineasAgrupadasHistorico .rich-table-thead {
	border-bottom: 0px !important;
}

.tblLineasAgrupadasHistorico .rich-table-cell {
	border-bottom: 0px !important;
}

.cabecera_tabla {
	font-size: 11px;
	font-weight: bold;
}

.sin_margen {
	margin: 0px;
}

.sin_margen_en_hijos ul {
	margin: 0px !important;
}

.recomendacion {
	font-size: 11px;
	font-style: italic;
}

.standard_line {
	color: black;
	background-color: black;
	border-color: black;
}

.tooltip {
	width: 300px;
	padding: 0px;
}

.tooltip_HELP {
	background-color: #bccede;
	border-color: #6490bf;
}

.tooltip_table_title_HELP {
	border-bottom: 1px solid #6490BF;
	padding: 3px;
	background-color: #94AFCC;
}

.tooltip_INFO {
	background-color: #e0ece2;
	border-color: #3f6445;
}

.tooltip_table_title_INFO {
	border-bottom: 1px solid #3f6445;
	padding: 3px;
	background-color: #b3c6b6;
}

.tooltip_WARN {
	background-color: #fff0bb;
	border-color: #fdc603;
}

.tooltip_table_title_WARN {
	border-bottom: 1px solid #fdc603;
	padding: 3px;
	background-color: #ffd891;
}

.tooltip_table_text_HELP, .tooltip_table_text_INFO,
	.tooltip_table_text_WARN {
	padding: 5px;
	font-size: 11px !important;
	font-style: italic !important;
}

.tooltip_INFO, .tooltip_HELP, .tooltip_WARN {
	opacity: 0.9;
	filter: alpha(opacity =     90);
	/* For IE8 and earlier */
}

.tooltip_title {
	
}

.tooltip_img {
	margin: -3px 2px;
}

.tooltip_title_inside {
	padding-left: 10px;
	font-weight: bold;
}

.mensajeLogin {
	font-style: italic;
	font-size: 10px;
	color: red;
}

.listaMultiseleccion {
	height: auto;
	margin: 0;
}

.loginCambioClavePanel {
	height: 140px;
	width: 380px;
	margin: auto;
	border: 1px solid black;
}

.loginRecuperarClavePanel {
	height: 180px;
	width: 380px;
	margin: auto;
	border: 1px solid black;
}

.botonAceptarNuevaClave {
	text-align: right;
	width: 290px;
	float: left;
}

.botonCancelarNuevaClave {
	text-align: right;
	float: left;
}

.loginNuevaClaveMensajes {
	width: 400px;
	clear: both;
	margin: auto;
	height: auto !important;
	height: 200px;
	min-height: 200px;
}

.loginNuevaClaveMensajes li {
	text-align: left;
}

.loginNuevaClaveMensajes .pnlMessages {
	height: 80px;
}

.loginNuevaClaveMensajes UL.messages {
	width: 360px;
}

.botonRecuperacionClave {
	width: 500px;
	text-align: right;
}

.mensajeErrorRecuperarCambioClave .pnlMessages {
	overflow: visible !important;
}

.mensajeErrorRecuperarCambioClave UL.messages {
	width: auto !important;
}

.frameFiltroBusquedaBandeja {
	width: 100%;
}

.frameFiltroBusquedaBandeja .rich-panel-body {
	padding: 0px 10px;
}

.frameFiltroBusquedaBandeja .an100per {
	padding: 0px !important;
}

.verticalAlignTop {
	vertical-align: top;
}

.paddingRight20 {
	padding-right: 20px;
}

.paddingLeft10 {
	padding-left: 10px;
}

.paddingLeft3 {
	padding-left: 3px;
}

.error {
	color: red;
}

.ok {
	color: green;
}

.verticalAlignTopTD TD {
	vertical-align: top;
}

.margin-left-50px {
	margin-left: 50px;
}

.padding-10-0-5-0 {
	padding: 10px 0px 5px 0px;
}

.cursiva {
	font-style: italic;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.text-align-left {
	text-align: left;
}

.botonDeshabilitado {
	color: #ffffff;
	background-color: #ccc !important;
	border-color: #666 !important;
	cursor: default !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.botonDeshabilitado:hover {
	color: #ffffff !important;
	background-color: #ccc !important;
	border-color: #666 !important;
}

.mensajeInfo {
	font-style: italic;
	font-size: 10px;
	display: inline-block;
}

.defectoOutputText {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: black;
	font-weight: bold;
}

.sinPadding {
	padding: 0;
}

.sinMargin {
	margin: 0;
}

.colorFondo-d1d1d1 {
	background-color: #d1d1d1;
}

.colorFondo-dfdfdf {
	background-color: #dfdfdf;
}

.borderSimple {
	border: 1px solid #cccccc;
}

.borderSimpleBottom {
	border-bottom: 1px solid #cccccc;
}

.borderRadius5px {
	border-radius: 5px;
}

.top {
	vertical-align: top;
}

#subviewModalBusquedabusquedaTrabajadoresModal {
	overflow: visible;
}

.trabajos_trabajadores_modal_busqueda .rich-mpnl-content {
	overflow: visible;
}

#formModal_cambioFechaFinSubcontrata .pnlMessages {
	width: 300px;
	overflow: visible;
}

.opcionAuditoria {
	border: outset 3px;
	padding: 10px;
}

.pnlOpcion {
	float: left;
}

.pnlSeccion {
	background: #DAD6CF;
	width: 100%;
}

.panelOpcion {
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px 0px;
	text-align: center;
	width: 130px;
	border: solid 1px grey;
}

.opcionAuditoriaSeleccionadoAnomalo {
	background: #BF3A3A;
	color: white;
	font-weight: bold;
}

.opcionAuditoriaSeleccionadoNormal {
	background-color: #27AF6A;
	color: white;
	font-weight: bold;
}

.opcionAuditoriaSeleccionadoNeutro {
	background: #828282;
	color: white;
	font-weight: bold;
}

.textoNormal {
	font-weight: normal;
}

.linkDeshabilitado {
	color: #969696;
}

.cajaContenidoPlantillaSeccion {
	border: 1px solid;
	width: 100%;
	margin-bottom: 1px;
}

.cajaContenidoPlantillaCuestion {
	width: 97%;
	margin-left: 25px;
	border: 1px solid;
	margin-bottom: 1px;
}

.cajaContenidoPlantillaCuestionTipoRespuesta {
	background: #EDEDED;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pnlImagenes {
	width: 100%;
	border: none;
	padding: 0px;
	text-align: center;
}

.pnlImagenes td {
	border: none;
}

.pnlImagenes img {
	border: none;
	padding: 0px;
	max-height: 100px;
	max-width: 300px;
}

.encuadreIzquerdo3px {
	margin-left: -3px;
}

.stlOpcionesOpcionesHueco {
	height: 18px;
}

.tblInformativa {
	border-bottom: solid 1px #999999;
	padding: 10px;
	background: #EDEDED;
}

.tblRestultadoConBorde {
	border: solid 1px #999999;
}

.tblFondoVerdeSuave {
	background: #aae6b0;
}

.tblFondoRojoSuave {
	background: #e6aaac;
}

.tblFondoAmarilloSuave {
	background: #fffacd;
}

.calendarioMesAnio {
	border-color: #8aa5bf;
	width: 151px;
}

.calendarioMesAnio tr[id] {
	display: none;
}

.calendarioMesAnio td {
	background-color: transparent;
}

.calendarioMesAnioDesactivado td {
	background-color: #ebebe4;
}

.calendarioMesAnio .rich-calendar-tool, .calendarioMesAnio .rich-calendar-month
	{
	height: 18px;
	font-weight: normal;
}

.calendarioMesAnio .rich-calendar-tool {
	visibility: hidden;
	width: 0px;
	font-size: 0px;
}

.calendarioMesAnio .rich-calendar-tool div {
	padding: 0px;
}

.calendarioMesAnio .rich-calendar-month {
	width: 151px;
	text-align: left;
	background-image: url("../images/flechaCombo.png");
	background-position: 135px 6px;
	background-repeat: no-repeat;
}

.calendarioMesAnio .rich-calendar-month .rich-calendar-tool-btn-hover {
	background: transparent;
	border: none;
	padding-left: 3px;
}

.calendarioMesAnio .rich-calendar-header {
	border-bottom: 0px;
}

.ocultaBotonesCalendarios .rich-calendar-button {
	display: none;
}

.ajustarTabla100per td {
	table-layout: fixed;
	width: 100%;
}

.colResultadoFranjaOK {
	background: #aae6b0;
}

.colResultadoFranjaAVISO {
	background: #fffacd;
}

.colResultadoFranjaANOMALO {
	background: #e6aaac;
}

.colResultadoFranjaENLAZADO {
	background: #aae6b0;
}

.colResultadoFranjaPENDIENTE {
	background: #fffacd;
}

.colResultadoFranjaNO_ENLAZADO {
	background: #e6aaac;
}

.letrasSinEspacio {
	white-space: nowrap;
}

.labelResultadoGlobalIndicadores {
	border: 1px solid #CCC;
	padding: 2px 10px;
}

.stl127Hueco {
	height: 127px;
}

.fontLarger {
	font-size: larger;
}

/*******************************************
* Dispositivos: Estados
********************************************/
.estadoDispositivoENLAZADO {
	background-color: #ccffcc;
	color: green;
	font-weight: bold;
}

.estadoDispositivoNO_ENLAZADO {
	background-color: #ffcccc;
	color: RED;
	font-weight: bold;
}

.estadoDispositivoPENDIENTE {
	background-color: #ffffcc;
	color: orange;
	font-weight: bold;
}

/*******************************************
* Plantillas: Estados
********************************************/
.estadoPlantillaPUBLICADA {
	background-color: #ccffcc;
	color: green;
	font-weight: bold;
}

.estadoPlantillaBORRADOR {
	background-color: #ffffcc;
	color: orange;
	font-weight: bold;
}

.divCheckboxFormulario label {
	vertical-align: super;
}

.imgIconoEstadoCorreo {
	vertical-align: top;
	padding-left: 2%;
}

/*******************************************
* Porcentaje cumplimiento
********************************************/
.fontSize60px {
	font-size: 60px;
	font-weight: bold;
	text-align: center;
}

.fontSize40px {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

.fontSize20px {
	font-size: 20px;
	font-weight: bold;
}

.fontSize16px {
	font-size: 16px;
	font-weight: bold;
}

.fontSize11px {
	font-size: 11px;
}

.estadoPlantillaBORRADOR {
	background-color: #ffffcc;
	color: orange;
	font-weight: bold;
}

.estadoVALIDADO20 {
	background-color: #398439;
	color: black;
}

.estadoPENDIENTE_VALIDAR20 {
	background-color: #0275d8;
	color: black;
}

.estadoRECHAZADO20 {
	background-color: #d9534f;
	color: white;
}

.estadoPENDIENTE20 {
	background-color: #f0ad4e;
	color: white;
}

.estadoVALIDADO20, .estadoPENDIENTE_VALIDAR20, .estadoRECHAZADO20,
	.estadoPENDIENTE20 {
	padding: 3px 10px;
	font-weight: bold;
	font-size: 20px;
}

.anperRight {
	text-align: right;
}

#dtPorcentajesCumplimientoArea .rich-table-subheadercell {
	font-size: 12px;
	color: #666;
	white-space: inherit;
	width: 40px;
}

#dtPorcentajesCumplimientoArea .rich-table-cell,
	#dtPorcentajesCumplimientoArea .rich-table-cell span {
	font-size: 13px !important;
}

.fondoApartado {
	color: #ccc;
	background-color: #F1EEE9 !important;
	border-color: #666 !important;
}

.tblScroll {
	overflow: auto;
}

.resultadoEvalRiesgoACEPTABLE {
	background-color: #D9EAD3;
	color: #1A490E;
	padding: 5px 0px;
}

.resultadoEvalRiesgoDESEABLE {
	background-color: #38761D;
	color: white;
	padding: 5px 0px;
}

.resultadoEvalRiesgoINDESEABLE {
	background-color: #FFFF00;
	color: #795800;
	padding: 5px 0px;
}

.resultadoEvalRiesgoINACEPTABLE {
	background-color: #FF9900;
	color: white;
	padding: 5px 0px;
}

.resultadoEvalRiesgoCATASTROFICO {
	background-color: #FF0000;
	color: white;
	padding: 5px 0px;
}

.resultadoEvalRiesgo {
	font-size: 13px;
}

.resultadoEvalRiesgoNumero {
	font-size: 20px;
}

.colorAzul {
	color: #0089c9;
}

/*******************************************
* Auditoria: Estados
********************************************/
.estadoAuditoriaFINALIZADA {
	background-color: #ccffcc;
	color: green;
	font-weight: bold;
}

.estadoAuditoriaENCURSO {
	background-color: #ffffcc;
	color: orange;
	font-weight: bold;
}

.estadoAuditoriaANALISIS {
	background-color: #ccccff;
	color: blue;
	font-weight: bold;
}

.estadoAuditoriaCERRADA {
	background-color: #ffcccc;
	color: RED;
	font-weight: bold;
}

.textoCoordenadas {
	margin-right: 5px;
}

.fotografiaAuditoria {
	max-height: 200px;
	max-width: 500px;
}

/**Colores de estado de las accionesde las auditorias*/
.estadoAccionREGISTRADA {
	background-color: #ccccff;
	color: blue;
	font-weight: bold;
}

.estadoAccionINICIADA {
	background-color: #ffffcc;
	color: orange;
	font-weight: bold;
}

.estadoAccionFINALIZADA {
	background-color: #ccffcc;
	color: green;
	font-weight: bold;
}

.estadoAccionRECHAZADA {
	background-color: #ffcc99;
	color: #cc6600;
	font-weight: bold;
}

.estadoAccionCERRADA {
	background-color: #ffcccc;
	color: red;
	font-weight: bold;
}

/*******************************************
* Cliente: Paneles
********************************************/
.panelDesplegableCliente_header {
	background: #ffffff;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
}

.panelDesplegableCliente_body {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: none;
	border-bottom: 1px solid #cccccc;
	padding: 0px;
	overflow: hidden !important;
}

.trabajadorBAJA {
	background-color: #ffcccc;
}

/******************************************
* Estados: Estilos
*******************************************/
.estadoRojo {
	background-color: #ffcccc;
	color: RED;
	font-weight: bold;
}

.estadoVerde {
	background-color: #ccffcc;
	color: green;
	font-weight: bold;
}

.estadoAmarillo {
	background-color: #ffffcc;
	color: orange;
	font-weight: bold;
}

.estadoAzul {
	background-color: #ccccff;
	color: blue;
	font-weight: bold;
}

/** Estado del TRABAJO-PROVEEDOR*/
.estadoTP_FINALIZADO {
	background-color: #ccccff;
	color: blue;
}

.estadoTP_ALTA, .estadoTP_EN_CURSO {
	background-color: #ccffcc;
	color: green;
}

.estadoTP_PENDIENTE_APROBACION, .estadoTP_PENDIENTE_ACCION,
	.estadoTP_NO_COMENZADO {
	background-color: #ffffcc;
	color: orange;
}

.estadoTP_RECHAZADO {
	background-color: #ffcccc;
	color: RED;
}

/*******************************************
* Arbol subcontratacion
********************************************/
.arbolCodigo, .arbolDescripcion {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: black;
}

.arbolCodigo {
	font-weight: bold;
}

.arbolDescripcion {
	
}

.arbolFINALIZADO, .arbolALTA, .arbolPENDIENTE_APROBACION,
	.arbolPENDIENTE_ACCION, .arbolRECHAZADO, .arbolNO_COMENZADO,
	.arbolEN_CURSO, .estadoEnDetalle {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 1px 10px;
	font-weight: bold;
	font-size: 11px;
}

.arbolFINALIZADO {
	background-color: #ccccff;
	color: blue;
}

.arbolALTA, .arbolEN_CURSO {
	background-color: #ccffcc;
	color: green;
}

.arbolPENDIENTE_APROBACION, .arbolPENDIENTE_ACCION, .arbolNO_COMENZADO {
	background-color: #ffffcc;
	color: orange;
}

.arbolRECHAZADO {
	background-color: #ffcccc;
	color: RED;
}

.rich-tree-node-selected {
	border: none !important;
}

.arbolSubcontratacionMenuContextual .rich-menu-list-bg {
	background-image: none;
}

.arbolSubcontratacionMenuContextual .rich-menu-item-icon {
	display: none;
}

.arbolSubcontratacionMenuContextual .rich-menu-item-icon img {
	width: 0px !important;
	height: 0px !important;
	vertical-align: top;
}

.arbolSubcontratacionMenuContextual .rich-menu-item {
	padding: 1px;
}

.arbolContextualCodigo {
	border-bottom: solid 1px #ccc;
	width: 100%;
	text-align: left;
	white-space: nowrap;
}

.arbolContextualBoton, .arbolContextualBotonDeshabilitado {
	min-width: 200px;
	width: 100% !important;
	border: none !important;
	background: none !important;
	text-align: left;
	color: #666 !important;
	font-variant: normal !important;
	cursor: pointer;
}

.arbolContextualBoton[type=button]:hover, .arbolContextualBoton[type=submit]:hover
	{
	color: #000 !important;
	background-color: #e2dcd1 !important;
}

.arbolContextualBotonDeshabilitado[type=button]:hover,
	.arbolContextualBotonDeshabilitado[type=submit]:hover {
	cursor: auto;
}

.cabeceraCategoriaTransacciones {
	background-image:
		url(/sercae/a4j/g/3_3_3.Finalorg.richfaces.renderkit.html.GradientA/DATB/eAF79urt8fNXmAAXoQUq.jsf);
	background-position: top left;
	background-repeat: repeat-x;
	vertical-align: middle;
	color: #000;
	background-color: #D4CFC7;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
}

.cuerpoCategoriaTransacciones {
	width: 100%;
	padding: 0px;
	overflow: hidden !important;
}

.cuerpoAnomaliasEnAuditoria {
	width: 100%;
	margin: 10px;
	padding: 0;
	overflow: hidden !important;
	display: inline;
}

.cuestionAuditoria {
	width: 100%;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #cccccc;
}

.celdaTituloCuestionesAuditoria {
	font-size: 12px;
	font-weight: bold;
}

.celdaNumCuestionesAuditoria {
	background-color: #DAD6CF;
	vertical-align: top;
	text-align: center;
}

.celdaNumCuestionesAuditoria div {
	margin-top: 3px;
}

.celdaResultadoCuestionesAuditoria label {
	padding: 3px;
	border: 1px solid #8aa5bf;
	min-width: 130px;
	display: inline-block;
	text-align: justify;
	background-color: #ebebe4;
}

/*******************************************
* Anomalias
********************************************/
.progressBar .rich-progress-bar-width {
	width: 100%;
}

.progressBar .rich-progress-bar-padding {
	padding-top: 4px;
	padding-bottom: 4px;
}

.progressBar .rich-progress-bar-completed {
	background-image: none;
}

.progressBar .rich-progress-bar-remained {
	background: none;
	z-index: 2;
}

.progressBarPorcentajeNulo {
	background-color: #999999;
	color: #000000;
}

.progressBarPorcentajeBajo {
	background-color: #d9534f;
	color: #000000;
}

.progressBarPorcentajeBajo span {
	background-color: #d9534f;
	color: #d9534f !important;
	font-size: 0px;
}

.progressBarPorcentajeMedio {
	background-color: #f0ad4e;
	color: #000000;
}

.progressBarPorcentajeMedio span {
	background-color: #f0ad4e;
	color: #f0ad4e !important;
	font-size: 0px;
}

.progressBarPorcentajeAlto {
	background-color: #398439;
	color: #ffffff;
}

.progressBarPorcentajeAlto span {
	background-color: #398439;
	color: #398439 !important;
	font-size: 0px;
}

.barraProgresoTotalAnalisisResultadoAuditoria {
	width: 35%;
	margin-bottom: 1%;
	float: right;
}

.tablaClasificacionRiesgo {
	height: 250px;
	overflow: auto;
}

.sombreadoTituloComentario {
	background-color: #f5f5f5;
	padding: 2px 0px;
}

/******
*Pantalla control de acceso
*******/
.controlAccesoACCESO_HABILITADO {
	background-color: green;
}

.controlAccesoACCESO_CONDICIONAL {
	background-color: #ffffcc;
}

.controlAccesoACCESO_DENEGADO {
	background-color: red;
}

.controlAccesoACCESO_HABILITADO span, .controlAccesoACCESO_DENEGADO span
	{
	color: #ffffff;
}

.controlAccesoACCESO_CONDICIONAL span {
	color: orange;
}

.controlAccesoACCESO_HABILITADO span, .controlAccesoACCESO_CONDICIONAL span,
	.controlAccesoACCESO_DENEGADO span {
	font-size: 20px;
	font-weight: bold;
}

.controlAccesoSubACCESO_HABILITADO span,
	.controlAccesoSubACCESO_CONDICIONAL span,
	.controlAccesoSubACCESO_DENEGADO span {
	font-size: 15px;
	font-weight: normal;
}

.controlAccesoContenedorResultado {
	padding: 0px 0px 10px 0px;
	min-height: 72px;
	vertical-align: middle;
}

.controlAccesoModoENTRADA {
	background-color: #28a745;
	padding: 5px 0px;
}

.controlAccesoModoSALIDA {
	background-color: #dc3545;
	padding: 5px 0px;
}

.controlAccesoModoAUDITORIA {
	background-color: orange;
	padding: 5px 0px;
}

.controlAccesoModoCONSULTA {
	background-color: #CCCCCC;
	padding: 5px 0px;
}

.controlAccesoUbicacion {
	background-color: #f1eee9;
	color: #333333;
	padding: 5px 0px;
}

.controlAccesoNoEncontrado {
	padding: 5px 0px;
}

.controlAccesoNoEncontrado span {
	color: #d9534f !important;
}

.controlAccesoModoENTRADA span, .controlAccesoModoSALIDA span {
	color: #ffffff;
}

.controlAccesoModoAUDITORIA span, .controlAccesoModoCONSULTA span {
	color: #000000;
}

.controlAccesoNoEncontrado span, .controlAccesoModoENTRADA span,
	.controlAccesoModoCONSULTA span, .controlAccesoModoAUDITORIA span,
	.controlAccesoModoSALIDA span, .controlAccesoUbicacion span {
	font-size: 15px;
	font-weight: bold;
}

.controlAccesoTablaCabecera {
	background-color: #F1EEE9;
	padding: 5px;
}

.controlAccesoCabecera span {
	font-size: 13px;
	font-weight: bold;
}

.controlAccesoTextoElemento {
	font-size: 17px;
}

.contenedorControlAcceso {
	padding: 0;
}

.contenedorControlAcceso .rich-panel-body {
	padding: 0;
}

.tblBusquedaAvanzada {
	padding: 10px;
	border: 1px solid #cccccc;
	margin: 10px 0px;
}

.controlAccesoTabla {
	padding: 10px;
	border-top: 1px solid #cccccc;
	margin: 0px 0px 10px 0px;
}

.controlAccesoContenedorSemaforos {
	text-align: center;
}

.controlAccesoContenedorSemaforo {
	display: inline-block;
	min-width: 130px;
}

.controlAccesoSemaforoTitulo {
	height: 15px;
}

.controlAccesoBotonForzar, .controlAccesoBotonAnular,
	.controlAccesoBotonRechazar {
	width: 100% !important;
	font-size: 15px;
	padding: 10px !important;
}

.controlAccesoBotonForzar, .controlAccesoBotonRechazar {
	background-color: #007bff !important;
}

.controlAccesoBotonAnular {
	background-color: #dc3545 !important;
}

.controlAccesoCapaContenedoraBoton {
	width: calc(100% - 10px);
	margin: 5px;
}

.controlAccesoCapaContenedoraDosBotones {
	width: calc(50% - 10px);
	display: inline-table;
	margin: 5px;
}

.controlAccesoContenedorResultadoPadre {
	position: relative;
}

.controlAccesoContenedorBotonAccion {
	position: absolute;
	top: 17px;
	left: 15px;
}

.cuadroResultadoControlAcceso {
	border-radius: 5px;
	width: 250px;
	height: 250px;
	margin: auto;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.controlAccesoResultadoAUTORIZADO, .controlAccesoResultadoDENEGADO,
	.controlAccesoResultadoFORZADO, .controlAccesoResultadoRECHAZADO,
	.controlAccesoResultadoANULADO {
	min-width: 255px;
	vertical-align: middle;
}

.controlAccesoResultadoAUTORIZADO {
	background-color: #28a745 !important;
}

.controlAccesoResultadoDENEGADO {
	background-color: #dc3545 !important;
}

.controlAccesoResultadoFORZADO {
	background-color: #007bff !important;
}

.controlAccesoResultadoRECHAZADO {
	background-color: #e69138 !important;
}

.controlAccesoResultadoANULADO {
	background-color: #ffc107 !important;
}

.controlAccesoResultadoTextoTitulo {
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

.controlAccesoMotivo {
	margin-top: 20px;
	display: flex;
	margin-left: 40px;
}

.controlAccesoFechaLimite {
	margin-top: 20px;
	text-align: center;
}

.controlAccesoFechaLimite span {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

.controlAccesoBan {
	height: 20px;
}

.controlAccesoTextoMotivo {
	padding-left: 5px;
}

.controlAccesoTextoMotivo span {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
}

.induccionesCredencialesPanel {
	width: 235px;
	margin: auto;
	background: #CFE2F3;
}

.induccionesEstadoINDUCCION_APTA {
	background-color: #D9EAD3;
	color: #1A490E;
}

.induccionesEstadoINDUCCION_EN_CURSO_REMOTO,
	.induccionesEstadoINDUCCION_EN_CURSO_ACCESO {
	background-color: #ccccff;
	color: #333333;
}

.induccionesEstadoINDUCCION_NO_APTA_REMOTO,
	.induccionesEstadoINDUCCION_NO_APTA_ACCESO {
	background-color: #ffcccc;
	color: #333333;
}

.induccionesEstadoINDUCCION_PENDIENTE_REMOTO,
	.induccionesEstadoINDUCCION_PENDIENTE_ACCESO {
	background-color: #ffffcc;
	color: #333333;
}

.circuloPermitido {
	background-color: #28a745;
	background-image: url(../images/SVG/check.svg);
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
}

.circuloNoPermitido {
	background-color: #dc3545;
	background-image: url(../images/SVG/close.svg);
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
}

.circuloNoPermitido, .circuloPermitido {
	display: inline-block;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.cuadroFotoLogo {
	border: 1px solid #8aa5bf;
	width: 160px;
	height: 45px;
}

#formParametrizacionEntorno .rich-fileupload-toolbar-decor {
	height: 45px;
}

.embed-container {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
}

.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.proveedoresAcreditacionEnlaces {
	background-color: #f1eee9;
	color: #333333;
	padding: 5px 0px;
}

.proveedoresAcreditacionEnlaces a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.proveedoresAcreditacionEnlaces a:hover {
	text-decoration: underline;
}

.margin0auto {
	margin: 0 auto;
}

/*******************************************
* template iQuotes
********************************************/
.iQuotes_cabecera_contenedor {
	background: none !important;
}

.iQuotes_cabecera_fondo {
	padding: 0 !important;
	margin: 0 !important;
	height: 70px !important;
	position: static !important;
}

#iQuotes_cabecera #cabecera .logo_empresa {
	background-position: 10px;
	padding-left: 10px;
}

.iQuotes_cabecera_logo {
	float: left !important;
	margin: 0px !important;
	height: 70px !important;
}

.iQuotes_cabecera_ola {
	background: url(../images/templates/iQuotes/iQuotes_cabecera_ola.png)
		no-repeat !important;
	width: 38px !important;
	float: left;
	height: 70px !important;
	padding-left: 0px !important;
	position: static !important;
	margin-top: 0px !important;
}

.iQuotes_cabecera_salir {
	float: left;
	height: 70px;
	text-align: center;
	min-width: 500px;
	height: 55px !important;
	margin-top: 0px !important;
	padding-top: 15px !important;
	padding-left: 0px !important;
	position: static !important;
	width: auto !important;
	background-image: none !important;
}

.iQuotes_cabecera_salir a, .iQuotes_cabecera_salir a:hover,
	.iQuotes_cabecera_salir a:visited {
	color: inherit !important;
	font-size: 14px !important;
	font-style: italic;
}

.iQuotes_cabecera_salir_capa {
	text-align: left;
	margin-left: 200px;
}

.iQuotes_cabecera_empresa {
	float: right;
	height: 55px !important;
	margin-top: 0px !important;
	padding-top: 15px !important;
	padding-left: 0px !important;
	position: static !important;
	width: auto !important;
	background-image: none !important;
}

.iQuotes_cabecera_empresa span {
	font-size: 12px;
	margin-right: 5px !important;
	color: inherit !important;
}

.iQuotes_cabecera_empresa .rich-panel-body {
	color: inherit !important;
}

.iQuotes_cabecera_empresa .empresa {
	height: auto !important;
	background: none;
}

.iQuotes_cabecera_banderas {
	float: left;
	width: 100%;
	height: 18px;
	border-top: solid 2px #666666;
	background-color: #e4e3e3;
	padding-top: 3px;
}

.iQuotes_cabecera_banderas .rich-panel {
	background: none;
}

.iQuotes_pie {
	position: relative;
}

.iQuotes_pie_copyright {
	padding-top: 5px;
}

.iQuotes_pie_video {
	position: absolute;
	top: 16px;
}

/*******************************************
* fin template iQuotes
********************************************/

/****************************************
* Plantilla: formulario.tpl.jspx
 ****************************************/
.formularioHeaderSuperior {
	background-color: #f1eee9;
	color: #333333;
	padding: 10px;
	min-height: 60px;
	font-size: 13px;
	border-bottom: solid 1px #c4c0b9;
}

.formularioHeader .titulo {
	font-size: 13px;
	font-weight: normal;
}

.formularioHeaderImg {
	height: 60px;
	position: relative;
	top: 0;
	float: left;
}

.formularioHeaderImgEstado {
	height: 60px;
	position: relative;
	top: 0;
	float: right;
	padding-left: 10px;
}

.formularioHeaderImgLineaDerecha {
	padding-right: 10px;
	border-right: solid 1px #c4c0b9;
}

.formularioHeaderImg img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 2px #c4c0b9;
	box-shadow: 0 0 0 2px #c4c0b9;
	display: inline-block;
	background-color: white;
}

.formularioHeaderTituloContenedor {
	float: left;
	width: 70%;
}

.formularioHeaderTituloContenedorSinIconos {
	display: inline;
	width: 100%;
}

.formularioHeaderTituloSuperior {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
}

.formularioHeaderTitulo, .formularioHeaderTitulo span {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
}

.formularioHeaderTitulo {
	padding-left: 10px;
}

.formularioHeaderTagLine, .formularioHeaderTagLine span {
	color: #999999;
	font-weight: normal;
	font-size: 11px;
}

.formularioHeaderTagLine {
	padding-left: 10px;
}

.formularioHeaderTagLineEstado {
	color: #999999;
	font-weight: normal;
	font-size: 11px;
}

.formularioHeaderInferiorCampos {
	float: left;
	width: 60%;
}

.formularioHeaderInferiorPorcentaje {
	float: left;
	width: 40%;
}

.formularioIconosInformativos {
	float: right;
}

.formularioIconoInformativoContenedor {
	border-left: 1px solid #c4c0b9;
	padding-right: 5px;
	float: left;
}

.formularioIconoInformativoTitulo {
	text-align: center;
	padding-bottom: 5px;
	padding-left: 5px;
}

.formularioIconoInformativoTitulo {
	color: #999999;
	font-weight: normal;
	font-size: 11px;
}

.formularioIconoInformativoImg {
	text-align: center;
	padding-bottom: 5px;
	padding-left: 5px;
}

.radioMasInfo {
	font-style: italic;
	padding-left: 30px;
	padding-top: 10px;
	font-weight: normal;
}

.radioMasInfo>LABEL {
	font-style: italic;
	padding-top: 10px;
	font-weight: normal;
}

.formularioHeaderImgElemento {
	width: 70px;
	height: 70px;
	position: relative;
	top: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
}

.formularioHeaderImgElemento img {
	
}

.formularioHeaderControlAccesoImg {
	height: 60px;
	position: absolute;
}

.formularioHeaderControlAccesoImg img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 2px #c4c0b9;
	box-shadow: 0 0 0 2px #c4c0b9;
	display: inline-block;
	background-color: white;
}

.formularioHeaderControlAccesoTituloSuperior {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	padding-left: 70px;
}

.formularioHeaderControlAccesoContenedor {
	width: 100%;
	display: flex;
}

.zonaHorariaformularioHeaderControlAccesoUbicacion {
	font-size: 10px;
	text-align: center;
	color: #666666;
}

.formularioHeaderControlAccesoUbicacion,
	.formularioHeaderControlAccesoResultadoENTRADA,
	.formularioHeaderControlAccesoResultadoSALIDA,
	.formularioHeaderControlAccesoResultadoENTRADA_Y_SALIDA,
	.formularioHeaderControlAccesoResultadoAUDITORIA,
	.formularioHeaderControlAccesoResultadoCONSULTA {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 46%;
	display: inline-table;
	padding: 11px 0px;
}

.formularioHeaderControlAccesoUbicacion {
	border: 1px solid #c4c0b9;
	color: #666666;
	margin-left: 70px;
}

.formularioHeaderControlAccesoUbicacionGMT {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -14px;
}

.formularioHeaderControlAccesoResultadoENTRADA {
	color: #ffffff;
	border: 1px solid #28a745;
	background-color: #28a745;
}

.formularioHeaderControlAccesoResultadoSALIDA {
	color: #ffffff;
	border: 1px solid #dc3545;
	background-color: #dc3545;
}

.formularioHeaderControlAccesoResultadoENTRADA_Y_SALIDA {
	color: #ffffff;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}

.formularioHeaderControlAccesoResultadoAUDITORIA {
	color: #343a40;
	border: 1px solid #ffc107;
	background-color: #ffc107;
}

.formularioHeaderControlAccesoResultadoCONSULTA {
	color: #ffffff;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}

/****************************************
* Fin: Plantilla: formulario.tpl.jspx
 ****************************************/
.botonLink {
	color: #0089c9 !important;
	background-color: transparent !important;
	font-size: 11px;
	border: none !important;
	font-variant: none !important;
	font-weight: normal !important;
	cursor: pointer;
}

.botonLink:hover {
	color: #afc1cf !important;
}

.botonIconoListadoSVG{
	border: 1px solid #c4c0c9;
	width: 18px;
	padding: 0;
}

.botonIconoListadoSVG:hover {
	background-color: #cecece;
}


.botonLiso {
	-webkit-transition: box-shadow .28s cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: box-shadow .28s cubic-bezier(0.4, 0.0, 0.2, 1);
	background: #dfdfdf;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px
		rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px
		rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none !important;
	border-radius: 3px;
	font-variant: normal !important;
	text-transform: uppercase;
	font-weight: 500 !important;
	padding: 5px;
	height: initial !important;
	cursor: pointer;
}

.botonLisoSinSombra {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none !important;
	border-radius: 3px;
	font-variant: normal !important;
	text-transform: none !important;
	font-weight: 500 !important;
	padding: 3px 5px;
	height: initial !important;
	text-transform: uppercase !important;
	cursor: pointer;
}

.botonMas {
	font-size: 15px;
	font-weight: bold !important;
	padding: 1px 5px 1px 5px !important;
}

.capaIdiomas div {
	float: left;
}

.imagen_idioma {
	cursor: pointer;
}

.capaIdiomasCombo :HOVER img {
	opacity: 0.3;
}

.cabeceraExternaListado {
	
}

.ubicacionConfAforo {
	display: inline-block;
	vertical-align: super;
}

.ubicacionConfAforo .requiredLabel {
	margin-left: 20px;
}

.pieTransparente {
	border: none;
	font-weight: normal;
	background-color: transparent;
}

.pieTransparente .rich-dtascroller-table {
	border: none;
}

.pieTransparente .rich-dtascroller-table .rich-datascr-button {
	border: none;
	background-color: transparent;
}

.capaCabeceraResultados {
	min-height: 5px;
}

.cabeceraConIconos .rich-table-subheadercell {
	padding: 2px 4px 0px 4px;
}

.listaMultiseleccionDesactivada {
	background-color: #ebebe4;
	border: 1px solid #8aa5bf;
	padding: 0px;
}

.listaMultiseleccionDesactivada li {
	list-style: none;
	padding: 3px;
}

.rich-tab-inactive, .rich-tab-active {
	background-image: none !important;
}

.sinImagenDeFondo {
	background-image: none;
}

.minuscula {
	text-transform: lowercase;
}

.columnaListaDocumentos {
	
}

.columnaListaDocumentos UL {
	list-style-type: none;
	padding: 0 !important;
	margin: 0 !important;
}

.columnaListaDocumentos li {
	padding: 1px 0px;
	display: inline-block;
	width: 100%;
}

.columnaListaDocumentosCapaContenedora {
	display: table;
	width: 100%;
}

.columnaListaDocumentosCapaNombre {
	display: table-cell;
	vertical-align: middle;
}

.columnaListaDocumentosCapaQuitar {
	text-align: right;
}

.cursorMano {
	cursor: pointer;
}

/******panel mensajes pro******/
.grpMessagesGrowl {
	text-align: center;
	position: fixed;
	right: 1em;
	bottom: 1em;
	z-index: 1000;
}

.grpMessagesGrowl .pnlMessages {
	height: auto;
}

.grpMessagesGrowl UL {
	list-style-type: none;
	padding: 0 !important;
}

.grpMessagesGrowl LI {
	font-style: normal;
	font-weight: bold;
	padding: 15px 35px 15px 15px;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 1em;
}

.grpMessagesGrowl LI.error {
	background-color: #f2dede;
	border-color: #ebccd1;
	list-style-image: none;
}

.grpMessagesGrowl LI.error SPAN {
	color: #a94442;
}

.grpMessagesGrowl LI.info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	list-style-image: none;
}

.grpMessagesGrowl LI.info SPAN {
	color: #31708f;
}

.grpMessagesGrowl img {
	opacity: 0.5;
	filter: alpha(opacity = 50); /* For IE8 and earlier */
}

.grpMessagesGrowl img:hover {
	opacity: 1.0;
	filter: alpha(opacity = 100); /* For IE8 and earlier */
}

.grpMessagesGrowl LI.warn {
	background-color: #fcf8e3;
	border-color: #faebcc;
	list-style-image: none;
}

.grpMessagesGrowl LI.warn SPAN {
	color: #8a6d3b;
}

.grpMessagesGrowl .messageGrowlCerrar {
	position: absolute;
	right: 10px;
	top: 26px;
}

/******fin panel mensajes pro******/
.subTabla tbody {
	border-left: 0px;
}

.subTabla {
	padding: 0px !important;
	border: 0px !important;
}

.subTabla .rich-table-subheadercell {
	padding: 0px;
}

.subTabla .rich-table-thead {
	border-bottom: 0px !important;
}

.subTabla .rich-table-cell {
	border-bottom: 0px !important;
}

.subTabla tbody {
	border-left: 0px;
}

.subTablaSinEspacios .rich-subtable-cell {
	padding: 0px !important;
	border-right: 10px solid #fff;
}

.subTablaSinEspacios .subTabla .rich-table-row {
	border-left: solid 1px #C4C0C9;
}

.subTablaSinEspacios .subTablaCabecera, .subTablaSinEspacios .subTablaPie
	{
	background-color: #fff;
	border-right: none;
	border-left: 1px solid #fff;
	padding: 0px;
}

.subTablaSinEspacios .subTablaPie img {
	display: none;
}

.subTablaSinEspacios .subTablaCeldaCabecera {
	border-bottom: solid 1px #C4C0C9;
	padding: 4px;
}

.subTablaSinEspacios .subTablaAlturaCabecera div, .subTablaSinEspacios .subTablaPie
	{
	height: 5px;
}

.sinBorde {
	border: none;
}

.textoBlanco {
	color: #fff;
}

.min-width60px {
	min-width: 60px;
}

.min-width100px {
	min-width: 100px;
}

.min-width120px {
	min-width: 120px;
}

.min-width150px {
	min-width: 150px;
}

.min-width200px {
	min-width: 200px;
}

.panelFormulario {
	padding: 0px;
}

.panelFormulario .rich-panel-body {
	display: flex;
}

.panelFormulario .rich-panel-header {
	border-width: 0px 0px 1px 0px;
	background-color: #f1eee9;
	background-image: none;
}

.position-relative {
	position: relative;
}

.capaIconosRequisitosDemanda {
	position: absolute;
	right: 0;
	top: 0;
}

.botonesFlotantesfixed {
	position: fixed;
	top: 0;
	border-bottom: solid 1px #c4c0b9;
	background-color: #ffffff;
}

.botonesFlotantes {
	z-index: 1000;
}

.botonAccionRefrescarIniciar {
	background-image:
		url('../images/actionButtons/accionRefrescarIniciar.png');
	background-repeat: no-repeat;
	width: 33px !important;
	background-position: 3px 3px;
}

.botonAccionRefrescarPausar {
	background-image:
		url('../images/actionButtons/accionRefrescarPausar.png');
	background-repeat: no-repeat;
	width: 33px !important;
	background-position: 3px 3px;
}

.imgTornoAcceso {
	display: block;
	width: 25%;
	margin: auto;
}

.labelSuperior {
	font-weight: bold;
}

.labelInferior {
	background-color: #ebebe4;
	border: 1px solid #C4C0C9;
	padding: 3px;
	display: flex;
	min-height: 12px;
	width: calc(100% - 8px);
}

.cabeceraDetalleMarcajeAccesoTitulo {
	margin: 5px;
	font-size: 20px;
	width: calc(100% - 75px);
}

.cabeceraDetalleMarcajeAcceso {
	display: inline-flex;
}

.iconoDetalleMarcajeAccesoVALIDADO, .iconoDetalleMarcajeAccesoDENEGADO,
	.iconoDetalleMarcajeAccesoNO_APLICA,
	.iconoDetalleMarcajeAccesoDESCONOCIDO {
	margin: 5px;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #ffffff;
	padding: 5px;
}

.iconoDetalleMarcajeAccesoVALIDADO {
	background-color: #28a745;
}

.iconoDetalleMarcajeAccesoDENEGADO {
	background-color: #dc3545;
}

.iconoDetalleMarcajeAccesoNO_APLICA,
	.iconoDetalleMarcajeAccesoDESCONOCIDO {
	background-color: #6c757d;
}

.iconoCerrarCabecera {
	position: absolute;
	top: 3px;
	right: 0;
}
/*
#formModal_altaTrabajadorModoProveedor .pnlMessages{
	overflow: visible;
}

#formModal_altaTrabajadorModoProveedor .pnlMessages UL.messages{
	width: 80%
}*/

.fechaYformatoInformativo{
	color: #BEBEBE;
	font-size: 10px;
}

/** stylesClass para posicionar y centrar el icono de informacion de inputs*/
.iconoInformacionInput {
	vertical-align: middle;
	height: fit-content;
	margin-top: 5px;
}

.panelGroupIconoInformacionInput {
	display: inline-flex;
}
/** FIN stylesClass para posicionar y centrar el icono de informacion de inputs*/

.zlslrgbtn-on-tit1{
        display: none !important;
}