#base_logueado p.cabecera {
	display: none;
}
#formulario ul li.registro select.obligatorio{
	background-color:#5274f0;;
	border:1px solid #CCC;
	text-transform:uppercase;
}
#cabecera_login{
	float:left;
	position:relative;
	
}
#base_login {
    /* box-shadow: 0 2px 4px #333; */
    float: right;
    height: 23px;
    margin: 5px 0 0;
    overflow: hidden;
    padding: 5px 0 0 0;
    width: 180px;
    transition: height 0.6s ease, background 1.5s ease,box-shadow 1s ease;
    position: absolute;
    right: 295px;
    top: -1px;
    z-index: 10000000;
    font-size: 16px;
    background-color: #fff;
}
	#base_login:hover {
		height: auto;
		box-shadow: 0px -2px 4px #999;
		background: #eee;
		transition: 0.6s ease;
		overflow: visible;
	}
	#base_login:hover p.cabecera{
	background-color: #eee;
	
	}
	
		#base_login:hover h2{
			opacity:1;	
		}
	
#base_login p.cabecera {
	color: #515151;
	font-size: inherit;
	font-weight: normal;
	margin: 4px 0 0 0;
	opacity: 0.8;
	padding: 1.5% 0 10px 7%;
	width: 93%;
	background-color: #fff0;
	text-align: left;
	font-size: 0.9em;
}
	
#base_login p.cabecera:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f13e";
    float: right;
    width: auto;
    font-size: 1.1em;
    margin: 0 20px 0 0px;
}

#base_login ul {
	list-style: none;
	width: 300px;
	float: right;
	margin: 0px 0 0 0;
	padding: 6% 2%;
	height: auto;
	background: #eee;
	transition: 1s ease all;
	z-index:1000;
}
	#base_login ul li {
		float: left;
		height: auto;
		margin: 5px 0 3px 2%;
		padding: 0;
		width: 90%;
	}
		#base_login ul li span {
			text-transform: lowercase;
		}
#base_login ul li#validar {
	margin: 15px 0 2px 7%;
	width: 90%;
	text-align: center;
}
					
#base_login ul li#nuevos {
	margin: -60px 0 0;
	width: 36%;
	float: right;
	padding: 0;
	text-align: center;
}
#base_login ul li#nuevos a {
	width: 58%;
	height: 45px;
	float: left;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 0 5% 0 35%;
	margin: 2px 0;
	font-size: 0.8em;
	line-height: 15px;
	border: 1px solid #fff;
	background: #3b62ee;
	color: #fff;
	text-indent: 0;
	transition: background 1s ease 0s;
	background: url("../img/nuevo.png") no-repeat top left #9faee5;
	text-transform: uppercase;
	display:none;
}
					#base_login ul li#nuevos a:hover{
						background: url("../img/nuevo.png") no-repeat top left #3a425e;
						color:#fff;
					}
#base_login ul li#nuevos a.licencia {
	width: 69%;
	height: 45px;
	float: left;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 0 5% 0 25%;
	margin: 2px 0;
	font-size: 0.8em;
	line-height: 15px;
	border: 1px solid #fff;
	background: #3b62ee;
	color: #fff;
	text-indent: 0;
	transition: background 1s ease 0s;
	background: url("../img/licencia.png") no-repeat top left #5576ea;
	display:none;
}
					#base_login ul li#nuevos a.licencia:hover{
						background: url("../img/licencia.png") no-repeat top left #3a425e;
						color:#fff;
					}
		
#base_login ul li label {
	color: #333;
	float: left;
	font-size: 0.9em;
	height: auto;
	margin: 0;
	padding: 6px 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: none repeat scroll 0 0 rgba(0, 0, 0, 0);
				border-color: #fff;
				border-image: none;
				border-style: none solid;
				border-width: 0 1px;
				color: #555;
				float: right;
				height: 15px;
				margin: 2px 2% 0 0;
				padding: 4px 10px;
				transition: background 0.5s ease 0s;
				width: 120px;
				background:#FFF;
			}


						#base_login ul li input.login:hover,#base_login ul li input.password:hover{
							border-color:#fff;
							background:#dbdeea;
							color:#000;	
						}
	

			#base_login ul li input.acceder{
					background: url("../img/acceder.png") no-repeat scroll top left;
					border: medium none;
					color: #333;
					cursor: pointer;
					float: left;
					height: auto;
					margin: 0;
					opacity: 0.7;
					padding: 3px 0 3px;
					position: relative;
					text-align: left;
					text-indent: 20px;
					width: 45%;
					font-family:"Poppins";
					font-size:0.75em;
			}
				#base_login ul li input.acceder:hover{
					/*background: url("../img/acceder_hover.png") no-repeat scroll top left #999;*/
					color:#3b62ee;
					text-decoration:none;
				}
				
			#base_login ul li a{	
				width: 50%;
				float: left;
				margin: 0;
				padding: 3px 0;
				text-indent: 20px;
				font-size:0.75em;
				color: #333;
				opacity: 0.7;
				background: url("../img/usuario.png") no-repeat scroll top left;
			}
				#base_login ul li a:hover{	
					color:#3b62ee;
					text-decoration:none;
				}
					
	/*ZONA DE BIENVENIDA TRAS REGISTRO*/
#base_logueado {
	float: right;
	height: 29px;
	margin: 7px 0 0;
	overflow: hidden;
	padding: 0 0 10px 0;
	width: 290px;
	transition: height 0.6s ease, background 1.5s ease,box-shadow 1s ease;
	position: absolute;
	right: 310px;
	top: 0;
	z-index: 100000;
	font-size: 16px;
}
	#base_logueado:hover{
		height:145px;
		box-shadow:0px -2px 4px #999;
		background:#eee;
	}

	#base_logueado #accesosDirectosPanel{
		border-top: 1px solid #fff;
		float: left;
		height: 30px;
		margin: 6px 0 0;
		padding: 2% 1% 0 2%;
		position: relative;
		width: 97%;
		text-align:center;
	}
		#base_logueado #accesosDirectosPanel a{
			display:inline-block;
			width:32px;
			height:29px;
			opacity:0.7;
			padding:0;
		}
		#base_logueado #accesosDirectosPanel a:hover{
			opacity:1;	
		}
		
			#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.miniCompras{
				background:url(../img/miniCompras.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;
				display:none;
			}
			#base_logueado #accesosDirectosPanel a.miniConcurso{
				background:url(../img/miniConcurso.png) center no-repeat;
				display:none;
			}
			#base_logueado #accesosDirectosPanel a.miniLicencias{
				background:url(../img/miniLicencias.png) center no-repeat;
			}																		

	#base_logueado ul{
		list-style:none;				
		width:100%;
		float:right;
		margin:0;
		padding:0;
		height:auto;	
		transition:1s ease all;											
	}	
		#base_logueado ul li{
			width:50%;
			float:right;
			margin:10px 0;
			padding:0;
			height:auto;									
		}	
			#base_logueado ul li a{			
				color: #666;
				font-size: 0.8em;
				height: 20px;
				padding: 3px 0 0 20%;
				margin:0 0 0 5%;
				position: relative;
				text-align: left;
				text-decoration: none;
				width: 80%;
			}
			#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) no-repeat 10px center ;
			}
			#base_logueado ul li a.cerrar{
				float:left;	
				background:url("../img/acceder_hover_.png") no-repeat 10px center;
				margin-bottom:10px;
			}
				/*#base_logueado ul li a.cerrar:hover{
					background:url(../img/desconectar_hover.png) 10px center  no-repeat;
				}*/
			

			#base_logueado ul li a:hover{
				color:#3b62ee;
				text-decoration:none;
			}		
#base_logueado ul li.identidad {
	color: #3b62ee;
	float: right;
	font-size: 0.9em;
	height: auto;
	margin: 0 0 0 4%;
	padding: 6px 0 4px 23%;
	position: relative;
	width: 83%;
	height: 30px;
	background: url("../img/accesoUsuarios.png") no-repeat scroll 50px top , url("../img/abajo.png") no-repeat scroll right top;
	text-align: center;	
}
	


#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: #3b62ee;
    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 label strong{text-transform:lowercase;font-weight:normal}
#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: #3b62ee
}
#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: #3b62ee;
    color: #838392
}
#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: #3b62ee;
    color: #838392
}
#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;
	background: #fff;
	padding: 10px 0;
}
#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
}
			#cabecera_operaciones_usuario a.licencias{
				background:url(../img/licencias.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 ul li.aviso{
				float: left;
				height: auto;
				margin: 15px 0;
				padding: 2%;
				transition: background 0.5s ease 0s;
				width: 93%;
				border:5px double #8197e7;
				color:#2a2d36;
				background:#c5cbe1;
				text-align:justify;
				display:none;
			}
				#formulario ul li.aviso strong{
					width: 100%;
					height: auto;
					float: left;
					margin:0 0 8px 0;
					padding:0;
					text-align:center;
				}
				
				#formulario ul li.aviso input{
					width: 50px;
					height: auto;
					margin:0;
					padding:0;
					text-align:center;
					border:none;
					background:none;
					font-family:"Poppins";
					color:#3b62ee;
					font-size:15px;
					font-weight:bold;
				}
				#formulario ul li.aviso hr{
					border:none;
					border-top:1px solid #a5adcd;
				}
#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: 3px 1%;
	transition: background .5s ease 0s;
	width: 27%;
	min-height: 65px;
}
li.registro span {
	float: left;
	min-width: 10px;
	width: auto;
	text-align: center;
	margin: 7px 5px;
	text-transform: uppercase;
}
#formulario ul li.newsletter {
	margin: 0;
	width: 100%;
	float: left;
	height: 20px !important;
	min-height: 40px !important;
}
#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: #3b62ee;
    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: #3b62ee;
    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: #3b62ee;
    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: #3b62ee;
    color: #fff;
}
#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: #3b62ee
}
#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: #fff;
    transition: background .5s ease;
    float: left
}
#formulario ul li.dato_registro_captcha input.largo_obligatorio {
    width: 210px;
    height: 16px;
    background-color: #5274f0;
    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: #fff;
}
#formulario ul li.registro input.largo_obligatorio {
    width: 210px;
    height: 16px;
    background-color: #5274f0;
    border: 1px solid #CCC
}
#formulario ul li.registro select {
    width: 210px;
    padding: 3px;
    border: 1px solid #ccc;
    background: #333333;
    height: 32px
}
#formulario ul li.registro select.selector_peque {

	padding: 3px;
	width: 60px;
}
#formulario ul li.registro select:hover {
    background: #3b62ee;
    color: #fff;
}
#formulario ul li.registro input.medio_obligatorio {
    width: 130px;
    height: 16px;
    background-color: #5274f0;
    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.corto {
    width: 70px;
    height: 16px;
    background-color: #333333;
    border: 1px solid #ccc
}
#formulario ul li.newsletter input.corto {
    width: 5%;
    margin: 10px 0 3px;
    padding: 3px 0 0 3%
}
#formulario ul li.registro input.medio {
    width: 130px;
    height: 16px;
    background-color: #333333;
    border: 1px solid #ccc
}
#formulario ul li.registro input.largo {
    width: 210px;
    height: 16px;
    background-color: #333333;
    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: #3b62ee;
    color:#fff;
}
#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: #3b62ee;
    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: #3b62ee;
	border: 1px solid #fff;
	box-shadow: 0 1px 3px #999;
	color: #fff;
	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: #3b62ee;
	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: #5274f0;
}
#base_alta_newsletter:hover h3{color:#3b62ee}
#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;
	border-bottom: 1px solid #3b62ee;
}
#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: #5274f0;
	color: #fff;
}
#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;
	text-transform: uppercase;
}
#base_login_carrito ul li input.acceder:hover {
    color: #000;
}
#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: #5274f0
}
/*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: #3b62ee !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;
}
#licencia {
	width: 40%;
	position: relative;
	float: left;
	padding: 1%;
	background: #fff;
	text-align: left;
	font-size: 1.3em;
	border: 4px double;
	margin: 20px calc(29% + 2px) 50px;
}
#licencia .cabecera {
	text-align: center;
	margin: 0;
	background: #999;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
}
#licencia .cabecera.rojo {
	text-align: center;
	background: #7d0c0c;
	color: #fff;
	padding: 5px;
	margin-top: -5px;
}
#licencia a#boton_renovar {
	background: #5274f0;
	color: #fff;
	padding: 8px 10px;
	margin: 0 auto !important;
	display: block;
	width: 170px;
	box-shadow: 0 0 5px #666;
}
#licencia .cabecera.azul {
	background: #5274f0 !important;
}
#tipoLicenciaSelect {
	font-weight: bold;
	color: #666;
	font-size: 0.8em;
}

div.descripcion_seccion .nuevo_tenista {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
div.descripcion_seccion .nuevo_tenista a {
	display: inline-block !important;
	background: var(--color2);
	color: #fff;
	padding: 15px !important;
	text-decoration: none;
}
	div.descripcion_seccion .nuevo_tenista a:hover {
		background: var(--color4);
	}
#form_alta .campo{display:none !important;}