.contenedorCentradoTrabajo {
	z-index: 3;
	top: 10px;
	text-align: center;
	text-decoration: none;
	position: relative;
	margin: 0 auto;
}

#wrapperContenidoTrabajo {
	z-index: 2;
	/*float:left;*/
	/*min-height:425px;*/
	margin: 5px 15px 0 15px;
	/*width:820px;*/
}

.enMayusculas {
	text-transform: uppercase;
}

.titulocab {
	font-weight: bold;
	font-size: 25px;
	color: white;
}

.subtitulocab {
	font-weight: bold;
	font-size: 15px;
	color: white;
}

.usercab {
	font-weight: bold;
	font-size: 11px;
	color: black;
}

.titulopie {
	font-weight: bold;
	font-size: 12px;
	color: darkred;
}

.subtitulopie {
	font-weight: bold;
	font-size: 10px;
	color: black;
}

.errormsg {
	font-weight: bold;
	font-size: 12px;
	color: darkred;
	margin-left: 1em; 
}

.warnmsg {
	font-weight: bold;
	font-size: 12px;
	color: darkred;
}

.infomsg {
	font-weight: bold;
	font-size: 12px;
	color: darkgreen;
}

.okerrormsg {
	font-weight: bold;
	font-size: 10px;
	color: darkgreen;
}

.errormsglit {
	color: darkred;
}

.okerrormsglit {
	color: darkgreen;
}

.textoBold {
	font-weight: bold;
	font-size: 11px;
	color: black;
}

.textoBoldCentrado {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: black;
}

.textoBoldErr {
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: darkred;
}

.textoNormal {
	font-size: 11px;
	color: black;
}

.tituloPanel {
	color: white;
}

.tituloExpediente {
	color: blue;
	font-size: 20px;
	font-weight: bold;
	background: white;
	border: solid 1px #CCCCCC;
}

.sombra {
	margin: 10px;
	background: #CCCCCC; /* Color de la sombra */
	border: solid 1px #CCCCCC; /* Color del borde */
}

.cont {
	text-align: center;
	padding: 5px;
	margin: 0 auto;
}

.panelCentrado {
	margin: 0 auto;
	display: table;
}

.formBasico label {
    display: block;
    float: left;
    text-align: right;
    width: 18em;
    margin-right: 1em;
    color: #333;
    margin-top: 0.2em;
    line-height: 1.2em;
}

.formBasico input, .formBasico textarea, .formBasico select {
    width: 20em;
    margin-bottom: 0.5em;
}

.fondoDestacado {
	background-color: #FFFF99;
}

.visorpdf {
	width: 100%;
	height: 600px;
	border: none;
  }

.visorpdf-error {
	display: none;
	color: red;
	font-weight: bold;
	padding: 1em;
	text-align: center;
  }
