/* ────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
/** ESTILOS INTRANET																								  */
/* ────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */

/** FUENTES ───────────────────────────────────────────────────────────────────────────────────────────────────────── */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');

/** CONFIGURACIÓN CSS ─────────────────────────────────────────────────────────────────────────────────────────────── */

@charset "UTF-8";

.max-img {
	width: 100%;
	height: auto;
}

body {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus
textarea:-webkit-autofill, textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
	border: 0px solid green !important;
	-webkit-text-fill-color: inherit !important;
	-webkit-box-shadow: 0 0 0px 1000px inherit inset !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

*:focus {
	outline: none !important;
}

.noselect, label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

::-webkit-scrollbar-button {
	display: none;
	height: 13px;
	border-radius: 0px;
	background-color: #AAA;
}

::-webkit-scrollbar-button:hover {
	background-color: #AAA;
}

::-webkit-scrollbar-thumb {
	background-color: #808080;
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #808080;
	border-radius: 0;
}

::-webkit-scrollbar-track {
	background-color: #c0c0c0;
}

::-webkit-scrollbar-track:hover {
	background-color: #c0c0c0;
}

::-webkit-scrollbar {
	width: 10px;
}

::placeholder {
	font-weight: 400;
}

::-ms-input-placeholder {
	font-weight: 400;
}

::-ms-input-placeholder {
	font-weight: 400;
}

*, *::before, *::after {
	box-sizing: border-box;
}


/** VM ────────────────────────────────────────────────────────────────────────────────────────────────────────────── */

#ovm {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 100000;
	background-color: transparent;
	background-color: rgba(0,0,0,0.5);
}

#vm {
	width: 500px;
	min-height: 150px;
	max-width: 95%;
	max-height: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 20px;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.9);
	border: 1px solid #666666;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;		
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
	overflow: auto;
}

#vm img {
	width: 64px;
	height: 64px;
	display: block;
	margin: 0px auto 15px auto;
	clear: both;
}

#vm p {
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	text-align: justify;
	color: #333333;
}

#vm h2.cont {
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	font-weight: 400;
	text-align: center;
	color: #333333;
}

.bCerrar {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 10px !important;
	height: 10px !important;
	margin: 0px !important;
	cursor: pointer;
}

.bVM {
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
}

.bSI {
	padding: 6px 0px 6px 0px;
	cursor: pointer;
	width: 100px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	font-size: .8em;
	font-weight: 400;
	background-color: #3083c9;
	color: #ffffff;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
	transition: color 0.2s;
}

.bSI:hover {
	color: #cccccc;
}

.bNO {
	padding: 6px 0px 6px 0px;
	cursor: pointer;
	width: 100px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	font-size: .8em;
	font-weight: 400;
	background-color: #3083c9;
	color: #ffffff;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
	transition: color 0.2s;
}

.bNO:hover {
	color: #cccccc;
}

/**********************************************************/

#ovm .loading {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/** ELEMENTOS GENERALES ───────────────────────────────────────────────────────────────────────────────────────────── */

body {
    margin: 0px;
    padding: 0px;
    background-color: #cccccc;
}

body.F {
    background-color: #FFFFFF;
}

body.FM {
	padding: 10px 50px 10px 50px;
    background-color: #FFFFFF;
	overflow: auto;
	white-space: nowrap;    
}

body.scrollOff {
    overflow: hidden;
}

form {
    margin: 0px;
    padding: 0px;
}

p {
	margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;
    line-height: 1.5em;
    text-align: justify;
    color: #000000;
}

blockquote {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;
    line-height: 1.5em;
    text-align: justify;
}

li {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;
    line-height: 1.5em;
}

h1 {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    text-align: justify;
}

h2 {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}

a {
	outline: none;
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	display: block;
	border: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
}

.clear { clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }

iframe {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    border: 0px;
    outline: none;
}

iframe.oculto {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    visibility: hidden;
    display: none;
}

textarea {
    resize: none;
}

table {
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}

th {
    text-align: left;
}

fieldset {
    margin: 0px;
    margin-bottom: 25px;
    padding: 10px;
	border: 2px solid #d8d8d8;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
	border-radius: 5px;	    
}

legend {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: .8em;
    font-weight: 700;
    text-align: left;
    letter-spacing: 1px;
}

.aviso {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
	color: #c5181f;
}

.avisoVerde {
	color: #23a720;
}

.avisoRojo {
	color: #c5181f;
}

.asteriscos {
	color: #000000;
	font-weight: 700;
	font-size: 2em;
}

*:focus {
	outline: none;
}

input.inputLogin:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #efefef inset;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #efefef inset;
}

#txtTags {
	text-transform: lowercase;
}

#objArchivoFoto {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

#objArchivoFoto + label {
	display: table;
	height: 35px;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 12px;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	line-height: 33px;
	letter-spacing: 2px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #3083c9;	
	background-color: #3083c9;	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#objArchivoFoto:focus + label, #objArchivoFoto + label:hover {
    color: #3083c9;
	background-color: transparent;
}

/**********************************************/

#html {
	height: 100%;
	padding: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #e5e5e5;
	color: #000000;
	border-radius: 6px 0px 0px 6px;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;	
}


#html p {
	margin: 0px 0px 5px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	text-align:justify;
}

#html p a {
	color: #753681;
	text-decoration: underline;
}

#html p a:hover {
	text-decoration: none;
}

#html p.sistema {
	color: #753681;
	font-size: 0.8em;
	font-weight: 700;
}

#html p.sistema a {
	font-weight: 700;
}

#html p.sistema img {
	display: none;
}

#html p span.hora {
	color: #000000;
	font-size: 0.8em;
}

.vacio {
	border: 0px !important;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between; 	
}

/**********************************************/

.videoResponsive {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.videoResponsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#TT {
	display: none;
	position: absolute;
	z-index: 200000;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.9);
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;		
	border-radius: 8px;
	margin: 0px;
	padding: 5px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
}


/** CAPAS ─────────────────────────────────────────────────────────────────────────────────────────────────────────── */

#contenedor {
	position: relative;
    width: calc(100% - 40px);
    min-height: calc(100vh - 40px);
    margin: 20px auto 20px auto;
    padding-bottom: 60px;
    clear: both;
    background-color: #ffffff;
}

#cabecera {
	padding: 10px 20px;
	height: 100px;
	background-image: url("../imagenes/fondoCabecera.jpg");
    background-repeat: no-repeat;
    background-size: cover;	
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;      
}

#cabecera img {
	width: auto;
	height: 70px;
 	/*filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.5));*/
}

#pie {
	position: absolute;
	bottom: 0px;
	width: 100%;
    height: 30px;
    background-color: #000000;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;    
}

#pie p {
    text-align: center;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: .7em;    
}

#contenido {
    margin: 10px 10px 10px 10px;
}

#rutaSeccion {
    min-height: 20px;
    margin-top: 10px;
    background-color: #a3cbe7;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;    
}

#rutaSeccion img {
	height: 14px;
    margin: 0px 4px;
}

#rutaSeccion img.separador {
    height: 8px;
    margin: 1px 1px 0px 4px;
}

#rutaSeccion h1, #rutaSeccion h2, #rutaSeccion h3 {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: .8em;
    line-height: 20px;    
    color: #000000;    
}

#ayuda {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
    margin-bottom: 30px;
	background-color: #dce4eb;
    padding: 10px;
}  

#ayuda img.iconoAyuda {
    width: 25px;
    height: 25px;
}

#ayuda p {
	width: calc(100% - 30px);
    font-size: .8em;
    line-height: normal;
}

#ayuda #buscador {
	width: 100%;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;	
}

.botonSeccion {
    float:left;
    margin: 0px;
    margin-left: 15px;
    margin-right: 14px;
}

.botonSeccion img {
    border: 0px;
    float: left;
    margin-right: 5px;
    margin-top: 1px;
}

.botonSeccion p {
    margin:0px;
    border: 0px;
    float: left;
    font-size: .7em;
}

.ventanaEnvios {
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #666666;
    overflow-x: hidden;
    overflow-y: scroll;
}


/** PANTALLA LOGIN ────────────────────────────────────────────────────────────────────────────────────────────────── */

#formularioLogin  {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    max-width: calc(100% - 40px);
    height: auto;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);	
}

#formularioLogin img {
	width: 120px;
	margin: 0px auto 20px auto;
}

#formularioLogin input {
	width: 100%;
	margin-bottom: 20px;
	height: 35px;
	padding: 5px;
    color: #000000;
    border: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;    
	background-color: #efefef;
}

#formularioLogin p.mensaje {
	margin: 0px;
	margin-bottom: 10px;
    text-align: center;
}

/**********************************************/

.cm {
	position: relative;
	height: 30px;
}

.mLogin {
	position: absolute;
	display: none;
	box-sizing: border-box;
	width: 100%;
	padding: 2px;
	margin-top: 4px;
	color: #ffffff;
	background-color: #ce0008;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}


/** INFO INICIO ───────────────────────────────────────────────────────────────────────────────────────────────────── */

.bloqueInfo {
	margin-top: 30px;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	display: -moz-flex;
	-moz-flex-wrap: wrap;
	-moz-align-items: stretch;
	-moz-justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.info {
	width: 48%;
	margin-top: 50px;
	border: 1px solid #a1aeb7;
}

.info h1 {
	margin: 0px;
	padding: 5px;
	color: #ffffff;	
	background-color: #a1aeb7;
}

/**********************************************/

.procesosMysql {
	width: 100%;
	margin-top: 50px;
}

.procesosMysql h1 {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	color: #ffffff;	
	background-color: #a1aeb7;
}

.procesosMysql td {
	font-size: 0.6em !important;
}


/** SUBIDA / RECORTE DE FOTOS ─────────────────────────────────────────────────────────────────────────────────────── */

.selectorFotos {
	float: left;
	display: flex;
	flex-wrap: nowrap;
  	align-items: center;
  	justify-content: flex-start;  
}

.selectorFotos .indicadorFoto {
	width: 35px;
	height: 35px;
	margin-right: 10px;
}

.selectorFotos .eliminarFoto {
	cursor: pointer;
	width: 35px;
	height: 35px;
	margin-right: 10px;
}

.selectorFotos input {
	height: 35px;
	margin-right: 10px;
}

/**********************************************/

.datosRecorte {
	position: relative;
	float: right;
	display: flex;
	flex-wrap: nowrap;
  	align-items: stretch;
  	justify-content: space-between; 	
	width: 400px;
    margin-bottom: 20px;
    padding: 10px;
	border: 1px solid #d8d8d8;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;	
	border-radius: 10px;	    
	-webkit-box-shadow: inset 0px 0px 20px -2px rgba(178,178,178,0.2); 
	box-shadow: inset 0px 0px 20px -2px rgba(178,178,178,0.2);
	background-color: #effaee;
}

.datosRecorte p {
	font-family: monospace;
	font-size: 1em;
	color: #666666;
}

.datosRecorte img {
	height: 40px;
}

.datosRecorte div.posicion {
	width: 60px;
}

.datosRecorte div.tam {
	width: 90px;
}

.datosRecorte div.destino {
	width: 160px;
	padding-left: 5px;
	border-left: 1px solid #d8d8d8;
}

.datosRecorte div.destino div {
	display: none;
}

.datosRecorte div.destino div img {
	height: 20px;
	float: left;
	margin-right: 3px;
}

.datosRecorte div.destino div.avisoFoto p {
	font-size: 0.9em;
	line-height: 20px;
	color: #ff0000;
	font-weight: 700;
}

/**********************************************/

#previoImagenContenedor {
    width: 70%;
    margin: 0px auto 10px auto;
}

#logo {
	display: block;
	margin: 0px auto;
	margin-bottom: 10px !important;
}

#previoImagen {
    width: 100%;
    margin-bottom: 10px !important;
}


/** FORMULARIOS ───────────────────────────────────────────────────────────────────────────────────────────────────── */

.campoObligatorio {
    color: #ff0000;
    font-weight: 700;
    font-size: 1em;
}

.bloqueCampoFormulario {
    margin-bottom: 10px;
}

.ent, .lnk {
	display: none;
}

.bloqueCampoEditor {
    margin: 0px;
    margin-bottom: 10px;
}

.bloqueCampoFormulario p, .bloqueCampoEditor p {
    margin: 0px;
    font-size: .8em;
    color: #000000;
}

.bloqueCampoFormulario input {
	width: 100%;
	height: 35px;
	margin: 0px;
	padding: 5px;
    color: #000000;
    border: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;    
    background-color: #efefef;
}

.bloqueCampoFormulario select {
	width: 100%;
	height: 35px;
	margin: 0px;
	padding: 4px;
    color: #000000;
    border: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;    
    background-color: #efefef;
}

.bloqueCampoFormulario textarea {
	width: 100%;
	margin: 0px;
	padding: 5px;
    color: #000000;
    border: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;    
    background-color: #efefef;
}

.bloqueCampoFormulario img {
	display: inline;
    cursor: pointer;
    margin-top: 1px;
    margin-left: 5px;
}

input[type="date"] {
	width: 150px;
}

input[name="chkNoticiaDestacada"] {
	float: left;
	width: 28px;
	height: 28px;
	margin: 4px 4px 0px 0px;
}


/** BOTONES ───────────────────────────────────────────────────────────────────────────────────────────────────────── */

.boton {
	display: table;
	height: 35px;
	margin: 0px auto;
	padding: 0px 10px 0px 12px;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 33px;
	letter-spacing: 2px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #3083c9;	
	background-color: #3083c9;	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.boton:hover {
	color: #3083c9;
	background-color: transparent;
}

.botonOff {
	opacity: 0.2;
	display: table;
	height: 35px;
	margin: 0px auto;
	padding: 0px 10px 0px 12px;
	cursor: default;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 33px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #3083c9;	
	color: #ffffff;
	background-color: #3083c9;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.botonOff:hover {
	color: #ffffff !important;
	background-color: #3083c9 !important;
}

#botonAccionOff, #botonAccionCOff {
	display: none;
}

/**********************************************************/

.bEntrar {
	width: 250px;
}

/**********************************************************/

#bVolver {
	cursor: pointer;
	float: right;
	clear: all;
    padding-left: 24px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	line-height: 30px;
	letter-spacing: 2px;
	color: #666666;    
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ4OSA0ODkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4OSA0ODk7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxwYXRoIGQ9Ik00MjkuNCwyNTUuMDMzYy0zNS40LTQzLjEtMTAyLjEtOTQuNC0yMTkuNy05OC44di03OS44YzAtNC43LTIuNy05LjEtNy0xMS4xcy05LjQtMS40LTEzLDEuNkw0LjUsMjE5LjYzMyAgIGMtMi44LDIuMy00LjUsNS44LTQuNSw5LjRjMCwzLjcsMS42LDcuMSw0LjQsOS40bDE4NS4yLDE1My4zYzMuNywzLDguNywzLjcsMTMsMS42YzQuMy0yLDctNi4zLDctMTEuMXYtNzkuNSAgIGM3Ni44LDAuMywxOTQuMiw2LDI1Ni41LDExNS45YzIuMiwzLjksNi4zLDYuMiwxMC43LDYuMmMxLDAsMi4xLTAuMSwzLjEtMC40YzUuNC0xLjQsOS4xLTYuMyw5LjEtMTEuOCAgIEM0ODkuMSwzNzEuNTMzLDQ3My40LDMwOC42MzMsNDI5LjQsMjU1LjAzM3ogTTE5Ny40LDI3OC4yMzNMMTk3LjQsMjc4LjIzM2MtMy4zLDAtNi40LDEuMy04LjcsMy42cy0zLjYsNS40LTMuNiw4Ljd2NjUuNyAgIGwtMTUzLjUtMTI3LjFsMTUzLjYtMTI2Ljd2NjUuN2MwLDYuNyw1LjQsMTIuMiwxMi4xLDEyLjNjMTc2LDEuNywyNDEuNiwxMDksMjYwLjcsMTg0LjQgICBDMzgyLjIsMjc4LjMzMywyNjguNywyNzguMjMzLDE5Ny40LDI3OC4yMzN6IiBmaWxsPSIjNjY2NjY2Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 20px;
}

/**********************************************/

.botonBuscar {
	width: 120px;
	margin: 0px 0px 10px 0px;
}

.botonVerTodo {
	width: 120px;
	margin: 0px 0px 10px 0px;
}

/**********************************************/

.bRecortarFoto {
	display: none;
	padding: 0px 10px 0px 35px;
	background-image: url("../imagenes/crop.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 20px;		
}

.bGuardarSesion:hover {
	background-color: rgba(50,50,50,0.8);
}

/**********************************************/

.bInsertar {
	padding: 0px 10px 0px 40px;
	background-image: url("../imagenes/save.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 20px;		
}

.bMas {
	padding: 0px 10px 0px 40px;
	background-image: url("../imagenes/mas2.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 20px;		
}

.bEnviar {
	padding: 0px 10px 0px 40px;
	background-image: url("../imagenes/send.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 20px;		
}

.bGuardarConcepto {
	float: right;
	padding: 0px 10px 0px 40px;
	background-image: url("../imagenes/list.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 20px;		
}

.bPDF {
	padding: 0px 10px 0px 40px;
	background-image: url("../imagenes/pdf2.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 20px;		
}

.bExcel {
	margin-top: 30px;
	padding: 0px 10px 0px 40px;
	border-color: #009900;
	background-color: #009900;
	background-image: url("../imagenes/excel.svg");
	background-repeat: no-repeat;
	background-position: 10px 7px;
	background-size: 20px;
}

.bExcel:hover {
	color: #009900;
}





/** PAGINACIÓN ────────────────────────────────────────────────────────────────────────────────────────────────────── */

#numResultadosPaginacion {
    float: left;
    margin: 5px;
    padding-right: 5px;
	display: flex;
	flex-wrap: nowrap;
  	align-items: center;
  	justify-content: flex-start;
	border-radius: 6px;
	background-color: #3083c9;
}

#numResultadosPaginacion p {
    margin: 0px 5px;
    font-size: 0.7em;
    color: #ffffff;
}

#numResultadosPaginacion select {
    padding: 0px 2px;
    height: 25px;
    border: 0px;
	font-size: .7em;
	color: #ffffff;
	background-color: #3083c9;
}

#controlesPaginacion {
    float: right;
    margin: 5px;
	display: flex;
	flex-wrap: nowrap;
  	align-items: center;
  	justify-content: flex-start;	
}

#controlesPaginacion img {
	margin: 0px 2px;
	height: 25px;
}

#controlesPaginacion img.off {
   opacity: 0.2;
}

#controlesPaginacion p {
    margin: 0px 5px;
    font-size: 0.7em;
    color: #333333;
}


/** ACCESO ────────────────────────────────────────────────────────────────────────────────────────────────────────── */

#cajaCodigoAcceso  {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 130px;
    padding: 25px 25px 15px 25px;
    background-color: #eeeeee;
    text-align: center;      
}

#cajaCodigoAcceso p.mensaje {
    text-align: center;
}

#cajaCodigoAcceso div.intentos {
    font-size: 1em;
    color: #444444;
    font-weight: 400;
    text-align: center;
}

#bloquePanelBotones {
	width: 250px;
	margin: 0px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
	background: rgb(122,188,255); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 48%, rgba(56,122,209,1) 85%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 48%,rgba(56,122,209,1) 85%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 48%,rgba(56,122,209,1) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#387ad1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-box-shadow: inset 2px 2px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 2px 2px 10px 0px rgba(0,0,0,0.75);
	box-shadow: inset 2px 2px 10px 0px rgba(0,0,0,0.75);
}

#bloquePanelBotones img {
	cursor: pointer;
	float: left;
	width: 40px;
	margin: 5px;
}

#bloquePanelBotones img:hover {
	opacity: 0.8;
}


/** AVISO BLOQUEO IP ──────────────────────────────────────────────────────────────────────────────────────────────── */

.fondoIPB {
    background-color: #000000; 
}

.logoIPB {
 	margin: 30px;
 	padding: 0px;
 	margin-left: auto;
 	margin-right: auto;
}

.textoIPB {
	width: 1000px;
 	margin: 0px;
 	padding: 0px;
 	margin-top: 10px;
 	margin-left: auto;
 	margin-right: auto;
 	margin-bottom: 30px;
    font-size: 1em;
    color: #ffffff;
    text-align: justify;
    line-height:normal;
}

.textoIPB b {
	color: #ff0000;
}


#logosIPB {
	margin: 0px;
 	padding: 0px;
}

#logosIPB img {
	margin: 30px;
 	padding: 0px;
}


/** MENU ──────────────────────────────────────────────────────────────────────────────────────────────────────────── */

nav#bloqueMenu {
	margin: 10px; 
	display: flex;
	flex-wrap: nowrap;
  	align-items: center;
  	justify-content: space-between;		
}

#menu {
    width: calc(100% - 150px);
    height: 140px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #aaaaaa;
    overflow: hidden;
}

#menu #tabs {
    padding: 10px;
    padding-bottom: 0px;
    background-color: #000000;
}

#menu #tabs ul {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#menu #tabs li {
    cursor: pointer;
    margin: 0px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 6px;
    float: left;
    background-color: #d0d0d0;
    font-family: 'Open Sans', sans-serif;
    font-size: .7em;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
    border-bottom: 1px solid #000000;
}

#menu #tabs li:hover {
    background-color: #bab9b9;
}

#menu #tabs li.tabOn {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

/**********************************************/

.contenidoTabs {
    display: none;
    height: 95px;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
}

/**********************************************/

.opcionMenu {
    cursor: pointer;
    display: inline-table;
    white-space: nowrap;
    width: 80px;
    margin: 0px;
    margin-top: 15px;
    margin-right: 5px;
}

.opcionMenu:hover img {
    opacity: 0.5;
}

.opcionMenu img {
    width: 32px;
    height: 32px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 5px;
}

.opcionMenu p {
    white-space: normal;
    text-align: center;
    margin: 0px;
    line-height: 1em; 
    font-size: .8em;
}

/**********************************************/

#fMenu {
	display: none;
	position: fixed;
	z-index: 9;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#botonMenuMovil {
	position: fixed;
    top: 7px;
    left: 7px;
    z-index: 2000;
    padding: 1px;
    cursor: pointer;
    background-color: #3083c9;
    border-radius: 5px;
}

#botonMenuMovil .bar1, #botonMenuMovil .bar2, #botonMenuMovil .bar3 {
    margin: 5px;
    width: 25px;
    height: 5px;
    display: block;
    background-color: #ffffff;
    border-radius: 5px;
}

#botonMenuMovil .bar:last-child {
    margin-bottom: 0;
}

#menuLateralMovil {
	position: fixed;
	z-index: 10;
	top: 0px;
	left: -240px;
	width: 240px;
	height: 100%;
	padding: 55px 5px 0px 5px;
	overflow-y: auto;
	background-color: #000000;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition: left 0.4s ease;
	-moz-transition: left 0.4s ease;
	-ms-transition: left 0.4s ease;
	-o-transition: left 0.4s ease;
	transition: left 0.4s ease;	
}
#menuLateralMovil.open-sidebar {
    left: 0;
}

#menuLateralMovil h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 5px;
	font-size: 1em;
	font-weight: 300;
	color: #000000;
	background-color: #a3cbe7;
}

#menuLateralMovil ul {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none;
}

#menuLateralMovil ul li {
	cursor: pointer;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 22px;
	font-size: 0.9em;
	font-weight: 300;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 0px 2px;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;	
}

#menuLateralMovil ul li.submenuM {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 0.7em;
}


/** MÓDULO DATOS USUARIO ──────────────────────────────────────────────────────────────────────────────────────────── */

#datosUsuario {
	position: relative;
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    background-size: cover;
}

#datosUsuario p {
	position: absolute;
	width: 100%;
	bottom: 0px;
    padding: 2px 5px 2px 5px;
    font-size: 0.6em;
    color: #ffffff;
    background-color: #000000;
    background-color: rgba(0,0,0,0.5);
    text-transform: uppercase;
}

#botoneraDatosUsuario {
    position: absolute;
    top: 8px;
    right: 8px;
}

#botoneraDatosUsuario img {
    cursor: pointer;
    float: left;
    width: 24px;
    height: 24px;
    margin-left: 6px;
}

#botoneraDatosUsuario img:hover {
    opacity: 0.5;
}


/** TABLAS ────────────────────────────────────────────────────────────────────────────────────────────────────────── */

.tablaLogs {
    height: 300px;
    overflow: auto;
}

h2.tituloLogs {
    margin-top: 30px;
    padding: 5px;
    background-color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
}

.tablaResultados {
	width: 100%;
}

.tablaResultados a:link, .tablaResultados a:active, .tablaResultados a:visited {
    text-decoration: none;
    color: #000000;
}
.tablaResultados a:hover {
    text-decoration: none;
}

.tablaResultados table {
	width: 100% !important;
}

.tablaResultados thead th {
    background-color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
	padding: 5px;
}

.tablaResultados thead th img, .tablaResultados tbody td img {
	cursor: pointer;	
	width: 25px;
	margin: 0px auto;
}

.filaDatos td {
	position: relative;
	z-index: 1;
}

.botonesTabla div {
	display: flex;
	flex-wrap: nowrap;
  	align-items: center;
  	justify-content: center;  
}

.menuBotones {
	cursor: pointer;
	display: none;
}

.bloqueBotones {
	position: absolute;
	top: 1px;
	left: 2px;
	display: none;
  	padding: 2px;
	background-color: rgba(0,0,0,0.7);
}

.bloqueBotones img {
	float: left;
    margin: 2px 5px 2px 5px !important;
}

td.botonesTabla img {
    margin: 0px 5px 0px 5px !important;
}

.botonesTabla img.off {
	cursor: default;
	opacity: 0.1;
}

.N {
	cursor: pointer;
}

.tablaResultados tbody td {
    margin: 0px;
    padding: 0px;   
    border-bottom: 1px solid #BEBEBE;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    text-align: center;
    color: #000000;
    padding: 5px;
}

.tablaResultados tbody tr:last-child td  {
    border-bottom: 0px !important;
}

.tablaResultados input[type="checkbox"] {
    width: 30px;
    height: 30px;
}

.filaDatos {
    background-color: #ffffff;
}
.filaDatos:hover {
    background-color: #EEEEEE;
}

.filaDatosBaja {
    background-color: #ffd3d3;
}
.filaDatosBaja:hover {
    background-color: #EEEEEE;
}

.filaDatos_Sub {
    display: none;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.filaDatos_Sub iframe {
	width: 100% !important;
	min-height: 100px !important
}

.filaCargandoDatos  {
    display: none;
}

.filaCargandoDatos p {
    margin: 10px;
    font-weight: 700;
    font-size: 11px;
    color: #5F5F5F;
}

.colgadorSubTabla {
    background-image: url('../imagenes/colgadorSubTabla.svg');
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 100% auto;
}

.subTabla {
    padding-top: 8px;
}

.subTabla img.loading {
	padding: 5px 0px 5px 0px;
	width: auto;
	height: auto;
    margin-left: 0px;
    margin-right: 0px;
}

table .separador {
	height: 20px;
	background-color: #BEBEBE;
}

.mensajeF img {
	width: 150px;
	margin: 50px auto;
}

.mensajeF h2 {
	margin: 0px;
	font-size: 1.5em;
	text-align: center;
}

.mensajeF p {
	font-size: 1em;
	text-align: center;
}

.mensajeF a {
	text-decoration: underline;
}

.mensajeF a:hover {
	text-decoration: none;
}


/** PANTALLA ACCESO DENEGADO ──────────────────────────────────────────────────────────────────────────────────────── */

#mensajeAccesoDenegado {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-top: 80px;
    margin-bottom: 115px;
    padding: 25px;
    background-color: #EEEEEE;
    text-align: center;
    border: 0px;
}

#mensajeAccesoDenegado img.iconoError {
    border:0px;
    margin-right: 15px;
    float:left;
}


/** PANTALLA INICIO ───────────────────────────────────────────────────────────────────────────────────────────────── */

.bloqueEnlacesInicio {
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 850px;
    display: table;
}

.tituloEnlacesInicio {
    margin: 0px;
}

.tituloEnlacesInicio img {
    border: 0px;
    margin:0px;
    margin-right: 15px;
    float:left;
}

.tituloEnlacesInicio h1 {
    margin: 0px;
    margin-top: 15px;
    float: left;
    font-size: 1em;
    font-weight: 700;
    color: #333333;
    border-bottom: 1px solid #005e91;
    width: 730px;
}

.enlaceInicio {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    width: 130px;
    float:left;
}

.enlaceInicio img {
    border: 0px;
    margin:0px;
}

.enlaceInicio p {
    margin-top: 10px;
    font-size: .8em;
    font-weight: 700;
    color: #333333;
    line-height: normal;
    text-align: center;
}

.lineaSeparador {
    width: 850px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #BEBEBE;
}


/** CLIENTES ──────────────────────────────────────────────────────────────────────────────────────────────────────── */

#bNombreBuscador {
	width: calc(100% - 280px);
}

#bNombreCliente {
	width: calc(100% - 700px);
}

#bFecha {
	width: 150px;
}

#bIdentificacionCliente {
	width: 200px;
}

#bIdentificacionCliente select {
	float:left;
	width: 65px;
	margin-right:5px;
}

#bIdentificacionCliente input {
	width: 130px;
	text-transform: uppercase;
}

#bEmail {
	width: 300px;
}

#bEmail input {
	text-transform: lowercase;
}

#bTelefono {
	width: 100px;
}

#bDireccion {
	width: calc(100% - 1100px);
}

#bCP {
	width: 100px;
}

#bLocalidad {
	width: 200px;
}

#bProvincia {
	width: 200px;
}

#bPaises {
	width: 300px;
}

#bPaises {
	width: 300px;
}

#bNombreAlumno {
	width: calc(50% - 10px);
}

#bCursoCliente {
	width: calc(50% - 10px);
}

#bPrecioCursoCliente {
	width: calc(35% - 20px);
}

#bPrecioEspecial {
	visibility: hidden;
	width: calc(65% - 20px);
}

#bFormaPagoCursoCliente {
	width: calc(35% - 20px);
}

#bNumCuenta {
	visibility: hidden;
	width: calc(65% - 20px);
}

.contenedorTags {
	margin-top: 5px;
}

.tag {
	cursor: pointer;
	display: inline-table;
	margin: 0px 10px 5px 0px;
	padding: 5px 10px 5px 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	color: #ffffff;
	background-color: #6998b7;
	border-radius: 5px;
 	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

.tag:hover {
	color: transparent;
    background-image: url("../imagenes/eliminar.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}


/** FACTURACIÓN ───────────────────────────────────────────────────────────────────────────────────────────────────── */

#bClientesBuscador {
	width: calc(100% - 905px);
}

#bYearsBuscador {
	width: 70px;
}

#bFechaDesdeBuscador, #bFechaHastaBuscador {
	width: 150px;
}

#bMesesBuscador {
	width: 110px;
}

#bPagadaBuscador {
	width: 70px;
}

#bNumFactura {
	width: 100px;
}

#bNumFactura input {
	text-align: center;
}

#bClientesSelector {
	width: 100%;
}

#bRazonSocial {
	width: calc(100% - 220px);
}

#bDireccionF {
	width: calc(100% - 1000px);
}

.tablaFactura {
	width: 100%;
}

.tablaFactura table {
	width: 100% !important;
}

.tablaFactura thead th {
    background-color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
	padding: 5px;
}

.tablaFactura thead th img, .tablaFactura tbody td img {
	cursor: pointer;	
	width: 25px;
	margin: 0px auto;
}

.tablaFactura tbody td {
    margin: 0px;
    padding: 0px;   
    border-bottom: 1px solid #BEBEBE;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    text-align: center;
    color: #000000;
}

.tablaFactura tbody tr.filaDatos td {
    padding: 5px;   
}

.tablaFactura tbody tr:last-child td  {
    border-bottom: 0px !important;
}

.tablaFactura tbody td input {
	width: 100%;
	height: 35px;
	margin: 5px 0px;
	padding: 5px;
    color: #000000;
    border: 1px solid #BEBEBE;
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;    
}

.tablaFactura tbody td input.euro {
	padding: 5px 25px 5px 5px;
	text-align: right;
	background-image: url("../imagenes/euro.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 5px);
    background-size: 15px 15px;
}

.tablaFactura tfoot th {
    margin: 0px;
    padding: 0px;   
    border-bottom: 1px solid #BEBEBE;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    text-align: right;
    color: #000000;
    padding: 5px;
}

.selectorImpuestos {
	width: 100%;
	height: 35px;
	margin: 0px;
	padding: 4px;
    color: #000000;
    border: 0px;
    text-align: right !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 700;   
    background-color: #efefef;
	text-align-last: right;
}
.selectorImpuestos option {
	direction: rtl;
}

.totalFactura th {
	font-size: 1.2em !important;
	border-bottom: 0px !important;
}


/** CURSOS ────────────────────────────────────────────────────────────────────────────────────────────────────────── */
	
	
	
	
/** PRECIOS ───────────────────────────────────────────────────────────────────────────────────────────────────────── */

#bPrecio {
	width: calc(100% - 120px);
}

#bImporte {
	width: 100px;
}


/** USUARIOS ──────────────────────────────────────────────────────────────────────────────────────────────────────── */

#bLogin {
	width: calc(25% - 20px);
}

#bPassword {
	width: calc(25% - 20px);
}

#bConfirmacionPassword {
	width: calc(25% - 20px);
}

#bPermisos {
	width: calc(25% - 20px);
}

#bPermisos {
	width: 100%;
}


/** SECCIONES ─────────────────────────────────────────────────────────────────────────────────────────────────────── */

#bIdSeccion {
	width: 100px;
}

#bNombreSeccion {
	width: calc(100% - 120px);
}

#bBSTipoUsuario {
	width: 150px;
	margin-right: 20px;
}

#bBSTipoUsuario {
	width: 100%;
}

#bBSSeciones {
	width: 200px;
}

#bBSSeciones {
	width: 100%;
}




