#right {
	display: inline-block;
	width: 740px;
	vertical-align: top;
	min-height: 520px;
	padding: 30px 38px;
}

/*								CENTRO									*/
#contenedorRightCenter {
	border: 0;
	padding: 0;
	margin: 0;
}

#contenedorDatosIdentificacion {
	margin-left: 110px;
	height: 18px;
	color: darkgrey;
	font-style: italic;
}

#contenedorFiltros{
	width: 342px;
	display: inline-block;
    margin: 0px 12px;
    vertical-align: top;
}

input#popupCalendario{
	border-radius: 0 5px 15px 0;
    height: 12px;
    font-size: 11px !Important;
    width: 216px;
}


#contenedorIndentificacion {
	margin-left: 125px;
	border: solid;
	border-width: 1px;
	border-color: darkgray;
	height: 180px;
	display: inline-block;
	width: 630px;
	background-color: #FFF7F1;
}

#contenedorIndentificacionLeft {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

#contenedorIndentificacionRight {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

#contenedorDatosPersonales {
	margin-left: 79px;
	margin-top: 14px;
	height: 18px;
	color: darkgrey;
	font-style: italic;
}

#contenedorPersonal {
	border: 1px solid #a8a8a8;
	height: 294px;
	background-color: #F7F7F7;
	display: inline-block;
	margin-top: 15px;
}

#contenedorPersonalLeft {
	display: inline-block;
	width: 100%;
}

table {
	font-size: 12px;
	border-spacing: 3px;
}

#botonera {
	vertical-align: bottom;
	margin-top: 49px;
	margin-left: 500px;
}

.boton {
	font-family: "Arial";
	font-weight: bold;
	font-size: 13px;
}

#botoneraFiltro {
	margin-top: 92px;
	margin-left: 305px;
}

#accordian ul ul li a:active {
	background: #D7EEBD;
	border-left: 5px solid #AEC90B;
}

#contenedorMenuUsuarios {
	color: black;
	border-bottom: 1px solid #a8a8a8;
	margin-bottom: 10px;
}

#contenedorMenuBuscador {
	color: black;
	border-bottom: 1px solid #a8a8a8;
	border-top: 1px solid #a8a8a8;
	height: 29px;
	clear: both;
}

.botonMenu {
	font-family: "Arial Narrow", Arial, sans-serif !Important;
	font-weight: bold;
	font-size: 13px !Important;
	text-decoration: none !Important;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	width: 80px;
	height: 22px;
	background: none;
	vertical-align: top;
	margin-top: 0;
}

.botonMenu:hover {
	background: #D7EEBD;
	height: 28px;
	margin-top: 1px;
}

.input {
	background-image: url(../resources/imagenes/icon-lupa.png);
	background-repeat: no-repeat;
	background-position: 150px;
	margin: 5px 0 0 201px;
	position: absolute;
	height: 10px;
	font-size: 12px;
	width: 160px;
	position: absolute;
	float: right;
}

.input:FOCUS {
	background-image: none;
}

.Botonrefresh {
	font-family: "Arial";
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	width: 29px;
	height: 22px;
	background: none;
	vertical-align: top;
	margin-top: 6px;
	margin-left: 20px;
	background-image: url(../resources/imagenes/iconos/refresh.png);
	background-repeat: no-repeat;
	margin-left: 20px;
}

.Botonrefresh:ACTIVE {
	border: none;
	-webkit-box-shadow: 0px;
	box-shadow: 0px;
}

.Botonrefresh:FOCUS {
	border: none;
	-webkit-box-shadow: 0px;
	box-shadow: 0px;
}

.ui-state-hover {
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px;
}

.ui-state-focus {
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px;
	outline: none;
}

.modalUser {
	min-width: 600px;
}

#contenedorModalUsuario {
	height: 100%;
	width: 100%;
}

#contenedorUsuarioLeft {
	width: 380px;
	margin-top: 10px;
	height: 65px;
}

#contenedorUsuarioRight {
	width: 380px;
	margin-top: 25px;
	
	border: 1px solid darkgrey;
	border-radius: 15px 5px 0 0;
}

#contenedorMenuUsuariosModal {
	margin-left: 89px;
	height: 28px;
	color: black;
	vertical-align: top;
	margin-top: -50px;
	border-top: solid;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-color: #a8a8a8;
	border-bottom-color: #a8a8a8;
	max-width: 300px;
}

.botonMenuu {
	font-family: "Arial";
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	width: 80px;
	height: 22px;
	background: none;
	vertical-align: top;
	margin-top: 0;
}

.Botonrefreshh {
	font-family: "Arial";
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	width: 29px;
	height: 22px;
	background: none;
	vertical-align: top;
	margin-top: 4px;
	margin-left: 20px;
	background-image: url(../resources/imagenes/iconos/refresh.png);
	background-repeat: no-repeat;
	margin-left: 20px;
}

.Botonrefreshh:ACTIVE {
	border: none;
	-webkit-box-shadow: 0px;
	box-shadow: 0px;
}

.Botonrefreshh:FOCUS {
	border: none;
	-webkit-box-shadow: 0px;
	box-shadow: 0px;
}

.label {
	background-color: #D7EEBD;
	width: 122px;
	height: 25px;
	line-height: 25px;
	float: left;
	font-size: 12px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.textbox {
	height: 15px;
	width: 255px;
	float: left;
	margin-bottom: 5px;
	font-size: 12px !Important;
}

.text-area {
	min-width: 172px;
	height: 103px;
	width: 255px;
	font-size: 12px !Important;
	float: left;
	margin: 0;
}

.labelSeparador {
	height: 10px;
	float: left;
	width: 300px;
}

.titulo-modal {
	/* width: 100%; */
	height: 18px;
	color: darkgrey;
	font-style: italic;
	border-bottom: solid;
	border-bottom-width: 2px;
	padding: 2px;
	foat: left;
	
	margin-bottom: 10px;
}

.botoneraModal {
	font-family: "Arial";
	font-weight: bold;
	font-size: 11px !Important;
	text-align: end;
	clear: both;
	margin-top: 10px;
}

.calendarioPliegos {
	border-radius: 0 5px 15px 0; height: 12px; font-size: 11px !Important; width: 227px !important;
}

.calendarioPliegos input{
    height: 12px !important;
    width: 217px !important;
    border-radius: 0 5px 15px 0 !important;
}

.panel-contenedor-tabla {
	width: 100%; 
	height: 332px;
	margin-top: 10px;
}

.panel-contenedor-tabla-completa{
	width: 100%; 
	height: 305px;
	margin-top: 10px;
}

.ui-selectonemenu-panel .ui-selectonemenu-list-item {
	font-size: 11px;
}