@charset "utf-8";
/* CSS Document */

/*
INDICE
	1. Cabecera
	2. Pie
	3. Párrafos genéricos
	4. Tabla estados alta, baja y uso
	5. Button/input		

*/


/* clases para las validaciones de formularios-------------------------------------*/
.panelformCont input.classError,.panelformCont select.classError,.panelformCont textarea.classError
	{
	border-color: #f99;
	!
	important;
}

.rich-tabpanel input.classError,.rich-tabpanel select.classError,.rich-tabpanel textarea.classError
	{
	border-color: #f99;
	!
	important;
}

.ui-widget {
    font-size: 12px !important;
}

/* RESET
############################################################## */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,
header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}

/* COMPONENTES */
*, *:focus {
	text-shadow: none!important;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.ui-panel, .ui-panel .ui-panel-content,
.ui-button-text-only .ui-button-text {
	padding: 0px!important;
}
.wrapper.busqueda .ui-toolbar,
.fileupload-buttonbar,
.fileupload-content {
	background: transparent;
	padding: 0px;
	border: none;
}
.ui-panel.ui-widget.ui-widget-content.ui-corner-all {
	border: none;
	background: transparent;
}
.ui-button-text-icon-left .ui-button-text {
	padding: 0!important;
}
.ui-button-text-icon-left .ui-icon {
	background: transparent!important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus,
.ui-state-default {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}
.ui-messages-error, .ui-message-error {
	color: #B94A48;
	background-color: #F2DEDE;
	border-color: #EED3D7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	position: relative;
	width: 100%;
}
.files {
	margin: 3px 0 0;
}
span.ui-message-error-detail {
	position: relative;
	left: 5px;
	top: 3px;
	margin: 0 0 5px;
	display: block;
}
tr.ui-state-error {
	padding: 9px;
}
.ui-datepicker-trigger {
	border: 1px solid #E8E6CA!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
}
.ui-datepicker-trigger span {
	background: url("../resources/img/ico-calendar.png") no-repeat center center white!important;
}
.ui-datepicker-trigger span.ui-icon-calendar {
	background: transparent!important;
}
.ui-datepicker-trigger.ui-button-icon-only .ui-button-text {
	padding: 6px 5px 5px;
}
.fileupload-buttonbar.ui-widget-header.ui-corner-top {
	float: left;
	margin-right: 2%;
}
.fileupload-content.ui-widget-content.ui-corner-bottom {
	float: left;
	width: 70%;
	/*height:45px;
	overflow: hidden;*/
}
.fileupload-content.ui-widget-content.ui-corner-bottom td {
	vertical-align: middle;
}
ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
	background: white;
	border: 1px solid #E8E6CA;
	z-index: 1002!important;
}
ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all li a {
	padding: 10px 5px;
	display: inline-block;
}
ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all li a.ui-state-hover {
	background: #DDDDDD;
	border: none;
	font-weight: normal;
}
.ui-selectmanymenu {
	width: 100%;
	padding: 0px;
	border: none;
	background: transparent;
	box-shadow: none!important;
}
.ui-selectmanymenu table tr {
	display: inline-block;
	float: left;
	width: 19.5%!important;
}
.ui-selectmanymenu table tr.ui-state-hover,
.ui-selectmanymenu table tr.ui-state-highlight  {
	background: #DDDDDD;
	color: black;
}
.ui-selectmanymenu table tr td {
	vertical-align: middle;
}
.ui-tabs,
.ui-tabs.ui-tabs-top > .ui-tabs-nav,
.ui-tabs .ui-tabs-panel {
	padding: 0px;
	border: none;
	background: transparent;
}
.ui-tabs.ui-tabs-top > .ui-tabs-nav li{
	border: none;
	border-top: 3px solid #CCCCCC;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: transparent;
	width: 317px;
	height: 60px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border-top: 3px solid #00863E;
}
.ui-tabs.ui-tabs-top > .ui-tabs-nav li a {
	text-align: center;
	display: inline-block;
	width: 289px;
	font-size: 14px;
	font-weight: normal;
	color: #CCC;
	cursor: pointer;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	color: #00863E;
}
/* TABLA */
.ui-datatable *, .ui-datatable *.ui-state-default, .ui-datatable tbody td {
	background: transparent;
	border: none;
	text-align: left;
}
.ui-datatable.ui-widget {
	position: relative;
}
.ui-datatable .ui-datatable-footer {
	position: absolute;
	top: -40px;
	right: 0px;
}
.ui-datatable .ui-datatable-footer a {
	margin: -10px 0 0 5px;
	height: 24px;
	width: 24px;
	display: inline-block;
	text-indent: -999px;
	overflow: hidden;
}
.ui-datatable .ui-datatable-footer a:hover {
	opacity: 0.65;
}

.ui-datatable .ui-datatable-footer a:first-child {
	background: url("../resources/img/ico-xls.png") no-repeat 0 0 transparent;
}
.ui-datatable .ui-datatable-footer a:last-child {
	background: url("../resources/img/ico-csv.png") no-repeat 0 0 transparent;
}
.ui-datatable table {
	margin-bottom: 25px;
}
.ui-datatable thead tr th {
	padding: 10px;
}
.ui-datatable thead {
	background: #C6C181;
	padding: 10px;
	font-size: 11px;
}
.ui-datatable thead tr th:hover {
	background: #AFAB73;
}
.ui-datatable thead span {
	color: #FFF;
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
}
.ui-datatable tbody tr td {
	border-bottom: 1px dotted #C6C181!important;
	background: white;
	padding: 14px 10px;
	font-size: 14px;
}
.ui-datatable tbody tr.ui-datatable-odd td {
	background: #F7F7F7;
}
.ui-datatable .colUno, .ui-datatable .colTres {
	text-align: center;
	font-weight: bold;
}
.ui-datatable .colUno {width: 12%;}
.ui-datatable .colDos {width: 15%;}
.ui-datatable .colTres {width: 21%;}
.ui-datatable .colTres.unaAccion {width: 10%;}
.ui-datatable .colTres.dosAcciones {width: 12%;}
.ui-datatable .colTres.tresAcciones {width: 15%;}
.ui-datatable .colCuatro {width: 8%;}
.ui-datatable .colCinco {width: 19%;}
.ui-datatable .colSeis {width: 8%;}
.ui-datatable .colSiete {width: 17%;}

.ui-datatable .colDos, 
.ui-datatable .colCuatro,
.ui-datatable .colCinco,
.ui-datatable .colSeis,
 .ui-datatable .colSiete {white-space: normal;}

.ui-datatable .colTres a.accion {
	display: inline-block;
	float: left;
	height: 18px;
	width: 18px;
	padding: 0 10px;
	border-right: 1px solid #C6C181;
	text-indent: -9999px;
}
.ui-datatable .colTres.dosAcciones a:first-child {
	margin: 0 0 0 8px;
}
.ui-datatable .colTres.unaAccion a {
	margin: 0 auto;
	float: none;
}
.ui-datatable .colTres a.accion:last-child {
	border-right: none;
}
.ui-datatable .colTres a.accion.editar {
	background: url("../resources/img/ico-edit.png") repeat-y center 0 transparent;
}
.ui-datatable .colTres a.accion.inspec {
	background: url("../resources/img/ico-inspec.png") repeat-y center 0 transparent;
}
.ui-datatable .colTres button.accion.inspec span {
	background: url("../resources/img/ico-download.png") repeat-y center 0 transparent;
	display: inline-block;
	height: 18px;
	width: 18px;
}
.ui-datatable .colTres button.accion.inspec span:hover {
	background: url("../resources/img/ico-inspec.png") repeat-y center -18px transparent;
}
.ui-datatable .colTres a.accion.ver {
	background: url("../resources/img/ico-ver.png") repeat-y center 0 transparent;
}
.ui-datatable .colTres a.accion.borrar {
	background: url("../resources/img/ico-borrar.png") repeat-y center 0 transparent;
}
.ui-datatable .colTres a.accion.rayo {
	background: url("../resources/img/ico-rayo.png") repeat-y center 0 transparent;
}
.ui-datatable .colTres a.accion.editar:hover {
	background: url("../resources/img/ico-edit.png") repeat-y center -18px transparent;
	opacity: 0.8;
}
.ui-datatable .colTres a.accion.inspec:hover {
	background: url("../resources/img/ico-inspec.png") repeat-y center -18px transparent;
}
.ui-datatable .colTres a.accion.ver:hover {
	background: url("../resources/img/ico-ver.png") repeat-y center -18px transparent;
	opacity: 0.8;
}
.ui-datatable .colTres a.accion.borrar:hover {
	background: url("../resources/img/ico-borrar.png") repeat-y center -18px transparent;
	opacity: 0.8;
}
.ui-datatable .colTres a.accion.rayo:hover {
	background: url("../resources/img/ico-rayo.png") repeat-y center -18px transparent;
	opacity: 0.8;
}
.ui-datatable .ui-paginator, .ui-datatable .ui-paginator {
	margin: 0 auto 35px;
	display: table;
	font-family: Arial;
	font-size: 13px;
}
.ui-paginator .ui-state-disabled {
	display: none;
}
.ui-paginator .ui-icon.ui-icon-seek-end {
	background: url("../resources/img/ui-icons_38667f_256x240.png") no-repeat -65px -160px transparent!important;
}
.ui-paginator .ui-icon.ui-icon-seek-next {
	background: url("../resources/img/ui-icons_38667f_256x240.png") no-repeat -32px -160px transparent!important;
}
.ui-paginator .ui-icon.ui-icon-seek-prev {
	background: url("../resources/img/ui-icons_38667f_256x240.png") no-repeat -50px -160px transparent!important;
}
.ui-paginator .ui-icon.ui-icon-seek-first {
	background: url("../resources/img/ui-icons_38667f_256x240.png") no-repeat -80px -160px transparent!important;
}
span.ui-sortable-column-icon.ui-icon.ui-icon-carat-2-n-s.ui-icon-triangle-1-s {
	background: url("../resources/img/ui-icons_38667f_256x240.png") 0px -16px;
}
span.ui-sortable-column-icon.ui-icon.ui-icon-carat-2-n-s.ui-icon-triangle-1-n {
	background: url("../resources/img/ui-icons_38667f_256x240.png") -65px -15px;
}
/* CUSTOM CSS
############################################################## */
body {
	font-family: Verdana, sans-serif;
	font-weight: normal;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	display: block;
}
.wrapperGrande {
	max-width: 98%;
	margin: 0 auto;
	overflow-x: auto;
}
.wrapperGrande > div {
	min-width: 960px;
	width: 960px;
	max-width: 98%;
	margin: 0 auto;
	display: table;
	overflow-x: auto;
}
#cuerpo .wrapper {
	margin-bottom: 35px;
}
.wrapper.fullWidth {
	width: 100%;
	margin: 10px 0 40px;
	background: #EEE;
	border-top: 1px solid #DDD;
	padding: 18px 0 12px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.btn a, .btn.buscarFiltro,
.agrupadoPor.por80.last.btn label,
.btn.guardar, .btn.cancelar, .btn.copiar, .btn.second-button,
.btn.exportar {
	padding: 14px 12px;
	background: #666666;
	color: #FFF;
	font-size: 14px!important;
	display: inline-block;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	border: none!important;
	-webkit-border-radius: 0px!important;
	border-radius: 0px!important;
	font-family: Verdana, sans-serif!important;
	cursor: pointer;
}
.agrupadoPor.por80.last.btn label {
	padding: 5px 12px 6px;
	margin: 15px 0px 0;
}
.agrupadoPor.por80.last.btn label,
.agrupadoPor.por80.last.btn label * {
	cursor: pointer;
}
.btn a:before, .btn.buscarFiltro:before,
.btn.guardar:before, .btn.cancelar:before, .btn.copiar:before , .btn.second-button:before,
.btn.exportar:before  {
	width: 100%;
	content: '';
	height: 21px;
	background: rgba(255, 255, 255, 0.3);
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.btn a:hover:before, .btn.buscarFiltro:hover:before,
.btn.guardar:hover:before, .btn.cancelar:hover:before,
.btn.exportar:hover:before, .btn.second-button:hover:before {
	height: 38px;
}
.btn a:active {
	top: 1px;
}
.clear {
    clear: both;
    display: block;
    float: none !important;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
/* CSS 3 TRANSICIONES */
.btn a:before, .btn a:active, .btn a,
.btn.buscarFiltro, .btn.buscarFiltro:before,
a.accion, a.accion:hover,
button.accion span, button.accion span:hover,
.agrupadoPor.por80.last.btn label:before,
.btn.exportar, .btn.exportar:before,
.btn.guardar:before, .btn.cancelar:before, .btn.copiar:before,
.ui-datatable .ui-datatable-footer a,
.ui-datatable .ui-datatable-footer a:hover, .btn.second-button:before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* LOG IN */
.msjBienvenida {
	float: left;
	padding: 15px 0 0 0;
}
div#login {
	float: right;
	border-left: 1px solid rgb(206, 206, 206);
	padding: 15px 0 0 30px;
}
#login label, #login input {
	display: block;
	margin: 10px 0;
}
#login label {
	display: block;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #8A8A7A;
	text-transform: uppercase;
	font-size: 14px;
	cursor: text;
}
#login input {
	padding: 6px 5px;
	border: 1px solid #E8E6CA!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
	width: 250px;
}
.btn.guardar.acceder {
	padding: 5px 25px;
	margin: 10px 0 30px;
}
.btn.guardar.acceder.login {
	padding: 5px 25px;
	margin: 10px 20px 30px;
}
.btn.guardar.acceder:before {
	height: 16px;
}
.btn.guardar.acceder:hover:before {
	height: 27px;
}
/* CABECERA */
#lnkMenuInicioRDEA, #lnkMenuInicioJunta {
	text-decoration: none;
	display: inline-block;
	margin: 10px 0 0;
}
div#menuServ {
	padding: 10px;
	width: 410px;
	background: #D5E3D6;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
div#menuServ #idUser {
	float: left;
	font-size: 11px;
	padding: 2px 0;
	color: #666;
}
div#menuServ a {
	float: right;
	color: #00853F;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}
div#menuServ a:after {
	content: ' >';
}
#lnkMenuInicioRDEA {
	position: relative;
	top: 10px;
	left: 20px;
}
ul#menuBar {
	margin: 50px 0 20px;
	display: inline-block;
}
ul#menuBar>li {
	float: left;
	margin: 0 0 0 15px;
	position: relative;
	z-index: 999;
	padding: 10px 0;
}
ul#menuBar li a {
	text-decoration: none;
}
ul#menuBar li span {
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}
ul#menuBar li span:hover {
	color: #222;
}
ul#menuBar li.active {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 10px;
}
ul#menuBar li.active span {
	font-weight: bold;
	text-transform: uppercase;
	color: #222;
}
	ul#menuBar li>ul {
		display: none;
	}
	ul#menuBar>li:hover>ul {
		display: block;
		background: #333;
		margin-top: 10px;
		border-right: 1px solid #CACACA;
		border-left: 1px solid #CACACA;
		border-bottom: 2px solid #CACACA;
		position: absolute;
	}
	ul#menuBar>li:hover>ul:before {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		top: -8px;
		left: 12px;
		border-left: 8px solid rgba(255, 255, 255, 0);
		border-right: 8px solid rgba(255, 255, 255, 0);
		border-bottom: 8px solid #333;
	}
	ul#menuBar>li:hover>ul#menuConsulta {
		width: 220px;
	}
	ul#menuBar>li:hover>ul#menuAdmin {
		width: 160px;
	}
	ul#menuBar>li>ul li a {
		padding: 12px 0;
		display: inline-block;
		width: 100%;
		color: #EFEFEF;
		border-bottom: 1px solid #000000;
		border-top: 1px solid #6D6D6D;
	}
	ul#menuBar>li>ul li:first-child a {
		border-top: none;
	}
	ul#menuBar>li>ul li a:hover {
		background: #F8F8F8;
		color: #666;
	}
	ul#menuBar>li>ul li a span {
		padding: 0 0 0 10px;
		font-size: 12px;
		color: #EFEFEF!important;
	}
	ul#menuBar>li>ul li a:hover span {
		color: #666!important;
	}

.wrapper.fullWidth .wrapper h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #666;
}
span.miga ul li {
	display: inline;
	list-style: none;
}
span.miga ul li span {
	font-size: 10px;
	color: #868686;
	text-decoration: none;
	margin-bottom: 9px;
	display: inline-block;
}
span.miga ul li span:hover {
	color: #08B95C;
}
span.miga ul li:last-child span,
span.miga ul li:last-child span:hover {
	cursor: text;
	color: #868686!important;
}
span.miga ul li:after {
	content: "/";
	font-size: 11px;
	margin: 0 0 0 10px;
	color: #868686;
}
span.miga ul li:last-child:after {
	display: none;
}

.btn.altaNueva a {
	margin: 6px 0 0 0;
	background: url("../resources/img/ico-mas.png") no-repeat 10px center #00863E;
	padding-left: 50px;
	width: 116px;
}
.floatRight.zonaDerecha label, .floatRight.zonaDerecha span {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	color: #999999;
	display: block;
	margin: 7px 0 12px;
}
.floatRight.zonaDerecha span {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
}


/* CONTENIDO */
.wrapper .zonaFiltro, .wrapper .zonaFormulario {
	background: #F5F4E8;
	padding: 25px 25px 0!important;
	margin: 0 0 50px;
	/*border: none;*/
}

.wrapper .zonaFormulario {
	padding: 25px 25px 15px!important;
}
.wrapper .zonaFormulario:last-child {
	margin-bottom: 30px;
}
.wrapper.busqueda .ui-widget-content {
	border: none;
	background: transparent;
}
.wrapper.busqueda .ui-widget-content.ui-dialog {
	background: white;
}
.ui-dialog .ui-dialog-titlebar {
	background: #D6D6D6;
}
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
	float: right;
}
.ui-dialog-buttonpane button {
	margin: 0 0 10px 5px!important;
	padding: 5px 20px;
	border: none!important;
	float: right;
	-webkit-border-radius: 0;
	border-radius: 0;
}
 .ui-dialog-buttonpane button span {
	color: white;
}
.ui-dialog .ui-dialog-buttonpane {
	border: none;
}
.ui-dialog .ui-dialog-buttonpane button:first-child {
	background: #00863E;
}
.ui-dialog .ui-dialog-buttonpane button:last-child {
	background: #666666;
}
.zonaFiltro label, .zonaFormulario label {
	display: block;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #8A8A7A;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0 0 5px;
	cursor: text;
}
	.checkBox label {
		display: inline-block;
		margin: 9px 0 0;
		/*max-width: calc(98% - 28px)!important;*/
	}
	.checkBox .ui-chkbox {
		float: left;
	}
	.agrupadoPor.checkBox {
		/*padding: 16px 0 0;*/
	}
	.agrupadoPor .agrupadoPor.checkBox {
		padding: 0px;
	}
	.zonaFormulario.soloCheck .agrupadoPor.checkBox {
		padding: 7px 0;
		margin: 0px;
		border-bottom: 1px solid #CFCFCF;
	}
	
	label.radio {
		margin-left: 5px;
		margin-bottom: 5px;
		font-weight: bold !important;
		text-transform: none;
	}

.zonaFormulario .labelThin label,
.zonaFiltro .labelThin label,
.zonaFormulario.labelThin label,
.zonaFiltro.labelThin label {
	font-weight: normal;
}
.zonaFiltro input, .zonaFormulario input, .zonaFormulario textarea {
	width: 99.5%;
	width: calc(100% - 10px);
	padding: 6px 5px;
	padding: 6px 0 6px 5px\9;
	border: 1px solid #E8E6CA!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
}
.falsoInput {
	width: 99.5%;
	width: calc(100% - 10px);
	min-height: 12px;
	padding: 8px 5px 7px;
	padding: 6px 0 6px 5px\9;
	border: 1px solid #E8E6CA!important;
	background: #F0EFDF;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
}
.agrupadoPor input.hasDatepicker {
	width: 73%;
	width: calc(100% - 44px);
	margin-right: 2px;
}
.ui-chkbox .ui-chkbox-box {
	background: #FFF;
	padding: 0;
	margin: 5px;
	border: 1px solid #E8E6CA!important;
	cursor: pointer;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
}
.ui-chkbox .ui-chkbox-box.ui-state-disabled {
	border: 1px solid #A5A5A5!important;
	background: #E9E8D4!important;
}
.zonaFiltro .styledSelect, .zonaFormulario .styledSelect  {
	/*overflow: hidden;
	background: url("../resources/img/ico-select.png") no-repeat center right white;*/
	width:100%;
	cursor: pointer;
}
.zonaFiltro .styledSelect select, .zonaFormulario .styledSelect select {
	width: 96.5%;	
	padding: 5px;
	border: 1px solid #E8E6CA!important;
	/*background: transparent;*/
	cursor: pointer;
}
.styledSelect select option {
    border-right: 1px solid #000000;
}
.zonaFormulario .agrupadoPor,
.zonaFiltro .agrupadoPor {
	float: left;
	margin: 0 2% 10px 0;
	position: relative;
}
.zonaFormulario .agrupadoPor.last,
.zonaFiltro .agrupadoPor.last {
	margin: 0 0 10px 0;
}
.agrupadoPor.por10 {width: 8%;} .agrupadoPor.por60 {width: 58%;}
.agrupadoPor.por20 {width: 18%;} .agrupadoPor.por70 {width: 68%;}
.agrupadoPor.por30 {width: 28%;} .agrupadoPor.por80 {width: 78%;}
.agrupadoPor.por40 {width: 38%;} .agrupadoPor.por90 {width: 88%;}
.agrupadoPor.por50 {width: 48%;} .agrupadoPor.por100 {width: 98%;}
.agrupadoPor.por33 {width: 31%; width: 31.5%;}

.agrupadoPor.por10.last {width: 10%;} .agrupadoPor.por60.last {width: 60%;}
.agrupadoPor.por20.last {width: 20%;} .agrupadoPor.por70.last {width: 70%;}
.agrupadoPor.por30.last {width: 30%;} .agrupadoPor.por80.last {width: 80%;}
.agrupadoPor.por40.last {width: 40%;} .agrupadoPor.por90.last {width: 90%;}
.agrupadoPor.por50.last {width: 50%;} .agrupadoPor.por100.last {width: 100%;}
.agrupadoPor.por33.last {width: 33%;}

.agrupadoPor.por15 {width: 13%;} .agrupadoPor.por15.last {width: 15%;}
.agrupadoPor.por25 {width: 23%;} .agrupadoPor.por25.last {width: 25%;}
.agrupadoPor.por35 {width: 33%;} .agrupadoPor.por35.last {width: 35%;}
.agrupadoPor.por8 {width: 5.8%;}.agrupadoPor.por8.last {width: 5.4%;}
.agrupadoPor.por18 {width: 18%;}
.agrupadoPor.por24 {width: 22%;}
.agrupadoPor.por36 {width: 34%;} .agrupadoPor.por36.last {width: 36%;}

p.textoEntrada {
	font-size: 12px;
	color: #666666;
	text-align: justify;
	margin: 0 0 35px;
	line-height: 16px;
}
p.textoInfo {
	font-size: 11px;
	color: #666666;
	text-align: justify;
	margin: 15px 0 20px;
	line-height: 16px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #666;
	margin: 0 0 25px;
	border-top: 1px dotted #EEE;
	padding-top: 10px;
}
h2:before {
	content: '';
	height: 0px;
	width: 100%;
	display: inline-block;
	top: -13px;
	position: relative;
	border-top: 1px dotted #EEE;
}
.zonaFormulario h2,
.zonaFiltro h2 {
	border-top: none;
	padding-top: 0px;
}
.zonaFormulario h2:before,
.zonaFiltro h2:before {
	display: none;
}
.zonaFormulario h3,
.zonaFiltro h3 {
	border-top: 1px solid #CECEBF;
	padding: 5px 0 0;
	margin: 20px 0;
	color: #8A8A7A;
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
h3 label {
	height: 30px;
	float: left;
}
h3 span#manualMode, h3 span#autoMode {
	text-transform: none;
	font-weight: normal;
	float: right;
	cursor: pointer;
}
h3 span#autoMode {
	display: none;
}
h3 span#manualMode:hover, h3 span#autoMode:hover {
	color: #08B95C;
}
#zona_herramientas_auto input#buttonSearch {
	cursor: pointer;
}
#zona_menu_auto ul li {
	padding: 10px;
	background: #666;
	display: inline-block;
	color: white;
	float: left;
	margin: 7px 0 20px;
	cursor: pointer;
}
.zonaFormulario #zona_herramientas_manu .agrupadoPor.por40 input[type=radio] {
	height: 15px;
	width: 15px;
	float: left;
}
#zona_herramientas_manu .agrupadoPor.por40.checkBox {
	padding: 7px 0 0;
}
#zona_herramientas_manu .agrupadoPor.por40.checkBox label {
	margin: 3px 7px;
}
#zona_mapa {
	margin: 0 0 50px;
}
.wrapper.busqueda .resetearCampos {
	display: none;
}
.btn.buscarFiltro {
	padding: 12px 59px 11px;
	left: 25px;
}

.btn.guardar {
	padding: 12px 53px 11px;
	background: #00863E;
	margin-left: 10px;
	float: right;
}
.btn.guardar.ver {
	padding: 12px 60px 11px;
}
.btn.cancelar, .btn.copiar {
	padding: 12px 51px 11px 50px;
	float: right;
}

.btn.exportar {
	padding: 12px 46px 11px;
	background: #00863E;
	margin: 2px 0;
	top: -20px;
	float: right;
}
.btn.buscarFiltro span,
.btn.guardar span, .btn.cancelar span, .btn.copiar span {
	font-family: Verdana, sans-serif!important;
	font-size: 14px!important;
	font-weight: normal;
}
.btn.modificacion a, .btn.uso a, .btn.baja a, .btn.second-button {
	float: left;
	margin-right: 15px;
	padding: 14px 12px 14px 45px; 
}
.btn.modificacion a, .btn.second-button { background: url("../resources/img/ico-edit-btn.png") no-repeat 10px center #666666;}
.btn.uso a {background: url("../resources/img/ico-rayo-btn.png") no-repeat 10px center #666666;}
.btn.baja a {background: url("../resources/img/ico-borrar-btn.png") no-repeat 10px center #666666;}

.btn.volver a {
	padding: 14px 60px 14px;
	background: #00863E;
	float: right;
}
/* STYCKY FOOTER */
* {
  margin: 0;
}
html, body {
  height: 100%;
}
#contenedor {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -127px; 
}
#contenedor:after {
  content: "";
  display: block;
}
#pie, #contenedor:after {
  /* .push must be the same height as footer */
  height: 127px; 
}
#pie {
	background: #333333;
}
#pie .wrapper img {
	float: left;
	margin: 25px 0 0;
	width: 150px;
}
#pie .wrapper ul {
	margin: 25px 0;
	display: inline-block;
	float: right;
}
#pie .wrapper ul li {
	float: left;
	padding: 0 30px;
	border-left: 1px solid #999;
}
#pie .wrapper ul li:last-child {
	padding-right: 0;
}
#pie .wrapper ul li:first-child {
	border-left: none;
}
#pie .wrapper ul li a {
	color: #999;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
#pie .wrapper p {
	float: right;
	text-align: right;
	width: 390px;
	font-size: 12px;
	line-height: 16px;
	color: #999;
	font-weight: bold;
	font-family: Arial, sans-serif;
}




/* AÑADIDO AL PUBLIC */
.tablaHome div.ui-row-toggler.ui-icon.ui-icon-circle-triangle-e {
	margin-left: 16px;
}
.tablaHome div.ui-row-toggler.ui-icon.ui-icon-circle-triangle-e {
	background: url("../resources/img/ico-acordeon-b.png") no-repeat center center scroll transparent;
}
.tablaHome div.ui-row-toggler.ui-icon.ui-icon-circle-triangle-e.ui-icon-circle-triangle-s {
	background: url("../resources/img/ico-acordeon-on-b.png") no-repeat center center scroll transparent;
}
.tablaHome li.ui-datalist-item {
	margin: 6px 0;
}

.tablaHome span.ui-icon.ui-icon-triangle-1-e {
	background-position: -65px 0px;
	background: url("../resources/img/ico-acordeon-b.png") no-repeat center center scroll transparent;
}
.tablaHome span.ui-icon.ui-icon-triangle-1-s {
	background-position: 0px 0px;
	background: url("../resources/img/ico-acordeon-on-b.png") no-repeat center center scroll transparent;
}

.tablaHome span.ui-button-text.ui-c {
	background: url("../resources/img/ico-download.png") repeat-y center 0 transparent;
	display: inline-block;
	height: 18px;
	width: 18px;
	position: relative;
	top: 4px;
	margin: 0 5px 0 0;
}
.tablaHome .ui-accordion .ui-accordion-content {
	padding: 5px 0 0 20px;
}
.tablaHome .ui-datatable tbody tr.ui-datatable-odd td, .tablaHome .ui-datatable tbody tr.ui-datatable-even td {
	background: #F5F4E8;
	border-bottom: 2px solid #FFFFFF!important;
}
.tablaHome .ui-datatable thead {
	border-bottom: 3px solid white;
	vertical-align: middle;
	line-height: 11px;
}
.tablaHome .ui-datatable tbody tr td {
	padding: 12px 10px 16px;
}
.tablaHome .ui-expanded-row-content.ui-widget-content {
	border-bottom: 2px solid #CCC78E;
}
.tablaHome .ui-expanded-row-content .ui-datatable thead {
	display: none;
}
.tablaHome .ui-expanded-row-content>td {
	padding: 0px!important;
}
.tablaHome .ui-expanded-row-content .ui-datatable tbody tr td {
	background: white;
	border-bottom: 1px dotted #CCC78E!important;
	padding: 12px 60px 16px!important;
}
.tablaHome .ui-expanded-row-content .ui-datatable table {
	margin: 0px;
}
.tablaHome .colTres {
width: 21%;
}
.tablaHome .colDos {
width: 15%;
}
.tablaHome .colUno {
width: 12%;
}
.tablaHome .colCero {
width: 30px;
}
.olLayerDiv image {
	cursor: move!important;
}
.styledSelect select[disabled] {
	opacity: 0.5;
	background: #EAEBD4;
	border: 1px solid #D3D1B7!important;
}

.agrupadoPor.por100.checkBox.last {
    margin: -10px 0 10px;
}


p.epigrafe, span.epigrafe{	
	color: #009900;
	font-size:12pt;
	font-family:arial,helvetica;
	font-weight:bold;
	font-style:normal;
}

p.explicativo{
	color: black;
	font-size:8pt;
	font-family:arial,helvetica;
	font-style:normal;
	margin: 10px 0 10px 10px;
	text-align: justify;
}

.bordeFormulario{
	border-style: solid;
	border-width: 1px;
	border-color: #009900;
}

.upper{
	text-transform: uppercase; 
}

.estadoRegistro table {
	width: 100%;
}
.estadoRegistro table td {
	width: 100%;
    height: 22px;
    padding: 0;
    margin: 5px 0 0;
    display: block;
    float: left;
    line-height: 22px;
}
.estadoRegistro table td:nth-child(2n) {
    width: calc(100% - 30px);
}
.estadoRegistro table td label {
    margin: 0;
    padding-left:10px;
}
.estadoRegistro table td .ui-radiobutton .ui-radiobutton-box {
    background: #FFF;
    cursor: pointer!important;
}
.estadoRegistro table td .ui-radiobutton .ui-radiobutton-box.ui-state-disabled {
	cursor: not-allowed!important;
}
.estadoRegistro table + input {
    float: left;
    width: 50%;
}

button.link {
    background: transparent!important;
    border: 0!important;
    text-decoration: underline!important;
    margin: 0 0 10px;
}

.estadoRegistro table td {
	width: auto\9;
	padding-right: 10px\9;
}

.info{
	width:15px;
	height:15px;
	
}

hr.hrBaja{
	color: #8A8A7A;
}

h2.motivoBaja{
	color: #8A8A7A;
	margin: 0 0 0px;
}

table tbody tr.ui-state-error:not(:last-child) {
    display: none;
}


.deaAzul {
    background: #a9d0f5 none repeat scroll 0 0 !importart;
}

.deaVerde {
    background: #D0F5A9 none repeat scroll 0 0 !importart;
}

.deaRojo {
    background: #F5A9A9 none repeat scroll 0 0 !importart;
}
.deaNaranja {
    background: #FF8C00 none repeat scroll 0 0 !importart;
}
.deaMorado {
	background: #800080 none repeat scroll 0 0 !importart;
}

/* --------------------------
	1. Cabecera  	--------- */
#cabecera .content-logo	{display:block;overflow:hidden; width: 100%;}
#cabecera .content-logo > a {float:right;margin-top:23px}
#cabecera .content-logo > a.main-logo {float:left;margin-top:40px;overflow:hidden;width:300px;display:block;margin-bottom: 14px;}
#cabecera .main-logo img {width:100%;}
#cabecera .content-logo #lnkMenuInicioRDEA {left:0}

/* --------------------------
	3. Párrafos genéricos  	--------- */
span.epigrafe {margin-bottom: 7px;display:block}
.standar-paragraph {margin-bottom: 7px;display: block;}

.zonaFormulario iframe, .zonaFormulario object {margin-top:20px}

/* --------------------------
	2. Pie  	--------- */	
#pie {margin-top:25px;}

/* --------------------------
	4. Tabla estados alta, baja y uso  	--------- */	
td.deaAzul {color:#347ede}
td.deaVerde {color:#22af4e}
td.deaRojo {color:#dc0000}
td.deaNaranja {color:#ff8c00}
td.deaMorado {color:#800080}

span.deaAzul {color:#347ede}
span.deaVerde {color:#22af4e}
span.deaRojo {color:#dc0000}
span.deaNaranja {color:#ff8c00}
span.deaMorado {color:#800080}

#leyenda_deas{
	font-family: arial;
    font-size: 8pt;
    font-style: normal;
}

#leyenda_deas span {
    display: block;
    padding-bottom: 4px;
}

.floatRight .btn {display: inline-block;}

/* --------------------------
	5. Button/input  	--------- */	
.content-addfile-simulator .fileupload-buttonbar .ui-button input {z-index:20}	
.content-addfile-simulator .ui-panel-content {position:relative;float:left;min-width: 234px;margin-top:15px}
.addfile-simulator {position: absolute;top: 0;left: 0;width: 100%;max-width:203px;height: 35px;margin: 0;cursor: pointer;z-index: 125;}
.content-addfile-simulator.agrupadoPor.por80.last.btn .fileinput-button {width: 100%;margin: 0;box-sizing: border-box;}
.content-addfile-simulator .fileupload-buttonbar.ui-widget-header.ui-corner-top {float:left;margin:0}
.content-addfile-simulator .ui-fileupload  {display:block;float:left;overflow:hidden}
.content-addfile-simulator .ui-fileupload .fileupload-content {float:none;clear:both;padding:10px 0 0;display:block}
.btn.second-button.print-file {background-image: url("../resources/img/ico-print-btn.png")}
.btn.second-button.download-file {background-image: url("../resources/img/ico-download-btn.png")}
.btn.second-button.print-file, .btn.second-button.download-file {float:right}
.zonaFormulario .btn.second-button.print-file, .zonaFormulario .btn.second-button.download-file {margin-top:15px}

.borraHorario {
    background: url("../resources/img/ico-borrar.png") repeat-y center 0 transparent;
    display: inline-block;
	float: left;
	height: 18px;
	width: 18px;
}

.guardarHorario {	
    background: url("../resources/img/ico-plus.png") repeat-y center 0 transparent;
    display: inline-block;
	float: left;
	height: 14px;
	width: 14px;
}

.ui-datatable .columnita {
	width: 18px;
	}
.agrupadoPor .p-datepicker {
	width:30%;
	min-width: 5em;
	}
	
.tblHorariosdea tbody tr td {
	border:none !important;
}

.tblHorariosdea thead tr th {
	padding-left: 5px;
	padding-right: 5px;
}
.actualizaTabla.ui-datatable table {
	width:auto;
}

.radioChk .ui-radiobutton-icon {
	height:18px;
	width:18px;
	margin-left: 0;
}

.radioChk .ui-state-default .ui-radiobutton-icon {
      background: url("../resources/img/unchk.png") no-repeat; !important;
   }
  
.radioChk .ui-state-active .ui-radiobutton-icon {	
	background: url("../resources/img/chk.png") no-repeat; !important;
}

.radioChk .ui-state-default.ui-state-disabled .ui-radiobutton-icon {	
	background: url("../resources/img/unchkDis.png") no-repeat; !important;
}

.radioChk .ui-state-active.ui-state-disabled .ui-radiobutton-icon {	
	background: url("../resources/img/chkDis.png") no-repeat; !important;
}
.radioChk .ui-state-default, .radioChk .ui-widget-content .ui-state-default, .radioChk .ui-widget-header .ui-state-default {
	border: none;
}

.ui-datatable-scrollable-theadclone {

    visibility: collapse;
}
.selectMany div {
	height:auto !important;
}

.chkboxFiltro label {
	margin-bottom:0px !important;
}

.chkboxFiltro .ui-chkbox .ui-chkbox-box {
	width:25px;
	height:25px;
	margin-left:0px;
}

.chkboxFiltro .ui-chkbox .ui-icon-check {
	background-position: -59px -139px;
	width:20px;
	height:20px;
}

html.progress, html.progress * {
    cursor: progress !important;
}

span.consentimientoNegrita {
	font-weight: bold;
}

.seccion {
	font-size: 20px;
	color:black;
}

.parrafo {	
	font-size: 15px;
	margin-bottom:10px;
}

.lista {	
	font-size: 15px;
	margin-bottom:10px;
	margin-left:15px;
	list-style-type: disc;
}