/************ 
//--------------------------------
// GENERAL
//-------------------------------
************/
/* la que trae la diapocitiva
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 20px;
}
*/




body {
    margin: 0;
    padding: 0;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #666;
    background: #f2f2f2; 
    font-size: 1em;
    line-height: 1.5em;
	    
    padding-top: 70px;
}

h1 {
    font-size: 2.3em;
    line-height: 1.3em;
    margin: 15px 0;
    text-align: center;
    font-weight: 300;
}

p {
    margin: 0 0 1.5em 0;
}

img {
    max-width: 100%;
    height: auto;
}


/************ 
//-------------------------------
// CABECERA
//-------------------------------
************/
#main-header {
    /*background: #fff;/*#333*//*#009*/
	/*background:url(../Imagenes/fondoHeader.jpg);/**/
	background:url(../Imagenes/bg_body.png);/**/

    /*color: white;*/
    height: 80px;
    /**/
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
	box-shadow: 2px 2px 5px #999;
	z-index:999999;
	text-align:center;
	
}   

#main-header a {
    color: #666;
}
    
    
/*
 * Logo
 */
#logo-header {
    float: none;
   
    text-decoration: none;	
}

#logo-header img{
	/*Tamaño de logo*/
	width: 100px;
	height: 80px;
}
#logo-header:hover {
    color: #0b76a6;
}
    
#logo-header .site-name {
    display: block;
    font-weight: 700;
    font-size: 1.2em;
}
    
#logo-header .site-desc {
    display: block;
    font-weight: 300;
    font-size: 0.8em;
    color: #999;
}
    

/*
 * Navegación
 */
/*
nav {
    float: right;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 20px;
}
    
nav ul li {
    display: inline-block;
    line-height: 80px;
}
           
nav ul li a {
     display: block;
     padding: 0 10px;
     text-decoration: none;
}
            
nav ul li a:hover {
     background: #0b76a6;
}
    
*/

/*menu navegador*/
ol, ul {
	list-style: none;
}


.clearfix {
	clear: both;
}

/*ancho del menu*/
.wrap {
	/*tamaño*/
	width: 400px;
	/* ubicacion*/
	float: right;
	/*espacio del margen*/
	margin:5px;
}
@media screen and (max-width: 420px){
.wrap {
	/*tamaño*/
	width: 100%;
	/* ubicacion*/
	position:fixed;
	/*espacio del margen*/
	margin-top:70px;
}

}


nav {
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));
	background-image: linear-gradient(#fff, #ccc);
	border-radius: 6px;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
	padding: 0 10px;
	color:#000;
}

.menu li {
	float: left;
	position: relative;
}

.menu li a {
	color: #444;
	display: block;
	font-size: 14px;
	/*espacio entre lineas*/
	line-height: 16px;
	/*espacio arriba y abajo , entre columnas(filas)*/
	padding: 6px 10px;
	/*espacio del margen del listado del menu*/
	margin: 1px 1px;
	vertical-align: middle;
	text-decoration: none;
}

.menu li a:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(#ededed), to(#fff));
	background-image: linear-gradient(#ededed, #fff);
	border-radius: 12px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	color: #222;
}

/* Dropdown styles */

.menu ul {
	position: absolute;
	left: -9999px;
	list-style: none;
	opacity: 0;
	transition: opacity 1s ease;
}

.menu ul li {
	float: none;
}

.menu ul a {
	white-space: nowrap;
	
}

/* Displays the dropdown on hover and moves back into position */
.menu li:hover ul {
	/*fondo del menu desplegado*/
	background: rgba(200,200,200,0.9);
	border-radius: 0 0 6px 6px;
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);
	left: auto;
	opacity: 1;
	/*ancho del menu desplegado*/
	/*width:100px;;/**/
}

/* Persistant Hover State */
/*Selecciion de boton de menu principal*/
.menu li:hover a {
	background: -webkit-gradient(linear, center top, center bottom, from(#66f), to(#ededed));
	background-image: linear-gradient(#66f, #ededed);
	border-radius: 12px;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
	color: #222;
}

.menu li:hover ul a {
	background: none;
	border-radius: 0;
	box-shadow: none;
}

/*fondo de seleccion de los menus desplegables*/
.menu li:hover ul li a:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#fff));
	background-image: linear-gradient(#66f, #fff); /*#ededed*/
	border-radius: 12px;
	box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.3);
}




/************ 
//------------------------------
// CONTENIDO
//------------------------------
************/
html, body {}
/* Definición de los estilos básicos */
/* Contenedor general. Se determina el ancho y los márgenes automáticos */
.contenedorcolumnas {
width:100%;
margin: auto;
}
.justificado{
	text-align:justify;
}
.anchoMaximo{
	max-width:800px;
	padding: 0px;
}
.sombreado{
	box-shadow: 0 0 10px rgba(0,0,0,.1);/*SOMBRA*/
}
.contenedorColumna {
width:100%;
padding:1px;
margin-top:1px;
/*border: dashed #CCC 1px;*/
border: 1px dashed #777;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;

}

/* Estilo de los otros contenedores */
#cabecera, #pie {
background: #cbcbcb;
}
.pie {
clear: both;
}
.columna2 {
/*background: #fb9f9f;*/
}
.columna1 {
/*background: #fdc08b;*/
}
.columna3 {
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
#cabecera, .pie, .columna1, .columna2, .columna3 {
padding: 1%;
}
#cabecera{ margin-bottom: 0; }
.contenedorcolumnas { padding: 0px; } 
.columna2 {
margin:0 1% 1%;
float: left;
width: 60%;
display: block;
height: auto;


background: white;
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.columna1 {
float: left;
width: 16%;
display: block;
height:auto;
}
.columna3 {
float: right;
width: 16%;
display: block;
height: auto;
z-index:999999;
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
@media screen and (max-width: 1000px){
.columna2 {
float: left;
width: 95%;
margin-right: 1%;
display: block;
height: auto;

}
.columna1{
float: right;
width: 95%;
display: block;
height: auto;
}
.columna3{
clear: both;
width: 95%;
height:auto;
} 
}



#main-content {
	  width:45%;
  width: 90%;
    max-width: 800px;
	min-width: 800px;
    margin: 0px auto;
    box-shadow: 0 0 10px rgba(0,0,0,.1);/*SOMBRA*/
  top:0px;
    background: white;
}

/*
.columna1 {
  width:20%;
  height:500px;
  margin-left:5%;
  float:left;
  text-align:right;
  border: dotted #CCC 2px;
}
.columna3 {
  width:25%;
  float:right;
  text-align:left;
  border: dotted #66f 2px;
}

@media (max-width: 500px) {
  
  .columna1 {
    width:auto;
    float:none;
  }
  
}
*/
/*.diapositiva{
	 overflow:hidden;
	 width:800px;
	 margin: 0px 0px; 
	 padding:0px; 
	 z-index:2;
	 background: white;;
}*/
.diapositiva{
	 overflow:inherit;
	 margin: 0px 0px; 
	 padding:0px; 
}

@media screen and (max-width: 420px){
.diapositiva{
	 overflow:hidden;
	 width:420px;
	 margin: 0px 0px; 
	 padding:0px; 
	 z-index:2;
	 background: white;
}
#main-content {
	top:0px;
    background: white;
    width: 100%;
    margin: 0px auto;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
}
#main-content header,
#main-content .content {
        padding: 40px;
}
#main-content .content p{
	text-align:justify;
}

#main-content .content h1{
	text-align: center;
}
.columnas3 {
	/*background:url(../Imagenes/iconos/iconoESECotorra.png);/**/
	/*background-repeat:no-repeat;
	background-position:center;
	border: dotted #66f 2px;/**/
	
	
        -webkit-column-count:3;
        -moz-column-count:3;
        column-count:3;

        -moz-column-gap: 3em;
	    -webkit-column-gap: 3em;
	    column-gap: 3em;

	    /*-moz-column-rule: 1px solid #bbb;
	    -webkit-column-rule: 1px solid #bbb;
	    column-rule: 1px solid #bbb;/**/

        -moz-column-width: 140px;	        
	    -webkit-column-width: 140px;
	    column-width: 140px;
}  

.columnas2 {
	/*background:url(../Imagenes/iconos/iconoESECotorra.png);/**/
	/*background-repeat:no-repeat;
	background-position:center;
	border: dotted #66f 2px;/**/
	color:#000;
	
	
		 
        -webkit-column-count:2;
        -moz-column-count:2;
        column-count:2;

        -moz-column-gap: 3em;
	    -webkit-column-gap: 3em;
	    column-gap: 3em;

	    /*-moz-column-rule: 1px solid #bbb;
	    -webkit-column-rule: 1px solid #bbb;
	    column-rule: 1px solid #bbb;/**/

        -moz-column-width: 140px;	        
	    -webkit-column-width: 140px;
	    column-width: 140px;
		position:relative;
		z-index:2;
}
@media screen and (max-width: 420px){
.columnas2 {
    -webkit-column-count:1;
    -moz-column-count:1;
    column-count:1;
    -moz-column-width: 420px;	        
    -webkit-column-width: 420px;
    column-width: 420px;
}
	
}

.fondoTransparente{
	
 
	 
	
	/*tamño del div(para ubicarlo en el centro)*/
	width: 90%;
    max-width: 800px; 
	height:290px; 
	
	background:url(../Imagenes/iconos/iconoESECotorra.png); 
	opacity:.1; 
	background-repeat:no-repeat;
	background-position:center;
	border: dotted #66f 2px;
	
	position:absolute;
	z-index:1;
}

.center{
	position: absolute;
	/*nos posicionamos en el centro del navegador*/
	top:50%;
	left:50%;
	/*determinamos una anchura*/
	width:400px;
	/*indicamos que el margen izquierdo, es la mitad de la anchura*/
	margin-left:-200px;
	/*determinamos una altura*/
	height:300px;
	/*indicamos que el margen superior, es la mitad de la altura*/
	margin-top:-150;
	border:1px solid #808080;
	background-color:#fff;
	padding:5px;
}

    #marco{position:relative; width:; height:;}
    #marco img{width:200px; z-index:1; position:relative;}
    #marco .fondo{z-index:0; position:absolute; width:300px; height:300px; background-color:gray; opacity:.6; }


/*diapositiva*/
/*
section {
  clear: both;
}
.wrapper {
  background: white;
  margin: auto;
  min-height: 15em;
  padding: 1em;
  width: 95%;
}
.wrapper h1 {
  text-align: center;
}
.block {
  display: none;
}
.block img {
  float: left;
  margin-right: 1em;
}
.controls {
  text-align: center;
}
span.prevSlider,
span.autoSlider,
span.stopSlider,
span.nextSlider {
  cursor: pointer;
  display: inline-block;
  margin: 0 1em;
}
span.stopSlider {
  display: none;
}*/
.wrapper {
  background: white;
  margin: auto;
  min-height: 15em;
  padding: 1px;
  width: auto;
  height: 600px;
}
.wrapper h1 {
  text-align: center;
}
.block {
  /*display: none;*/
}
.block img {
  float: left;
  margin-right: 1em;
}
/*fin diapositivas*/





/*nueva diapositiva*/


.button {
	background: #014464;
	background: -moz-linear-gradient(top, #0D658E, #0C577A 50%, #014D71 51%, #003E5C);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E658E), color-stop(.5, #0C577A), color-stop(.5, #014D71), to(#003E5C)); 
	border: 1px solid #368DBE;
	border-top: 1px solid #c3d6df;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 3px black;
	-webkit-box-shadow: 0 1px 3px black;
	box-shadow: 0 1px 3px black;
	color: white;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px black;
	text-transform: uppercase;
	width: auto;
}
.button2 {
	background: #d9ae00;
	background: -moz-linear-gradient(top, #b28b06, #9c7705 50%, #9c7705 51%, #5c4100);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b28b06), color-stop(.5, #9c7705), color-stop(.5, #9c7705), to(#5c4100)); 
	border: 1px solid #c7a60c;
	border-top: 1px solid #e5d51f;
}
.button3 {
	background: #ffd838;
	background: -moz-linear-gradient(top, #edbf21, #c89b0f 50%, #9c7705 51%, #906706);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #edbf21), color-stop(.5, #c89b0f), color-stop(.5, #c89b0f), to(#906706)); 
	border: 1px solid #c7a60c;
	border-top: 1px solid #e5d51f;
}
.price_table {
    float: right;
	font-size: 12px;
    margin: 10px auto 0;
    padding: 20px 0;
	position: relative;
	width: 570px;
}
.price_table .price_column.highlighted {
	background: #ffd838;
    margin: -5px!important;
	padding: 10px;
    z-index: 2;
}
.price_table .price_column {
	display: block;
	margin: 5px;
    float: left;
    position: absolute;
	width: 180px;
    z-index: 1;
}
.price_table .price_column > div {
	background: #eeeeee;
}
.price_table .price_column > div > div {
	padding: 10px 15px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #f6f6f6;
}
.price_table .price_column > div > p {
	padding: 10px 15px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #f6f6f6;
}
.price_table .price_column > div > ul {
	padding: 10px 15px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #f6f6f6;
}
.price_table .price_title {
	background-color: #333333;
    border-top: 0!important;
    color: #ffffff;
    font-size: 14px;
}
.price_table .highlighted .price_title {
    font-size: 16px;
}
.price_table .price_price {
    font-size: 36px;
    line-height: 40px;
}
.price_table .highlighted  .price_price {
    font-size: 40px;
    line-height: 44px;
}
.price_table .price_explanation {
	font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
}
.price_table .cusButton {
	background-color: #333333;
	display: block;
    text-align: center;
}
.price_table li {
	padding: 5px 0;
}
.price_table div.pix_check {
	background: url(diapositiva/images/demo/list-check-green.png) no-repeat 15px center;
    padding-left: 38px!important;
}
.price_table div.pix_error {
	background: url(diapositiva/images/demo/list-error.png) no-repeat 15px center;
    padding-left: 38px!important;
}
/*fin nueva diapositiva*/



/*estilo para el acordeon*/
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #bbf;/*#ccf*/
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/* fin estilo para el acordeon*/
/*estilos formularios*/
.mlogin {
    margin: 100px auto 0;
}

.mregister {
    margin: 100px auto 0;
}

.error {
    margin: 40px auto 0;
    border: 1px solid #777;
    padding: 3px;
    color: #fff;
    text-align: center;
    width: 650px;
    background: #f58220;
}

.regtext {
    font-size: 13px;
    margin-top: 26px;
    color: #777;
}
.container h1 {
    color: #777;
    text-align: center;
    font-weight: 300;
    border: 1px dashed #777;
    margin-top: 13px;
	
}

.container label {
    color: #777;
    font-size: 14px;
}

.containerRegistro h1 {
    color: #777;
    text-align: center;
    font-weight: 300;
    /*border: 1px dashed #777;/**/
	border-bottom: 1px dashed #777;/**/
    margin-top: 1px;
	margin-left:10%;
	margin-right:10%;
	padding-bottom:5px;
}

.containerRegistro label {
    color: #777;
    font-size: 14px;
}


.container form .input,.container form input[type=text],.container form input[type=password],.container form input[type=e] {
    background: #fbfbfb;
    font-size: 20px;
    line-height: 1;
    width: 90%;
    padding: 3px;
    margin: 0 6px 5px 0;
    outline: none;
    
}
.container form .input:focus {
    border: 1px solid #0099FF;/*color del foco del inten seleccionado #f58220*/
    -webkit-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
    -moz-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
    box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
}
.containerRegistro form{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.containerRegistro form .input,.container form input[type=text],.container form input[type=password],.container form input[type=e] {
    background: #fbfbfb;
    font-size: 18px;
    line-height: 1;
    width: 90%;
    padding: 3px;
    margin: 0 6px 5px 0;
    outline: none;
    border: 1px solid #d9d9d9;
}

.containerRegistro form .input:focus {
    border: 1px solid #f58220;
    -webkit-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
    -moz-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
    box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
}

/*fin formularios*/

#cajaMensaje{
	display:none;/**/
	border: 1px solid #CFF;
	/*opacity:0.9;/**/
	background:#EEF;
	border-radius:10px;
	padding:15px;
	color:#000;
	
	position: fixed;
	top: 20px;
	right: 10px;
	
}
/************
//-----------------------------
// PIE PÁGINA
//-----------------------------
************/
#main-footer {
    background: #9CC;/*#333*/
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}
    #main-footer p {
        margin: 0;
    }
    
    #main-footer a {
        color: white;
    }
	
/*para el mensaje en pagina*/	
.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}
.alert h4{margin-top:0;color:inherit}
/*.alert .alert-link{font-weight:700}*/
.alert>p,.alert>ul{margin-bottom:0}
.alert>p+p{margin-top:5px}
.alert-dismissable,.alert-dismissible{padding-right:35px}
.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.alert-success hr{border-top-color:#c9e2b3}
.alert-success .alert-link{color:#2b542c}
.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.alert-info hr{border-top-color:#a6e1ec}
.alert-info .alert-link{color:#245269}
.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.alert-warning hr{border-top-color:#f7e1b5}
.alert-warning .alert-link{color:#66512c}
.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.alert-danger hr{border-top-color:#e4b9c0}
.alert-danger .alert-link{color:#843534}


.close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit; display:none}
.close{margin-top:-2px}
button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}
.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}
.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}







































div.wrapperNav {
margin:0%;
padding:0%;
}
@media screen and (max-width: 1280px){
div.wrapperNav {
position:fixed;
}
}



nav.vertical {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,.15);
  overflow: hidden;
  text-align: center;
  margin:0%;
  padding:0%;
  width:auto;
  
  -webkit-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.5);
box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.5);
}

  nav.vertical > ul {
    list-style-type: none;
	margin:0;
	padding:0;
	width:auto;
  }

    nav.vertical > ul > li {
      display: block;
	  width:auto;
    }

      nav.vertical > ul > li > label,
      nav.vertical > ul > li > a {
        /*background-color: rgb(157, 34, 60);
        background-image: -webkit-linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60));
        background-image: -moz-linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60));
        background-image: -o-linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60));
        background-image: linear-gradient(135deg, rgb(114, 51, 98), rgb(157, 34, 60));
        border-bottom: 1px solid rgba(255,255,255,.1);*/
		background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,0.55) 47%, rgba(237,237,237,0.05) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,0.55)), color-stop(100%, rgba(237,237,237,0.05)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,0.55) 47%, rgba(237,237,237,0.05) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,0.55) 47%, rgba(237,237,237,0.05) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,0.55) 47%, rgba(237,237,237,0.05) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,0.55) 47%, rgba(237,237,237,0.05) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );





		
        box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1);
       
        display: block;
        font-size: .85rem;
        font-weight: 500;
        height: 50px;
        letter-spacing: .5rem;
        line-height: 50px;
        text-shadow: 0 1px 1px rgba(0,0,0,.1);
        text-transform: uppercase;
        transition: all .1s ease;
      }

        nav.vertical > ul > li > label:hover,
        nav.vertical > ul > li > a:hover {
         /*background-color: rgb(114, 51, 98);
         background-image: -webkit-linear-gradient(150deg, rgb(114, 51, 98), rgb(114, 51, 98));
         background-image: -moz-linear-gradient(150deg, rgb(114, 51, 98), rgb(114, 51, 98));
         background-image: -o-linear-gradient(150deg, rgb(114, 51, 98), rgb(114, 51, 98));
         background-image: linear-gradient(150deg, rgb(114, 51, 98), rgb(114, 51, 98)); 
		 */
		 background: rgba(179,220,237,1);
background: -moz-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(179,220,237,1)), color-stop(50%, rgba(41,184,229,1)), color-stop(100%, rgba(188,224,238,1)));
background: -webkit-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
background: -o-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
background: -ms-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
background: linear-gradient(to right, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1 );
         cursor: pointer;
        }

        nav.vertical > ul > li > label + input {
          display: none;
          visability: hidden;
        }
        
          nav.vertical > ul > li > div {
            background-color: rgb(255,255,255);
            max-height: 0;
            overflow: hidden;
            transition: all .5s linear;
          }

            nav.vertical > ul > li > label + input:checked + div {
              max-height: 500px;
            }
 
          nav.vertical > ul > li > div > ul {
            list-style-type: none;
			-webkit-padding-start: 0px;
			
          }

            nav.vertical > ul > li > div > ul > li > a {
             background-color: rgb(255,255,255);
             border-bottom: 1px solid rgba(0,0,0,.05);
             color: #333331;
             display: block;
             
             padding: 10px 0;
             text-decoration: none;
             transition: all 0.15s linear;
            }

              nav.vertical > ul > li > div > ul > li:hover > a {
                background-color: lightBlue;
                color: rgb(255,255,255);
                padding: 10px 0 10px 50px;
              }
			  




.coupon {
    border: 5px dotted #bbb; /* Dotted border */
    width: 98%; 
    border-radius: 15px; /* Rounded border */
    margin: 0 auto; /* Center the coupon */
    max-width: 600px; 
}

.containerInforme {
    padding: 2px 16px;
    background-color: #f1f1f1;
}

.promo {
    background: #ccc;
    padding: 3px;
}

.expire {
    color: red;
}