@charset "utf-8";
/* CSS Document */
*{
    padding:0;
    margin:0;
}
img { border:none; }

@font-face {
    font-family: 'poppinsbold';
    src: url('poppins-bold-webfont.woff2') format('woff2'),
         url('poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsextrabold';
    src: url('poppins-extrabold-webfont.woff2') format('woff2'),
         url('poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinslight';
    src: url('poppins-light-webfont.woff2') format('woff2'),
         url('poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('poppins-medium-webfont.woff2') format('woff2'),
         url('poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('poppins-regular-webfont.woff2') format('woff2'),
         url('poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinssemibold';
    src: url('poppins-semibold-webfont.woff2') format('woff2'),
         url('poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Monument Extended';
    src: url('MonumentExtended-Regular.woff2') format('woff2'),
        url('MonumentExtended-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.ob { font-family: 'poppinsbold'; }
.ol { font-family: 'poppinslight'; }
.od { font-family: 'poppinsextrabold'; }
.h{ font-family: 'poppinsregular'; }
.n { font-weight:bold; }
.B { font-family: 'poppinsregular'; }
.C { font-family: 'poppinsregular'; }
.M { font-family: 'poppinsmedium'; }
.A { font-family: Arial, Helvetica, sans-serif; }
.ME { font-family: 'Monument Extended'; }

body{
    background-image:url(../imagenes/bg-body.jpg);
    font-family: 'poppinsregular';
    font-size:13px;
    color:#555;
}

header{
	margin-bottom:0px;
}

h1 {  
    color:#ffd507;
	font-family: 'poppinsregular';
	font-size:28px;
    font-weight:normal;	
	text-transform: uppercase;
	margin:0px;
	padding:0px;
    line-height: 30px;
	letter-spacing: 4px;
}
h2 {  
    font-family: 'poppinslight';
    font-size:26px;
    font-weight:normal;	
    color:#333;
}

h3 {  
    font-family: 'poppinsbold';
    font-size:20px;
    color:#333;
    line-height:18px;
	padding: 2px 0px;
}
h4 {
    font-size: 17px;
    font-family: 'poppinslight';
    color:#444;
    text-align:left;
    margin:0px;
    font-weight:bold;
}
h5 {  
    font-family: 'poppinslight';
    font-size:17px;
    font-weight:normal;	
    color:#444;
    line-height:22px;
}
h6 {  
    font-family: 'poppinslight';
    font-size:15px;
    font-weight:normal;	
    color:#444;
    line-height:20px;
}



a { color:#222b54; text-decoration:none }
a:hover { color:#7fba28; text-decoration:none }

#home a { color:#4b4337; text-decoration:none }
#home a:hover { color:#7F6828; text-decoration:none }

.topcuelga{
    position: fixed;
    background:rgba(255,255,255,0.98);
	width:100%;
    margin:auto;
	z-index:9998;
	min-height:75px;
     border-bottom: #eda500 solid 5px;
	-webkit-box-shadow: 	0px -60px 100px 0px #444;
		-moz-box-shadow:    0px -60px 100px 0px #444;
		box-shadow:         0px -60px 100px 0px #444;
}

.top{
	background: linear-gradient(to bottom, rgba(34,43,83,1), rgba(34,43,83,0));
	width:100%;
    margin:auto;
	position:fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index:9999;
	min-height:70px;
}
.cabe{
	width:100%;
    margin:auto;
	max-width: 1280px;
}

.top2{
	background: linear-gradient(to bottom, rgba(34,43,83,1), rgba(34,43,83,0.9));
	width:100%;
    margin:auto;
	position:fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index:999999;
	min-height:70px;
	-webkit-box-shadow: 	0px 5px 35px 0px rgb(0,0,0,0.6);  
		-moz-box-shadow:    0px 5px 35px 0px rgb(0,0,0,0.6);  
		box-shadow:         0px 5px 35px 0px rgb(0,0,0,0.6);  
}

.bgCabecera{
    width:100%;
	max-width:1200px;
    margin: 0 auto;
    position:relative;
	z-index:5;
    clear: both;
}
.bgCabecera2{
    width:100%;
	max-width:100%;
    margin: 0 auto;
}

.servicios{
	width: 100%;
	max-width: 600px;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 40px;
	position: relative;
	webkit-box-shadow: 		0px 5px 5px 0px rgb(0,0,0,0.2);  
		-moz-box-shadow:    0px 5px 5px 0px rgb(0,0,0,0.2);  
		box-shadow:         0px 5px 5px 0px rgb(0,0,0,0.2);  
}


.topmenu{
    background:#ffd507;
    width: 100%;
    height:40px;
    padding: 10px 0px;
    position:relative;
	z-index:5;
    clear: both;
}

.cabtop{
	width:100%;
	max-width:1200px;
    margin: 0 auto;
    position:relative;
	z-index:0;	
}

.cabtop2{
	background-image:url(../imagenes/bgtop.png);
	width:100%;
	height:117px;
    margin: 0 auto;
    position:relative;
	z-index:0;	
}


.home1{
	background: url("../imagenes/bg01-home.jpg");
	background-position: right;
	width: 100%;
	min-height:580px;
	overflow: hidden;
}
.quien{
	background-color: #222b53;
	padding-bottom: 100px;
	background-position: top;
	width: 100%;
	min-height:1200px;
	overflow: hidden;
}
.contact{
	background-color: #222b53;
	padding-bottom: 100px;
	background-position: top;
	width: 100%;
	min-height:300px;
	overflow: hidden;
}
@keyframes flotar {
  0% { transform: translate(0, 0); }
  25% { transform: translate(5px, -5px); }
  50% { transform: translate(0, 10px); }
  75% { transform: translate(-5px, -5px); }
  100% { transform: translate(0, 0); }
}

.img-flotante {
  animation: flotar 2s infinite ease-in-out;
}


.botonera{
	width: 6.5%;
	margin: 5px 1%;
	height: 30px;
	float: left;
	color: #00339f;
	font-size: 23px;
	font-family: 'Monument Extended';
	border: #ccc solid 1px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	padding-top:5px;
	-webkit-box-shadow: 	0px 0px 3px 0px rgb(0,0,0,0.2);  
		-moz-box-shadow:    0px 0px 3px 0px rgb(0,0,0,0.2);  
		box-shadow:         0px 0px 3px 0px rgb(0,0,0,0.2);  
	-webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */	
}
.botonera:hover{
	
	color: #fff;
	background: #00339f;
	-webkit-box-shadow: 	0px 0px 3px 0px rgb(0,0,0,0.2);  
		-moz-box-shadow:    0px 0px 3px 0px rgb(0,0,0,0.2);  
		box-shadow:         0px 0px 3px 0px rgb(0,0,0,0.2);  
	-webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */	
}


.select-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 20px;
  cursor: pointer;
  background-color:#e6e7e8;
  height: 70px;
}

.custom-select2 {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 20px;
  cursor: pointer;
  background-color:#fff;
  height: 55px;
}

.select-container i {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  color: #00339f;
  pointer-events: none; /* Evita que interfiera con los clics */
  font-size: 35px;
}


 
.boot{
    clear: both;
	width:300px; margin:10px 10px; border:#d3cfc3 solid 1px; padding:15px 20px; color:#000;
    font-size: 16px;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
}

.boot:hover{
	color:#fff; background:#bd2417;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
}


.boot2{
	width:200px; margin:25px auto; border:#fff solid 1px;color:#fff; padding: 20px 50px; letter-spacing: 1px;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
}

.boot2:hover{
	  border:#fff solid 1px;color:#fff; background:rgba(189,36,23,0.7);
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
}

.service{
	float:left; width:100%; max-width:220px; padding:25px 0px;	
}

.imgg{ float:left; margin:3px }
.imgp{ float:left; width:340px; height:200px; overflow:hidden; margin:5px; margin-top:10px; 
	border-radius: 5px; border:#ccc solid 1px; position:relative

}
.divi{
	background-image:url(../imagenes/bg_linia_amarilla.png);
	width:100%;
	height:4px;	
}

.slid{
    width:100%;	
	max-width:1800px;
	position:relative;
	z-index:1;	
	margin: auto;
}

.slid2{
    width:100%;	
	max-width:1800px;
	position:relative;
	z-index:1;
	height:400px;
	overflow:hidden;
}

.sombraslid{
	background-image:url(../imagenes/bgsombra.png);
	width:100%;
	height:100%;
	max-width:930px;
	max-height:18px;
	margin:auto;	
}

.parallax-container{
    background: transparent;
	overflow:hidden;	
}

.may{ text-transform: uppercase; }

.bglogo2{    
	width:100%;
	max-width:340px;
	margin-top:5px;
	float:left;
	margin-left:0px;
}

.whatsapp{
	position: fixed; bottom:10px; right:10px; z-index: 9999;
}
.barraVer{
    background:#90d300;
    height:47px;
    position:absolute;
    top:25px;
    right:1000px;
    width:100%;	
}
.contenTop{    
	font-family: 'poppinsbold';
    font-weight: bold;
	width:100%;
	max-width:440px;
	padding-top:40px;
	float:right;
    margin-left:0px;
}
.logo{    
	width:100%;
	max-width:260px;
	float:left;
	padding-top:20px;
}
.logo2{    
	width:100%;
	max-width:260px;
	float:left;
	padding-top:20px;
}
.serv1{
	color:rgba(255,255,255,0.99) ;
	float: left;
	width: 33%;
	font-size: 22px;
	text-align: center;
	padding: 50px 0px;
}



.logo10{    
	width:100%;
	max-width:90px;
	float:left;
	padding-top:10px;
    margin-top: 15px;
    border-left:#eee solid 1px; 
    padding-left:20px;
}
.menu{
	width:100%;
    margin: auto;
	float: right;
	font-family: 'poppinssemibold';
}
.menu3{;
	width:100%;
	max-width:1050px;
    margin: auto;
    padding-top:20px;
	font-family: 'poppinsmedium';
    text-transform: uppercase;
	float: right;
	padding-right: 3%;
}
.menuTop{
   	float:right;
	width:100%;
	max-width:870px;
	 
}

.menu a{ color:#fff; padding: 5px 10px; margin: 10px 10px }
.menu a:hover{ color:#fff;  }
.menu #current { color:#222b53; background:#fff;  padding:5px 15px; border-radius: 45px;  }

.menuTop a{ color:#fff; }
.menuTop a:hover{ color:#9de2f5; }
.menuTop #current { color:#9de2f5; }

.red{
    float:left;
	text-align: center;
	padding:8px;
	
	background:none;
	border-radius: 90px;
	margin:5px;
	width: 20px;
	height: 20px;
	color:#222b54 !important;
	border: #222b54 solid 0.5px;
    /* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
}

.red:hover{
	color:#00339f !important;
	
    /* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
}

.red2{
    float:left;
	padding: 5px;
	background: #424141;
	border-radius: 10px;
	margin:10px;
	width: 45px;
	height: 35px;
	padding-top: 10px;
	color:#fff !important;
	-webkit-box-shadow: 	0px 5px 5px 0px #888;
		-moz-box-shadow:    0px 5px 5px 0px #888;
		box-shadow:         0px 5px 5px 0px #888;
    /* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
}

.red2:hover{
	color:#fff !important;
	background: #00339f;
    /* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
}

.frmcont{
	
	width: 100%; max-width: 500px; position: absolute; top: -300px; left: 40%; background:#fff; overflow: hidden; border-radius:10px;
	-webkit-box-shadow: 	0px 5px 15px 0px #888;
		-moz-box-shadow:    0px 5px 15px 0px #888;
		box-shadow:         0px 5px 15px 0px #888;
}

.menT{
    font-family: 'poppinslight';
    text-transform: uppercase;
    font-weight: bold;
    float:right;
    margin-left:30px;
	font-size:14px;
     border-bottom: #fff solid 3px;
}
.menT2{
    font-family: 'poppinslight';
    text-transform: uppercase;
    font-weight: bold;
    float:right;
    margin-left:30px;
	font-size:14px;
    border-bottom: #999 solid 3px;
}

.men{
    font-family: 'poppinslight';
    float:left;
    padding:10px;
    padding-right:15px;
    padding-left:15px;
	font-size:15px;
}


.men0{
    width:3px;
	height:29px;
	float:left;
    margin-top:5px;
    background-image:url(../imgs/separa_menu.png);
	background-position:top right;
	background-repeat:no-repeat;
    
}
.m1{ float:left; margin-top:-5px; }
.men1{
    width:220px; 
	overflow:hidden;
	font-family: 'poppinsregular';
	font-size:14px;
    float:right;
    padding:9px;
    padding-right:10px;
	padding-top:20px;
}
.men2{
    width:210px; 
	font-family: 'poppinsregular';
	font-size:14px;
    float:right;
    padding:9px;
	padding-right:0px;
    padding-left:20px;
	padding-top:20px;
}

.men1 a{ color:#fff; }
.men1 a:hover{ color:#ffec00; }

.men2 a{ color:#fff; }
.men2 a:hover{ color:#ffec00; }

.reds{ float:right; overflow:hidden; width:160px; }

.busca {
	clear:both; margin-top:20px; float:right; width:240px; 
}
.busk{
	border:none; background:none; height:30px; width:180px; padding:0px; padding-left:10px; padding-right:10px; color:#ccc
}

.notii{
	position:relative;
	width:95%; max-width:260px; float:left; height:350px; margin:5px; overflow:hidden;	
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
		  border:#e4e0d4 solid 1px;
}

.notii:hover{
	width:95%; max-width:260px; float:left; height:350px; margin:5px; overflow:hidden;	
	background:#f2efe9;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
		  border:#e4e0d4 solid 1px;
}

.notiin{
	width:95%; max-width:260px; float:left; height:350px; margin:5px; overflow:hidden;	
	background:#e6ddcb;	
	border:#e4e0d4 solid 1px;
	opacity:0.6;
	color:#ccc;
	line-height:35px;
}


.porta{
	float:left;
	width:100%;
	height:100%;
	max-width:363px;
	max-height:179px;
	margin:1px;
	text-align:center;
	position:relative;	
	overflow:hidden;
}



.porta img{
    position: relative;
}

.pres{
	width:340px;
	height:59px;	
	background-image:url(../imgs/topbg.png);
	position:absolute;
	top:0px;
	left:0px;	
	color:#fff;
	font-size:25px;
	padding-top:120px;
	padding-left:23px;
	text-shadow: 5px 3px 5px #444;
	z-index:9;
	text-align:left;
}

.pres:hover{
	width:363px;
	height:179px;
	background-image:none;	
	position:absolute;
	top:0px;
	left:0px;	
}


.zoom{
		transition: 3.5s ease;
 		-moz-transition: 3.5s ease; /* Firefox */
 		-webkit-transition: 3.5s ease; /* Chrome - Safari */
 		-o-transition: 3.5s ease; /* Opera */
		position:relative;
		z-index:9999;
	}
.zoom:hover{
	transform : scale(2);
	-moz-transform : scale(2); /* Firefox */
	-webkit-transform : scale(2); /* Chrome - Safari */
	-o-transform : scale(2); /* Opera */
	-ms-transform : scale(2); /* IE9 */
	position:relative;
		z-index:9999;
}

#left{
    float: left;
    width: 100%;
    background:#000;
    position: relative;
    overflow: hidden;
}
#right{
    float: right;
    width: 50%;
    background:#000;
    position: relative;
    overflow: hidden;
}	
#left img{
    opacity: 0.8;
    transition: 1.5s ease;
    -moz-transition: 1.5s ease; /* Firefox */
    -webkit-transition: 1.5s ease; /* Chrome - Safari */
    -o-transition: 1.5s ease; /* Opera */
}
#left:hover img{
    opacity: 0.3;
    transform : scale(1.2);
	-moz-transform : scale(1.2); /* Firefox */
	-webkit-transform : scale(1.2); /* Chrome - Safari */
	-o-transform : scale(1.2); /* Opera */
	-ms-transform : scale(1.2); /* IE9 */
    transition: 4.0s ease;
    -moz-transition: 4.0s ease; /* Firefox */
    -webkit-transition: 4.0s ease; /* Chrome - Safari */
    -o-transition: 4.0s ease; /* Opera */
}
#right img{
     opacity: 0.8;
    transition: 1.5s ease;
    -moz-transition: 1.5s ease; /* Firefox */
    -webkit-transition: 1.5s ease; /* Chrome - Safari */
    -o-transition: 1.5s ease; /* Opera */
}
#right:hover img{
    opacity: 0.3;
    transform : scale(1.2);
	-moz-transform : scale(1.2); /* Firefox */
	-webkit-transform : scale(1.2); /* Chrome - Safari */
	-o-transform : scale(1.2); /* Opera */
	-ms-transform : scale(1.2); /* IE9 */
    transition: 4.0s ease;
    -moz-transition: 4.0s ease; /* Firefox */
    -webkit-transition: 4.0s ease; /* Chrome - Safari */
    -o-transition: 4.0s ease; /* Opera */
}

.gale{
    position: absolute;
    top: 30%;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    z-index: 2;
    text-align: center;
}
.gale2{
    position: absolute;
    top: 30%;
    right: 50%;
    width: 400px;
    margin-right:-200px;
    z-index: 2;
    text-align: center;
}

.inic {
	width:100%;
	max-width:980px;
	margin:auto;
	margin-top:-150px;
	position:relative;
	z-index:9999;
	padding-bottom:150px;
}

.c1{
	background-image:url(../imagenes/bgazul1.png);
	width:300px;
	height:215px;	
	float:left;
	-webkit-box-shadow: 0px 5px 5px 0px #aaa;
		-moz-box-shadow:    0px 5px 5px 0px #aaa;
		box-shadow:         0px 5px 5px 0px #aaa;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
}

.c1:hover{
	background-image:url(../imagenes/bgazul.png);
	width:300px;
	height:215px;	
	float:left;
	-webkit-box-shadow: 0px 5px 5px 0px #666;
		-moz-box-shadow:    0px 5px 5px 0px #666;
		box-shadow:         0px 5px 5px 0px #666;
}

.c11{
	float:left;
	padding:30px;
	padding-right:20px;
}
.c12{
	float:left;
	padding-top:45px;	
}
.c13{
	clear:both;
	width:70%;
	margin:auto;
	text-align:center;
}



.c2{
	background-image:url(../imagenes/bgcian1.png);
	width:300px;
	height:215px;
	float:left;	
	margin-left:40px;
	margin-right:40px;
	-webkit-box-shadow: 0px 5px 5px 0px #aaa;
		-moz-box-shadow:    0px 5px 5px 0px #aaa;
		box-shadow:         0px 5px 5px 0px #aaa;
   /* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */			
}

.c2:hover{
	background-image:url(../imagenes/bgcian.png);
	width:300px;
	height:215px;
	float:left;	
	margin-left:40px;
	margin-right:40px;
	-webkit-box-shadow: 0px 5px 5px 0px #666;
		-moz-box-shadow:    0px 5px 5px 0px #666;
		box-shadow:         0px 5px 5px 0px #666;		
}

.c3{
	background-image:url(../imagenes/bgverd1.png);
	width:300px;
	height:215px;	
	float:left;
	-webkit-box-shadow: 0px 5px 5px 0px #aaa;
		-moz-box-shadow:    0px 5px 5px 0px #aaa;
		box-shadow:         0px 5px 5px 0px #aaa;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */			
}

.c3:hover{
	background-image:url(../imagenes/bgverd.png);
	width:300px;
	height:215px;	
	float:left;
	-webkit-box-shadow: 0px 5px 5px 0px #666;
		-moz-box-shadow:    0px 5px 5px 0px #666;
		box-shadow:         0px 5px 5px 0px #666;		
}


.BarraNoticia{
	background:#dddbdc;
	width:100%; max-width:770px;
	height:40px;
	color:#00a5de;
	font-size:20px;
	margin-bottom:2px;
}
.ContNoticia{
	background:#fff;
	width:100%; max-width:770px;
	overflow:hidden;
}


.bgeventos{    
    width:100%;
    background-image:url(../imagenes/bgeventos.png);	
	margin-top:70px;
	overflow:hidden;
	padding-bottom:50px;
	
}
.BarraEventos{
    width:100%;
    max-width:70px;
    height:100%;
	max-height:326px;
	float:left;
	margin-right:50px;
	margin-left:0px;
}

.BarraComunica{
   	background-image:url(../imagenes/bg_barra_azul.png);
	background-color:#009bd1;
	background-repeat:no-repeat;
    width:100%;
    max-width:300px;
    height:43px;
}

.bggaleria{    
    width:100%;
    background-image:url(../imagenes/bg_galeria.jpg);
	background-position:center;
	min-height:743px;
	overflow:hidden;
	border-bottom:#fff solid 1px;
	border-top:#fff solid 2px;
}

.imgEdi{
    float:left; 
    width:100%; 
    max-width:325px; 
    margin-left:6px; 
    overflow:hidden;
    margin-bottom:5px;
    position:relative;
    max-height:215px;
}
.titEdi{
    position:absolute;
    height:50px;
    width:100%;
    background-image:url(../imagenes/bgnegro.png);
    bottom:0px; left:0px;
    font-family: 'poppinslight';
    color:#fff;
    font-size:19px;	
    padding-top:5px; padding-left:10px;
}



.inputBusca{
    background-image:url(../imagenes/bgnegro.png);
	border:#fff solid 1px;
    width:200px;
    height:30px;
    float:left	
}
.bottonBusca{
    background-image:url(../imagenes/buscar.png);
    width:38px;
    height:30px;
    float:left;
}
.inputB{
    padding:7px; background:none; color:#a28169; border:none;
    font-size:15px;
    font-family:Arial, Helvetica, sans-serif;
    width:200px;
    padding-right:1px;
}


.central{
    width:100%;
    max-width:1100px;
	margin:auto;
	padding-bottom:100px;
    overflow:hidden;	   
	position:relative;
	line-height:20px;
	font-size:14px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}

.central3{
    width:90%;
    max-width:950px;
	margin:auto;
	padding-bottom:100px;
    overflow:hidden;	   
	position:relative;
	line-height:20px;
	font-size:14px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}

#centralTOP{
    clear:both;
    background:#FFF;
    width:100%;
    max-width:1060px;
    min-height:400px;
    margin:auto;
    overflow:hidden;	
    margin-bottom:20px;
    padding:10px;
	padding-top:0px;
	margin-top:-25px;
    padding-bottom:20px;
	position:relative;
	z-index:1;
}

#central2{
    background-image:url(../imagenes/bgblanco.png);
    width:100%;
    height:320px;
    overflow:hidden;	
    margin-bottom:30px;
    margin-top:30px;
    border-top:#ddd solid 1px;
    border-bottom:#ddd solid 1px;
}

.content{
	width:100%;
	max-width: 1100px;
	min-height:90px; 	
	position:relative;
	z-index:1;
	margin:auto;
	margin-top:-200px; 	
	margin-bottom:100px;	
	padding-bottom:15px;
	overflow:hidden;
	padding-top:20px;
}

.barra {
    background:#d57c1b;
    width:100%;
    height:50px;
    margin-top:40px;
	padding-top:10px;
    padding-left:20px;
	font-family: 'poppinslight';
    font-size:30px;
	color:#fff;
}





.titnoticia{
    position:absolute;
    height:40px;
    width:300px;
    background-image:url(../imagenes/bgnegro.png);
    bottom:0px; left:0px;
    font-family: 'poppinslight';
    color:#fff;
    font-size:15px;	
    padding-top:10px; padding-left:10px;
    padding-right:20px;
    line-height:18px;
}

.mas{
	background-image:url(../imgs/mas_tom.png);
	width:16px;
	height:26px;
	position:absolute;
	bottom:7px; 
	right:10px;
}

.titnoticia a { color:#fff; text-decoration:none }
.titnoticia a:hover { color:#aaa; text-decoration:none }


.NoticiasH{
	float:left; 
	width:100%; 
	margin-top:30px;
	margin-bottom:30px; 
	position:relative; 
	max-width: 480px;	
	 
}
.imgblog{
	width: 100%;
	max-width:180px;
	overflow: hidden;
	float: right;
}
.detblog{
	float: left;
	width: 250px;
	padding:10px;
	padding-top: 20px;
	line-height:35px;
	font-size:28px;
}
.fecblog{
	border:#ff0303 solid 4px;
	border-radius: 10px;
	position: absolute;
	top: 20px;
	left: -30px;
	background: #fff;
	width: 40px;
	height: 35px;
	color:#ff0303;
	padding: 10px;
}


.blog{
	float:left; 
	width:100%; 
	height:315px; 
	margin-top:10px;
	margin-bottom:10px; 
	position:relative; 
	margin-left:80px; 
	max-width: 560px;	
	background:rgba(238,238,238,0.1);
}
.imgblog2{
	width: 100%;
	max-width:260px;
	background: #f5f5f5;
	overflow: hidden;
	height: 315px;
	float: left;
}
.detblog2{
	float: left;
	width: 170px;
	padding: 50px;
	line-height: 18px;
}
.imgblog3{
	width: 100%;
	max-width:260px;
	background: #f5f5f5;
	overflow: hidden;
	height: 315px;
	float: right;
}
.detblog3{
	float: left;
	width: 170px;
	padding: 50px;
	line-height: 18px;
}
.fecblog{
	border:#ff0303 solid 4px;
	border-radius: 10px;
	position: absolute;
	top: 20px;
	left: -30px;
	background: #fff;
	width: 40px;
	height: 35px;
	color:#ff0303;
	padding: 10px;
}

.fecblog2{
	border:#ff0303 solid 4px;
	border-radius: 10px;
	position: absolute;
	top: 20px;
	right: -30px;
	background: #fff;
	width: 40px;
	height: 35px;
	color:#ff0303;
	padding: 10px;
}


footer{
    background:rgba(204,204,204,0.2);
    width:100%;
    min-height:180px;	
	position:relative;
	z-index:10;
	overflow:hidden;
	padding:100px 0;
}

.pie{
	width:100%;
	max-width: 1280px;
    margin:auto;
	position:relative;
	z-index:999;
	overflow:hidden;
}

#pie{
	width:100%;
	max-height:50px;
	overflow:hidden;
	padding:20px 0px	
}


/*.pie > div{float: left;}*/
.pie_i1{float:left; width:300px; padding-left:30px;}
.pie_i2{float:left;width:300px; padding-left:80px; margin-top:40px;}
.pie_i3{float:left;width:260px; padding-left:50px; margin-left:50px; margin-top:40px;}
.derechos{clear:both; width:700px; text-align:left; padding-top:60px; }
.siguenos{clear:both; width:220px; margin:auto; padding-top:30px; text-align:center }
.redesSociales{width:170px; margin:auto; text-align:center}
.redesSociales div {float:left; padding:20px 10px 0px 5px}

.contactos{
	clear:both;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;		
}
.email {
	background-image:url(../imagenes/icono_mail.png);
	background-repeat:no-repeat;
	background-position:top;
	width:38px;
	height:80px;
	float:left;
	margin-right:30px;
	margin-left:20px;

}

.telefonos{
	clear:both;
	width:100%;
	padding-top:0px;
	padding-bottom:20px;		
}
.telef {
	background-image:url(../imagenes/icono_tel.png);
	background-repeat:no-repeat;
	background-position:top;
	width:34px;
	height:110px;
	float:left;
	margin-right:30px;
	margin-left:20px;
}

.pie2{
    clear:both; width:980px; background-image:url(../imagenes/line.png); 
    background-position:center;
    background-repeat:no-repeat;
    margin:auto;	
    text-align:center;
}

.menp{
	clear:both;
	height:30px;
	font-family: 'poppinsregular';
	font-size:15px;	
	text-transform: uppercase;
	
}

.menp a { 
	
	background-position:left;
	background-repeat:no-repeat;
	padding-left:0px;
	color:rgba(34,43,84,0.7) !important;
	padding-top:2px;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.3s ease-out;  /* Opera */
		  -moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.3s ease-out;   /* Internet Explorer */
		  transition:all 0.3s ease-out;  /* W3C */
}

.menp a:hover { 
	background-position:left;
	background-repeat:no-repeat;
	color:rgba(34,43,84,1) !important;
	font-weight: bold;
	padding-left:2px;
		  -webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.3s ease-out;  /* Opera */
		  -moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.3s ease-out;   /* Internet Explorer */
		  transition:all 0.3s ease-out;  /* W3C */
 }

.menp .current { 
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px;
	color:#00339f;
	padding-top:2px;
}


.titulo{
	width:90%;
	margin: auto;
	padding-top:40px;
	overflow:hidden;
	text-align: center;
	
	padding-bottom:20px;
}

.bTop{
	background-image:url(../imagenes/bgTitle.png);
	background-position:left; 
	background-repeat:no-repeat;
	width:100%;
	min-height:109px; 	
	position:relative;   
}

.topi{
	width:100%;
	max-width:1100px;
	margin:auto;
	position:relative;
}


.redes{
	float:left;
	width:130px;
	padding-top:30px;	
}


.retorno{
	float:right;	
	width:64px;

}

.imgDet{
	width:100%; float:left; max-width:100px; min-height:80px; overflow:hidden; margin:5px;
	background:#fff; padding:2px;
}

.efectazo{
	 width:100%; height:100%;  background-position:center 50%;
	 background-attachment: fixed;
 	 background-position: center center;
  	 background-size: cover;
}

.tramite{
	width:100%;
	max-width:1060px;
	min-height:130px;
	background:#352820;	
	margin:auto;
	margin-bottom:80px
}
.tramitem{
	width:100%;
	max-width:1060px;
	min-height:230px;
	background:#352820;	
	margin:auto;
	margin-bottom:80px
}

.imgFond{
	width:100%; height:100%;  background-position:center 50%;
  	background-position: center center;
  	background-size: cover;
}


.contP{		
	position:absolute;
	bottom:20px;
	left:20px;	
	text-align:left;
    width: 100%
}
.contP h2{	
	font-family: 'poppinsbold';
	color:#fff;
	font-size:28px;
	text-shadow: 0.5em 0.5px 0.5em #222;
	max-width: 90%;
}

.contP h4{	
	font-family: 'poppinslight';
	color:#DD9638;
	font-size:15px;
	text-shadow: 0.1em 0.5px 0.1em #111;
}

.vermasP {		
	position:absolute;
	bottom:30px;
	right:30px;	
	width:35px;
	height:35px;
}


.prod1{
	float:left;
	width:100%;
	max-width:390px;
	height:250px;
	margin:5px;
	position:relative;	
    overflow:hidden; 
    background: #000;
}

.imgFond{
	width:100%; height:100%;  background-position:center 50%;
    
  	background-position: center center;
  	background-size: cover;
     transition: 1.1 ease;
 		-moz-transition: 1.1s ease; /* Firefox */
 		-webkit-transition: 1.1s ease; /* Chrome - Safari */
 		-o-transition: 1.1s ease; /* Opera */
}
.prod1:hover .imgFond{
    opacity: 0.6;
	transform : scale(1.2);
	-moz-transform : scale(1.2); /* Firefox */
	-webkit-transform : scale(1.2); /* Chrome - Safari */
	-o-transform : scale(1.2); /* Opera */
	-ms-transform : scale(1.2); /* IE9 */
	position:relative;
	
}

.bgP{
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3)); 
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;	
    transition: 1.1 ease;
 		-moz-transition: 1.1s ease; /* Firefox */
 		-webkit-transition: 1.1s ease; /* Chrome - Safari */
 		-o-transition: 1.1s ease; /* Opera */
}

.prod2{
	float:left;
	width:100%;
	max-width:520px;
	height:240px;
	margin:10px;
	position:relative;		
}

.prod3{
	float:left;
	width:100%;
	max-width:520px;
	height:240px;
	margin:10px;	
	position:relative;	
}


div.recuadro0
{
    float: left;
    width:100%;
    height:322px;
    overflow:hidden;
    background:#fff;	
    margin-bottom:0px;
}
.productos{	
	width:300px;
    height:330px;
    float:left;
    overflow:hidden;
    
    margin:5px 40px;
	margin-top:20px;
    position:relative;
	background:none;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.3s ease-out;  /* Opera */
		  -moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.3s ease-out;   /* Internet Explorer */
		  transition:all 0.3s ease-out;  /* W3C */
		  
	background-image:url(../imagenes/bgsombra.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	
}
.productos img{
	 width: 90%;
	-webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.3s ease-out;  /* Opera */
		  -moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.3s ease-out;   /* Internet Explorer */
		  transition:all 0.3s ease-out;  /* W3C */
}
.productos:hover img{
	 width: 100%;
	-webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.3s ease-out;  /* Opera */
		  -moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.3s ease-out;   /* Internet Explorer */
		  transition:all 0.3s ease-out;  /* W3C */
}

.bgimg{
	position:absolute;
	top:0px; left:0px;
	background-image:url(../imagenes/bgimg.png);
	background-repeat:no-repeat;
	background-position:0px 128px;
	width:310px;
	height:260px;	
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.6s ease-out;  /* Opera */
		  -moz-transition:all 0.6s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.6s ease-out;   /* Internet Explorer */
		  transition:all 0.6s ease-out;  /* W3C */	
	opacity: 1;
	z-index:99;
}

.bgimg:hover{
	position:absolute;
	top:0px; left:0px;
	background-image:url(../imagenes/bgimg.png);
	background-repeat:no-repeat;
	background-position:0px 128px;
	width:310px;
	height:260px;	
	opacity: 0.5;
	z-index:99;
}

.pcont{
	clear:both; padding:10px;
	background:#f9b800;
	width:290px;
	height:40px;
	position:relative;
}

.mas{
	background-image:url(../imagenes/flecha.png);
	width:39px;
	height:33px;	
	position:absolute;
	right:0px;
	bottom:0px;
}


.productos2{	
    width:180px;
    height:270px;
    float:left;
    overflow:hidden;
    margin-top:0px;
    margin-left:10px;
    margin-right:10px;
    position:relative;
}

.titu{
	background:#ffd300;
	height:49px; 
	width:100%;	
	padding-top:1px;
}

.titul{
	clear:both;
	background-image:url(../imagenes/icono_titulo.png);
	background-repeat:no-repeat;
	margin-top:5px;
	margin-left:5px;
	padding-left:25px;
}




div.recuadro01
{
    float: left;
    width:180px;
    height:226px;
    overflow:hidden;
    background:#f5f5f5;	
    margin-bottom:0px;
}


.noticias_ini{	
	background:#eee;
	width:350px;
    height:250px;
    float:left;
    overflow:hidden;
    margin-top:20px;
    margin-right:15px;
    position:relative;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.3s ease-out;  /* Opera */
		  -moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.3s ease-out;   /* Internet Explorer */
		  transition:all 0.3s ease-out;  /* W3C */		
}


.columna1{
    padding-top:5px;
    text-align:center;
    float:left;
    width:303px;
}
.columna1 img{
    padding-bottom:10px;
}
.columna2{
    padding-left:310px;
    padding-top:5px;
}
.pie{
    clear:both;
}
.pie-info{
    padding-top:5px;
    font-family: 'Swis721LtBTLight';
    font-size:12px;
    padding-bottom:15px;
}
.pie-info img{
    margin-left:5px;
}
.pie-datos{
    color:#002596;
}


/**  menu  **/

.lavaLampBottomStyle {
    position: relative;
    height: 20px;
    width: 690px;
    background-color: white;
    padding-top:5px;
    padding-bottom:25px;
    margin-left:auto;
    overflow: hidden;
}
.lavaLampBottomStyle li {
    float: left;
    list-style: none;
}
.lavaLampBottomStyle li.back {
    border-bottom: 5px solid  #005DAA;
    width: 9px;
    height: 25px;
    z-index: 8;
    position: absolute;
}
.lavaLampBottomStyle li a {
    font-family: 'Swis721LtBTLight';
    font-size:14px;
    text-decoration: none;
    color:#666666;
    outline: none;
    text-align: center;
    top: 7px;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 20px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;
}   
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
    border: none;
}       

/*************  fin menu  ******************/


.t_10 { font-size:10px;	}
.t_11 { font-size:11px;	}
.t_12 { font-size:12px;	}
.t_13 { font-size:13px;	}
.t_14 { font-size:14px;	}
.t_15 { font-size:15px;	}
.t_16 { font-size:16px;	}
.t_17 { font-size:17px;	}
.t_18 { font-size:18px;	}
.t_19 { font-size:19px;	}
.t_20 { font-size:20px;	}
.t_21 { font-size:21px;	}
.t_22 { font-size:22px;	}
.t_23 { font-size:23px;	}
.t_24 { font-size:24px;	}
.t_25 { font-size:25px;	}
.t_26 { font-size:26px;	}
.t_27 { font-size:27px;	}
.t_28 { font-size:28px;	}
.t_29 { font-size:29px;	}
.t_30 { font-size:30px;	}
.t_31 { font-size:31px;	}
.t_32 { font-size:32px;	}
.t_33 { font-size:33px;	}
.t_34 { font-size:34px;	}
.t_35 { font-size:35px;	}
.t_36 { font-size:36px;	}
.t_37 { font-size:37px;	}
.t_38 { font-size:38px;	}
.t_39 { font-size:39px;	}
.t_40 { font-size:40px;	}
.t_41 { font-size:41px;	}
.t_42 { font-size:42px;	}
.t_43 { font-size:43px;	}
.t_44 { font-size:44px;	}
.t_45 { font-size:45px;	}
.t_46 { font-size:46px;	}
.t_47 { font-size:47px;	}
.t_48 { font-size:48px;	}
.t_49 { font-size:49px;	}
.t_50 { font-size:50px;	}
.t_51 { font-size:51px;	}
.t_52 { font-size:52px;	}
.t_53 { font-size:53px;	}
.t_54 { font-size:54px;	}
.t_55 { font-size:55px;	}
.t_56 { font-size:56px;	}
.t_57 { font-size:57px;	}
.t_58 { font-size:58px;	}
.t_59 { font-size:59px;	}
.t_60 { font-size:60px;	}
.t_61 { font-size:61px;	}
.t_62 { font-size:62px;	}
.t_63 { font-size:63px;	}
.t_64 { font-size:64px;	}
.t_65 { font-size:65px;	}
.t_66 { font-size:66px;	}
.t_67 { font-size:67px;	}
.t_68 { font-size:68px;	}
.t_69 { font-size:69px;	}
.t_70 { font-size:70px;	}
.t_71 { font-size:71px;	}
.t_72 { font-size:72px;	}
.t_73 { font-size:73px;	}
.t_74 { font-size:74px;	}
.t_75 { font-size:75px;	}
.t_76 { font-size:76px;	}
.t_77 { font-size:77px;	}
.t_78 { font-size:78px;	}
.t_79 { font-size:79px;	}
.t_80 { font-size:80px;	}
.t_81 { font-size:81px;	}
.t_82 { font-size:82px;	}
.t_83 { font-size:83px;	}
.t_84 { font-size:84px;	}
.t_85 { font-size:85px;	}
.t_86 { font-size:86px;	}
.t_87 { font-size:87px;	}
.t_88 { font-size:88px;	}
.t_89 { font-size:89px;	}
.t_90 { font-size:90px;	}
.t_95 { font-size:90px;	}
.t_100 { font-size:100px;	}
.t_105 { font-size:105px;	}
.t_110 { font-size:100px;	}
.t_115 { font-size:115px;	}
.t_120 { font-size:120px;	}


.grisa{ color:#AAA; }
.gris{ color:#222; }
.gris1{ color:#111; }
.gris2{ color:#222; }
.gris3{ color:#302B2B; }
.gris4{ color:#494949;	}
.gris5{ color:#555;	}
.gris6{ color:#666;	}
.gris7{ color:#727272;	}
.gris8{ color:#888;	}
.gris9{ color:#999;	}
.grisd{ color:#ddd;	}
.grisc{ color:#ccc;	}
.grise{ color:#eee;	}
.negro{ color:#000;	}
.amarillo{ color:#ffd507; }
.amarillo2{ color:#eda500; }
.tomat{ color:#e16833; }
.rojo{ color:#bd2417; }
.cian{ color:#2c438f; }
.azul{ color:#222b54; }
.azul2{ color:rgba(34,43,84,0.7) }
.lemas{ color:#564e48; text-shadow: 0em 0.5px 0em #ddd; }


#descripcion img {
    padding:5px;
}

.blanco{
    color:#fff;	
}
.celest{
    color:#00a8ea;	
}
.verd{
    color:#345400; 	
}

.txt_pag
{
    border:#4e4031 solid 1px;
    background:#eee;
    color:#924D3C;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:6px;
    padding-right:6px;
    font-size:11px;
}

.txt_pag2
{
    border:#4e4031 solid 1px;
    background:#68594c;
    color:#fff;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:7px;
    padding-right:7px;
    font-size:12px;
}


/*.button {   	
    font-size:13px;
    color:#333;
    background:#eee;
    border:#CCC solid 1px;
}
.button:hover {
    border:#CCC solid 1px;
    background: #444;
    color: #fff;
}
.button:active {
    border-top-color: #1b435e;
    background: #1b435e;
}

.botonn {
    font-family:Arial, Helvetica, sans-serif;
    color:#333;
    background:#eee;
    border:#CCC solid 1px;
} 
*/
input::placeholder {
  color: gray;
  text-align: center;
  opacity: 0.7; /* Ajusta la transparencia */
}
select,input{
	background:#d1d3d4;
	border:none;
	width:95%;
	height:30px;
	padding:5px 2%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#444;
	border-radius: 5px;
}

textarea{
	font-family:Arial, Helvetica, sans-serif;
	 
	border:#ccc solid 1px;
	width:95%;
	height:115px;
	font-size:16px;
	color:#555;
	padding:5px 10px;
}


#frm input::placeholder {
  color: gray;
  text-align: left;
  opacity: 0.7; /* Ajusta la transparencia */
}
#frm select,input{
	background:#fff;
	border:#ccc solid 1px;
	width:95%;
	height:30px;
	padding:5px 2%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#444;
	border-radius: 10px;
}

#frm textarea{
	background:#fff;
	border:#ccc solid 1px;
	width:95%;
	height:180px;
	padding:5px 2%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#444;
	border-radius: 10px;
}

.boton {
    background:rgba(127,186,40,1.00);
    font-size:19px;
    color:#fff;
    border:none;
    font-family: 'poppinsregular';
	height:40px;
	width:400px;
	cursor:pointer;
	font-weight:bold;
	text-align: center;
	padding-top: 15px;
	margin: 10px auto;
	border-radius: 45px;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.3s ease-out;  /* Opera */
		  -moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.3s ease-out;   /* Internet Explorer */
		  transition:all 0.3s ease-out;  /* W3C */
}
.boton:hover {
  background:rgba(127,186,40,0.7);
    color:#fff;
 	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.6s ease-out;  /* Opera */
		  -moz-transition:all 0.6s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.6s ease-out;   /* Internet Explorer */
		  transition:all 0.6s ease-out;  /* W3C */
}
.boton2 {
    background:rgba(127,186,40,1.00);
    font-size:15px;
    color:#fff;
    border:none;
    font-family: 'poppinsregular';
	height:40px;
	width:200px;
	cursor:pointer;
	font-weight:bold;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	margin: 10px auto;
	border-radius: 45px;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.3s ease-out;  /* Opera */
		  -moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.3s ease-out;   /* Internet Explorer */
		  transition:all 0.3s ease-out;  /* W3C */
}
.boton2:hover {
  background:rgba(127,186,40,0.7);
    color:#fff;
 	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.6s ease-out;  /* Opera */
		  -moz-transition:all 0.6s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.6s ease-out;   /* Internet Explorer */
		  transition:all 0.6s ease-out;  /* W3C */
}

.flebot{
	color:rgba(127,186,40,1.00);
	background: #fff;
	width: 33px;
	height: 23px;
	border-radius: 90px;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	top: 18px;
	right: 20px;
}
.botonV {
	position: relative;
    background:rgba(127,186,40,1.00);
    font-size:14px;
    color:#fff;
    border:none;
    font-family: 'poppinsregular';
	height:45px;
	width:170px;
	padding:0px 30px;
	cursor:pointer;
	font-weight:bold;
	text-align: left;
	margin: 10px 2px;
	border-radius: 45px;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.3s ease-out;  /* Opera */
		  -moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.3s ease-out;   /* Internet Explorer */
		  transition:all 0.3s ease-out;  /* W3C */
}
.botonV:hover {
    background:rgba(127,186,40,0.8);
    color:#fff;
    	-webkit-box-shadow: 0px 0px 5px 0px #fff;
		-moz-box-shadow:    0px 0px 5px 0px #fff;
		box-shadow:         0px 0px 5px 0px #fff;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.6s ease-out;  /* Opera */
		  -moz-transition:all 0.6s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.6s ease-out;   /* Internet Explorer */
		  transition:all 0.6s ease-out;  /* W3C */
}

.nonoti{
	float: right; 
	width: 500px; 
	background: rgba(255,255,255,0.1); 
	border-radius: 30px;
	padding: 30px;
	
}
.homvideo {
  float: left; 
  width: 90%; 
  background: rgba(255,255,255,0.1); 
  border-radius: 30px;
  padding: 5%;
  transition: background 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  /* Eliminamos los prefijos antiguos ya que los navegadores modernos soportan transition sin prefijos */
}

.homvideo:hover {
  background: rgba(255,255,255,0.2); 
}


.hompro{
	overflow: hidden;
	width: 90%; 
	background: rgba(255,255,255,0.7); 
	border-radius: 30px;
	padding: 5%;
	margin-top:100px;
}
.boton21 {
    background:none;
    font-size:25px;
    color:#fff;
    border:none;
    font-family: 'poppinsregular';
	height:50px;
	width:100px;
	cursor:pointer;
	font-weight:bold;
}

#btver{
    float:left;
    font-family: 'CaviarDreamsBold';
    font-size:13px;
    color:#fff;
    background-image:url(../imagenes/bot2.jpg);
    width:70px;
    height:20px;
    text-align:center;
    font-weight:bold;
    padding-top:5px;
}

#btver:hover{
    float:left;
    font-family: 'CaviarDreamsBold';
    font-size:13px;
    color:#000;
    background-image:url(../imagenes/bot3.jpg);
    width:70px;
    height:20px;
    text-align:center;
    font-weight:bold;
    padding-top:5px;
}

#btcot{
    float:right;
    font-family: 'poppinslight';
    font-size:15px;
    color:#ffd300;
    width:90px;
    height:30px;
	margin-right:15px;
    text-align:right;
    font-weight:bold;
	margin-top:-8px;
	background-image:url(../imagenes/pedidos.png);
	background-position:left 0px;
	background-repeat:no-repeat;
}

#btcot:hover{
    float:right;
    font-family: 'poppinslight';
    font-size:15px;
    color:#fff;
    width:90px;
    height:30px;
	margin-right:15px;
    text-align:right;
    font-weight:bold;
	margin-top:-8px;
	background-image:url(../imagenes/pedidos.png);
	background-position:left 0px;
	background-repeat:no-repeat;
}

#btcot2{
    clear:both;
	float:left;
    font-family: 'poppinslight';
    font-size:15px;
    color:#ffd300;
    width:150px;
    height:35px;
	margin-right:15px;
    text-align:right;
    font-weight:bold;
	padding-top:13px;
	padding-left:15px;
	padding-right:15px;
	background-color:#164193;
	background-image:url(../imagenes/pedidos.png);
	background-position:20px 5px;
	background-repeat:no-repeat;
}

#btcot2:hover{
    clear:both;
	float:left;
    font-family: 'poppinslight';
    font-size:15px;
    color:#ffd300;
    width:150px;
    height:35px;
	margin-right:15px;
    text-align:right;
    font-weight:bold;
	padding-top:13px;
	padding-left:15px;
	padding-right:15px;
	background-color:#4268b0;
	background-image:url(../imagenes/pedidos.png);
	background-position:20px 5px;
	background-repeat:no-repeat;
}



.rsp_nav{
    float: right;
    width: 80px;
    display: none;
    height: 40px;
    padding: 9px 30px 9px 30px;
    margin: 25px 0px 0px 0px;
    border-left:#eee solid 1px;
}
.rsp_nav > span{
    font-family: 'poppinsextrabold';
    display: block;
    float: left;
    width: 20px;
    margin-top: 2px;
}
.rsp_buttom {
    border: 1px solid #777;
    border-radius: 3px;
    width: 24px;
    padding: 0px 7px 4px 7px;
    cursor: pointer;
    float: right;
}
.rsp_buttom span{
    width: 24px;
    height: 2px;
    background: #c18a0e;
    display: block;
    margin-top: 4px;
}

/*/----------------secundarias-----------------------------/*/
/* Contactenos*/
.info1{float:left; width:300px; padding-left:20px; margin-left:10px; margin-top:50px; overflow:hidden}
.info2{float:left; margin-top:40px; width:260px; padding-left:60px; margin-left:10px; border-left:#ddd solid 1px;  overflow:hidden}
.info3{float:left;  width:100%; max-width:340px; margin:10px; margin-right:5px; margin-left:5px; position:relative }
.info4{ padding-top:10px; padding-bottom:10px; max-width:840px; width: 100%}
.info5{clear:both; margin-bottom:2px; margin-left:10px; margin-right:10px}


.info6{
		clear:both; border:#fff solid 1px;
		background:#efefef; 
		position:relative; 
		margin:5px;
		margin-bottom:30px;
		overflow: hidden;
		-webkit-box-shadow: 0px 5px 5px 0px #aaa;
		-moz-box-shadow:    0px 5px 5px 0px #aaa;
		box-shadow:         0px 5px 5px 0px #aaa;
		/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.6s ease-out;  /* Opera */
		  -moz-transition:all 0.6s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.6s ease-out;   /* Internet Explorer */
		  transition:all 0.6s ease-out;  /* W3C */
		  color:#999;
}

.info6:hover{
		clear:both; border:#fff solid 1px;
		background:#eee; 
		position:relative; 
		margin:5px;
		margin-bottom:30px;
		overflow: hidden;
		-webkit-box-shadow: 0px 5px 5px 0px #ddd;
		-moz-box-shadow:    0px 5px 5px 0px #ddd;
		box-shadow:         0px 5px 5px 0px #ddd;	
		color:#555;	
}

.info6h{
		clear:both; border:#fff solid 1px;
		background:#efefef; 
		position:relative; 
		margin:0px;
		overflow: hidden;		
		/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.8s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.8s ease-out;  /* Opera */
		  -moz-transition:all 0.8s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.8s ease-out;   /* Internet Explorer */
		  transition:all 0.8s ease-out;  /* W3C */
		  color:#999;
}
.info6h:hover{
		clear:both; border:#fff solid 1px;
		background:#f9f9f9; 
		position:relative; 
		margin:0px;
		overflow: hidden;			
		color:#555;	
}

.det_info6{ margin-bottom:10px; position:relative; padding:20px; z-index:2;  }

.fle_info6{ position:absolute; left:297px; top:5px;  width:13px; height:28px;
		    background-image:url(../imagenes/f1.png); background-repeat:no-repeat; z-index:999;
}
.img_info6{ float:left; overflow:hidden; width:310px; height:170px; padding-right:20px; position:relative; z-index:1; }
.info6 .vermas{
	color:#da0977;	
	font-family: 'poppinsregular';
    font-size:15px;	
}
.info6h .vermas{
	color:#da0977;	
	font-family: 'poppinsregular';
    font-size:15px;	
}


.fle_info61{ position:absolute; right:297px; top:5px;  width:13px; height:28px;
		    background-image:url(../imagenes/f2.png); background-repeat:no-repeat; z-index:999;
}
.img_info61{ float:right; overflow:hidden; width:310px; height:170px; padding-left:20px; position:relative; z-index:1; }
.info6 .vermas1{
	color:#da0977;	
	font-family: 'poppinsregular';
    font-size:15px;	
	padding-left:20px
}
.info6h .vermas1{
	color:#da0977;	
	font-family: 'poppinsregular';
    font-size:15px;	
	padding-left:20px
}

.img_info6h{ float:left; overflow:hidden; width:310px; padding-right:20px; position:relative; z-index:1; }
.img_info6h1{ float:right; overflow:hidden; width:310px; padding-left:20px; position:relative; z-index:1; }





.img_info7{float:right; margin-left:25px; margin-right:5px; overflow:hidden; padding:10px; margin-bottom:10px; background:#fff;
	-webkit-box-shadow: 0px 5px 5px 0px #ccc;
		-moz-box-shadow:    0px 5px 5px 0px #ccc;
		box-shadow:         0px 5px 5px 0px #ccc;
		border-radius: 6px;
		border:#ddd solid 1px;
 }
.det_info7{text-align: justify; }

.titulo_sub1{float:left; width:870px; overflow:hidden}
.titulo_sub2{float:left; width:80px; overflow:hidden; padding-top:10px}

.info8{float:left; width:100%; max-width:325px;
 		margin:10px; position:relative; 
		margin-bottom:20px; margin-right:13px;
		overflow:hidden; height:380px; 
		border:#ddd solid 1px;
		/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.2s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.2s ease-out;  /* Opera */
		  -moz-transition:all 0.2s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.2s ease-out;   /* Internet Explorer */
		  transition:all 0.2s ease-out;  /* W3C */
		  color:#555;
		border-radius: 6px;
	}
.info8:hover{float:left; width:100%; max-width:325px;
 		margin:10px; margin-top:7px; background:#fff; position:relative; 
		margin-bottom:20px; margin-right:13px;
		overflow:hidden; height:380px; 		
		 color:#888;
		 -webkit-box-shadow: 0px 10px 15px 3px #ddd;
		-moz-box-shadow:    0px 10px 15px 3px #ddd;
		box-shadow:         0px 10px 15px 3px #ddd;
		
	}	
.info8 a { color:#5e4b41; }
.info8 a:hover { color:#e16833; }

.img_info8{clear:both; overflow:hidden; width:100%; border:#fff solid 7px; max-width:311px; height:180px}
.det_info8{clear:both; padding:15px; overflow:hidden; font-size:13px; }
.info8 .vermas{
	position:absolute;
	right:1px;
	bottom:1px;
	background:#2c438f;
	width:100%;
	height:25px;
	font-family: 'poppinsregular';
    font-size:14px;
	padding-top:8px;
	float:right;	

}
.info8 .vermas a { color:#ffd300; }
.info8 .vermas a:hover { color:#fff; }

.det_info81{clear:both; padding:15px; overflow:hidden;}
.img_info81{clear:both; overflow:hidden; width:100%; max-width:325px; height:180px}
.info8 .det_info81 a { color:#444; }
.info8 .det_info81 a:hover { color:#00a5de; }
.info8 .vermas2{
	position:absolute;
	right:0px;
	bottom:8px;
	width:141px;;
	height:23px;
	font-family: 'poppinsregular';
    font-size:14px;
	padding-top:8px;
	float:right;	
	background-image:url(../imagenes/ver_mas1.png);

}
.info8 .vermas2 a { color:#fff; }
.info8 .vermas2 a:hover { color:#ccc; }



.info8C{float:left; width:100%; max-width:300px;
 		position:relative; 
		margin-bottom:20px;
		overflow:hidden; height:320px; 		
		  color:#555;
		
	}
.info8C .vermas2{
	position:absolute;
	right:0px;
	bottom:8px;
	width:141px;;
	height:23px;
	font-family: 'poppinsregular';
    font-size:14px;
	padding-top:8px;
	float:right;	
	background-image:url(../imagenes/ver_mas1.png);

}
.info8C .vermas2 a { color:#fff; }
.info8C .vermas2 a:hover { color:#ccc; }



/* info 8 home */
.info88{float:left; width:100%; max-width:300px;
 		margin:10px; background:none; position:relative; 
		margin-bottom:20px; margin-top:30px; margin-right:13px;
		overflow:hidden; height:330px; 
		-webkit-box-shadow: 0px 5px 5px 0px #ccc;
		-moz-box-shadow:    0px 5px 5px 0px #ccc;
		box-shadow:         0px 5px 5px 0px #ccc;
		/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.6s ease-out;  /* Opera */
		  -moz-transition:all 0.6s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.6s ease-out;   /* Internet Explorer */
		  transition:all 0.6s ease-out;  /* W3C */
		  color:#555;
		
	}
.info88:hover{float:left; width:100%; max-width:300px;
 		margin:10px; background:#fff; position:relative; 
		margin-bottom:20px; margin-top:20px; margin-right:13px;
		overflow:hidden; height:330px; 
		-webkit-box-shadow: 0px 5px 3px 0px #eee;
		-moz-box-shadow:    0px 5px 3px 0px #eee;
		box-shadow:         0px 5px 3px 0px #eee;
		 color:#888;
	}	
.info88 a { color:#222; }
.info88 a:hover { color:#b20553; }

.img_info88{clear:both; overflow:hidden; width:100%; border:#fff solid 7px; max-width:286px; height:180px}
.det_info88{clear:both; padding:15px; overflow:hidden;}
.info88 .vermas{
	position:absolute;
	right:1px;
	bottom:1px;
	background:#da0977;
	width:40%;
	height:25px;
	font-family: 'poppinsregular';
    font-size:14px;
	padding-top:8px;
	float:right;	

}
.info88 .vermas a { color:#fff; }
.info88 .vermas a:hover { color:#ccc; }





.info9{float:left; margin-right:25px; overflow:hidden; width:450px; padding:20px; margin-bottom:10px; padding-left:15px; background:#e5e5e5}

.gima{
	position:relative;
	float:left; width:330px; height:240px; overflow:hidden;  background:#fff; margin:10px; 
	margin-right:20px; margin-top:10px;
	-webkit-box-shadow: 	0px 3px 5px 0px #ddd;
		-moz-box-shadow:    0px 3px 5px 0px #ddd;
		box-shadow:         0px 3px 5px 0px #ddd;
		/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.9s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.9s ease-out;  /* Opera */
		  -moz-transition:all 0.9s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.9s ease-out;   /* Internet Explorer */
		  transition:all 0.9s ease-out;  /* W3C */	
		  opacity:1;
}
.gima:hover{
	position:relative;
	float:left; width:330px; height:240px; overflow:hidden;  background:#eee; margin:10px;
	margin-right:20px; margin-top:10px;
	-webkit-box-shadow: 0px 5px 5px 0px #aaa;
		-moz-box-shadow:    0px 5px 5px 0px #aaa;
		box-shadow:         0px 5px 5px 0px #aaa;
		opacity:0.9;
		}
.dimg{
	float:left; margin:10px; border:#fff solid 6px; margin-left:4px; margin-right:4px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;	
/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.9s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.9s ease-out;  /* Opera */
		  -moz-transition:all 0.9s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.9s ease-out;   /* Internet Explorer */
		  transition:all 0.9s ease-out;  /* W3C */		
}
.dimg:hover{
	float:left; margin:10px; border:#fff solid 6px; margin-left:4px; margin-right:4px;
	filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
		
}



.gima2{
	float:left; width:320px; height:240px; overflow:hidden;  background:#fff; margin:20px; margin-top:40px;
	-webkit-box-shadow: 	0px 3px 3px 0px #555;
		-moz-box-shadow:    0px 3px 3px 0px #555;
		box-shadow:         0px 3px 3px 0px #555;
		/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.9s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.9s ease-out;  /* Opera */
		  -moz-transition:all 0.9s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.9s ease-out;   /* Internet Explorer */
		  transition:all 0.9s ease-out;  /* W3C */	
}
.gima2:hover{
	float:left; width:320px; height:240px; overflow:hidden;  background:#ddd; margin:20px; margin-top:40px;
	-webkit-box-shadow: 	0px 3px 5px 0px #999;
		-moz-box-shadow:    0px 3px 5px 0px #999;
		box-shadow:         0px 3px 5px 0px #999;		
}



.bgBook{
	position:relative; 
	width:100%; 
	max-width:650px; 
	max-height:455px; 
	padding-top:25px; 
	margin:auto; 
	margin-top:15px; 
	background-image:url(../imagenes/bgrevista.jpg); 
	border:#ccc solid 1px;	
}

.PreDet{
	float:left; width:190px; margin-top:5px; text-align:right;	
}
.ComDet{
	float:right;	
}
.flecha{ position:absolute; bottom:5px; width:100%; z-index:999; }


.ulcu1{ width:145px; height:130px; overflow:hidden; margin:auto; margin-top:5px; }
.ulcu2{ background:#bf302c; width:135px; height:130px; padding:5px; margin:auto; }
.ulcu3{ float:left; width:135px; padding-left:5px; } 
.ulcu4{ float:left; width:75px; padding-top:15px; padding-left:5px; } 
.ulcu5{ float:left; width:50px; padding-top:30px; } 
.ulcu6{ width:140px; height:100px; overflow:hidden; margin:auto; } 
.ulcu7{ float:left; width:140px; padding:5px; padding-top:15px } 
.ulcu8{ float:left; width:135px; padding:4px; padding-top:10px; line-height:20px } 
.ulcu9 { float:left; width:95%; padding-left:5px; padding-top:10px; line-height:20px; }


.ini1{ float:left; width:20%; text-align:right; padding-right:10px; }
.ini2{ float:left; width:70%; text-align:left }
.ini3{ float:left; width:50%; }
.ini4{ float:left; width:50%; }

.reg1{ float:left; width:190px; text-align:right; padding-right:10px; padding-top:5px }
.reg2{ float:left; width:320px; text-align:left }
.regb{ clear:both; width:100%; margin-bottom:15px; overflow:hidden; text-align:center; }


.conn1{ clear:both; width:100%; max-width:820px; margin:auto; padding-top:30px; overflow:hidden; position:relative }
.con1{ padding-left:70px; padding-bottom:20px; width:100%;  max-width:850px }
.con2{ float:left; width:100px; border:#c87418 solid 1px; border-right:none; padding-top:5px; background:#c87418; height:30px;  text-align:right; } 
.con3{ clear:both; width:98%; max-width:390px; border:#c87418 solid 1px; border-right:none; padding-top:5px; background:#c87418; height:30px;  text-align:left; padding-left:10px; } 

.con4{ float:left; width:98%; text-align:left }

.compar1{ float:left; margin-top:0px; padding-left:10px; width:250px }
.compar2{ float:left; padding-left:10px; margin-top:5px; padding-top:3px; width:145px }

/* Botón Ir Arriba
		----------------------------------------------- */
		#IrArriba {
		position: fixed;
		bottom: 25px; /* Distancia desde abajo */
		right: 25px; /* Distancia desde la derecha */
		z-index:9999;
		}
		
		#IrArriba span {
		width: 40px; /* Ancho del botón */
		height: 40px; /* Alto del botón */
		display: block;
		background: #7fba28;
		border-radius: 90px;
		z-index:9999;
		}
		

.p1C{ width:8%; float:left; font-size:12px; padding-top:10px; padding-bottom:10px; text-align:center; background:#ddd; border-bottom:#ccc solid 1px;  }
.p2C{ width:67%; float:left; font-size:12px; padding-top:10px; padding-bottom:10px; background:#ddd; border-bottom:#ccc solid 1px; }
.p3C{ width:12%; float:left; font-size:12px; padding-top:10px; padding-bottom:10px; background:#ddd; border-bottom:#ccc solid 1px; }
.p4C{ width:13%; float:left; font-size:15px; padding-top:10px; padding-bottom:10px; background:#ddd; border-bottom:#ccc solid 1px; }

.p1{ width:8%; float:left; font-size:12px; padding-top:5px; padding-bottom:5px; text-align:center  }
.p2{ width:67%; float:left; font-size:12px; padding-top:5px; padding-bottom:5px; }
.p3{ width:12%; float:left; font-size:12px; padding-top:5px; padding-bottom:5px; }
.p4{ width:13%; float:left; font-size:15px; padding-top:5px; padding-bottom:5px; }


.frm1{
	float:right; width:100%; max-width:480px; padding-left:50px; margin-left:100px;  overflow:hidden	
}

.fila{ clear:both; padding-top:5px; padding-bottom:5px; }
.fil1 { width:100%; text-align:left; padding-right:10px; padding-top:7px; padding-bottom:5px; }
.fil2 { width:100%; }

.lat1{ float:right; width:100%; max-width:420px; margin-right:23px }
.lat2{ width:100%; max-width:540px; margin-right:40px; }

.b1{
	float:left; padding-right:20px; padding-top:5px;
}
.b2{ float:left; width:350px; margin-right: 10px; }
.b3{ float:left; background:#211915; width:130px; padding:10px; margin-left: 10px }

/*** pancho/
@media only screen and (min-width: 1800px) {
	.flecha{ display:none; }
}
/*-------------------------fin secundarias--------------------*/
@media only screen and (max-width: 1090px) {
	
	

/*.pie > div{float: left;}*/
.pie_i1{float:left; width:250px; padding-left:30px;}
.pie_i2{float:left;width:250px; padding-left:30px; margin-top:40px;}
.pie_i3{float:left;width:250px; padding-left:30px; margin-left:30px; margin-top:40px;}

.frm1{
	float:left; width:100%; max-width:550px; padding-left:50px; margin-left:50px; border-left:#ccc dashed 1px; overflow:hidden	
}
.fil1 { float:none; width:150px; text-align:left; padding-right:0px; padding-top:0px; }
.fil2 { float:none; }

}
/*menu responsivo activado*/
@media only screen and (max-width: 970px){
/*.pie > div{float: left;}*/
.pie_i1{float:left; width:220px; padding-left:30px;}
.pie_i2{float:left;width:220px; padding-left:80px; margin-top:40px;}
.pie_i3{float:left;width:250px; padding-left:30px; margin-left:30px; margin-top:40px;}


}
@media only screen and (max-width: 1060px){
   .frm1{
	float:left; width:85%; max-width:400px; padding-left:10px; margin-left:50px; border-left:none; overflow:hidden; padding-top:40px	
}
}
@media only screen and (max-width: 685px){
   
}

/* pancho fin declaracion de activacion de menu responsivo--------------------------------*/

@media only screen and (max-width: 790px){
   
	.b1{ float:none; padding-right:20px; padding-top:5px; }
	.b2{ float:none; width:250px; margin-right: 0px; }
	.b3{ float:none; background:#211915; width:130px; padding:6px; margin-left: 0px; margin: 10px 0px }
	
	.noticias_ini{	
		float: none;
	   margin: 10px auto;
	}
   
	.top{
		background-image:none;
		background:#eee;
		width:100%;
		margin:auto;
		position:relative;
		z-index:99;
		min-height:145px;
		-webkit-box-shadow: 	0px 2px 10px 0px #111;
			-moz-box-shadow:    0px 2px 10px 0px #111;
			box-shadow:         0px 2px 10px 0px #111;
		overflow:hidden;
	}

.logo{    
	width:100%;
	max-width:120px;
	float:none;
	padding-top:10px;
	margin:auto;
}


/*.pie > div{float: left;}*/
.pie_i1{float:none; clear:both; width:280px; padding-left:0px; margin:auto }
.pie_i2{float:none; clear:both; width:280px; padding-left:0px; margin:auto; padding-top:40px;}
.pie_i3{float:none; clear:both; width:280px; padding-left:0px; margin-left:0px; margin:auto; padding-top:40px;}
.derechos{clear:both; width:90%; max-width:700px; text-align:left; padding-left:20px; padding-top:55px; padding-bottom:30px; margin:auto }
.siguenos{clear:both; width:220px; margin:auto; padding-top:30px; text-align:center }
.redesSociales{width:168px; height: 50px;  margin:auto; text-align:center}
.redesSociales div {float:left; padding:20px 10px 0px 5px}

.frm1{
	float:left; width:85%; max-width:550px; padding-left:10px; margin-left:10px; border-left:none; overflow:hidden; padding-top:40px	
}

.img_info7{float:none; clear:both; margin-left:0px; overflow:hidden; width:100%; max-width:400px; padding:0px; margin-bottom:10px; padding-left:0px; background:#e5e5e5}

}


@media only screen and (max-width: 520px){
.service{
	float:none; margin:auto; width:100%; max-width:220px; padding:25px 0px;	
}
.slid2{
	width:100%;	
	max-width:1800px;
	position:relative;
	z-index:1;
	height:auto;
	overflow:hidden;
}

.notii{
	float:none; margin:5px auto;
}

.notii:hover{
	float:none; margin:5px auto;
}

.notiin{
	display:none;
}

h1 {  
	font-family: 'poppinsregular';
	font-size:25px;
    font-weight:normal;	
	margin:0px;
	padding:0px;
}
.redes{
	padding-left:10px;
	padding-top:10px;	
}



.m1{ float:left; margin-top:5px;}
.men1{
    width:150px; 
	overflow:hidden;
	font-family: 'poppinsregular';
	font-size:14px;
    float:right;
    padding:9px;
    padding-right:10px;
	padding-top:20px;
}
.men2{
    width:120px; 
	font-family: 'poppinsregular';
	font-size:14px;
    float:right;
    padding:9px;
	padding-right:0px;
    padding-left:10px;
	padding-top:20px;
}

.retorno{
	display:none;
}


	
.productos{	
    width:290px;
    height:340px;
    float:none;	
    overflow:hidden;
    margin:auto;
	margin-top:20px;    
    position:relative;
	background:#fff;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.6s ease-out;  /* Opera */
		  -moz-transition:all 0.6s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.6s ease-out;   /* Internet Explorer */
		  transition:all 0.6s ease-out;  /* W3C */
		  -webkit-box-shadow: 0px 5px 5px 0px #999;
		-moz-box-shadow:    0px 5px 5px 0px #999;
		box-shadow:         0px 5px 5px 0px #999;
}

.productos:hover{	
    
    float:none;	
    overflow:hidden;
    margin:auto;
	margin-top:20px;    
    position:relative;
	background:#fff;
	-webkit-box-shadow: 0px 5px 5px 0px #333;
		-moz-box-shadow:    0px 5px 5px 0px #333;
		box-shadow:         0px 5px 5px 0px #333;
}

.lat1{ float:none; width:100%; max-width:420px; overflow:hidden; margin-right:0px }
.lat2{ clear:both; width:100%; max-width:540px; margin-right:0px; margin-top:20px }

}


@media only screen and (max-width: 320px){
h1 {  
	font-family: 'poppinsregular';
	font-size:20px;
    font-weight:normal;	
	margin:0px;
	padding:0px;
	line-height:25px
}

.redes{
	padding-left:10px;
	padding-top:10px;	
}


.imgg{ float:none; margin:3px auto; }
.imgp{ float:none; width:260px; height:200px; overflow:hidden; margin:5px auto; margin-top:10px; }

.menT{
    padding:5px;
	font-size:12px;
	padding-bottom:40px;
}

.gima{
	float:left; width:300px; height:240px; overflow:hidden;  background:#eee; margin:0px; 
	margin-right:0px; margin-top:10px;
	
}
.gima:hover{
	float:left; width:300px; height:240px; overflow:hidden;  background:#fff; margin:0px;
	margin-right:0px; margin-top:10px;
	
		}

.info8{float:left; width:100%; max-width:300px;
 		margin:0px; background:#ebebeb; position:relative; 
		margin-bottom:20px; margin-right:0px;
		overflow:hidden; height:380px; 
		-webkit-box-shadow: 0px 5px 5px 0px #aaa;
		-moz-box-shadow:    0px 5px 5px 0px #aaa;
		box-shadow:         0px 5px 5px 0px #aaa;
		/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.6s ease-out;  /* Opera */
		  -moz-transition:all 0.6s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.6s ease-out;   /* Internet Explorer */
		  transition:all 0.6s ease-out;  /* W3C */
		  color:#555;
		
	}
.info8:hover{float:left; width:100%; max-width:300px;
 		margin:0px; background:#fff; position:relative; 
		margin-bottom:20px; margin-right:0px;
		overflow:hidden; height:380px; 
		-webkit-box-shadow: 0px 5px 3px 0px #ddd;
		-moz-box-shadow:    0px 5px 3px 0px #ddd;
		box-shadow:         0px 5px 3px 0px #ddd;
		 color:#888;
	}

.img_info8{clear:both; overflow:hidden; width:100%; border:#fff solid 7px; max-width:285px; height:180px}
.det_info8{clear:both; padding:15px; overflow:hidden; font-size:13px; }

.p1C{ display:none; width:30px; float:left; font-size:12px; padding-top:10px; padding-bottom:10px; text-align:center; background:#ddd; border-bottom:#ccc solid 1px; overflow:hidden  }
.p2C{ width:140px; float:left; font-size:12px; padding-top:10px; padding-bottom:10px; background:#ddd; border-bottom:#ccc solid 1px; overflow:hidden }
.p3C{ width:50px; float:left; font-size:12px; padding-top:10px; padding-bottom:10px; background:#ddd; border-bottom:#ccc solid 1px; overflow:hidden }
.p4C{ width:50px;; float:left; font-size:15px; padding-top:10px; padding-bottom:10px; background:#ddd; border-bottom:#ccc solid 1px; overflow:hidden }

.p1{ display:none; width:30px; float:left; font-size:12px; padding-top:5px; padding-bottom:5px; text-align:center; overflow:hidden  }
.p2{ width:140px; float:left; font-size:12px; padding-top:5px; padding-bottom:5px; overflow:hidden }
.p3{ width:50px; float:left; font-size:12px; padding-top:5px; padding-bottom:5px; overflow:hidden }
.p4{ width:50px; float:left; font-size:15px; padding-top:5px; padding-bottom:5px; overflow:hidden }




}



.image-button {
    display: inline-block;
    position: relative;
    width: 200px;
    height: auto;
  }
  
  .button-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .image-button:hover .button-hover-image {
    opacity: 1;
  }
  
  .image-button:hover .button-image {
    opacity: 0;
  }
  
  .button-image {
    transition: opacity 0.3s ease;
  }