@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:#444;
	font-family: 'poppinsextrabold';
	font-size:35px;
    font-weight:normal;	
	text-transform: uppercase;
	margin:0px;
	padding:0px;
    line-height: 40px;
	letter-spacing: 4px;
	text-align: center;
}
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:center;
    margin:0px;
	letter-spacing: 4px;
    font-weight:bold;
	
}
h5 {  
    font-family: 'poppinslight';
    font-size:17px;
    font-weight:normal;	
    color:#444;
    line-height:22px;
}
h6 {  
    font-family: 'poppinslight';
    font-size:20px;
    font-weight:normal;	
    color:#444;
    line-height:20px;
	float: left;
	width: 25%;
 	padding:30px 0px;
	text-align: center;
	overflow: hidden;
}



a { color:#222; text-decoration:none }
a:hover { color:#00339f; 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:rgba(0,51,159,1.00);
	width:100%;
    margin:auto;
	position:relative;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index:9999;
	min-height:70px;
}
.top2{
	background:rgba(0,51,159,0.98);
	width:100%;
    margin:auto;
	position:fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index:9999;
	min-height:70px;
	-webkit-box-shadow: 	0px 5px 35px 0px rgb(0,0,0,0.2);  
		-moz-box-shadow:    0px 5px 35px 0px rgb(0,0,0,0.2);  
		box-shadow:         0px 5px 35px 0px rgb(0,0,0,0.2);  
}

.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: 0px;
	position: relative;
 
}


.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;	
}



.quien{
	background-color: #fff;
	background-image: url("../imagenes/bg-quien.jpg?v=1.01");
	background-position: top;
	width: 100%;
	min-height:1200px;
	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;
}
 

.botonera0{
	width: 150px;
	margin: 5px 10px;
	height: 50px;
	float: left;
	color: #00339f;
	font-size: 16px;
	font-family: 'poppinsregular';
 	font-weight: bold;
	overflow: hidden;
	text-align: left;
	padding: 15px 0px 0px 0px;
	 background: #fff;
}
.botonera{
	width: 90px;
	margin: 5px 8px;
	height: 40px;
	float: left;
	color: #aaa;
	font-size: 33px;
	font-family: 'poppinsregular';
	border: #ccc solid 2px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	padding:5px;
	padding-top: 15px;
	 background: #fff;
	line-height: 20px;
	-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: #333;
 	border: #333 solid 2px;
 	 transform: scale(1.1);
	-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 */	
}
.botoneraSO{
 	width: 90px;
	margin: 5px 8px;
	height: 40px;
	float: left;
	color: #333;
	font-size: 33px;
	font-family: 'poppinsregular';
	border: #333 solid 2px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	padding:5px;
	padding-top: 15px;
	 background: #fff;
	line-height: 20px;
 	 transform: scale(1.1);
	-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 */	
}

.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:290px;
	float:left;
	padding-top: 15px;
    padding-left: 3%;
}
.logo2{    
	width:100%;
	max-width:280px;
	float:left;
	padding-top: 10px;
    padding-left: 3%;
}
.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{
	padding-top:5px;
    margin: auto;
	font-family: 'poppinsregular';
    text-transform: uppercase;
	float: right;
}
.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;
	margin-top:10px;
	font-family: 'poppinsregular';
    text-transform: uppercase;
}

.menu a{ color:#fff !important;  padding:4px 7px;   }
.menu a:hover{ color:#eee; padding:4px 7px;    }
.menu #current { color:#eee; background:#0d2b7f; padding:4px 7px; border-radius: 5px;   }

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

.red{
    float:left;
	padding: 5px;
	background: #fff;
	border-radius: 5px;
	margin:10px;
	width: 20px;
	height: 20px;
	color:#262626 !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 */		
}

.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 }


 /* Contenedor principal de noticias */
.noticias-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    width: 95%;
    margin: 0 auto;
    padding: 40px 0 60px;
    align-items: start;
}

/* Primera noticia (la especial) */
.NoticiasH:first-child {
    grid-column: 1;
    background: none;
    margin-left: 0;
    max-width: 100%;
    float: none;
}

/* Contenedor de noticias en grid */
.noticias-grid {
    grid-column: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

 
.NoticiasH {
    border-radius: 10px;
    overflow: hidden;
    background: #fff !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    break-inside: avoid;
}

.NoticiasH:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Imágenes */
.imgblog {
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
    height: 280px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgblog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.NoticiasH:hover .imgblog img {
    transform: scale(1.05);
}

/* Detalles */
.detblog {
    padding: 20px;
    line-height: 22px;
    min-height: 120px;
}
.lemablog{
	 line-height:25px;  color: #666;; letter-spacing: 1px;
	clear: both; width: 230px; padding-top:80px
}


/* Responsive */
@media (max-width: 1520px) {
  
	.lemablog { padding-top:20px; color: #fff !important; }

}
/* Responsive */
@media (max-width: 1024px) {
    .noticias-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .noticias-grid {
        grid-column: 1;
    }
    
    .NoticiasH:first-child {
        text-align: center;
        padding: 0 20px;
    }
     .lemablog{
		 padding-top:20px; line-height:20px;  
		 color: #fff
		}
	.lemablog { padding-top:50px }

}

@media (max-width: 768px) {
    .noticias-grid {
        grid-template-columns: 1fr;
		
    }
    
    
}



  
.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;
}

.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-bottom: 40px;
}

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

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

.pie1{ float:left; width:100%; max-width:35%; overflow:hidden; }
.pie2{ float:left; width:100%; max-width:25%; overflow:hidden; }
.pie3{ float:left; width:100%; max-width:20%; overflow:hidden; }
.pie4{ float:left; width:100%; max-width:15%; overflow:hidden; }


/*.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;
}

 

.menp{
	clear:both;
	height:35px;
	font-family: 'poppinsregular';
	font-size:15px;	
}

.menp a { 
	
	background-position:left;
	background-repeat:no-repeat;
	padding-left:0px;
	color:#444;
	padding-top:2px;
	/* 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 */
}

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

.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:290px;
    height:380px;
    float:left;
    overflow:hidden;
    
    margin:5px;
	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:hover{				  
	background-position:-250px center;
}

.img{
	width:310px; height:200px; overflow:hidden; margin-right:20px; float:left;
	position:relative;	
}

.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:#00339f; }
.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;
	background:rgba(248,248,248,0.8);
	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:#00339f;
    font-size:16px;
    color:#fff;
    border:none;
    font-family: 'poppinsregular';
	height:40px;
	width:99%;
	cursor:pointer;
	font-weight:bold;
	text-align: center;
	margin: 10px 0px;
	border-radius: 5px;
	/* 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(0,51,159,0.8);
    color:#fff;
   font-size:15px;
	/* 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 */
}



.boton21 {
    background:none;
    font-size:25px;
    color:#fff;
    border:none;
    font-family: 'poppinsregular';
	height:50px;
	width:100px;
	cursor:pointer;
	font-weight:bold;
}
.boton2{
	background:#f9b800;
	width: 170px;
	padding: 10px;
	height: 40px;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius:5px;
}
/* f9b800 */
.boton2:hover{
	background:#fff;
	padding: 10px;
	height: 40px;
	color: #000;
	border: none;
	cursor: pointer;
	border-radius:5px;
}
#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: 75px; /* Distancia desde abajo */
		right: 20px; /* Distancia desde la derecha */
		z-index:9999;
		}
		
		#IrArriba span {
			width: 40px; /* Ancho del botón */
			height: 40px; /* Alto del botón */
			display: flex; /* Cambiado de block a flex */
			align-items: center; /* Centrado vertical */
			justify-content: center; /* Centrado horizontal */
			color: #fff;
			background: rgba(0,51,159,0.8);
			z-index: 9999;
			border-radius: 90px;
		}

		#whatsapp {
			position: fixed;
			bottom: 10px; /* Distancia desde abajo */
			right: 15px; /* Distancia desde la derecha */
			z-index: 9999;
			animation: pulse-whatsapp 2s infinite;
			transition: all 0.3s ease;
		}

		#whatsapp span {
			width: 50px; /* Ancho del botón */
			height: 50px; /* Alto del botón */
			display: flex;
			align-items: center;
			justify-content: center;
			color: #fff;
			background: rgba(37,211,102,0.9);
			border-radius: 90px;
			box-shadow: 0 4px 15px rgba(37,211,102,0.4);
			transition: all 0.3s ease;
			cursor: pointer;
		}

		#whatsapp:hover {
			transform: scale(1.1);
			animation: none; /* Detiene la animación al hacer hover */
			border-radius: 90px;
				overflow: hidden;
		}

		#whatsapp:hover span {
			background: rgba(37,211,102,1);
			box-shadow: 0 6px 20px rgba(37,211,102,0.6);
			border-radius: 90px;
				overflow: hidden;
		}

		#whatsapp:active {
			transform: scale(0.95);
		}

		/* Animación de pulso atractiva */
		@keyframes pulse-whatsapp {
			0% {
				transform: scale(1);
				box-shadow: 0 0 0 0 rgba(37,211,102,0.7);
				border-radius: 90px;
				overflow: hidden;
			}
			70% {
				transform: scale(1.05);
				box-shadow: 0 0 0 15px rgba(37,211,102,0);
				border-radius: 90px;
				overflow: hidden;
			}
			100% {
				transform: scale(1);
				box-shadow: 0 0 0 0 rgba(37,211,102,0);
				border-radius: 90px;
				overflow: hidden;
			}
		}

		 

		/* Aplicar rebote cada 10 segundos */
		#whatsapp {
			animation: pulse-whatsapp 5s infinite, bounce-whatsapp 10s infinite;
		}
		

.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; }




.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 }

 
.cp {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding:10px;
  box-sizing: border-box;
}

.cp .recuadro {
  flex: 1 1 calc(33.333% - 20px);
  min-width: 300px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  border-radius: 8px;
  backdrop-filter: blur(2px);
  transition: all 0.3s ease;
}

.cp .recuadro:hover {
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-5px);
}

.cp .contenido {
  padding:10px;
  text-align: center;
  line-height: 20px
}

.cp .titulo {
  color: #ffffff;
  font-size: 3.2em;
  margin-bottom: 10px;
  font-weight: bold;
	line-height: 1.1em;
	letter-spacing:1px;
}

.cp .descripcion {
  color: #fff;
  font-size: 1em;
  line-height: 1.4;
}
.t_352  { font-size:35px; }
	.t_152  { font-size:15px; }
	.t_182  { font-size:18px; }

/* Responsive para tablets */
@media (max-width: 768px) {
  .cp .recuadro {
    flex: 1 1 calc(50% - 20px);
  }
	.pie1{ float:none; width:100%; max-width:400px; overflow:hidden; margin: auto; text-align: center}
	.pie2{ float:none; width:100%; max-width:400px; overflow:hidden; margin: auto; text-align: center }
	.pie3{ float:none; width:100%; max-width:400px; overflow:hidden; margin: auto; padding-top: 20px; text-align: center }
	.pie4{ float:none; width:100%; max-width:400px; overflow:hidden; margin: auto; text-align: center; padding-top: 20px; }
	
}

/* Responsive para móviles */
@media (max-width: 480px) {
  .cp .contenedor-principal {
    padding: 10px;
    gap: 15px;
  }
  
  .cp .recuadro {
    flex: 1 1 100%;
    min-width: auto;
  }
  
  .cp .contenido {
    padding: 15px;
  }
   
  .cp .descripcion {
    font-size: 0.9em;
  }
	.pie1{ float:none; width:100%; max-width:80%; overflow:hidden; margin: auto; text-align: center }
	.pie2{ float:none; width:100%; max-width:80%; overflow:hidden; margin: auto; text-align: center }
	.pie3{ float:none; width:100%; max-width:80%; overflow:hidden; margin: auto; padding-top: 20px; text-align: center }
	.pie4{ float:none; width:100%; max-width:80%; overflow:hidden; margin: auto; text-align: center; padding-top: 20px; }
}


/****  inicio home seccion1  ******/
.home1{
	background: url("../imagenes/bg01-home.jpg");
	background-position: right;
	width: 100%;
	min-height:580px;
	overflow: hidden;
}
.container-principal {
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    padding: 20px;
}

.columna {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

/* Columna izquierda */
.izquierda {
    padding-top: 80px;
}

.titulo {
    max-width: 600px;
    margin: auto;
}

.imagenes {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.imagen img {
    width: 100%;
    max-width: 180px;
    border-radius: 10px;
}

/* Botón */
.boton-contenedor {
    margin-top: 30px;
}

.boton {
    background: #00339f;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
	max-width:360px
}

.boton:hover {
    background: #222;
}

.derecha{
	margin-bottom: -170px
}

/* Columna derecha */
.derecha img {
    width: 85%;
    max-width: 500px;
}

/* Responsivo */
@media (max-width: 1200px) {
	.home1{
		background: url("../imagenes/bg01-home2.jpg?v1.01");
		background-position: right;
		width: 100%;
		min-height:580px;
		overflow: hidden;
	}
    .container-principal {
        flex-direction: column;
        text-align: center;
    }

    .izquierda {
        padding-top: 40px;
    }

    .derecha img {
        width: 100%;
        max-width: 350px;
    }
	.derecha{
	margin-bottom: -20px
}
}

.bh1-011 { 
    clear: both; 
    width: 100%; 
	max-width: 1300px;
     margin: 0 auto; 
    overflow: hidden; 
    position: relative; 
    z-index: 4; 
    display: flex; 
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:1px;
}

.pulgadas {
    background: url("../imagenes/pulgadas.png") no-repeat center;
    width: 103px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(255,255,255,0.8);
    font-size: 30px;
    font-family: 'poppinsregular';
    text-align: center;
    padding: 8px 0px 0px 0px;
    line-height: 18px;
    transition: all 0.3s ease-out;
    
    /* Añade estas propiedades para iOS */
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-flex-align: center;
    -webkit-justify-content: center;
}

.pulgadas:hover {
    color: rgba(255,255,255,1);
    transform: scale(1.1);
    transition: all 0.2s ease-out;
}
.pulgadasSO {
    color: rgba(255,255,255,1);
    transform: scale(1.1);
    transition: all 0.2s ease-out;
	 background: url("../imagenes/pulgadas.png") no-repeat center;
    width: 103px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(255,255,255,0.8);
    font-size: 30px;
    font-family: 'poppinsregular';
    text-align: center;
    padding:8px 0px 0px 0px;
    line-height: 18px;
    transition: all 0.3s ease-out;
	  /* Añade estas propiedades para iOS */
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-flex-align: center;
    -webkit-justify-content: center;
}



/* Responsive */
@media (max-width: 768px) {
    .bh1-011 {
        flex-direction: column;
        text-align: center;
        gap: 1px;
    }
    
    .bh1-011 > div:first-child {
        padding-right: 0;
    }
}


.bh1-02 { padding:10% 20%; padding-right: 0px; }
.bh1-03 { position: absolute; right: 0; height: 500px; z-index:0; margin-top: -95px; }
.bh1-04 { clear: both; padding-top:50px; width:450px }

.quienes { padding: 100px 0px; width:90%; max-width:1100px; margin: auto; line-height:30px; font-size: 25px }



/* Contenedor principal */
#pancho {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 20px;
}

/* Encabezados */
.encabezado-talleres {
    display: flex;
    border-bottom: #ccc solid 1px;
    color: rgba(0,51,159,1);
    padding: 12px 8px;
    border-radius: 8px 8px 0 0;
    font-weight: 600;
    font-size: 15px;
}

.encabezado-nombre { width: 30%; }
.encabezado-direccion { width: 45%; }
.encabezado-telefono { width: 25%; }

/* Filas de talleres */
.taller-fila {
    display: flex;
    align-items: flex-start;
    padding: 12px 8px;
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.2s;
}

.taller-fila:hover {
    background-color: #f8f9fa;
}

.taller-col {
    padding: 0 4px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.taller-col.nombre {
    width: 30%;
    font-weight: 500;
    color: #2c3e50;
    font-size: 14px;
}

.taller-col.direccion {
    width: 45%;
    color: #555;
    font-size: 13px;
    line-height: 1.4;
}

.taller-col.telefono {
    width: 25%;
    color: #1e5799;
    font-size: 13px;
    font-weight: 500;
}

/* Mensaje sin resultados */
.no-resultados {
    padding: 30px;
    text-align: center;
    color: #666;
    font-style: italic;
    background-color: #f9f9f9;
    border-radius: 0 0 8px 8px;
}

/* Scroll personalizado */
#pancho::-webkit-scrollbar {
    width: 8px;
}

#pancho::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

#pancho::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

#pancho::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .encabezado-talleres {
        padding: 10px 6px;
        font-size: 14px;
    }
    
    .taller-fila {
        padding: 10px 6px;
        flex-wrap: wrap;
    }
    
    .taller-col.nombre {
        width: 100%;
        font-size: 13px;
        margin-bottom: 4px;
    }
    
    .taller-col.direccion {
        width: 60%;
        font-size: 12px;
    }
    
    .taller-col.telefono {
        width: 40%;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .encabezado-talleres {
        font-size: 13px;
        padding: 8px 4px;
    }
    
    .encabezado-nombre { width: 35%; }
    .encabezado-direccion { width: 40%; }
    .encabezado-telefono { width: 25%; }
    
    .taller-fila {
        padding: 8px 4px;
    }
    
    .taller-col.nombre {
        font-size: 12px;
    }
    
    .taller-col.direccion {
        width: 55%;
        font-size: 11px;
    }
    
    .taller-col.telefono {
        width: 45%;
        font-size: 11px;
    }
}


.tall-1{
	float: left; width: 100%; max-width: 40%;
}
.tall-2{
	float: left; width: 100%; max-width:60%;
}
.tall-3{ float: left; width:70% }
.mapipi1{ display: block; float: left; width:30% }
.mapipi2{ display: none; }
.titblog { font-size:50px;  }

.detblog1{ width: 40%; float: left; padding-right: 50px; }
.detblog2{ width: 60%; float: left }


/*** pancho/
@media only screen and (min-width: 1800px) {
	.flecha{ display:none; }
}
/*-------------------------fin secundarias--------------------*/
@media only screen and (max-width: 1250px) {
	.bh1-03 { opacity: 0.2; margin-top: -155px; }
	.bh1-01 { clear: both; width: 80%;  }
}
@media only screen and (max-width: 1090px) {
	.tall-1{
		float: left; width: 100%; max-width: 30%;
	}
	.tall-2{
		float: left; width: 100%; max-width:70%;
	}
	 
	.t_352  { font-size:30px; }
	.t_152  { font-size:13px; }
	.t_182  { font-size:16px; }
	 .pie1{ float:left; width:100%; max-width:45%; overflow:hidden; margin: auto; text-align: center}
	.pie2{ float:left; width:100%; max-width:45%; overflow:hidden; margin: auto; text-align: center }
	.pie3{ float:left; width:100%; max-width:45%; overflow:hidden; margin: auto; text-align: center }
	.pie4{ float:left; width:100%; max-width:45%; overflow:hidden; margin: auto; text-align: center; }
	
.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;}*/
	 .pie1{ float:none; width:100%; max-width:400px; overflow:hidden; margin: auto; text-align: center}
	.pie2{ float:none; width:100%; max-width:400px; overflow:hidden; margin: auto; text-align: center }
	.pie3{ float:none; width:100%; max-width:400px; overflow:hidden; margin: auto; padding-top: 20px; text-align: center }
	.pie4{ float:none; width:100%; max-width:400px; overflow:hidden; margin: auto; text-align: center; padding-top: 20px; }
	.quienes { padding: 20px 5%; width:90%; max-width:1100px; margin: auto; line-height:30px; background:rgba(255,255,255,0.9); font-size: 19px; margin-top: 20px; }
	.titblog { font-size:40px;  }
	.detblog1{ width: 80%; float: none; margin: auto; padding-right: 0px; }
	.detblog2{ width: 100%; float: none; margin: auto }
	
	.tall-1{
		float: none; width: 100%; max-width: 30%; margin: auto;
	}
	.tall-2{
		float: none; width: 100%; max-width:100%;
	}
	.tall-3{ float: left; width:70% }
 	.mapipi1{ display: block; float: left; width:25% }
}
@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){
     .bh1-01 { clear: both; width: 70%; margin: auto}
	 .bh1-03 { opacity: 0 }
	  .bh1-02 { padding:50px 10%; padding-right: 0px; width:70% }
	
	.bh1-04 { clear: both; padding-top:50px; width:350px }
	.titblog { font-size:30px;  }
	.detblog1{ width: 80%; float: none; margin: auto }
	.detblog2{ width: 100%; float: none; margin: auto }
	.botonera0{
		width: 150px;
		margin: 5px 10px;
		height: 50px;
		float: none;
		color: #00339f;
		font-size: 16px;
		font-family: 'poppinsregular';
		font-weight: bold;
		overflow: hidden;
		text-align: left;
		padding: 15px 0px 0px 0px;
		 background: #fff;
		clear: both;
	}
	.mapipi1{ display: none; }
	.mapipi2{ display: block ;float: left; width: 35%;  }
	.mapita{ float: left; width: 50%;   }
	.tall-1{
		float: left; width: 100%; max-width: 100%;
	}
	.form-section {
 
				margin-top: 0px !important;
			}
 
}

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

@media only screen and (max-width: 790px){
	
	.t_70 { font-size:40px;	}
	.form-section {
 
				margin-top: 0px !important;
			}
   .logo{    
		width:100%;
		max-width:240px;
		float:left;
		padding-top: 20px;
		padding-left: 3%;
	}
	 
	.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{
	 
		width:100%;
		margin:auto;
		position:relative;
		top: 0px;
		left: 0px;
		right: 0px;
		z-index:9999;
		min-height:70px;
		-webkit-box-shadow: 	0px 0px 15px 0px rgb(0,0,0,0.2);  
			-moz-box-shadow:    0px 0px 15px 0px rgb(0,0,0,0.2);  
			box-shadow:         0px 0px 15px 0px rgb(0,0,0,0.2);  
	}
	.top2{
		background:rgba(255,255,255,1);
		width:100%;
		margin:auto;
		position:fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		z-index:9999;
		min-height:70px;
		-webkit-box-shadow: 	0px 5px 35px 0px rgb(0,0,0,0.2);  
			-moz-box-shadow:    0px 5px 35px 0px rgb(0,0,0,0.2);  
			box-shadow:         0px 5px 35px 0px rgb(0,0,0,0.2);  
	}

 


/*.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){
	
	.titblog { font-size:30px;  }
	.detblog1{ width: 100%; float: none; margin: auto }
	.detblog2{ width: 110%; float: none; margin: auto }
	
	
.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;
}
.form-section {
 
				margin-top: 0px !important;
			}
.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:240px;
    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
}
	.form-section {
				width: 100%;
				max-width: 600px;
				padding: 15px;
				margin-top: 0px;
			}

.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 }







}
