body {
    font-size: 15px;
    font-family: tahoma,arial,verdana,sans-serif;
    background-color:#f5f5f5;
}
.JP_menubuttondivcontenedor {    
    color: black;
}
.JP_right_arrow {   
    border-color: transparent transparent transparent black;    
}    
.brMain{
    position: absolute;
    top:0px;
    left:0px; 
    border:none;
    /*background-color: #fff;*/
    border-radius: 0px;
    background: url(../images/banner5.jpg);
    background-repeat: no-repeat;
    background-size: 100% 308px;
}
.brMenu{
    position: absolute;
    top:100px;
    left:0px;
    border:none;
    background-color: #333;
    border-radius: 0px;
}
#main_container {
    background-color:white;
    width:100%;
    height:0px;/*elimine el alto de 1000*/
    position: absolute;
    left:0px;
    top:0px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);       
}
@media screen and (min-width: 1056px) {
    #main_container {      
        width:1056px;
        left:calc(50% - 1056px/2);       
    }
}
.btnMenu{
    background-color: transparent;   
}
.btnMenu:hover{
    background-color: transparent;
}
.menu_marked{
	background-color: black!important;
    padding:9px;
    font-size:17px;
	height:42px;
	border-bottom:4px solid #E25599;	
}
.menu_marked_normal{
    background-color: black!important;
    padding:9px;
    font-size:17px;
	height:42px;
	border-bottom:4px solid #E25599;
}
.menu_drop_marked{
	background-color: black!important;
	border-bottom:4px solid #E25599!important;
}
/* On phone */
@media only screen and (max-width: 467px) {
 .menu_marked{
    border-bottom:none;	 
	border-left:4px solid #E25599;	
   }
   .menu_marked_normal{
    border-bottom:4px solid #E25599;	 
	border-left:none;	
   }
   .menu_drop_marked{
	border-bottom:none!important;
	background-color: black!important;
	border-left:4px solid #E25599!important;
   }
}
/* On tablet */
@media only screen and (max-width: 760px) {
 .menu_marked{	
    border-bottom:none;	
	border-left:4px solid #E25599;	
   }
   .menu_drop_marked{
	border-bottom:none!important;
	background-color: black!important;
	border-left:4px solid #E25599!important;
   }
}

#divcont_inicio{   
    color: #f2f2f2!important;
    padding:9px;
	padding-left:29px!important;
    font-size:17px;
	height:42px;
	/* border-right: 1px solid #f2f2f2; */
}
#divcont_inicio:hover{   
    background-color: black!important;	
	/*border-bottom:4px solid #E25599;*/
}
/* On phone */
@media only screen and (max-width: 467px) {
  #divcont_inicio{padding-left: 20px!important;}  
}
/* On tablet */
@media only screen and (max-width: 760px) {
  #divcont_inicio{padding-left: 20px!important;}
}
#divcont_empresa{        
    color: #f2f2f2!important;
    padding:9px;
	padding-left:16px!important;
	height:42px;
    font-size:17px;
	/* border-right: 1px solid #f2f2f2; */
}
#divcont_empresa:hover{   
    background-color: black!important;    
	height:42px;
	/*border-bottom:4px solid #E25599;*/
}
#divcont_galeria{        
    color: #f2f2f2!important;
    padding:9px;
	padding-left:21px!important;
	height:42px;
    font-size:17px;
	/* border-right: 1px solid #f2f2f2; */
}
#divcont_galeria:hover{   
    background-color: black!important;    
	height:42px;
	/*border-bottom:4px solid #E25599;*/
}
/* On phone */
@media only screen and (max-width: 467px) {
  #divcont_galeria{padding-left: 10px!important;}
}
/* On tablet */
@media only screen and (max-width: 760px) {
  #divcont_galeria{padding-left: 10px!important;}
}
#divcont_informacion{   
    color: #f2f2f2!important;
    padding:9px;
	padding-left:18px!important;
    font-size:17px;
	height:42px;
	/* border-right: 1px solid #f2f2f2; */
}
#divcont_informacion:hover{   
    background-color: black!important; 	
	/*border-bottom:4px solid #E25599;*/
}
#divcont_contacto{   
    color: #f2f2f2!important;
    padding:9px;
	padding-left:14px!important;
    font-size:17px;
	height:42px;
	/* border-right: 1px solid #f2f2f2; */
}
#divcont_contacto:hover{   
    background-color: black!important; 	
	/*border-bottom:4px solid #E25599;*/
}
#producto{
    background-color: transparent;
    border:0px;
    margin-left:0px;	
	margin-top:0px;
	margin:0px;
}
#divcont_producto{   
    color: #f2f2f2!important;
    padding:5px;
	padding-left:13px!important;
    font-size:17px;
    border:none;
	/* border-right: 1px solid #f2f2f2!important; */
}
#producto:hover{ 
    background-color: black;    
    /*border-bottom: 4px solid red;*/
}

#calculo{
    background-color: transparent;
    border:0px;
    margin-left:0px;
	margin-top:0px;
	margin: 0px;
}
#divcont_calculo{   
    color: #f2f2f2!important;
    padding:5px;
	padding-left:19px!important;
    font-size:17px;
    border:none;
	/* border-right: 1px solid #f2f2f2!important; */
}
#calculo:hover{ 
    background-color: black;    
    /*border-bottom: 4px solid red;*/
}
@media only screen and (max-width: 467px) { 
  #divcont_empresa{padding-left: 18px!important;}  
  #divcont_contacto{padding-left: 18px!important;}
  #divcont_producto{padding-left: 18px!important;}
}
/* On tablet */
@media only screen and (max-width: 760px) {
  #divcont_empresa{padding-left: 18px!important;}  
  #divcont_contacto{padding-left: 18px!important;}
  #divcont_producto{padding-left: 18px!important;}
}
.buscador{
	float: right;
    margin-top: 9px;
	margin-right:-3px;
}
.buscador_input{
	border-radius: 100px;
    border-color:transparent;    
}
.JP_down_arrow{
    border-color:#f2f2f2 transparent transparent transparent!important;
    margin-left:4px;
	display:none;
}
.JP_menubuttondivcontenedor{
    padding-left:22px!important;
}
.pie{    
    width: 100%;
    /*width: 98%;*/
    height: 250px;
    position: relative;
    top: 150px;
    margin-top: 10px;
    /*margin: 10px;*/
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);    
    border-left: 4px solid #4CC2E4;
    background-color: white;	
    background-image: url("../images/pie1.jpg");
    background-color: #cccccc;
	background-repeat: no-repeat;
    background-size:100% 100%;
}
#JP_menubutton_contentmbbrMenu{
    background-color:#333;
}
#mbbrMenu{
    background-color: #333;
    border: none;
}
.JP_iconButtonMenu{
   background-color:#f2f2f2;
}

/*este es el css del slideshow*/
* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}

/*el contenedor de cada imagen*/
.mySlides {
	display:none;
    transition: opacity 7s;
    -webkit-transition: opacity 7s;
}
/* Slideshow container */
.slideshow-container {
  position: relative; 
  width: 100%;
  top: 142px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
}

@-webkit-keyframes fade {
  from {opacity: 0;} 
  to {opacity: 1;}
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.infor{
	width:100%;
	/*width:98%;*/
	height:555px;	
	position: relative;
	top:150px;
	/*margin:10px;*/
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	overflow-y: auto;
	border-left: 4px solid #E25599;
	background-color: white;
}
.bienvenido{
	font-weight: bold;
    color: black;
    font-size: 22px;    
    top: 13px;
    position: relative;
    margin-left: 17px;
	border-bottom: 1px solid #cecece;
    height: 40px;
    margin-right: 16px;
}
.cert_calidad{
	font-weight: bold;
    color: #555555;
    font-size: 22px;    
    top: 13px;
    position: relative;    
	border-top: 1px solid #cecece;
    height: 175px;
    /*margin-right: 16px;*/
	overflow-x: auto;
	overflow-y: hidden;
}
.cert_calidad_inner{	
	border: none;
    height: 160px;
    margin-top: 16px;
	width:1000px;
}
.contenidoInformativo{	
    color: black;
    font-size: 16px;    
    top: 13px;
    position: relative;
    margin-left: 15px;/*antes estaba en 17*/
    margin-right: 16px;
	margin-top: 16px;
   /* margin-bottom: 16px;*/
    padding-bottom: 16px;
	text-align: justify;
}
/* On phone */
@media only screen and (max-width: 467px) {
  .contenidoInformativo{	  
	text-align: inherit;
  }
}
.logo{
	float:left;
	/*height:100px;*/
	margin: 7px;	
}
.slogan1{	
    float: right;
	margin-top: 22px;
	margin-left: 20px;
	font-size: 28px;/*el anterior era 17px*/
	color: white;	/*el anterior era #555555*/
    position: absolute;	
	right: 31px;
	font-family: cooper std black;
	text-shadow: 2px 2px 4px #000000;
}
.slogan2{	
    float: right;
	margin-top: 50px;
	margin-left: 20px;
	font-size: 28px;/*el anterior era 17px*/
	color: white;	/*el anterior era #555555*/	
    position: absolute;
    right: 31px;
    font-family: cooper std black;
    text-shadow: 2px 2px 4px #000000;	
}
.logopie{
	width: 152px;
    /*height: 140px;*/
    /*border: 1px solid red;*/
	float: left;
	margin-top: -6px;
	margin-left: 33px;
	position: absolute;
}
.map1{
	width: 165px;
	height: 140px;
	/*border: 1px solid red;*/
	float: left;
	margin-top: 54px;
	margin-left: 295px;
	position: absolute;
	border:1px solid #4d4d4d;
}
.map2{
	width: 165px;
	height: 140px;
	/*border: 1px solid red;*/
	float: left;
	margin-top: 54px;
	margin-left: 500px;
	position: absolute;
	border:1px solid #4d4d4d;
}
.ribbon{
	width: 142px;	
	/*border: 1px solid red;*/
	float: left;
	margin-top: 45px;
	margin-left: 136px;
	position: absolute;
	display:none;
	/*animacion*/
	/*animation-duration: 3s;
	animation-fill-mode: forwards;
    animation-name: slidein;*/
	
}
/*animacion del ribbon*/
@keyframes slidein {
  from {
    margin-left: -125px;	
    /*width: 300%*/
  }
  to {
   margin-left: 136px;   
    /*width: 100%;*/
  }
}
/*animacion de la gota*/
@keyframes slideingota {
  from {
    top: -174px;
    /*left:780px;*/	    
  }
  to {
   top: 16px;   
   left:780px;
  }
}
.pieContainer{
	font-weight: bold;
    color: #555555;
    font-size: 22px;    
    top: 13px;
    position: relative;    
	/*border-top: 1px solid #cecece;*/
    height: 218px;
    /*margin-right: 16px;*/
	overflow-x: auto;
	overflow-y: hidden;
}
.pieContainerInner{	
	border: none;
    height: 218px;
    margin-top: 16px;
	width:900px;
}
.information_papers{
	border-left: 4px solid #4CC2E4;
	background-color: #f3f3f3;
	padding: 18px;
	/*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);*/
}
.contacto_msg{
	width: 95%;
	height: 210px;
    margin-left: 5px;
    margin-top: 14px;
	border: 1px solid #c3c3c3;
	resize:none;
}
.btnSend{
	margin-top: 20px;
	position: absolute;
	left: 0px;
	height: auto!important;
	padding: 9px 15px;
	background-color: #1A5897;
	border: none;
	color:white;
	font-size: 17px!important;
	cursor:pointer;
}
.formulario_contacto{
	width: 50%;
    margin-top: 47px;
    padding: 10px 12px 12px 5px;
	background-color: #f3f3f3;
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 680px) {
  .formulario_contacto{ margin-top: 73px;}
}

.formulario_calculo{
	width: 47%;
    float: right;	
	background-color: #f3f3f3;
	margin-bottom:30px;
    margin-left: 15px;

}
/* estas son escalas responsivas*/
@media only screen and (max-width: 890px) {
    .formulario_calculo{
	  width: 40%;
	}
}
/* estas son escalas responsivas*/
@media only screen and (max-width: 765px) {
    .formulario_calculo{
	  width: 35%;
	}
}
/* estas son escalas responsivas*/
@media only screen and (max-width: 720px) {
    .formulario_calculo{
	  float: left;
	  width: 55%;
	}
}

/* estas son escalas responsivas*/
@media only screen and (max-width: 686px) {
    .formulario_calculo{
	  width: 100%;
	  margin-left: -15px;
	}
}
/* estas son escalas responsivas*/
@media only screen and (max-width: 468px) {
    .formulario_calculo{
	  width: 100%;
	  margin-left: 0px;
	  margin-top: 10px;
	}
}
.mapa_grande1{
	float: right;
	margin-top:-457px;
	width:390px;
	height:250px;
}
.mapa_grande2{
	float: right;
	margin-top:-191px;
	width:390px;
	height:250px;
}
#formulario_contacto_real{
	padding-left: 25px;
}
/* On phone */
@media only screen and (max-width: 467px) {
  #formulario_contacto_real{padding-left: 5px;}
}
.pie_de_foto{
	position: relative;
	bottom:27px;
	color:#fff;
	background-color:#000;
	padding:2px 10px;
	opacity:0.5;
	text-align: right;
	box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* chrome*/
	/*font-weight:bold;*/
}
/* On phone */
@media only screen and (max-width: 467px) {
  .pie_de_foto{font-size: 13px;}
}
.phone{
	background-color: #4CC2E4;
    padding: 18px;
	height:70px;
    position: fixed;
    right: -210px;
    top: 150px;
	font-size:29px;
	width: 264px;
	transition: 0.3s; /* Add transition on hover */
	border-radius: 12px;
	z-index:2000;
	 /* Start the shake animation and make the animation last for 0.5 seconds */
    /*animation: shake 1s;
    /* When the animation is finished, start again */
    /*animation-iteration-count: infinite;*/
    /*animation-delay: 2s;*/	
}
.phone:hover{	
    right: -9px;    
}
.mymail{
	background-color: #E25599;
    padding: 15px 16px;
	height:67px;
    position: fixed;
    right: -297px;
    top: 75px;
	font-size:29px;
	width: 350px;
	transition: 0.3s; /* Add transition on hover */
	border-radius: 12px;
	z-index:2000;
	margin-top: 149px;	
}
.mymail:hover{	
    right: -9px;    
}
.whatsapp{
	background-color: green;
    padding: 15px 16px;
	height: 64px;
    position: fixed;
    right: -210px;
    top: 80px;
	font-size:29px;
	width: 264px;
	transition: 0.3s; /* Add transition on hover */
	border-radius: 12px;
	z-index:2000;
	margin-top: 74px;
	 /* Start the shake animation and make the animation last for 0.5 seconds */
    /*animation: shake 1s;
    /* When the animation is finished, start again */
    /*animation-iteration-count: infinite;*/
    /*animation-delay: 2s;*/	
}
.whatsapp:hover{	
    right: -9px;    
}
.tablas{
	width:550px;
	overflow-x: auto;
}
.tablas table {
    border-collapse: collapse;
    /*border-spacing: 0;*/	
    border: 1px solid #ddd;
	width:550px;
	padding: 8px;
}

.tablas th, td {
    text-align: left;
    padding: 8px;
	text-align: center;
	border: 1px solid #ddd;    
}

.tablas th {       
    background-color: #4CAF50;
    color: white;
}

.tablas tr:nth-child(even){background-color: #f2f2f2}

.tablas tr:hover {background-color: #ddd;}

.image_container{
	width:381px;
	height:381px;
	float:left;
	/*margin-left:3%;*/
}
/* esto es una excepcion ok. simulando un  computador medio */
@media only screen and (max-width: 1056px) {
  .tablas{
       width:420px; 	   
    }
    .tablas table {       
	   width:420px;
    }
}
/* esto es una excepcion ok. simulando un  computador medio */
@media only screen and (max-width: 930px) {
  .tablas{
       width:380px; 	   
    }
    .tablas table {       
	   width:380px;
    }
}
/* esto es una excepcion ok. simulando un  computador medio */
@media only screen and (max-width: 883px) {
  .tablas{
       width:320px; 	   
    }
    .tablas table {       
	   width:320px;
    }
}
/* esto es una excepcion ok. simulando un  computador medio */
@media only screen and (max-width: 815px) {
  .tablas{
       width:280px; 	   
    }
    .tablas table {       
	   width:280px;
    }
}
/* esto es una excepcion ok. simulando un  computador medio */
@media only screen and (max-width: 785px) {
  .tablas{       
	   margin-left:0px!important;       
       margin-top:10px;
       float:left!important;
       width:420px; 	   
    }
    .tablas table {       
	   width:420px;
    }	
}
/* On tablet */
@media only screen and (max-width: 760px) {
  .tablas{       
	   margin-left:0px!important;       
       margin-top:10px;
       float:left!important;
       width:420px; 	   
    }
    .tablas table {       
	   width:420px;
    }
}
/* On phone */
@media only screen and (max-width: 467px) {
  .image_container{
	width:100%;
	height:auto;
	float:left;
   }
   .tablas{
	   width:100%;
	   margin-left:0px!important;
       margin-top:10px;
       float:left!important;
       overflow-x: auto;	   
    }
    .gallerySpace{       
	   margin-left:0px!important;       	   
    }	
}
.gallerySpace{
	position: relative;
    width: 150px;
    float: left;    
    margin-left: 30px;
	margin-bottom:10px;
}
.ventanaGallery{
	width: 100%!important;
    min-height: 100%!important;
    height: auto !important;
    position: fixed!important;
    top:0!important;
    left:0!important;
	z-index: 3000 !important;
	border: none!important;
	border-radius: 0px!important;
}
#cabecera_gallerys{
	background-color: transparent;
	/*opacity:0.8;*/
	border-color: transparent;
}
#close_gallerys{
	background-color: transparent;
    /*opacity: 0.9;*/
    color: white !important;
    font-size: 28px;
    margin-right: 10px;
}
#content_gallerys{
	background-color: transparent; /* Fallback color */   
}
#gallerys{
	background-color: rgba(0, 0, 0, 0.93);
    animation-name: zoom;
    animation-duration: 0.6s;	
}
.image_gallery_container{
	width:500px;
	height:500px;
	margin: auto;
}
/* On phone */
@media only screen and (max-width: 467px) {
  .image_gallery_container{
	width:100%;
	height:auto;
	float:left;
   }	
}
#btninformacion{
	color:white;
	background-color:transparent;
	margin-top: 12px!important;
	font-size: 15px!important;
    margin-left:25px;	
    border:none;	
}
#anima{
	z-index:30000!important;	
}
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial;
}

.header {
    text-align: center;
    padding: 32px;
}

.row {
    display: -ms-flexbox; /* IE 10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE 10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
    -ms-flex: 25%; /* IE 10 */
    flex: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}
.column img:hover {
   opacity: 0.7;   
}

/* On tablet */
@media only screen and (max-width: 760px) {
  .column {
    -ms-flex: 50%; /* IE 10 */
    flex: 50%;
    padding: 0 4px;
}
}
/* On phone */
@media only screen and (max-width: 467px) {
 .column {
    -ms-flex: 100%; /* IE 10 */
    flex: 100%;
    padding: 0 4px;
  }
}
.tel{	
    position: relative;
    top: 11px;
    float: right;
    margin-right: 20px;
    color: white;
	font-family: tahoma,arial,verdana,sans-serif;	
    text-decoration: none;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

#cabecera_float_label{
    background-color:green;
    border: none;	
}
#float_label {
height: 250px;
width: 410px;
box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.7);
border:none;
border-radius:0px;
background-color: #ffffff;
/*top: 100px;*/
/*left: 400px;*/
position: fixed;
-webkit-transition: width 0.5s, border-radius 0.4s; /* Safari */
transition: width 0.5s, border-radius 0.4s;
background-color:green;
}
.cabecera_float_label{
	-webkit-transition: border-radius 0.5s; /* Safari */
    transition: border-radius 0.5s;
}
.btnfloat_label{
    border:none;
    background-color:transparent;
    padding:0px;  
}
.btnfloat_label:hover{
    border:none;
    background-color:transparent;  
}
#titulo_float_label{
	font-size:16px;
	color:white;
	margin-top: 7px;
	-webkit-transition: opacity 0.5s; /* Safari */
    transition: opacity 0.5s;
}


#cabecera_float_label2{
    background-color:#E25599;
    border: none;	
}
#float_label2 {
height: 250px;
width: 410px;
box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.7);
border:none;
border-radius:0px;
background-color: #ffffff;
/*top: 100px;*/
/*left: 400px;*/
position: fixed;
-webkit-transition: width 0.5s, border-radius 0.4s; /* Safari */
transition: width 0.5s, border-radius 0.4s;
background-color:#E25599;
}
.cabecera_float_label2{
	-webkit-transition: border-radius 0.5s; /* Safari */
    transition: border-radius 0.5s;
}
.btnfloat_label2{
    border:none;
    background-color:transparent;
    padding:0px;  
}
.btnfloat_label2:hover{
    border:none;
    background-color:transparent;  
}
#titulo_float_label2{
	font-size:15px;
	color:white;
	margin-top: 7px;
	-webkit-transition: opacity 0.3s; /* Safari */
    transition: opacity 0.3s;
	width:275px;
}
.login{
	display: block;
    max-width: 450px;
    padding: 25px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 35px;
    margin-bottom: 35px;
    background: #fff;
    position: relative;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.JP_label{
	color:#1B1B1B;
}

.brillo{
    display: block;     
    text-decoration:none;
    overflow:hidden;	
    background-color:#ad1919;
	float:right;	
}

.brillo span{
    animation-name: destello;
    animation-duration: 2s;
	animation-delay: 1s;
    animation-iteration-count: infinite;
	display: block;
	background: url(../images/brillog.png) no-repeat;	
	background-position: -300px 0px;
	padding: 10px;
	color:white;
    font-size: 16px;
    font-weight: normal;	
}
/*.brillo:hover span{
    background-position: 300px 0px;
    -webkit-transition-property: all;
    -webkit-transition-duration: 1.5s;
    transition-property: all;
    transition-duration: 1.5s;
}*/
@keyframes destello {
    from {background-position: -300px 0px;}
    to {background-position: 300px 0px;}
}