#base_alta_newsletter:hover p#finalizar_alta a.alta,
#base_login:hover p.cabecera {
    opacity: 1
}
#cabecera_login {
    float: left;
    position: relative
}
#base_login {
	/* float: right; */
	height: 47px;
	margin: 0;
	overflow: hidden;
	padding: 0 0 3px;
	width: 42px;
	transition: height .8s ease;
	z-index: 700;
	position: absolute;
	top: 0;
	right: 24px;
	z-index: 1;
	transition: 0.5s ease all;
	background: #A7C2BF;
}
#base_login:hover {
    height: 160px;
    width: 350px;
    /* background: #A7C2BF; */
    /* box-shadow: 0px 5px 5px rgba(0,0,0,0.1); */
    
    z-index: 1000000;
}
#base_login:hover ul {
    width: 330px;
    opacity: 1;
}
#base_login p.cabecera {
	font-weight: 400;
	margin: 0;
	opacity: .6;
	padding: 0;
	width: 40px;
	font-size: 1.2em;
	height: 90px;
	float: right;
	opacity: 1;
	/* margin-right: 20px; */
	position: relative;
	z-index: 100;
	cursor: pointer;
	overflow: hidden;
}
#base_login p.cabecera::after {
	content: "\f023";
	font-size: 1.2em !important;
	color: #333333;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 14px;
	left: 10px;
	font-weight: 600;
	letter-spacing: -1px;
}
#base_login p.cabecera::before {
	width: 40px;
	height: 120px;
	background: #A7C2BF;
	content: "";
	position: relative;
	float: left;
}
#base_login ul {
	list-style: none;
	width: 0px;
	margin: 0px !important;
	padding: 70px 0 0;
	height: 80px;
	background: #A7C2BF;
	position: absolute;
	right: 0;
	opacity: 0;
	transition: 0.5s ease all;
}
#base_login ul li {
    float: left;
    height: auto;
    margin: 0 0 0 10px;
    padding: 0;
    width: 81%;
}
#base_login ul li#validar {
	margin: 0;
	text-align: center;
	width: 33%;
	float: right;
}
#base_login ul li#nuevos {
	width: 66% !important;
	margin-top: 7px;
	text-align: left;
	margin-left: 0 !important;
	float: right;
}
#base_login ul li#nuevos a {
    display: inline;
    float: none;
}
#base_login ul li#nuevos a.nuevo {
	/*display:none;*/
}

#base_login ul li label {
	color: #333333;
	float: left;
	font-size: 0.8em;
	height: auto;
	margin: 0;
	padding: 3px 0;
	text-align: right;
	text-transform: uppercase;
	width: 40%;
}
#base_login ul li input.login,
#base_login ul li input.password {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0);
    border-color: #aaa;
    border-image: none;
    border-style: none solid;
    border-width: 0 1px;
    color: #333333;
    float: right;
    height: 15px;
    margin: 0;
    padding: 4px 10px;
    transition: background .5s ease 0s;
    width: 123px;
    border: none;
}
#base_login ul li input.login:hover,
#base_login ul li input.password:hover {background: rgba(0,0,0,0.1);} 
#base_login ul li input.acceder {
	background: url(../img/acceder.png) 20px 2px no-repeat;
	border: none;
	color: #000;
	cursor: pointer;
	float: left;
	height: auto;
	margin: 5px 0;
	opacity: 1;
	padding: 5px 0 3px;
	position: relative;
	text-align: left;
	text-indent: 40px;
	width: 100%;
	/* filter: invert(1); */
	text-transform: uppercase;
}
#base_login ul li input.acceder:hover {
	background: url(../img/acceder.png) 20px 2px no-repeat;
	color: #ffffff;
}
#base_login ul li a {
/*	border-left: 1px solid #333333 !important;
*/	color: #333333;
	font-size: 0.7em;
	height: auto;
	margin: 10px 0 0;
	padding: 0 5px;
	text-align: left;
	text-decoration: none;
	width: auto;
	border-right: 1px solid #333333;
	text-transform: uppercase;
}
#base_login ul li a:hover {
    color: #ffffff
}

#base_logueado {
	height: 47px;
	margin: 0;
	overflow: hidden;
	padding: 0 0 3px;
	width: 42px;
	transition: height .8s ease;
	z-index: 700;
	position: absolute;
	top: 0;
	right: 24px;
	z-index: 1;
	transition: 0.5s ease all;
	background: #A7C2BF;
}
#base_logueado:hover {
    height: 200px;
    width: 350px;
    /* background: #A7C2BF; */
    /* box-shadow: 0px 5px 5px rgba(0,0,0,0.1); */
    
    z-index: 1000000;
}
#base_logueado:hover #logalty{
    opacity: 1;
}
#base_logueado:hover ul {
    width: 330px;
    opacity: 1;
}
#base_logueado:hover #accesosDirectosPanel {
    opacity: 1;
}
#base_logueado p.cabecera {
	font-weight: 400;
	margin: 0;
	opacity: .6;
	padding: 0;
	width: 32px;
	font-size: 1.2em;
	height: 90px;
	float: right;
	opacity: 1;
	margin-right: 20px;
	position: relative;
	z-index: 100;
	cursor: pointer;
	color: #A7C2BF;
}
#base_logueado p.cabecera::after {
	content: "\f4fc";
	font-size: 1.2em !important;
	color: #333333;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 14px;
	left: 19px;
	font-weight: 600;
	letter-spacing: -1px;
}
#base_logueado p.cabecera::before {
    width: 36px;
    height: 76px;
    background: #A7C2BF;
    content: "";
    position: relative;
    float: left;
}
#base_logueado ul {
	list-style: none;
	width: 0px;
	margin: 0 !important;
	padding: 0;
	height: 100px;
	background: #A7C2BF;
	position: absolute;
	right: 0;
	opacity: 0;
	transition: 0.5s ease all;
	top: 60px;
}
#base_logueado #accesosDirectosPanel {
	height: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 96%;
	text-align: center;
	top: 119px;
	opacity: 0;
	transition: 1s ease all 0.2s;
}
#logalty {
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 10px;

	opacity:0;
	transition:0.5s ease all;
}
#logalty a {
	width: 100%;
	background: url(../img/logalty.png) no-repeat 165px 1px #fffc;
	height: 26px;
	text-align: left;
	text-indent: 65px;
	text-transform: uppercase;
	padding-top: 5px;
	font-size: 1.1em;
	color: #333;
	background-size: contain;
	margin: 2px 0;
}

#base_logueado #accesosDirectosPanel a {
    display: inline-block;
    width: 32px;
    height: 29px;
    opacity: .7;
    padding: 0;

}
#base_logueado #accesosDirectosPanel a:hover {
    opacity: 1!important
}
#base_logueado #accesosDirectosPanel a.miniClave {
    background: url(../img/miniClave.png) center no-repeat
}
#base_logueado #accesosDirectosPanel a.miniDatos {
    background: url(../img/miniDatos.png) center no-repeat
}
#base_logueado #accesosDirectosPanel a.miniSecciones {
    background: url(../img/miniSecciones.png) center no-repeat
}
#base_logueado #accesosDirectosPanel a.miniArchivos {
    background: url(../img/miniArchivos.png) center no-repeat
}
#base_logueado #accesosDirectosPanel a.miniFavoritos {
    background: url(../img/miniFavoritos.png) center no-repeat
}
#base_logueado #accesosDirectosPanel a.miniNewsletter {
    background: url(../img/miniNewsletter.png) center no-repeat
}
#base_logueado #accesosDirectosPanel a.miniCompras {
    background: url(../img/miniCompras.png) center no-repeat
}
#base_logueado #accesosDirectosPanel a.miniTarjetas {
    background: url(../img/miniTarjetas.png) center center no-repeat
}
#base_logueado #accesosDirectosPanel a.miniPuntos {
    background: url(../img/miniPuntos.png) center center no-repeat;
    filter: grayscale(100%)
}
#base_logueado #accesosDirectosPanel a.miniComunidades {
    background: url(../img/miniComunidades.png) center no-repeat
}
/*#base_logueado ul {
    list-style: none;
    width: 100%;
    float: right;
    margin: 10px 0 0;
    padding: 0;
    height: auto
}*/
#base_logueado ul li {
    width: 50%;
    float: left;
    margin: 0 0 5px;
    padding: 0;
    height: auto;
}
#base_logueado ul li a {
	color: #333333;
	font-size: .8em;
	height: 20px;
	padding: 5px 0 0 40px;
	position: relative;
	text-align: left;
	text-decoration: none;
	width: 260px;
}
#base_logueado ul li a.password {
    background: url(../img/recordar.gif) left bottom no-repeat
}
#base_logueado ul li a.datos {
    background: url(../img/herramientas.png) 10px center no-repeat
}
#base_logueado ul li a.cerrar {
	float: left;
	background: url(../img/desconectar.png) 10px center no-repeat;
	/* margin-bottom: 0; */
	margin-top: -3px;
}
#base_logueado ul li a.cerrar:hover {
    background: url(../img/desconectar_hover.png) 10px center no-repeat
}
#base_logueado ul li a:hover {
    color: #9EB4B8;
    text-decoration: none
}
#base_logueado ul li.identidad {
	color: #333333;
	float: left;
	font-size: 1.1em;
	height: auto;
	margin: 0;
	padding: 3px 0;
	position: relative;
	text-align: center;
	width: 100%;
	color: #333333;
}
#formulario_recordatorio {
    position: relative;
    float: left;
    width: 100%;
    height: auto
}
#formulario_recordatorio h1 {
    width: 97%;
    font-weight: 700;
    color: #4eff00;
    background-color: #DDD;
    border: 1px solid #4eff00;
    padding: 2px 0;
    margin: 0 0 10px 11px;
    height: 14px;
    overflow: visible;
    text-align: center;
    text-transform: uppercase
}
#formulario_recordatorio p {
    width: 98%;
    height: auto;
    margin: 1%;
    font-size: .95em;
    text-align: justify
}
#formulario_recordatorio ul {
    list-style-type: none;
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0 0;
    padding: 0
}
#formulario_recordatorio ul li {
    margin-top: 15px
}
#formulario_recordatorio ul li.registro {
    float: left;
    height: auto;
    margin: 2px 0;
    min-height: 36px;
    padding: 5px 1%;
    transition: background .5s ease 0s;
    width: 47%
}
#formulario_recordatorio ul li.registro:hover {
    background: #eee
}
#formulario_recordatorio ul li.registro label {
    color: #9BAAA4;
    float: left;
    font-size: .9em;
    letter-spacing: -.5px;
    margin: 5px 0 3px;
    padding: 3px 6px 0 0;
    text-align: right;
    text-transform: uppercase;
    width: 42%
}
#formulario_recordatorio ul li.registro input {
    color: #777;
    float: left;
    font-family: inherit;
    font-size: .95em;
    margin: 0 0 2px;
    padding: 8px;
    transition: background .5s ease 0s
}
#formulario_recordatorio ul li.captcha {
    width: 47%;
    float: left;
    padding: 0;
    margin: 2px 0 0 1%
}
#formulario_recordatorio ul li.captcha img {
    border: 1px solid #ccc;
    float: left;
    height: 53px;
    margin: 0 10px 0 0;
    padding: 0;
    width: 145px
}
#formulario_recordatorio ul li.captcha a {
    background: url(../img/recargar.png) left top no-repeat rgba(0, 0, 0, 0);
    color: #666;
    float: left;
    font-size: .95em;
    height: 25px;
    letter-spacing: -.5px;
    margin: 0;
    padding: 2px 0 0 30px
}
#formulario_recordatorio ul li.captcha a:hover {
    background: url(../img/recargar_hover.png) left top no-repeat rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #9BAAA4
}
#formulario_recordatorio ul li.captcha input {
    background: #333333;
    border: 1px solid #ddd;
    color: #999;
    float: left;
    font-size: .8em;
    margin: 0 0 2px;
    padding: 5px;
    transition: background .5s ease 0s;
    width: 57%
}
#formulario_recordatorio ul li.captcha input:hover {
    background: #9BAAA4;
    color: #ffffff
}
#formulario_recordatorio ul li.registro input.cambiar {
    width: 200px;
    height: 18px;
    background-color: #333333;
    border: 1px solid #CCC
}
#formulario_recordatorio ul li.registro input.cambiar:hover {
    background: #9BAAA4;
    color: #ffffff
}
#formulario_recordatorio ul li.boton {
    border-bottom: 1px solid #eee;
    color: #999;
    cursor: pointer;
    float: left;
    margin: 35px 0 0;
    padding: 0 0 5px;
    width: 100%
}
#formulario_recordatorio ul li.boton input {
    background: #eee;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px #ccc;
    color: #999;
    cursor: pointer;
    margin: 0 0 0 40%;
    padding: 3px 10px;
    transition: background .5s ease 0s;
    width: 20%;
    text-align: center
}
#formulario_recordatorio ul li.boton input:hover {
    background: 0 0;
    border: 1px solid #333333;
    box-shadow: 0 1px 3px #999;
    color: #333333;
    text-transform: uppercase
}
ul.secciones_privadas {
    list-style-type: none
}
ul.secciones_privadas li {
    list-style-type: none;
    margin: 5px 0
}
ul.secciones_privadas li a strong {
    text-transform: capitalize
}
#formulario {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    margin: 0
}
*>#formulario {
    margin: 0 0 0 4px
}
#cabecera_operaciones_usuario {
    height: 125px;
    margin: 15px 0;
    position: relative;
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: center
}
#cabecera_operaciones_usuario a,
#cabecera_operaciones_usuario p {
    color: #c19b2a;
    display: inline-block;
    filter: grayscale(100%);
    font-size: .9em;
    height: 125px;
    letter-spacing: -.3px;
    margin: 0 -2px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 86px
}
#base_formulario,
div.documentos_privados,
div.documentos_privados ul {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left
}
#cabecera_operaciones_usuario a.selec,
#cabecera_operaciones_usuario a:hover {
    filter: grayscale(0)
}
#cabecera_operaciones_usuario a.documentos_privados {
    background: url(../img/documentos.png) bottom left no-repeat
}
#cabecera_operaciones_usuario a.secciones_privadas {
    background: url(../img/secciones.png) bottom left no-repeat
}
#cabecera_operaciones_usuario a.cambiar_datos {
    background: url(../img/datos.png) bottom left no-repeat
}
#cabecera_operaciones_usuario a.cambiar_pass {
    background: url(../img/contrasena.png) bottom left no-repeat
}
#cabecera_operaciones_usuario a.compras {
    background: url(../img/compras.png) bottom left no-repeat
}
#cabecera_operaciones_usuario a.favoritos {
    background: url(../img/favoritos.png) bottom left no-repeat
}
#cabecera_operaciones_usuario a.puntos {
    background: url(../img/puntos.png) bottom left no-repeat
}
#cabecera_operaciones_usuario a.emailing {
    background: url(../img/emailing.png) bottom left no-repeat
}
#cabecera_operaciones_usuario a.tarjetas {
    background: url(../img/tarjetas_regalo.png) bottom left no-repeat
}
#cabecera_operaciones_usuario a.comunidades {
    background: url(../img/comunidades.png) bottom left no-repeat
}
#base_formulario {
    font-size: .91em
}
#base_formulario p a {
    transition: background .5s ease;
    font-weight: 400
}
#base_formulario p a:hover {
    background: #ccc;
    color: #333333;
    text-decoration: none
}
div.documentos_privados {
    height: auto
}
div.documentos_privados ul {
    height: auto;
    list-style-type: none
}
div.documentos_privados ul li {
    width: 90%;
    height: auto;
    float: left;
    margin: 2px 0 2px 3%;
    padding: 0 0 0 3%;
    list-style-type: none;
    background: url(../img/fondo_li.gif) top left no-repeat
}
#formulario p,
#formulario ul {
    width: 99%;
    padding: 0;
    height: auto
}
#formulario h1 {
    width: 100%;
    font-weight: 700;
    color: #FFF;
    padding: 4px 0 0 25px;
    margin: 0;
    height: 45px;
    overflow: visible;
    text-align: left;
    background: url(../img/cabecera_formulario.jpg) top left no-repeat
}
#formulario p {
    font-size: .95em;
    margin: 0;
    text-align: justify
}
#formulario ul {
    float: left;
    list-style-type: none;
    margin: 0 0 0 1%
}
#formulario ul li.registro {
    float: left;
    height: auto;
    margin: 2px 0;
    padding: 5px 1%;
    transition: background .5s ease 0s;
    width: 27%;
    min-height: 70px
}
#formulario ul li.newsletter {
    height: auto;
    margin: -60px 0;
    width: 40%
}
#formulario ul li.doble {
    width: 97%;
    min-height: 0;
    text-align: center;
    /*display: none;*/
}
#formulario ul li.doble div {
    width: auto;
    padding: 5px 1%;
    display: inline-block;
    float: none;
    position: relative
}
#formulario ul li.doble div.negro {
    color: #9BAAA4;
    font-size: 1.1em;
    letter-spacing: -.5px;
    text-transform: uppercase
}
#formulario ul li.registro>a {
    float: left;
    margin: -10px 0 0;
    max-width: 10%;
    padding: 0;
    position: relative
}
#formulario ul li.registro a img {
    max-width: 100%
}
#formulario ul li.relleno {
    width: 47%;
    height: 50px;
    float: left
}
#formulario ul li.comentario {
    min-height: 170px
}
#formulario ul li.registro:hover {
    background: #eee
}
#formulario ul li .empresa,
#formulario ul li.empresa {
    display: none
}
#formulario ul li.registro label {
    color: #9BAAA4;
    float: left;
    font-size: .9em;
    letter-spacing: -.5px;
    margin: 5px 0 3px;
    padding: 3px 6px 0 0;
    text-transform: uppercase;
    text-align: left;
    width: 95%
}
#formulario ul li.newsletter label {
    color: #9BAAA4;
    float: left;
    font-size: 1em;
    margin: 5px 0 3px;
    padding: 3px 0 0 3%;
    text-transform: none;
    text-align: left;
    width: 90%
}
#formulario ul li.registro label span {
    float: right;
    font-size: .7em;
    letter-spacing: 0;
    text-align: right;
    width: 30%
}
#formulario ul li.registro label.textarea {
    text-align: left;

    text-indent: 10px
}
#formulario ul li.registro label.logo {
    width: 16%
}
#formulario ul li.dato_registro_captcha {
    float: left;
    margin: 30px 10px;
    width: 39%
}
#formulario ul li.dato_registro_captcha img {
    border: 1px solid #ccc;
    float: left;
    height: 50px;
    margin: 0 10px 0 0;
    padding: 0;
    width: 145px
}
#formulario ul li.dato_registro_captcha input {
    width: 295px;
    max-width: 84%;
    height: auto;
    margin: 12px 0 0;
    border: 1px solid #CCC;
    color: #777;
    float: left;
    font-family: inherit;
    font-size: .95em;
    padding: 8px;
    transition: background .5s ease 0s
}
#formulario ul li.dato_registro_captcha input:hover {
    background: #9BAAA4;
    color: #ffffff
}
#formulario ul li.dato_registro_captcha a {
    background: url(../img/recargar.png) left 13px no-repeat rgba(0, 0, 0, 0);
    color: #666;
    float: left;
    font-size: .95em;
    height: 25px;
    letter-spacing: -.5px;
    margin: 0;
    padding: 16px 0 0 30px
}
#formulario ul li.dato_registro_captcha a:hover {
    background: url(../img/recargar_hover.png) left 13px no-repeat rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #9BAAA4
}
#formulario ul li span.condiciones {
    background: #bbb;
    border: 1px solid #ccc;
    clear: both;
    color: #333333;
    float: left;
    font-size: .65em;
    height: 65px;
    margin: 0 0 10px;
    overflow-y: scroll;
    padding: 5px 10px;
    text-align: justify;
    width: 98%
}
#formulario ul li.registro input,
#formulario ul li.registro select {
    font-size: .95em;
    color: #777;
    transition: background .5s ease;
    float: left
}
#formulario ul li.dato_registro_captcha input.largo_obligatorio {
    width: 210px;
    height: 16px;
    background-color: #CCC;
    border: 1px solid #CCC
}
#formulario ul li.registro input {
    width: 90%;
    padding: 8px;
    margin: 0 0 2px;
    border: 1px solid #ccc;
    font-family: inherit;
    background: #ffffff
}
#formulario ul li.registro input.largo_obligatorio {
    width: 210px;
    height: 16px;
    background-color: #eee;
    border: 1px solid #CCC
}

#formulario ul li.registro select {
    width: 210px;
    padding: 3px;
    border: 1px solid #ccc;
    background: #ffffff;
    height: 32px
}
#formulario ul li.registro select:hover {
    background: #9BAAA4;
    color: #ffffff
}
#formulario ul li.registro input.medio_obligatorio {
    width: 130px;
    height: 16px;
    background-color: #eee;
    border: 1px solid #CCC
}
#formulario ul li.registro input.corto_obligatorio {
    width: 70px;
    height: 16px;
    background-color: #eee;
    border: 1px solid #CCC
}
#formulario ul li.registro input[class*="_obligatorio"]{/*PARA ATACAR A TODOS LOS OBLIGATORIOS...*/
   background-color: #ccc;
}
#formulario ul li.registro input.corto {
    width: 70px;
    height: 16px;
    border: 1px solid #ccc
}
#formulario ul li.newsletter input.corto {
    width: 3%;
    margin: 10px 0 3px;
    padding: 3px 0 0 3%
}
#formulario ul li.registro input.medio {
    width: 130px;
    height: 16px;
    border: 1px solid #ccc
}
#formulario ul li.registro input.largo {
    width: 210px;
    height: 16px;
    border: 1px solid #ccc
}
#formulario ul li.registro input.largo_lectura {
    width: 210px;
    height: 16px;
    background-color: #333333;
    border: none;
    color: #999
}
#formulario ul li.registro input.imagen {
    background-color: #eee;
    border: 1px solid #ccc;
    font-size: .8em;
    height: 25px;
    width: 320px
}
#formulario ul li.registro textarea {
    background-color: #EEE;
    border: 1px solid #ccc
}
#formulario ul li.registro input:hover,
#formulario ul li.registro textarea:hover {
    background: #9BAAA4;
    color: #ffffff
}
#formulario ul li.registro #comentarios,
#formulario ul li.registro #google_map {
    float: left;
    height: auto;
    font-family: inherit;
    width: 96%;
    padding: 1%
}
#formulario ul li.password input {
    width: 190px;
    height: 13px
}
#formulario ul li.registro input.acepto {
    width: 190px;
    height: 13px;
    float: left;
    display: none
}
#formulario ul li.clausula {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: 93%
}
#formulario ul li.clausula input {
    width: auto;
    height: auto;
    float: left;
    margin: 0 8px 0 10px;
    padding: 0
}
#formulario ul li.clausula label {
    float: left;
    font-size: .8em;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto
}
#formulario ul li.acepto label {
    float: left;
    width: 50%;
    height: 30px;
    margin-left: 10px
}
#formulario ul li.acepto label span {
    float: left
}
#formulario ul li.clausula label a {
    color: #9BAAA4;
    text-decoration: none
}
#formulario ul li.clausula label a:hover {
    text-transform: uppercase
}
#formulario ul li.boton {
    border-bottom: 1px solid #eee;
    color: #999;
    cursor: pointer;
    float: left;
    margin: 15px 0 0;
    padding: 0 0 5px;
    width: 100%
}
#formulario ul li.boton input {
    background: #eee;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px #ccc;
    color: #999;
    cursor: pointer;
    margin: 0 0 0 40%;
    padding: 3px 10px;
    transition: background .5s ease 0s;
    width: 15%;
    height: 40px;
    text-transform: uppercase;
    font-size: 1em
}
#formulario ul li.boton input:hover {
    background: #9BAAA4;
    border: 1px solid #333333;
    box-shadow: 0 1px 3px #999;
    color: #333333;
    text-transform: uppercase
}
#base_listado_socios {
    position: relative;
    float: left;
    width: 430px;
    height: auto
}
#base_listado_socios ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
#base_listado_socios ul li span {
    font-weight: 700;
    color: red
}
#base_listado_socios ul li.nick,
#base_listado_socios ul li.nombre {
    display: inline;
    float: left;
    width: 100px;
    height: 15px;
    list-style-type: none
}
#base_listado_socios ul li.mail {
    display: inline;
    float: left;
    width: 170px;
    height: 15px;
    list-style-type: none
}
#base_listado_socios ul li.socio {
    display: inline;
    float: left;
    width: 60px;
    height: 15px;
    list-style-type: none
}

#base_alta_newsletter {
	color: #9BAAA4;
	float: left;
	height: auto;
	margin: 10px 0;
	padding: 0 0 20px 0 !important;
	position: relative;
	width: 100%;
	border-top: 1px solid #cacaca;
	display:none;
}
#base_alta_newsletter:hover {
	background: #A7C2BF;
}
#base_alta_newsletter:hover h3{color:#9BAAA4}
#base_alta_newsletter:hover p{color:#333333}
#base_alta_newsletter:hover input[type=email]{width:82%}
#base_alta_newsletter h3 {
	font-size: 1.05em;
	font-weight: 400;
	line-height: 21px;
	margin: 0 6%;
	padding: 15px 0 0;
	text-align: left;
	width: 91%;
}

#base_alta_newsletter h3::first-letter {
	color: var(--colorNeutro4);
	font-size: 2.1em;
	font-weight: bold;
}
#base_alta_newsletter h3.correcto{background:url(../img/correcto.png) top center no-repeat;color:#333333 !important}
#base_alta_newsletter p {
	color: #969696;
	float: left;
	font-size: 0.9em;
	margin: 0;
	padding: 0 4%;
	position: relative;
	text-align: justify;
	width: 92%;
	line-height: 1.1em;
}
#base_alta_newsletter p label{background:url(../img/newsletter.png) left top no-repeat rgba(0,0,0,0);border-bottom:1px solid #eee;color:#ffffff;cursor:pointer;float:left;font-size:0;height:32px;margin:10px 0 0;opacity:.7;padding:0;transition:all .5s ease 0s;width:32px;position:relative}
#base_alta_newsletter p input[type="email"] {
	background: rgba(0,0,0,0);
	border-color: currentcolor currentcolor #eee;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	color: var(--color6);
	float: left;
	font-size: 1.1em;
	font-weight: 400;
	height: 37px;
	margin: 0;
	opacity: 1;
	padding: 5px 0 0;
	position: relative;
	text-indent: 15px;
	transition: width 1s ease-out 0s,opacity .7s ease 0s;
	width: 0;
}#base_alta_newsletter p#insercion_email{padding-top:10px}
##base_alta_newsletter p#condiciones_newsletter{width:auto;padding-top:7px;}
#base_alta_newsletter p#condiciones_newsletter input[type="checkbox"]{position:relative;float:left;}
#base_alta_newsletter p#condiciones_newsletter a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	float: left;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #333333;
	width: auto;
}
#base_alta_newsletter p#condiciones_newsletter a:hover{text-indent:0;text-decoration:underline;background:none;}
#base_alta_newsletter p#finalizar_alta{text-align:center;padding-top:14px;margin:0 0 15px}
#base_alta_newsletter p#finalizar_alta a.alta {
	background: #ffffff;
	border: 1px solid #969696;
	color: #969696;
	display: inline-block;
	font-size: 1em;
	margin: 0;
	opacity: 1;
	padding: 4px;
	text-indent: 0;
	text-transform: uppercase;
	width: 180px;
	transition:0.5s ease all;
	display: inline-block;
}
#base_alta_newsletter:hover p#finalizar_alta a.alta{
	border:1px solid #ffffff;
}
#base_alta_newsletter p#finalizar_alta a.alta:hover {
	background: url(../img/newsletter_boton_hover.png) 160px center no-repeat #333333;
	text-indent: 0;
	color: #ffffff;
}




#base_login_carrito {
    float: right;
    font-size: 16px;
    height: auto;
    margin: 5px 0 15px;
    padding: 1% 3%;
    position: relative;
    width: 94%;
    z-index: 350;
    background: #eee
}
#base_login_carrito ul {
    list-style: none;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    height: auto;
    transition: 1s ease all
}
#base_login_carrito ul li {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto
}
#base_login_carrito ul li label {
    width: auto;
    height: auto;
    float: left;
    margin: 6px 15px 0 0;
    padding: 0;
    color: #222;
    font-size: 1.1em;
    text-transform: uppercase
}
#base_login_carrito ul li input {
    border: none;
    color: #aaa;
    float: right;
    height: 15px;
    margin: 5px 15px 0 0;
    padding: 5px 10px;
    transition: background .5s ease 0s;
    width: 189px;
    background: #FFF;
    font-size: .95em
}
#base_login_carrito ul li input:hover {
    border-color: #333333;
    background: #333333;
    color: #000
}
#base_login_carrito ul li input.acceder {
    width: auto;
    height: auto;
    float: left;
    margin: 0 35px 0 20px;
    padding: 5px 0 0 20px;
    background: url(../img/acceder.png) left no-repeat;
    color: #555;
    cursor: pointer;
    opacity: .9;
    font-size: 1em;
    font-weight: 700
}
#base_login_carrito ul li input.acceder:hover {
    color: #000;
    font-weight: 700
}
#base_login_carrito ul li a {
    border-right: 1px solid #ddd;
    color: #ff8000;
    opacity: 1;
    height: auto;
    margin: 6px 0 0;
    padding: 0 5px;
    text-align: left;
    text-decoration: none;
    width: auto;
    float: left
}
#base_login_carrito ul li a:hover {
    color: #111
}
#muestra_puntos,
#muestra_tarjetas {
    float: left;
    font-size: 1.2em;
    margin-top: 10px;
    position: relative;
    text-align: center;
    width: 100%
}
#muestra_puntos strong,
#muestra_tarjetas strong {
    color: #A7C2BF
}
/*PARA LA NUEVA LOPD*/
#base_alta_newsletter span.acepto {
	position: relative;
	float: left;
}
p#condiciones_newsletter .acepto label {
	background: none;
	color: #333333;
	width: 90%;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0.80em;
	opacity: 1;
	border: 0 !important;
}
p#condiciones_newsletter .acepto label a {
	float: left !important;
	color: #9BAAA4 !important;
	position: absolute;
	display: block;
	text-transform: uppercase;
	font-size: 1em !important;
	left: 24px;
	top: 15px;
	margin-top: 0 !important;
}
#base_alta_newsletter p#finalizar_alta {
	width: 100%;
	margin: 0 auto !important;
	position: relative;
	text-align: center;
	padding: 0 !important;
	margin-top: 10px !important;
}
#form_alta .campo{display:none !important;}