@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'GeosansLight';
    src: url('../fonts/GeosansLight/geosanslight-webfont.eot');
    src: url('../fonts/GeosansLight/geosanslight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GeosansLight/geosanslight-webfont.woff') format('woff'),
         url('../fonts/GeosansLight/geosanslight-webfont.ttf') format('truetype'),
         url('../fonts/GeosansLight/geosanslight-webfont.svg#geosanslightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GreatVibes';
    src: url('../fonts/GreatVibes/GreatVibes-Regular.eot');
    src: url('../fonts/GreatVibes/GreatVibes-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GreatVibes/GreatVibes-Regular.woff2') format('woff2'),
         url('../fonts/GreatVibes/GreatVibes-Regular.woff') format('woff'),
         url('../fonts/GreatVibes/GreatVibes-Regular.ttf') format('truetype'),
         url('../fonts/GreatVibes/GreatVibes-Regular.svg#great_vibesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family:"LatoLight";
	src:url("../fonts/Lato_Light/Lato-Light.eot?") format("eot"),
		url("../fonts/Lato_Light/Lato-Light.woff") format("woff"),
		url("../fonts/Lato_Light/Lato-Light.ttf") format("truetype"),
		url("../fonts/Lato_Light/Lato-Light.svg#Lato-Light") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/Lato_Regular/lato-regular.eot');
    src: url('../fonts/Lato_Regular/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato_Regular/lato-regular.woff2') format('woff2'),
         url('../fonts/Lato_Regular/lato-regular.woff') format('woff'),
         url('../fonts/Lato_Regular/lato-regular.ttf') format('truetype'),
         url('../fonts/Lato_Regular/lato-regular.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* INICIO COMUNES */
body
{
	font-family:LatoLight;	
}
.latoR
{
	font-family:LatoRegular;	
}
.greatV
{
	font-family:GreatVibes;
}
.geosansL
{
	font-family:GeosansLight;	
}
html, body {
    width: 100%;
    height: 100%;
}
.displayInline
{
	display:inline-block;
	vertical-align:top;
}
.vMid
{
	vertical-align:middle;	
}
.center
{
	text-align:center;	
}
.left
{
	text-align:left;	
}
.right
{
	text-align:right;	
}
.centrarWeb
{
	width:960px;
	margin:auto;	
}
.relative
{
	position:relative;	
}
.tituloSeccion
{
	font-size:20px;
	line-height:110%;
	font-weight:bold;
	color:rgb(94,103,51);
}
.subTituloSeccion
{
	font-size:16px;
	font-style:italic;
	color:rgb(51,51,51);
}
.subTituloSeccion2
{
	text-align:justify;
	font-size:15px;
	color:rgb(51,51,51);
}
.justify
{
	text-align:justify;	
}
input[type="text"],input[type="email"],input[type="password"],input[type="search"]
{
	font-family:LatoRegular;
	margin:4px 0px;
	padding-left:5px;
	outline:none;
	background-color:rgb(255,255,255);
	width:248px;
	height:33px;
	border-color:rgb(216,216,216);
	border-width:1px;
	border-radius:8px ;
	border-style:solid;
	box-shadow:2px 2px 3px rgba(204,204,204,0.2);
}
input[type="submit"]
{
    font-family: LatoLight;	
}
input[type="search"]
{
	margin-left:0px !important; /* DATATABLE  */
	background-image:url(../img/iconos/buscar.png);
    background-position: 210px center;
	background-repeat:no-repeat;
}
label
{
	font-size:15px;
	line-height:100%;
	color:rgb(51,51,51);	
}
.styleLabel
{
	display: block;
	margin-bottom:4px;
	font-weight:bold;
	color:#5E6633;
}
.btnStandard,.btnStandard a
{
	transition: all .7s ease;
	cursor:pointer;
	background:#9AAB58;
	color:white;
	text-align:center;
	padding: 12px 23px 12px;
	border-radius:8px ;
	font-weight:bold;
	font-size:18px;
	box-shadow:2px 2px 3px rgba(204,204,204,0.2);
	outline: none;
    border: none;
    line-height: 100%;
}
.btnStandard:hover,.btnStandard a:hover
{
	background:	#9F9F9F;
}
*
{
	padding:0px;
	margin:0px;	
}
.sprite
{
	background-image:url(../img/spriteMail.png);	
}
.section
{
	display:inline-block;
	vertical-align:top;
	width:690px;
	border:1px solid #D8D8D8;
	border-radius:8px;
    margin-left: 13px;
    padding: 10px 20px;
	min-height:400px;
}
/* FIN COMUNES */

/* --------------------------------------------------- */

/* Inicio HEADERS */
#header
{
	background:url(../img/fondos/fondoBanner.png) no-repeat;
	width:960px;
	height:100px;
	margin-bottom:30px;
}
#textoBanner 
{
    padding-top: 25px;
    margin-right: 20px;
}
#sobreBanner
{
    width: 98%;
    height: 100px;
    margin: 0 0 0 15px;
}
#tituloBanner
{
	font-size:35px;
	line-height:120%;
	color:rgb(255,255,255);
	text-align:right;
}
#mensajeBienvenida
{
	font-size:16px;
	line-height:120%;
	font-weight:bold;
	color:rgb(255,255,255);
	text-align:right;
}

/* Fin HEADERS */


/* Inicio Login */
.current_section_login,.current_section_baja,.current_section_recuperarPassword,.current_section_alta {
	display: table;
    background: url(../img/fondos/fondoLogin.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#bloqueLogin,.bloqueNoLogueado
{
	width:655px;
	height:365px;
	background-color:rgb(255,255,255);
	box-shadow:0px 0px 20px 5px rgba(136,136,136,0.3);
	margin:auto;
}
.current_section_login #wrapper,.current_section_baja #wrapper,.current_section_recuperarPassword #wrapper,.current_section_alta #wrapper
{
	display: table-cell; 
    vertical-align: middle; /* vertical */	
}

#imagenSobreLogin,.imagenSobreNoLogueado
{
	background-image: url(../img/iconos/sobreLogin.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:322px;
	height:100%;
}
.lineasLogin,.lineasNoLogueado
{
	background-image: url(../img/iconos/lineaLogin.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:2px;
	height:100%;	
}
#formularioLogin,.formularioNoLogueado
{
	width:322px;	
}
.current_section_alta #bloqueLogin
{
	display: table;
}
#formularioConsentimiento
{
    padding: 10px 20px;
	width:100%;
    display: table-cell;
    vertical-align: middle;
}
#formularioConsentimiento #formAlta
{
    padding: 0 100px;	
}
#formularioConsentimiento #formAlta .justify
{
	margin-top:15px;	
}
#formLogin
{
    width: 248px;
	margin:auto;
}
#tituloLogin
{
	font-size:35px;
	font-weight:bold;
	color:rgb(154,171,88);
}
#bloqueLogin .subTituloSeccion,.bloqueNoLogueado .subTituloSeccion
{
	padding:0px 10px;
	width:213px;
	margin:auto;
}
#formRecordar
{
	margin:5px 0px;	
}
#olvidePassword
{
    display: block;
	padding-left: 17px;
	font-size:15px;
	font-style:italic;
	color:rgb(94,102,51);
	text-align:left;
	cursor:pointer;
}

/* Fin Login */

/* Inicio Menu */
#menu
{
	width:210px;	
}
.bloqueMenu
{
	background-color:rgb(255,255,255);
	border-color:rgb(216,216,216);
	border-width:1px;
	border-radius:8px ;
	border-style:solid;
	box-shadow:2px 2px 3px rgba(204,204,204,0.2);
    margin-bottom: 23px;
}
.listaMenu li a 
{ 
	color: rgb(51,51,51);
	text-decoration:none;
}
.listaMenu li a:before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #000;
    display: inline-block;
    margin: 0 6px 0 0;
    vertical-align: middle;
}
.listaMenu li
{
    font-size: 15px;
    list-style-position: inside;
	padding: 5px 0px;
}
.tituloMenu {
	position:relative;
    background: #9AAB58;
    height: 35px;
    line-height: 35px;
    border-radius: 7px 7px 0px 0px;
    color: white;
    font-weight: bold;
    font-size: 17px;
    padding-left: 15px;
}
.listaMenu ul
{
	list-style:none;
	line-height: 120%;
    padding: 10px 0px 10px 17px;
}
.imagenMenu
{
    top: 6px;
    right: 3px;	
	position:absolute;
	width:40px;
	height:40px;
}
.gestionarListas
{
	background-position:0px -169px;
}
.emailsSprite
{
	background-position:-40px -169px;
}
.cerrarSesionSprite
{
	background-position:-80px -169px;
}

.listaMenu li.elementoSeleccionado,.listaMenu li:hover
{
	color:#5E6733;
	font-weight:bold;
}

/* Fin Menu */

/* Inicio Seccion Inicio */
#listadoMenuInicio .listadoItem
{
    width: 27%;
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
	text-decoration:none;
}
#listadoMenuInicio .listadoItemImagen
{
	width:120px;
	height:119px;
    margin: auto;
}
#listadoMenuInicio .listadoItemTitulo
{
	font-weight:bold;
	font-size:15px;
	color:#5E6633;
}
.listadoItemImagen.crearListas
{
	background-position:-360px 0px;
}
.listadoItemImagen.importarListas
{
	background-position:-120px 0px;
}
.listadoItemImagen.listasCreadas
{
	background-position:0px 0px;
}
.listadoItemImagen.enviarEmail
{
	background-position:-240px 0px;
}
#tablaEmailsEnviados tr td:first-child,#tablaEmailsEnviados tr th:first-child
{
	text-align:center;
	padding-left:0px;
}
#tablaEmailsEnviados tr th:nth-child(4)
{
	text-align:center;
}
#bloqueImportarCorreo input[type=file]
{
	width: 312px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;	
}
/*#tablaDatatable .nombreLista,#tablaDatatable .asuntoLista,#tablaDatatable .fechaLista
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#tablaDatatable .asuntoLista
{
	width:75px;	
}
#tablaDatatable .nombreLista
{
	width: 143px;
}
*/
.listadoItemImagen.emailsEnviados
{
	background-position:-600px 0px;
}
.listadoItemImagen.editarFirma
{
	background-position:-480px 0px;
}
/* Fin seccion inicio *****************************  */


/* Inicio seccion crear listas */
#formCrearLista
{
	width:350px;
	margin:auto;	
}
#formCrearLista input[type='text']
{
	width:350px;
}

/* Fin seccion crear listas *****************************  */

/* Inicio seccion editar listas */

#nuevoCorreo
{
	border:1px solid #5E6733;
	border-radius:8px ;
	text-align:center;
	width:300px;
	height:165px;	
}
#bloqueNuevoCorreo
{
	margin-top:10px;	
}
#formNuevoCorreo #inputNuevoCorreo
{
	width:	250px;
}
#formNuevoCorreo label
{
	width:	250px;
	display:block;
	margin:auto;
	text-align:left;
}
#importarListaCorreo
{
	border: 1px solid #5E6733;
    border-radius: 8px;
    text-align: center;
    width: 312px;
    height: 165px;
    margin-left: 17px;
    padding: 0px 26px;	
}
#importarListaCorreo label
{
    text-align: left;
    display: block;
    margin-bottom: 7px;
}
#bloqueImportarCorreo
{
	margin-bottom:5px;	
}
/* Fin seccion editar listas *****************************  */

/* Inicio seccion listas creadas */
#bloqueEliminarCorreo
{
	border-color:rgb(94,103,51);
	border-width:1px;
	border-radius:8px ;
	border-style:solid;
	height:163px;
	padding:10px 0px;
}
#bloqueEliminarCorreo > div
{
	vertical-align:middle;	
}
#bloqueEliminarCorreo > div:nth-child(1)
{
	width:320px;
	margin-top: 20px;
    height: 137px;
}
#bloqueEliminarCorreo > div:nth-child(2)
{
	width:340px;
	padding:0px 10px;
	font-size:18px;
	line-height:120%;
	color:rgb(51,51,51);
	text-align:center;
}

#formEliminarCorreo
{
	width:270px;
	margin:auto;	
}
#tablaListasCreadas thead th:nth-child(2)
{
	text-align:center;
}
/* Fin seccion listas creadas *****************************  */

/* Inicio seccion ENVIAR EMAIL */
#formEnviarEmail > div:nth-child(1) > div
{
	vertical-align:middle;	
}
#formEnviarEmail select
{
	font-family: LatoLight;
	padding:5px;
	width:280px;
	height:155px;
	outline:none;
	font-size:15px;
	color:#333333;
	margin-top:5px;
	border:1px solid #D8D8D8;
	box-shadow:2px 2px 3px rgba(204,204,204,0.2);
	border-radius:6px;
}
#formEnviarEmail select option
{
	padding:2px 0px;
}
.botonesListas
{
	margin: 5px 7px;
	/*margin:5px 23px;	*/
}
.btnLista
{
	cursor:pointer;
	padding: 10px 25px;
	margin-bottom:10px;
	background-color:#9AAB58;
	box-shadow:-2px 2px 3px rgba(204,204,204,0.2);
    border-radius: 8px;
	transition:all 0.8s ease-in-out;
}
.btnLista:hover
{
	background-color:#9F9F9F;
}
#btnListaDerecha
{
	margin-top: 35px;	
}

/*
ICONO
#btnListaDerecha > div
{
	margin:auto;
	width:25px;
	height:25px;
	background-position:-25px -209px;
}
#btnListaIzquierda > div
{
	margin:auto;
	width:25px;
	height:25px;
	background-position:0px -209px;
}
*/
#btnListaIzquierda > div,#btnListaDerecha > div
{
	color:white;
	font-size:16px;
}

.formAsunto,#formAdjuntar
{
    vertical-align: middle;	
}
#formAsunto
{
    width: 472px;
}
/*#formAdjuntar .qq-uploader
{
	width:25px;
	height:25px;	
}*/
.qq-upload-list
{
	display:none;
}	
#formAdjuntar .qq-upload-button
{
	outline: none;
	padding:0px;
    margin-top: 18px;
	min-height:inherit;
	background:none;
	border:none;
    margin-left: 10px;
}
.qq-upload-button input[type=file]
{
	height:70px;
}
.iconoReutilizar
{
	width:25px;
	height:25px;
	background-position:-50px -119px;
}
.iconoReutilizar:hover
{
	background-position:-50px -144px;
}
.iconoAdjuntar
{
	width:25px;
	height:25px;
	background-position:0px -119px;
}
.iconoAdjuntar:hover,#formAdjuntar .qq-upload-button input:hover + .iconoAdjuntar
{
	background-position:0px -144px;	
}
#btnListaIzquierda {
    margin-top: 25px;
}

.archivoAdjunto
{
	width:462px;
	padding:7px 5px;	
	border:1px solid #DCDCDC;
	background-color:rgb(245,245,245);
	color:#5E6633;
	font-size:15px;
    margin: 10px 0px;
}
#archivosAdjuntos
{
	display:none;	
}
.cancelarFichero,.eliminarFichero
{
	cursor:pointer;	
}
.archivoAdjunto > span
{
	display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cargaFichero
{
    margin: 0px 12px 0px 14px;
    padding: 2px;
	width:101px;
	height:11px;
	border:1px solid #999999;
}
.tamanyoFichero {
    width: 68px;
}
.porcentajeCarga
{
	width:0%;
	background:#9AAB58;
    display: block;
    height: 100%;
}
.subidaFicheroError
{
	background:red;
}
.nombreFichero
{
    width: 240px;
    padding-right: 10px;
}
/* FIN SECCION ENVIAR EMAIL *****************************  */

/* Inicio DATATABLE */
#tablaDatatable
{
	border:1px solid #9AAB58;
	border-radius:13px;
    margin-top: 8px;
}
#tablaDatatable_wrapper .showing
{
	float:right;
}
.showing label
{
	font-size:15px;
	line-height:120%;
	font-weight:bold;
	color:rgb(94,102,51);
	text-align:right;	
}
.showing select
{
	margin-left:5px;
	font-family:LatoRegular;
	color:rgb(153,153,153);
	width:70px;
	height:35px;	
	outline:none;
	background-color:rgb(255,255,255);
	border-color:rgb(216,216,216);
	border-width:1px;
	border-radius:8px ;
	border-style:solid;
	box-shadow:2px 2px 3px rgba(204,204,204,0.2);
}
#tablaDatatable thead tr
{
	color:#FFF;
	text-align:left;
}
#tablaDatatable thead tr th
{
	background:#9AAB58;
}
table#tablaDatatable tbody tr.odd td.dataTables_empty
{
	border-radius:0px 0px 13px 13px ;		
}
#tablaDatatable tbody tr:last-child td:first-child
{
	border-radius:0px 0px 0px 13px ;	
}
#tablaDatatable tbody tr:last-child td:last-child
{
	border-radius:0px 0px 13px 0px;
}
#tablaDatatable thead tr:first-child th:first-child
{
	border-radius:13px 0px 0px 0px;
}
#tablaDatatable thead tr:last-child th:last-child
{
	border-radius:0px 13px 0px 0px;
}
#tablaDatatable thead th
{
	font-size:16px;
	line-height:120%;
	font-weight:bold;
	color:rgb(255,255,255);
	text-align:left;
	border:none;	
}
#tablaDatatable tbody tr td
{
	border-bottom: 1px solid #CCCCCC;
	font-size:15px;
	line-height:120%;
	color:rgb(51,51,51);
	text-align:left;	
}
#tablaDatatable tbody tr:last-child td
{
	border-bottom: none;
}
#tablaDatatable .iconoEliminar
{
	width:25px;
	height:25px;
	background-position:-75px -144px;
	cursor:pointer;
}
#tablaDatatable .iconoEliminar:hover
{
	background-position:-75px -119px;
}
#tablaDatatable .iconoDescargar,
.btnDescargarLista .iconoDescargar
{
	margin-right:5px;
	width:25px;
	 height:25px;
	 background-position:-150px -144px;
	 cursor:pointer;
}
#tablaDatatable .iconoDescargar:hover,
.btnDescargarLista .iconoDescargar:hover
{
	background-position:-150px -119px;
}
#tablaDatatable .iconoEditar
{
	margin-right:5px;
	width:25px;
	height:25px;
	background-position:-25px -119px;
	cursor:pointer;
}
#tablaDatatable .iconoEditar:hover
{
	background-position:-25px -144px;
}
.tooltipster-base
{
	width:81px !important;
	border:none !important;
	text-align:center;
	padding:5px;
	background-color:#9AAB58 !important;
	border-radius:8px;
}
.current_section_listasCreadas .tooltipster-base
{
	width:91px !important;
}
.current_section_editarLista .tooltipster-base
{
	min-height:inherit;	
}
#tablaCorreos .iconoEliminar
{
    margin-left: 75px;	
}
#tablaCorreos .iconoDescargar
 {
	 margin-left: 75px;
 }
#tablaDatatable_wrapper .pagination .dataTables_paginate span
{
	display:none;	
}
#tablaDatatable_wrapper .pagination .dataTables_paginate a.paginate_button
{
    position: relative;
    z-index: 2;
	width:25px;
	height:25px;
	display:inline-block;
	padding:0px;
	margin-bottom:20px;
	margin-top:5px;
	cursor:pointer !important;
	margin-left:10px;
	background:url(../img/spriteMail.png);
}
#tablaDatatable_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button
{
	box-sizing: inherit;
    display: inline-block;
    min-width: 0px;
    padding: 0px;
	border:0px;
    margin-left: 0px;
	cursor: pointer;
    color: #333333 !important;
}
#tablaDatatable_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button:active
{
	box-shadow:none;	
}
#tablaDatatable_wrapper.dataTables_wrapper .dataTables_info
{
	clear:initial;
    width: 688px;
    text-align: center;
    position: absolute;
}
.paginate_button.previous.disabled
{
	background-position:-100px -119px !important;
}
.paginate_button.previous
{
	background-position:-100px -144px !important;
}
.paginate_button.next.disabled
{
	background-position:-125px -119px !important;
}
.paginate_button.next
{
	background-position:-125px -144px !important;
}
.paginate_button.previous:hover
{
	background-position:-100px -119px !important;
}
.paginate_button.next:hover
{
	background-position:-125px -119px !important;
}

/* Fin DATATABLE *****************************  */
.cke_editable
{
	color:red !important;	
}
.upload-imagen {
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-family: LatoLight;
	margin-right:5px;
}

.upload-imagen .btnSubirFichero {
  border: 2px solid #9AAB58;
  color: white;
  background-color: #9AAB58;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  font-family: LatoLight;
  cursor:pointer;
}

.upload-imagen input[type=file] {
    font-family: LatoLight;
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor:pointer;
}


/* Inicio FOOTER */
#footer
{
	margin-top:20px;
	font-size:14px;
	line-height:120%;
	font-style:italic;
	color:rgb(94,103,51);
	text-align:right;
	padding-right: 35px;
}

/* Fin FOOTER *****************************  */


/* INICIO LISTAS BAJA */
.btnDescargarLista {
	transition: all .7s ease;
	cursor: pointer;
	border: 1px solid #9AAB58;
	color: #9AAB58;
	text-align: center;
	padding: 12px 23px 12px;
	border-radius: 8px;
	font-weight: bold;
	font-size: 18px;
	box-shadow: 2px 2px 3px rgba(204,204,204,0.2);
	outline: none;
	line-height: 100%;
	margin: 10px;
	display: inline-block;
}
.btnDescargarLista:hover {
	color: #999999;
	border: 1px solid #999999;
}
.btnDescargarLista:hover .iconoDescargar
{
	background-position:-150px -119px;
}

/* FIN LISTAS BAJA*/

.styleLabelSelect {
	margin-bottom: 4px;
	font-weight: 700;
	color: #5e6633;
	display: inline-block;
	margin-right: 10px;
	margin-left: 60px;
}
#formEnviarEmail .tipoSelectNoticia,
#formEnviarEmail .tipoSelectBanner,
#formEnviarEmail .tipoSelectEncabezado
{
	height: auto;
	display: inline-block;
}

.gestinaFormElementPreviewFile {
	margin-top: 10px;
	margin-left: 10px;
	display: inline-block;
}

.boxOverNoticia {
	background: white;
	border: 1px solid black;
	padding: 20px;
	min-width: 260px;
	max-height: 300px;
	max-width: 600px;
}