/*  COLORES BASE:

Rosa: 			#BA0031
Gris: 			#2E373E
Gris Claro: 		#566772

*/
@font-face {
	font-family: 'Aachen';
	src: url('../fonts/Aachen.eot');
	src: url('../fonts/Aachen.woff') format('woff'), url('../fonts/Aachen.ttf') format('truetype'), url('../fonts/Aachen.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AachenCH';
	src: url('../fonts/Aachen.eot');
	src: url('../fonts/Aachen.woff') format('woff'), url('../fonts/Aachen.ttf') format('truetype'), url('../fonts/Aachen.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Univers 45 Light';
	src: url('../fonts/Univers45-Light.eot');
	src: url('../fonts/Univers45-Light.woff') format('woff'), url('../fonts/Univers45-Light.ttf') format('truetype'), url('../fonts/Univers45-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Univers 59 UltraCondensed';
	src: url('../fonts/Univers59-Ultra-Cond.eot');
	src: url('../fonts/Univers59-Ultra-Cond.woff') format('woff'), url('../fonts/Univers59-Ultra-Cond.ttf') format('truetype'), url('../fonts/Univers59-Ultra-Cond.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


*{-webkit-font-smoothing:antialiased;}


html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	background: #2E373E;
	font-family:'Univers 45 Light', Sans-Serif;
	font-family:'Univers 45 Light', Sans-Serif !important; 
	font-size: 20px;
	color: #fff;
}

#menu {
	display: block;
	min-height: 5vh;
	background: #566772;
	padding: 1vh;
	margin-bottom: 8vh;
	
	-webkit-box-shadow: 0px 1vh 2vh 1.5vh rgba(0,0,0,0.50);
	-moz-box-shadow: 	0px 1vh 2vh 1.5vh rgba(0,0,0,0.50);
	box-shadow: 		0px 1vh 2vh 1.5vh rgba(0,0,0,0.50);
}

#menu a {
	display: inline-block;
	background: #BA0031;
	color: #fff;
	padding: 1vh 2vh;
	margin: 0;
	
}

.cross-form {
	padding-top: 8px;
}


#form-buscar .txt {
	width: 85%;
	font-size: 34px;
	border: 0;
	padding: 0.5% 1%;
	color: #2E373E;
	display: inline-block;
	vertical-align: top;
	margin-top: 1%;
}

#form-buscar .btn {
	float: right;
	display: inline-block;
	vertical-align: top;
	font-size: 25px;
	padding: 1% 2% 1% 0;
	color: #fff;
	width: 7%;
	opacity: 1;
}


#form-buscar .btnn {
	opacity: 0.3;
}

#form-buscar .select {
	display: block;
	padding: 0;
	margin: 0;
	background: #000;
}



#form-buscar .sinpartes { 
	color:#000;
	display: block;
	width: 100%;
	clear: both;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	font-family:'Univers 45 Light', Sans-Serif;
	font-family:'Univers 45 Light', Sans-Serif !important; 
}

#form-buscar .boton-cross { 
	padding: 5px 25px;
	background: #000;
	color: #fff;
	border: 0;
	margin: 15px auto 10px auto;
	font-size: 20px;

	display: none;
	cursor: pointer;
}

#form-buscar select option {
	display: block;
	border: 0;
	padding: 3px 0;
}

#form-buscar .select-cross label {
	display: block;
	background: #ddd;
	padding: 50px 0;
}

.buscar {
	display: block;
	width: 100%;
	text-align: center;
	color: #555;
	font-size: 5vw;
	position: absolute;
	top: 40%;
	cursor: default;
	text-transform: uppercase;
}

#nuevos {
	background: #fff;
	color: #000;
	width: 94%;
	min-height: 80vh;
	padding: 3%;
}


#nuevos .res-box {
	position: relative;
	display: inline-block;
	width: 37vh;
	height: 37vh;
	max-width: 42vw;
	max-height: 42vw;
	margin: 1.5vw;
	background: #ddd;
}


#resultados {
	background: #fff;
	color: #000;
	width: 94%;
	min-height: 60vh;
	padding: 12.5% 3% 3% 3%;
	text-align: justify;
	display: block;
	margin: 0 auto;
}


#resultados.notop {
	padding: 7% 3% 3% 3%;
	min-height: 75vh;
}

#resultados .res-box {
	position: relative;
	display: inline-block;
	width: 37vh;
	height: 37vh;
	max-width: 42vw;
	max-height: 42vw;
	margin: 1.5vw;
	background: #4d4d4d;
	z-index: 0;
}

#resultados .res-txt, #nuevos .nue-txt {
	display: block;
	margin-bottom: 3vh;
	font-size: 4vh;
	color: #2E373E;
	text-transform: uppercase;
	padding: 1% 2%;
	text-align: left;
	font-size: 30px;
	font-family:'Aachen', Sans-Serif;
	font-family:'Aachen', Sans-Serif !important; 
}

#resultados a {
	color: #000;
}



#resultados .caja {
	display: inline-block;
	width: 250px;
	min-width: 250px;
	margin: 1%;
	padding: 2% 1%;
	height: 320px;
	background: #fff;
	position: relative;
	color: #000;
	transition: 0.3s all;
	border: 1px solid #ccc;
}

#resultados .caja .imagen {
	display: block; 
	margin: 0 auto;
	width: 80%;
	padding-bottom: 72%;
	background: #ddd;
}

#resultados .caja .foot {
	display: block;
	width: 94%;
	position: absolute;
	bottom: 2%;
}

#resultados .caja .id {
	display: block;
	margin: 1% 0;
	text-align: center;
	font-family: 'Aachen';
	font-family: 'Aachen' !important;
	font-size: 28px;
}

#resultados .caja .info {
	display: block;
	font-size: 15px;
	line-height: 1;
	font-weight: normal;
	padding: 3% 2%;
	color: #888;
	min-height: 50px;
	text-align: center;
}

#resultados .caja:hover {
	transform: scale(1.01);
	transition: 0.3s all;
}


#resultados .caja  .vermas, #resultados .caja  .vermas:visited , .vermas {
	display: block; 
	margin: 3% auto 0 auto;
	padding: 2%;
	color: #fff;
	background: #BA0031;
	text-align: center;
	width: 70%;
	text-decoration: none;
	font-family: 'Univers 59 UltraCondensed';
	font-family: 'Univers 59 UltraCondensed' !important;
	font-size: 25px;
	text-transform: uppercase;
}


#nuevos .res-box:hover, #resultados .res-box:hover , #resultados .caja:hover {

  transform: scale(1.03);
  transition: all .5s;

}

#nuevos .res-box  .titulos, #resultados .res-box .titulos {
	display: block;
	padding: 1% 0.5%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 17px;
	font-family: 'Aachen';
	font-family: 'Aachen' !important;
	text-align: center;
}


#nuevos .res-box  img, #resultados .res-box img {
	position: absolute; 
	width: 20%;
	bottom: 2%;
	right: 2%;
}

.hola {
	display: block;
	width: 100%;
	text-align: center;
	color: #555;
	font-size: 5vw;
	position: absolute;
	top: 40%;
	transform-y: translate(-50%);
	cursor: default;
	text-transform: uppercase;
}

a, a:visited {
	color: #fff;
	text-decoration: none;
}

.salir {
	margin-right: 5vw;
	font-weight: bold;
	color: #BA0031;
}

.red, a.red, a.red:visited{
	color: #FFF;
}

.red.submenu-registro, .red.submenu-registro:visited, .red.submenu-registro:active {
	background: #BA0031;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 8px 5px;
	width: 140px;
	display: inline-block;
	line-height: 1;
	margin-bottom: -25px;
}

#form {
	font-weight: bold;
	padding: 2% 2% 3% 2%;
	display: block;
	margin: 0 auto;
	width: 80%;
	max-width: 400px;
	background: #ddd;
	color: #222;
	border-bottom: 1.5vh #BA0031 solid;
	margin-bottom: 30px;
	font-size: 17px;
}

.logo-corto-login {
	width: 30%;
	display: block;
	margin: 0 auto;
	max-width: 150px;
}

.titulo-form-login {
	font-size: 25px;
	font-family:'Aachen', Sans-Serif;
	font-family:'Aachen', Sans-Serif !important; 
	color: #BA0031;
}

#form .txt {
	width: 94%;
	display: block;
	padding: 3px;
	font-size: 17px;
	font-family:'Univers 45 Light', Sans-Serif;
	font-family:'Univers 45 Light', Sans-Serif !important; 	
}

#form .btn {
	padding: 5px 15px;
	background: #000;
	color: #fff;
	border: 0;
	cursor: pointer;
	margin: 0;
	font-size: 20px;
	font-family:'Univers 59 UltraCondensed', Sans-Serif;
	font-family:'Univers 59 UltraCondensed', Sans-Serif !important; 	
}

#form .btnn {
	background: #c2c2c2;
	color: #444;
	cursor: default;
	opacity: 0.4;
}


#form .btn-float {
	float: right;
}

#form .file {
	display: block;
	width: 98%;
	padding: 2% 1%; 
	background: #fff;
	margin-bottom: 1vh;
}

#form select {
	display: inline-block;
	width: 70%;
	background-color:#fff; 
	padding: 1.5% 1%; 
	font-family: verdana; 
	color:#000;
}

#form .titulo {
	display: block;
	font-size: 2.6vh;
	text-align: center;
	padding: 1vh;
	background: #444;
	color: #fff;
	
	transform: 			scale(1, .9);
	-webkit-transform: 	scale(1, .9); /* Safari and Chrome */
	-moz-transform: 	scale(1, .9); /* Firefox */
	-ms-transform: 		scale(1, .9); /* IE 9+ */
	-o-transform: 		scale(1, .9); /* Opera */
}

#vacios {
	display: block;
	padding: 2% 1%;
	background: #f6d7d7; 
	color: #ff0000;
	text-align: center;
	font-size: 2.5vh;
	margin-top: 3vh;
}

#exito {
	display: block;
	padding: 2% 1%;
	background: #CEFFCC;
	color: #248921;
	text-align: center;
	font-size: 2vh;
	margin-top: 3vh;
}

#load {
	background: url(black.png?0);
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
}


.lds-spinner {
  display: block;
  position: relative;
  width: 8vh;
  height: 8vh;
  display: none;
  margin: 0 auto;
}
.lds-spinner div {
  transform-origin: 3.5vh 3.5vh;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #000;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.progress {
  overflow: hidden;
  height: 2.5vh;
  background-color: #2E373E;
  margin: 2vh 0;
  display: none;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  background-color: #BA0031;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.lds-biblioteca {
	position: fixed;
	z-index: 100;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.lds-biblioteca div:after {
	background: #BA0031;
}


/*
.autocomplete-container {
	font-family:'universe45', Sans-Serif;
	font-family:'universe45', Sans-Serif !important; 
	display: block;
	position: relative;
	margin: 2% auto;
}

.autocomplete-input {
	width: 85%;
	font-size: 34px;
	border: 0;
	margin-top: -10px;
	padding: 1.5% 1%;
	color: #2E373E;
	display: inline-block;
	vertical-align: top;
}

.autocomplete-button {
	float: right;
	margin-top: -10px;
	display: inline-block;
	vertical-align: top;
	font-size: 4vh;
	padding: 1% 2% 2% 0%;
	color: #fff;
	width: 15%;
	opacity: 1;
}


.proposal-box {
	position: absolute;
	height: auto;
	left: 0px;
}

.proposal-list {
	list-style: none;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.44);
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	margin-top: 22px;
	font-size: 18px;
}

.proposal-list li {
	text-align: left;
	padding: 5px;
	font-family: inherit;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	height: 20px;
	line-height: 20px;
	background-color: #000;
	cursor: pointer;
}

li.proposal.selected {
	background-color: #566772;
	color: white;
}
*/


.lds-spinner-mini {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  background: rgba(0, 0, 0, .70);
  width: 47px;
  height: 47px;
  padding: 20px;
  border-radius: 25vh;
  z-index: 10000000000000;
  display: none;
}

.lds-spinner-mini div {
  transform-origin: 3.5vh 3.5vh;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner-mini div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #BA0031;
}
.lds-spinner-mini div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner-mini div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner-mini div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner-mini div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner-mini div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner-mini div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner-mini div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner-mini div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner-mini div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner-mini div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner-mini div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner-mini div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

hr {
	width: 98%;
	margin: 6px 0;
}


a.masenlace {
	display: inline-block; 
	margin: 1% auto 0 auto;
	padding: 1%;
	color: #FFFFFF;
	background: #BA0031;
	text-align: center;
	text-decoration: none;
	font-family: 'Univers 59 UltraCondensed';
	font-family: 'Univers 59 UltraCondensed' !important;
	font-size: 25px;
	text-transform: uppercase;
}

.info {

	background: #FFF9C4;
	border: 0.1vh solid #FBC02D;
	font-size: 2.5vh;
	font-weight: normal;
	line-height: 1.2;
	padding: 1%;
	margin-bottom: 4vh;
	font-size: 15px;
}


#form-perme {
	margin: 0 auto 0 auto;
	display: block;
	width: 40%;
	padding: 0 5%; 
	z-index: 10;
	background: rgba(0, 0, 0, 0.5);
}

#form-perme .campo {
	display: block;
	width: 100%;
	line-height: 2;
}

#form-perme .msj {
	display: block;
	width: 100%;
	line-height: 3vh;
	font-size: 2.5vh;
	min-height: 15vh;
	padding: 0;
    resize: none;
}

#form-perme .title {

	font-family:'Aachen', Sans-Serif;
	font-family:'Aachen', Sans-Serif !important; 
	font-size: 35px;
}

#form-perme .btn {
	display: block;
	padding: 1.2vh 0vh;
	border: 0;
	background: #BA0031;
	color: #fff;
	cursor: pointer;
	width: 100.7%;
	margin: 0 auto;
	font-size: 3vh;
}

#form-perme .btnn {
	background: #000;
	opacity: 0.6;
	color: #444;
}

#guia {
	display: block;
	min-height: 100vh;
	width: 100%;
	background: #000 url(img/bg-biblioteca.jpg) center center / cover no-repeat;
	background-attachment: fixed;
}

#guia .form {
	display: block;
	margin: 0 auto;
	width: 85vh;
	max-width: 84vw;
	background: rgba(255, 255, 255, 1);
	padding: 1.5%;
	font-size: 18px;
	font-family:'Aachen', Sans-Serif;
	font-family:'Aachen', Sans-Serif !important; 
	text-align: center;
	color: #8f8f8f;
}

#guia  h1 {
	background: #000;
	display: inline-block;
	width: 85vh;
	margin: 0 auto;
	padding: 0.5% 1.5%;
	color: #fff;
	margin-bottom: 0px;
	max-width: 84vw;
	font-size: 20px;
	font-family:'Aachen', Sans-Serif;
	font-family:'Aachen', Sans-Serif !important; 
	font-weight: normal;
}

#guia  h2 {
	background: none;
	display: inline-block;
	width: 85vh;
	margin: 0 auto;
	padding: 20px 0;
	color: #BA0031;
	margin-bottom: 0px;
	max-width: 84vw;
	font-size: 30px;
	font-family:'Aachen', Sans-Serif;
	font-family:'Aachen', Sans-Serif !important; 
	font-weight: normal;
	text-transform: uppercase;
}

#guia input[type=radio] {
	background: #BA0031;
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
}

#guia label {
	cursor: pointer;
	width: 44.8%;
	margin: 1%;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	vertical-align: bottom;
}

#guia .form .unchecked {
	display: inline-block;
	padding: 1.2%;
	background: #ddd;
	color: #2E373E;
	margin-top: 10px;
	vertical-align: bottom;
}

#guia .form .disabled {
	display: inline-block;
	padding: 1.2%;
	background: #ddd;
	color: #2E373E;
	margin-top: 10px;
	vertical-align: bottom;
	opacity: 0.4;
}

#guia .form .checked {
	display: inline-block;
	padding: 1.2%;
	background: #BA0031;
	color: #FFF;
	margin-top: 10px;
	vertical-align: bottom;
}

#guia .full, #guia .fulllabel .unchecked, #guia .fulllabel .checked {
	display: block;
	width: 96%;
}

#guia  .form .btn {
	background: #BA0031;
	color: #fff;
	border: 2px solid #fff;
	padding: 12px 20px;
	cursor: pointer;
	font-size: 20px;
	text-transform: uppercase;
	font-family:'Univers 59 UltraCondensed', Sans-Serif;
	font-family:'Univers 59 UltraCondensed', Sans-Serif !important; 
	position: fixed;
	bottom: 60px;
	right: 25px;
}

#guia  .form .btnn {
	background: #ddd;
	color: #fff;
	border: 2px solid #ddd;
	padding: 12px 20px;
	cursor: not-allowed;
}

#guia .pasos {
	display: inline-block;
	width: 85vh;
	max-width: 84vw;
	margin: 0 auto;
	padding: 0.5% 1.5%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	margin-bottom: 12px;
}

#guia .pasos b {
	color: #BA0031;
}


#guia select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	background: #BA0031 url(img/mas.png?1) center right / 3vh no-repeat;
	margin: 0.5vh 0;
	font-family: 'Univers 59 UltraCondensed';
	font-family: 'Univers 59 UltraCondensed' !important;
	font-size: 20px;
	letter-spacing: 1.5px;
	width: 48%;
	margin: 0.5%;	
	background-color: #BA0031; 
	padding: 1vh 17% 1vh 1vh;
	color:#fff; 
	border: 0;
	float: none;
}

#guia select option {
	background: #fff;
	color: #000;
}

.oculto { display: none; }


#resultados-permeacion {
	display: none;
	min-height: 100vh;
	margin: 100px auto;
	width: 100%;
}

.btn-perme {
	padding: 5px 15px;
	background: #FFF;
	color: #000;
	border: 0;
	cursor: pointer;
	float: right;
	margin: 4px 0 0 0;
	font-size: 20px;
	font-family:'Univers 59 UltraCondensed', Sans-Serif;
	font-family:'Univers 59 UltraCondensed', Sans-Serif !important; 	
}

#botonperme {
	display: block; 
	margin: 0 auto;
	text-align: center;
	font-family:'Univers 59 UltraCondensed', Sans-Serif;
	font-family:'Univers 59 UltraCondensed', Sans-Serif !important; 	
}
#botonperme a, #botonperme a:visited {
	display: inline-block;
	background-color: #2E373E;
	text-align: left;
	width: 100px;
	padding: 5px;
	opacity: 0.8;
}

#botonperme a.bgred {
	opacity: 1;
	background: #BA0031;
}
#guia #mayormax-btt, #guia  #mayormax-clase { 
	display: inline-block; 
	background-color: #2E373E; 
	padding: 7px 15px 7px 15px; 
	width: 100px;
	text-transform: none; 
	font-size: 13px;
}

#guia #checkbig { 
	display: inline-block; 
	transform: scale(1.2); 
	margin-top: 3px;
} 

#box-perme { 
	display: inline-block; 
	width: 80%; 
	margin: 7px 4px;
	padding-top: 5px;
	text-align: center;
	position: relative;
	font-size: 14px;
}

#box-perme .numero-perme-txt {
	
	display: block;
	padding: 4px 0 4px 4px;
	color: #2E373E; 
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#box-perme .numero-perme-num {
	float: right;
	display: inline-block;
	padding: 2px 12px;
	color: #2E373E; 
	font-size: 16px;
	font-weight: bold;
}


.bgclase0 { background: #ff0000;}
.bgclase1 { background: #ff8080;}
.bgclase2 { background: #999933 url(img/bgclase_puntos.png?1) center center / 70% repeat-x; }
.bgclase3 { background: #69ffff url(img/bgclase_puntos.png?1) center center / 70% repeat-x; }
.bgclase4 { background: #ffff00; }
#box-perme .bgclase5 { background: #00ffff; color: #ff00ff; }
.bgclase6 { background: #00ff00;}

#form.form-perme-margin {
	margin-top: 0;
}
.subtitulo-perme {
	 color: #ccc; font-size: 14px;
}

#disclaimer {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.8);
}
.txt-disclaimer {
	position: absolute;
	background: #fff;
	color: #000;
	padding: 15px;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 60vh;
	overflow: auto;
	font-size: 15px;
	border: 4px solid #BA0031;
	border-radius: 10px;
	width: 80%;
	max-width: 700px;
}
#productos .cajas #targetLayer a {
	text-decoration: none;
	height: auto;
	color: #000;
}
#targetLayer {
	display: block;
	margin: 0 auto;
}
.btn-link {
	display: block;
	margin: 0 auto;
	width: 150px;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	background: #BA0031;
	text-decoration: none;
	font-size: 14px;
}

.oculto { display: none; }

#productos #vacios {
	padding: 20px 0;
}

.color-red, a.color-red, #menu2 a.color-red {
	color: #BA0031;
}

.btn-link-datos-active {
	display: inline-block;
	margin: 0 auto;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	background: #BA0031;
	text-decoration: none;
	font-size: 14px;
}

.btn-link-datos-desactive {
	display: inline-block;
	margin: 0 auto;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	background: #000;
	text-decoration: none;
	font-size: 14px;
}

#form-cambiardatos .campo {
	background: none;
	color: #fff;
	border: 0;
}

#form-cambiardatos .btn {
	display: inline-block;
	float: right;
	background: #BA0031;
	padding: 7px 20px;
	border: 0;
	color: #FFF;
	cursor: pointer;
}

.margen {
	display: block; 
	height: 17vh; 
	width: 100%;
}
