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

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

@font-face {
    font-family: 'HelveticaNeue-Medium';
    src: url('HelveticaNeue-Medium.woff2') format('woff2'),
        url('HelveticaNeue-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue-CondensedBold';
    src: url('HelveticaNeue-CondensedBold.woff2') format('woff2'),
        url('HelveticaNeue-CondensedBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue-Light';
    src: url('HelveticaNeue-Light.woff2') format('woff2'),
        url('HelveticaNeue-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('HelveticaNeue-Bold.woff2') format('woff2'),
        url('HelveticaNeue-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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


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


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

.H{ font-family: 'HelveticaNeue';  }
.Hl{ font-family: 'HelveticaNeue-Light',sans-serif;  }

.F{ font-family: 'roboto_condensedregular'; }
.Fxb{ font-family: 'roboto_condensedbold'; }
.Fd{ font-family: 'roboto_condensedlight'; }


.A { font-family: Arial, Helvetica, sans-serif; }
html {
    scroll-behavior: smooth;
}
body{
    background-color:#ffff;
	font-family: 'roboto_condensedregular';
    font-size:13px;
    color:#555;
}

header{
	margin-bottom:0px;
}

h1 {  
    color:#000;
	font-family: 'roboto_condensedregular';
    font-weight:normal;	
	font-size: 2.2em;
  	margin: 0.3em 0;
	margin-bottom: 0.8em;
	padding:0px;
	letter-spacing: 1px;
    text-transform: uppercase;
	line-height: 50px;
}

.content h1 {  
    color:#000;
	font-family: 'roboto_condensedbold';
	font-size:32px;
    font-weight:normal;	
	margin:0px;
	padding:0px;
	padding-bottom: 5px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 1px 1px 5px #bbb;
}
.content .grisc {  
    color:#000;
}
.content .grisa {  
    color:#000;
}
h2 {  
    font-family: 'roboto_condensedbold';
    font-size:22px;
    font-weight:normal;	
    color:#333;
}

h3 {  
    font-family: 'roboto_condensedregular';
    font-size:19px;
    font-weight:normal;	
    color:#444;
    line-height:20px;
    margin-bottom:10px;
}
h4 {
    font-size: 17px;
    font-family: 'roboto_condensedregular';
    color:#444;
    margin:0px;
}
h5 {  
    font-family: 'oswaldlight';
    font-size:17px;
    font-weight:normal;	
    color:#444;
    line-height:22px;
}
h6 {  
    font-family: 'roboto_condensedbold';
    font-size:15px;
    font-weight:normal;	
    color:#444;
    line-height:20px;
}

.videot{
	display: none;
	position: fixed;
	background: #000;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	z-index: 99998;
	 -webkit-transition:all 0.5s 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 */		
}

#videot{
	display: none;
	position: fixed;
	background: #fff;
	left: 50%;
	top: 10%;
	width: 560px;
	height: 360px;
	margin-left:-280px;
	opacity: 1;
	z-index: 99999;
	 -webkit-transition:all 0.5s 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 */		
}

.lleva{
	position: absolute;
	background: #000;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	cursor: pointer;
	 -webkit-transition:all 0.5s 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 */		
}
.lleva:hover{

	opacity: 0;
	 -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 */		
}


.servic1{
    width: 100%;
    max-width: 420px;
    margin-bottom: 5px;
    overflow: hidden;
    background: #000;
    position: relative;
}
.servic2{
    width: 100%;
    max-width: 420px;
    overflow: hidden;
    margin: 0px 5px;
    background: #000;
    position: relative;
}
.servic3{
    width: 100%;
    max-width: 420px;
    margin-bottom: 5px;
    overflow: hidden;
    background: #000;
    position: relative;
}

.servic4{
    width: 100%;
    max-width: 410px;
    margin:6px;
    overflow: hidden;
    background: #000;
    position: relative;
    float: left;
	border-radius: 20px;
}

.servic5{
    width: 100%;
    max-width: 310px;
    margin:3px;
    overflow: hidden;
    background: #000;
    position: relative;
    float: left;
	border-radius: 20px;
}

.servic1 img{
			transition: 1.5s ease;
			-moz-transition: 1.5s ease; /* Firefox */
			-webkit-transition: 1.5s ease; /* Chrome - Safari */
			-o-transition: 1.5s ease; /* Opera */
			opacity: 1;
		}
.servic1:hover img{
     transform : scale(1.15);
    -moz-transform : scale(1.15); /* Firefox */
    -webkit-transform : scale(1.15); /* Chrome - Safari */
    -o-transform : scale(1.15); /* Opera */
    -ms-transform : scale(1.15); /* IE9 */
    opacity: 0.7;
}
.servic2 img{
			transition: 1.5s ease;
			-moz-transition: 1.5s ease; /* Firefox */
			-webkit-transition: 1.5s ease; /* Chrome - Safari */
			-o-transition: 1.5s ease; /* Opera */
			opacity: 1;
		}
.servic2:hover img{
     transform : scale(1.15);
    -moz-transform : scale(1.15); /* Firefox */
    -webkit-transform : scale(1.15); /* Chrome - Safari */
    -o-transform : scale(1.15); /* Opera */
    -ms-transform : scale(1.15); /* IE9 */
    opacity: 0.7;
}
.servic3 img{
			transition: 1.5s ease;
			-moz-transition: 1.5s ease; /* Firefox */
			-webkit-transition: 1.5s ease; /* Chrome - Safari */
			-o-transition: 1.5s ease; /* Opera */
			opacity: 1;
		}
.servic3:hover img{
     transform : scale(1.15);
    -moz-transform : scale(1.15); /* Firefox */
    -webkit-transform : scale(1.15); /* Chrome - Safari */
    -o-transform : scale(1.15); /* Opera */
    -ms-transform : scale(1.15); /* IE9 */
    opacity: 0.7;
}
.servic4 img{
			transition: 1.5s ease;
			-moz-transition: 1.5s ease; /* Firefox */
			-webkit-transition: 1.5s ease; /* Chrome - Safari */
			-o-transition: 1.5s ease; /* Opera */
			opacity: 1;
		}
.servic4:hover img{
     transform : scale(1.15);
    -moz-transform : scale(1.15); /* Firefox */
    -webkit-transform : scale(1.15); /* Chrome - Safari */
    -o-transform : scale(1.15); /* Opera */
    -ms-transform : scale(1.15); /* IE9 */
    opacity: 0.7;
}
.servic5 img{
			transition: 1.5s ease;
			-moz-transition: 1.5s ease; /* Firefox */
			-webkit-transition: 1.5s ease; /* Chrome - Safari */
			-o-transition: 1.5s ease; /* Opera */
			opacity: 1;
		}
.servic5:hover img{
     transform : scale(1.15);
    -moz-transform : scale(1.15); /* Firefox */
    -webkit-transform : scale(1.15); /* Chrome - Safari */
    -o-transform : scale(1.15); /* Opera */
    -ms-transform : scale(1.15); /* IE9 */
    opacity: 0.7;
}



.txtservi{
    position: absolute; width: 100%; bottom:10%; left: 0px; right: 0px; padding: 10px 10px; z-index:2;
    background:rgba(255,107,187,0.3);
    text-shadow: 0px 1px 0px #222; 
}
.txtservi2{
    position: absolute; width: 90%; bottom:10px; left:5%; right: 5%; padding: 10px 10px; z-index:2;
    background:rgba(14,112,148,0.8);
    text-shadow: 0px 1px 0px #222; 
}
.imgscroll3{
	width: 340px !important;
	height: 202px !important;
	overflow: hidden;	
	margin: auto;
	position: relative
}

.imgscroll{
	width: 345px !important;
	height: 300px;
	overflow: hidden;	
	margin: auto;
}
.imgscroll img{
	-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 */	
}

.imgscroll:hover img{
	transform : scale(1.1);
	-moz-transform : scale(1.1); /* Firefox */
	-webkit-transform : scale(1.1); /* Chrome - Safari */
	-o-transform : scale(1.1); /* Opera */
	-ms-transform : scale(1.1); /* IE9 */
		transition: 1.5s ease;
 		-moz-transition: 1.5s ease; /* Firefox */
 		-webkit-transition: 1.5s ease; /* Chrome - Safari */
 		-o-transition: 1.5s ease; /* Opera */	
	 -webkit-transition:all 0.5s 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 */		
}



.imgscroll2{
	width: 1100px !important;
	height: 550px;
	overflow: hidden;	
}


a { color:#111; text-decoration:none }
a:hover { color:#d2ba9c; text-decoration:none }

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


.centenido{
      position: relative;
      width: 100%;
      max-width: 1240px;
      margin: auto;
}
.centenido2{
      position: relative;
      width: 100%;
      max-width: 1280px;
      margin: auto;
}
.sec0{
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
      margin: auto;
    box-sizing: border-box;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    padding-left: 0vw;
    padding-right: 0vw;
    pointer-events: auto;
    overflow: hidden;
}
.sec1{
	width: 100%;
	max-width: 800px;
    height: 350px;
	float: left;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.sec2{
	width: 100%;
	background: url("../imagenes/servlad1.png");
	max-width: 615px;
	height: 350px;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
}



#top{
      position: relative;
      z-index: 98;
      width: 100%;
      box-sizing: border-box;
      padding-top: 1.5vw;
      padding-bottom: 1.5vw;
      padding-left: 6vw;
      padding-right: 6vw;
      pointer-events: auto;
	  background: #fff;
}
#top2{
    position: fixed;
    z-index: 8;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0vw;
    padding-bottom: 0.2vw;
    padding-left: 6vw;
    padding-right: 6vw;
    pointer-events: auto;
    background: rgba(235,235,235,0.95);
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100px;
    margin-top: -5px;
    -webkit-box-shadow:     0px 5px 40px -10px #999;
		-moz-box-shadow:    0px 5px 40px -10px #999;
		box-shadow:         0px 5px 40px -10px #999;
}
.top{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
    max-width: 1280px;
    margin: auto;
  height: inherit;

}
.cabec{
    position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
}
.interior {
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
}

.interior1{
display: flex;
  flex-wrap: nowrap;
  flex: 1 0 74%;
  align-items: center;
}

.logo{    
    overflow: hidden;
	max-width:220px;
	float:left;
	padding-top:5px;
    text-align: center;
    margin-left: -5px;
	padding-right: 10px;
}
.logonails{    
    width:100%;
    overflow: hidden;
	max-width:370px;
	position: absolute;
	top: 80px;
	left:20px;
	margin-left: 0;
    z-index: 9999;
	text-align: center;
    opacity: 0.9;
}
.logofacial{    
    width:100%;
    overflow: hidden;
	max-width:420px;
	position: absolute;
	top: 50px;
	left:20px;
	margin-left: 0;
	padding: 20px 10px;
    z-index: 9999;
	text-align: center;
}
.logovital{    
    width:100%;
    overflow: hidden;
	max-width:380px;
	position: absolute;
	top:40px;
	left:10px;
	
	padding: 20px 10px;
    z-index: 7;
	text-align: center;
}
.logocapilar{    
    width:100%;
	max-width:400px;
	position: absolute;
	top: 50px;
	left:30px;
	margin-left: 0;
	padding: 20px 10px;
    z-index: 9999;
	text-align: center;
}
.topi{
    width: 100%;
    float:right;
    position: relative;
    max-width: 160px;
    padding-top:0px;
}
.topo{
    float: right;
    width: 80%;
    max-width: 1200px;
    position: relative;
    margin-right: 0px;
    padding-top:25px;
}
.topo2{
    float: right;
    width: 80%;
    max-width: 1200px;
    position: relative;
    margin-right: 0px;
    padding-top:0px;
	margin-top: -10px;
}
.menu{
    clear: both;
	float:left;
	width:100%;
	max-width:750px;
	margin-top:25px;
	font-family: 'roboto_condensedbold';
}

.reserva{
    font-family: 'roboto_condensedlight';
    font-weight: 400;
    font-size: 18px;
    color: #000;
    border: #000 solid 2px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    float: right;
	width:105px;
      -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 */	
}
.reserva:hover{
    background: #000;
    color: #fff;
      -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 */	
}

.scho{
    float: left; width: 100%; max-width:415px; height: 300px; padding: 20px 30px; line-height:23px; border:#eee solid 2px; margin:5px;
}

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

.barraTop{
	width:100%;
    margin:auto;
	position:fixed;
	z-index:998;
    background:#d2ba9c;
    height: 50px;
    -webkit-box-shadow:     0px 5px 20px 0px #222;
		-moz-box-shadow:    0px 5px 20px 0px #222;
		box-shadow:         0px 5px 20px 0px #222;
}
.barraPie{
	width:100%;
    margin:auto;
	position:fixed;
	z-index:998;
    background:#101820;
    height: 40px;
    bottom: 0px;
    
}

.bt1{
	width: 100%;
	max-width: 1100px;
	margin: auto;
}

.red{
    color:#000;
    font-size: 19px;
    float: left;
    margin:0px 9px;
      -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:#725539;
      -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{
    background:#d2ba9c;
    border: #d2ba9c solid 1px;
    color:#000;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
    float: left;
    font-size: 20px;
    margin:0px 5px;
    padding-top:10px;
    padding-left: 10px;
      -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{
    background:#fff;
      -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 */	
}

.redpie{
    float: left;
    padding: 10px 20px;
    font-size: 20px;
    width: 16.6%;
    text-align: center;
}


/* home */
.serv{
    width: 100%; 
    max-width: 1200px;
  	clear: both;
    background:#fff;
	position: relative;
	margin: 20px 0px;
	height: 450px;
     -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 */	
    -webkit-box-shadow:     0px 5px 15px 0px #eee;
		-moz-box-shadow:    0px 5px 15px 0px #eee;
		box-shadow:         0px 5px 15px 0px #eee;
}
.serv:hover{
     -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 */	
    -webkit-box-shadow:     0px 5px 15px 0px #ccc;
		-moz-box-shadow:    0px 5px 15px 0px #ccc;
		box-shadow:         0px 5px 15px 0px #ccc;
}



.serv img{
			transition: 1.5s ease;
			-moz-transition: 1.5s ease; /* Firefox */
			-webkit-transition: 1.5s ease; /* Chrome - Safari */
			-o-transition: 1.5s ease; /* Opera */
			opacity: 1;
		}
.serv:hover img{
     transform : scale(1.1);
    -moz-transform : scale(1.1); /* Firefox */
    -webkit-transform : scale(1.1); /* Chrome - Safari */
    -o-transform : scale(1.1); /* Opera */
    -ms-transform : scale(1.1); /* IE9 */
    opacity: 0.8;
}
.serv1{
	width: 100%;
	max-width: 800px;
    height: 450px;
	float: left;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.serv12{
	width: 100%;
	max-width: 800px;
	float: right;
	position: relative;
	z-index: 0;
	overflow: hidden;
    height: 450px;
}
.serv2{
	width: 100%;
	background: url("../imagenes/servlad1.png");
	max-width: 615px;
	height: 450px;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
}
.serv22{
	width: 100%;
	background: url("../imagenes/servlad2.png");
	max-width: 615px;
	height: 450px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}


.serviciosNuestros{
    width: 100%; 
    background:rgba(151,129,105,0.1); 
    max-width: 98%;
    overflow: hidden;
    float: left;
    margin:8px;
    position: relative;
    
	border-radius: 20px;
}
.servicios{
    width: 100%; 
    background: #000;
    max-width: 390px;
    overflow: hidden;
    float: left;
    margin:8px;
    position: relative;
    height: 420px;
	border-radius: 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 */	
}
.servicios:hover{
    overflow: hidden;
     -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 */	
    -webkit-box-shadow:     0px 5px 15px 0px #ccc;
		-moz-box-shadow:    0px 5px 15px 0px #ccc;
		box-shadow:         0px 5px 15px 0px #ccc;
}
.servimg{
    width: 100%;
    height:180px;
    overflow: hidden;
}


.servicios img{
			transition: 0.5s ease;
			-moz-transition: 0.5s ease; /* Firefox */
			-webkit-transition: 0.5s ease; /* Chrome - Safari */
			-o-transition: 0.5s ease; /* Opera */
			opacity: 1;
		}
.servicios:hover img{
    transform : scale(1.15);
    -moz-transform : scale(1.15); /* Firefox */
    -webkit-transform : scale(1.15); /* Chrome - Safari */
    -o-transform : scale(1.15); /* Opera */
    -ms-transform : scale(1.15); /* IE9 */
    opacity: 0.2;
}

.servicios .noaplica{
    transform : scale(1) !important;
    -moz-transform : scale(1) !important;
    -webkit-transform : scale(1) !important;
    -o-transform : scale(1) !important;
    -ms-transform : scale(1) !important;
    opacity: 1 !important;
    height: 100px !important;
}
.servicios .noaplica2{
    transform : scale(1) !important;
    -moz-transform : scale(1) !important;
    -webkit-transform : scale(1) !important;
    -o-transform : scale(1) !important;
    -ms-transform : scale(1) !important;
    opacity: 1 !important;
    height: 90px !important;
}
.servicios .over{
    position: absolute; 
    width: 100%; 
    height: 0%;
    /* background-image: linear-gradient(-37deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.99) 100%); */
    background: rgba(0,0,0,0.1);
    bottom: 0; left: 0px;
    transition: height 0.2s;
    transition-timing-function: linear;
    z-index: 2;
}

.servicios:hover .over{
    height: 100%;
}

.servicios .over2{
    position: absolute; 
    width: 100%; 
    height: 100%;
    background-image: linear-gradient(-37deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    top: 0; left: 0px;
    z-index: 1;
}
.servicios:hover .over2{
    display: none;
}


/* educacion */
.education{
    width: 100%; 
    background: #000;
    max-width: 50%;
    overflow: hidden;
    float: left;
    margin:0px 0px;
    position: relative;
    
     -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 */	
}
.education:hover{
    overflow: hidden;
     -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.5s ease-out;  /* W3C */	
    -webkit-box-shadow:     0px 5px 15px 0px #ccc;
		-moz-box-shadow:    0px 5px 15px 0px #ccc;
		box-shadow:         0px 5px 15px 0px #ccc;
}
.eduimg{
    width: 100%;
    height:180px;
    overflow: hidden;
}


.education img{
			transition: 0.5s ease;
			-moz-transition: 0.5s ease; /* Firefox */
			-webkit-transition: 0.5s ease; /* Chrome - Safari */
			-o-transition: 0.5s ease; /* Opera */
			opacity: 1;
		}
.education:hover img{
    transform : scale(1.22);
    -moz-transform : scale(1.22); /* Firefox */
    -webkit-transform : scale(1.22); /* Chrome - Safari */
    -o-transform : scale(1.22); /* Opera */
    -ms-transform : scale(1.22); /* IE9 */
	transition: 0.8s ease;
			-moz-transition: 0.8s ease; /* Firefox */
			-webkit-transition: 0.8s ease; /* Chrome - Safari */
			-o-transition: 0.8s ease; /* Opera */
    opacity: 1;
}




.titPro{
    position: absolute;
    left: 0px;
    top: 0px;
    width:25%;
    height:150px;
    background:#ED2737; 
    border-radius: 0px 90px 90px 0px;
    line-height: 40px;
}
.tituPro{
    position: absolute;
    padding:30px;
    top: 0px;
    right: -590px;
    width:800px;
    line-height:40px;
}

.productos{
    background:rgba(235,231,231,0.1);
	width: 100%;
    max-width:48%;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    height:270px;
    float: left;
    margin:1%;
    border:#000 solid 0.5px;
     -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 */	
}
.productos:hover{
    background:#f5f5f5;

     -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 */	
    -webkit-box-shadow:     0px 15px 15px 0px #aaa;
		-moz-box-shadow:    0px 15px 15px 0px #aaa;
		box-shadow:         0px 15px 15px 0px #aaa;
}
.productos .proimg{
    width: 40%;
    height:270px;
	float: left;
    overflow: hidden;
    
}
.prodet{
    width: 60%;
    padding:10px 20px;
	float: left;
}
.productos .proimg img{
        width: 100%;
			transition: 1.5s ease;
			-moz-transition: 1.5s ease; /* Firefox */
			-webkit-transition: 1.5s ease; /* Chrome - Safari */
			-o-transition: 1.5s ease; /* Opera */
			opacity: 1;
			
		}
.productos:hover img{
    transform : scale(1.05);
    -moz-transform : scale(1.05); /* Firefox */
    -webkit-transform : scale(1.05); /* Chrome - Safari */
    -o-transform : scale(1.05); /* Opera */
    -ms-transform : scale(1.05); /* IE9 */
    opacity: 1;
}

.botonVermas{	
	background:none;
	padding: 10px 0px; 
	width:100%; 
	max-width: 240px; 
	height: 30px;
	margin:0px;
    float: left;
	color: #000 !important;
	text-align: left;
	cursor: pointer;
    font-family: 'roboto_condensedbold';
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
	/* 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-o;  /* Mozilla Firefox */
		  -ms-transition:all 0.6s ease-out;   /* Internet Explorer */
		  transition:all 0.6s ease-out;  /* W3C */
	
}

.productos:hover .botonVermas {		
    color: #ef9cc9 !important;
    border-bottom: #ef9cc9 solid 1px;
}



.productosCloud{
    background:#fff;
	width: 100%;
    max-width:380px;
    border-radius: 10px 80px 10px 10px;
    overflow: hidden;
    height: 650px;
    float: left;
    margin:10px;
    border:#eee solid 1px;
      -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 */	
}
.productosCloud:hover{
    background:#f5f5f5;
    -webkit-box-shadow:     0px 15px 15px 0px #aaa;
		-moz-box-shadow:    0px 15px 15px 0px #aaa;
		box-shadow:         0px 15px 15px 0px #aaa;
      -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 */	
}
.productosSegu{
    background:#fff;
	width: 100%;
    max-width:580px;
    border-radius: 10px 80px 10px 10px;
    overflow: hidden;
    height: 420px;
    float: left;
    margin:10px;
    border:#eee solid 1px;
      -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 */	
}
.productosSegu:hover{
    background:#f5f5f5;
    -webkit-box-shadow:     0px 15px 15px 0px #aaa;
		-moz-box-shadow:    0px 15px 15px 0px #aaa;
		box-shadow:         0px 15px 15px 0px #aaa;
      -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 */	
}



.productosSer{
    background:#fff;
	width: 100%;
    max-width:380px;
    border-radius: 10px 80px 10px 10px;
    overflow: hidden;
    height: 540px;
    float: left;
    margin:10px;
    border:#eee solid 1px;
     -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 */	
}
.productosSer:hover{
    background:#f5f5f5;

     -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 */	
    -webkit-box-shadow:     0px 15px 15px 0px #aaa;
		-moz-box-shadow:    0px 15px 15px 0px #aaa;
		box-shadow:         0px 15px 15px 0px #aaa;
}


.productosSer img{
			transition: 1.5s ease;
			-moz-transition: 1.5s ease; /* Firefox */
			-webkit-transition: 1.5s ease; /* Chrome - Safari */
			-o-transition: 1.5s ease; /* Opera */
			opacity: 1;
		}
.productosSer:hover img{
    transform : scale(1.05);
    -moz-transform : scale(1.05); /* Firefox */
    -webkit-transform : scale(1.05); /* Chrome - Safari */
    -o-transform : scale(1.05); /* Opera */
    -ms-transform : scale(1.05); /* IE9 */
    opacity: 1;
}




.canal{
    float: left;
    width: 100%;
    max-width: 130px;
    height: 130px;
    margin: 10px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease; /* Firefox */
    -webkit-transition: 0.5s ease; /* Chrome - Safari */
    -o-transition: 0.5s ease; /* Opera */
}

.canal:hover{
    transform : scale(1.05);
    -moz-transform : scale(1.05); /* Firefox */
    -webkit-transform : scale(1.05); /* Chrome - Safari */
    -o-transform : scale(1.05); /* Opera */
    -ms-transform : scale(1.05); /* IE9 */
}

.qs{
    clear: both;
    width: 100%;
    position: relative;
}
.qs1{
    float: left;
    width: 100%;
    max-width: 700px;
    position: relative;
    z-index: 0;
    -webkit-box-shadow:     10px 15px 20px 0px #888;
		-moz-box-shadow:    10px 15px 20px 0px #888;
		box-shadow:         10px 15px 20px 0px #888;
}
.qs2{
    float: right;
    width: 100%; max-width:640px; padding:80px 70px; background:#fff; margin: auto; 
    margin-top:80px; margin-left: -200px; position: relative; z-index: 1;
    border-radius: 180px 0px 0px 180px;
    overflow: hidden;
}

.qs3{
    float: right;
    width: 100%;
    max-width: 700px;
    position: relative;
    z-index: 0;
   -webkit-box-shadow:     0px 15px 20px 0px #888;
		-moz-box-shadow:   0px 15px 20px 0px #888;
		box-shadow:        0px 15px 20px 0px #888;
}
.qs4{
    float: left;
    width: 100%; max-width:640px; padding:80px 70px; background:#ED2737; margin: auto; 
    margin-top:80px; margin-right: -200px; position: relative; z-index: 1;
     border-radius: 0px 180px 180px 0px;
    overflow: hidden;
}

.qs5{
    float: left;
    width: 100%;
    max-width: 700px;
    position: relative;
    z-index: 0;
   -webkit-box-shadow:     10px 15px 20px 0px #888;
		-moz-box-shadow:    10px 15px 20px 0px #888;
		box-shadow:         10px 15px 20px 0px #888;
}
.qs6{
    float: right;
    width: 100%; max-width:640px; padding:60px 30px; padding-left: 60px; background:#16202a; margin: auto; 
    margin-top:70px; margin-left: -200px; position: relative; z-index: 1;
    border-radius: 180px 0px 0px 180px;
    overflow: hidden;
}


.boot{
	width:200px; margin:20px auto; border:#d3cfc3 solid 1px; padding:10px 20px; color:#929089;
	/* 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{
	width:200px; margin:20px auto; border:#d3cfc3 solid 1px; padding:10px 20px; color:#7F6828; background:#d3cfc3;
	/* 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:100px; margin:5px auto; border:#d3cfc3 solid 1px; padding:5px 10px; color:#929089;
	position:absolute; bottom:7px; left:30%;
	/* 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{
	width:100px; margin:5px auto; border:#d3cfc3 solid 1px; padding:5px 10px; color:#7F6828; background:#d3cfc3;
	/* 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 */		
}



.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

}

.servi1{
	float: left; width: 50%; height:470px; overflow: hidden; background:#000;
}
.servi2{
	float: left; width: 50%; height: 470px; overflow: hidden; background:#fff;
}


.servi1 img{
		transition: 1.5s ease;
 		-moz-transition: 1.5s ease; /* Firefox */
 		-webkit-transition: 1.5s ease; /* Chrome - Safari */
 		-o-transition: 1.5s ease; /* Opera */
		opacity: 1;
	}
.servi1:hover img{
	transform : scale(1.05);
	-moz-transform : scale(1.05); /* Firefox */
	-webkit-transform : scale(1.05); /* Chrome - Safari */
	-o-transform : scale(1.05); /* Opera */
	-ms-transform : scale(1.05); /* IE9 */
	opacity: 0.8;
}

.se1{
	width: 100%;
	max-width: 530px;
	height: 470px;
    margin:10px;
	float: left;
	position: relative;
	border: #fff solid 1px;
	overflow: hidden;
    background: #fff;
}
.se1:hover .se2{
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	top:40%;
	left: 0;
	opacity: 1;
	z-index: 1;
	background-image: -webkit-linear-gradient(top, transparent 0%, black 100%);
	background-image: linear-gradient(to bottom, transparent 0%, black 100%);
	background-repeat: repeat-x;
	-webkit-transition: .4s all ease;
	transition: .4s all ease;
}
.se2{
	content: '';
	position: absolute;
	width: 100%;
	bottom:0;
	top:40%;
	left: 0;
	opacity: 0.8;
	z-index: 1;
	background-image: -webkit-linear-gradient(top, transparent 0%, black 100%);
	background-image: linear-gradient(to bottom, transparent 0%, black 100%);
	background-repeat: repeat-x;
	-webkit-transition: .4s all ease;
	transition: .4s all ease;
}	
.se3{
	position: absolute;
	bottom:110px;
	left: 0px;
	z-index: 10;
	text-align: center;
	color: #fff;
	font-size: 20px;
	width: 100%;
}

.se4{
	content: '';
	position: absolute;
	width: 100%;
	bottom:0px;
	left: 0px;
	z-index: 2;
    font-size: 13px;
    line-height:25px;
    background: #efefef;
    color:#000;
    height: 90px;
    padding:15px 0px;
}

.se1 img{
		transition: 1.5s ease;
 		-moz-transition: 1.5s ease; /* Firefox */
 		-webkit-transition: 1.5s ease; /* Chrome - Safari */
 		-o-transition: 1.5s ease; /* Opera */
		opacity: 1;
	}
.se1:hover img{
	transform : scale(1.05);
	-moz-transform : scale(1.05); /* Firefox */
	-webkit-transform : scale(1.05); /* Chrome - Safari */
	-o-transform : scale(1.05); /* Opera */
	-ms-transform : scale(1.05); /* IE9 */
	opacity: 1;
}

.cate{
	position: absolute;
	padding:5px 20px;
	background:#ED2737;
	color: #fff;
	font-size: 14px;
	opacity: 0.9;
}

.may{ text-transform: uppercase; }
.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;
    margin-top: -5px;
}

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

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


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

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

.cabtop2{
	
	width:100%;
	height:117px;
    margin: 0 auto;
    position:relative;
	z-index:0;	
}

.contenTop{    
	clear:both;
	font-family: 'oswaldlight';
	width:100%;
	float:right;
	margin-right:15px;
	color:#ddd;
	text-align:right;
	border-top:#555 solid 1px;
	padding-top:10px;
	margin-top:0px;
	padding-bottom:10px;
}


.barraVer{
    background:#90d300;
    height:47px;
    position:absolute;
    top:25px;
    right:1000px;
    width:100%;	
}

.mtop
{
	float:right;
	width:100%;
	max-width:350px;
	margin-top:30px;
	font-family: 'oswaldbold';	
	color: #922b2d;
	font-size: 16px;
	padding-right: 30px;
	text-align: right
}

.menuTop{
   	font-family: 'oswaldlight';
    font-size:15px;		
    width:100%;
	max-width:500px;
    min-height:20px;
	float:right;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:30px;
}

.menu a{ color:#7F6828; }
.menu a:hover{ color:#9de2f5; }
.menu #current { color:#9de2f5; }

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

.menT{
    font-family: 'oswaldlight';
    float:right;
    padding:7px;
    padding-right:15px;
    padding-left:15px;
	font-size:14px;
}

.men{
    font-family: 'oswaldlight';
    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: 'gotic';
	font-size:14px;
    float:right;
    padding:9px;
    padding-right:10px;
	padding-top:20px;
}
.men2{
    width:210px; 
	font-family: 'gotic';
	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;
}

.t1{
	width:100%; max-width:150px; float:right; text-align: right
}
.t2{
	width:100%; max-width:300px; float:right;	
}

.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: 'oswaldlight';
    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;
}

/* contenidos */
.central{
    width:95%;
    max-width:1160px;
	margin:auto;
	position:relative;
	line-height:20px;
	font-size:16px;
	color:#101820;
	overflow:hidden;
    font-family: 'Futura TS';
    padding: 50px 0px;
}

#titulo{
	width: 100%;
	overflow: hidden;
    background:#ED2737;
}
.titulo{
	width: 100%;
	max-width: 1200px;
    margin: auto;
	overflow: hidden;
    text-transform: uppercase;
    padding:10px 0px;
}
.titi{
    float: left; 
    width: 50%;
    padding-top:50px;
}
.titu{
    position: absolute;
    left: 0px;
    top: 30px;
    width:30%;
    min-height:180px;
    background:#ED2737; 
    border-radius: 0px 90px 90px 0px;
}
.tituti{
    position: absolute;
    padding:30px;
    top: 0px;
    right: -220px;
    width: 500px;
}
.titulo a{ color:#fff; }
.titulo a:hover{ color:#eee; }

.central2{
    width:100%;
    max-width:1160px;
	margin:auto;
	padding-bottom:100px;
    overflow:hidden;	   
	position:relative;
	line-height:20px;
	font-size:16px;
	line-height: 25px;
	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%;
	background:#fff;
	border-top:#dbb15b solid 0.25px;
	border-bottom:#dbb15b solid 2px;
	min-height:90px; 	
	position:relative;
	z-index:1;
	margin:auto;
	margin-top:0px; 	
	margin-bottom:30px;	
	padding-bottom:30px;
	overflow:hidden;
	padding-top:50px;
}

.content2{
	width:100%;
	border-top:#ED2737 2px solid;
	position:relative;
	z-index:1;
	margin:auto;
	margin-top:0px; 	
	margin-bottom:20px;	
	padding-bottom:20px;
	overflow:hidden;
}

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





.titnoticia{
    position:absolute;
    height:40px;
    width:300px;
    background-image:url(../imagenes/bgnegro.png);
    bottom:0px; left:0px;
    font-family: 'oswaldlight';
    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{
	width:100%;
	max-width:770px;
	float:left;	
	overflow:hidden;
	margin-right:30px;
}

.ComunicadosH{
	width:100%;
	max-width:300px;
	float:left;	
	overflow:hidden;
	background:#efefef;
	min-height:460px;
}

.noticias {
    float:left; width:100%; height:210px; overflow:hidden; margin-top:10px; margin-bottom:10px; position:relative; margin-left:7px; margin-right:7px; max-width: 330px;	
}


.noticias img{
    position: relative;
}

.articulo{ float:left; width:340px; background:#ececec } 
.articuloPrin{width:334px; margin:auto; margin-top:4px; height:230px;  overflow:hidden;}
.articuloPrinDet{ width:314px; height:155px; margin:auto; padding:10px; }

.articuloSecu{float:left; width:220px; height:245px; padding:5px; margin-right:3px; position:relative}
.articuloSecuImg{width:220px; height:140px; overflow:hidden; margin-bottom:5px}
.articuloSecuLink{position:absolute; bottom:15px; right:10px;}

footer{
    background-color:rgba(238,238,238,0.6);
   
    background-position: center top;
    background-repeat: no-repeat;
    width:100%;
    min-height:300px;	
	position:relative;
	z-index:10;
	overflow:hidden;
    border-top: #000 5px solid;
}

.pie{
	width:100%;
	max-width:1200px;
    margin:auto;
	position:relative;
	z-index:999;
	overflow:hidden;
	padding:50px 0px;
    ffont-family: 'roboto_condensedregular';
}



/*.pie > div{float: left;}*/
.pie_i1{float:left; width:100%; max-width:30%; margin-left:0px; margin-top:50px; overflow:hidden}
.pie_i2{float:left; width:100%; max-width:35%; margin-left:5%; margin-top:40px; overflow:hidden; opacity: 0.8 }
.pie_i3{float:right; width:100%; max-width:25%; margin-left:5%; margin-top:40px; overflow:hidden}
.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}

.i1{
	float: left;
}

.i2{
	float: right;
}



.menp2{
	background:#010616;
	border:#444 solid 1px;
	padding:10px 15px;	
	max-width:200px;
	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 */
}

.menp2:hover{
	background:none;
	border:#b7b3b3 solid 1px;
	padding:10px 15px;	
	max-width:200px;
	color:#aaa;
	/* 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 */
}

.cloud1{
  
    background:rgba(255,255,255,0.9);
    width: 50%;
    float: left;
    height:700px;
    overflow: hidden;
    border-radius: 0px 80vh 80vh 0px;
    margin-top:0px;
}
.cloudL{
    padding:5px 10px;
    border-bottom: #eee solid 1px;
}

.corporativo{
    top: 0px;
    left: 0px;
    background:rgba(255,255,255,0.9);
    width: 50%;
    float: left;
    height:680px;
    overflow: hidden;
    border-radius: 0px 350px 350px 0px;
    margin-top:0px;
    position: absolute;
    z-index: 10;
}

.service{
    background:#ED2737;
	clear:both;
	width:100%;
    height:500px;
    overflow: hidden;
}
.service2{
    top: -100px;
    left: 0px;
    background:rgba(255,255,255,1);
    width: 45%;
    float: left;
    height:700px;
    overflow: hidden;
    border-radius: 0px 450px 450px 0px;
    margin-top:0px;
    position: absolute;
    z-index: 10;
    padding-top: 100px;
}

.service3{
    top: -100px;
    right: 0px;
    background:rgba(255,255,255,1);
    width: 45%;
    float: left;
    height:700px;
    overflow: hidden;
    border-radius: 450px 0px 0px 450px;
    margin-top:0px;
    position: absolute;
    z-index: 10;
    padding-top: 100px;
}

.quien{
    background:#ED2737;
	clear:both;
	width:100%;
    height:580px;
    overflow: hidden;
}
.quien1{
    top: 20%;
    left: 0px;
    background:rgba(255,255,255,0.9);
    width: 50%;
    float: left;
    min-height:400px;
    overflow: hidden;
    border-radius: 0px 400px 400px 0px;
    margin-top:0px;
    position: absolute;
    z-index: 10;
}

.quien2{
    width: 60%;
    min-height:400px;
    overflow: hidden;
    margin: auto ;
    float: right;
}




.contactos{
	clear:both;
	width:100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}
.contacto1{
    background: #fff;
    width: 50%;
    float: left;
    overflow: hidden;
}
.contacto2{
    width: 50%;
    float: right;
    overflow: hidden;
}
.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-size:16px;	
}

.menp a { 
	background-image:url(../imagenes/menp.png?v=1.02);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	color:#000;
	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-image:url(../imagenes/menp.png?v=1.02);
	background-position:left;
	background-repeat:no-repeat;
	margin-left:10px;
	color:#B49F85;
	padding-top:2px;
}

.menp .current { 
	background-image:url(../imagenes/menp.png?v=1.02);
	background-position:left;
	background-repeat:no-repeat;
	margin-left:10px;
	color:#d2ba9c;
	padding-top:2px;
}




.bTop{
	background-image:url(../imagenes/bgTitle.png);
	background-position:left; 
	background-repeat:no-repeat;
	width:100%;
	min-height:109px; 	
	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;
}
.bgcontacto{
    background-image:url(../imagenes/bgcontacto.jpg?v=1.05); 
    background-position: right top;
    min-height:250px; position: relative
}
.efectazo{
	 width:100%; height:100%;
	 background-attachment: fixed;
 	 background-position: center center;
  	 background-size: cover;
}

.efectazo2{
	 width:100vh;
	 height:100vh;
 	 background-position: center center;
  	 background-size: cover;
	 background-attachment: fixed;
}

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

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



.bgP{
	background-image:url(../imagenes/bgmenu.png);
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;	
	/* 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 */
}

.bgP:hover{
	background-image:url(../imagenes/bgmenu2.png);
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;	
	/* 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 */
}

.contP{		
	position:absolute;
	top:20%;	
	text-align:center;
	width:100%;
}
.contP h3{	
	text-shadow: 0.5em 0.5px 0.5em #222;
	margin:12px auto;
	width: 80%;
}


.vermasP {		
	border: #999 solid 1px; 
	padding: 12px 0px; 
	width: 50%; 
	max-width: 200px; 
	margin: 20px auto;
}



.vermasP2 {		
	border: #ccc solid 1px; 
	padding: 20px 0px; 
	width: 80%; 
	max-width: 420px; 
	margin: 60px auto;
	/* 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 */
	
}

.vermasP2:hover {		
	border: #fff solid 1px; 
	padding: 20px 0px; 
	width: 80%; 
	max-width: 420px; 
	margin: 60px auto;
	background: #ED2737;
}




.vermasP3 {	
	background: none;
	float: left;
	border: #fff solid 1px; 
	padding: 15px 0px; 
	width: 80%; 
	max-width: 360px; 
	margin: 40px 50px;
	/* 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 */
	
}

.vermasP3:hover {		
	border: #fff solid 1px; 
	width: 80%; 
	background:#ED2737;
	opacity: 0.8;
}


.vermasP4 {	
	background: none;
	border: #ccc solid 1px; 
	padding: 15px 0px; 
	width: 80%; 
	max-width: 360px; 
	margin: 40px auto;
	/* 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 */
	
}

.vermasP4:hover {		
	border: #fff solid 1px; 
	width: 80%; 
	background:#ED2737;
	opacity: 0.8;
	color: #fff !important;
}

.vermasP5 {	
	background: none;
	border: #ccc solid 1px; 
	padding: 10px 30px; 
	margin: 20px 10px;
	float: left;
	/* 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 */
	
}

.vermasP5:hover {		
	border: #fff solid 1px; 
	background:#ED2737;
	opacity: 0.8;
	color: #fff !important;
}

.prod1{
	float:right;
	width:100%;
	max-width:520px;
	height:660px;
	margin:10px;
	position:relative;		
}

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

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

.prod4{
	float:left;
	width:100%;
	max-width:350px;
	height:200px;
	margin:0px;	
	position:relative;	
}


.prod4 .contP{		
	position:absolute;
	top:20%;	
	text-align:center;
	width:100%;
}
.prod4 .contP h3{	
	text-shadow: 0.5em 0.5px 0.5em #222;
	margin:9px 0px;
}

.prod4 .contP h4{	
	font-family: 'oswaldlight';
	color:#fff;
	font-size:17px;
	text-shadow: 0.1em 0.5px 0.1em #111;
	text-align:center;
	margin-top:10px;
	text-transform:lowercase
}




.productos2{	
    background:rgba(255,255,255,0.7);
	float: left;
	width:100%;
	max-width:305px;
	height:600px;
    overflow:hidden;
    margin:5px;
    position:relative;
    border-radius: 10px;
	/* 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 */
		  
	border: #fff solid 2px;
	color: #777;
	font-size: 15px;
}

.productos2:hover{				  
	-webkit-box-shadow: 	0px 5px 15px 0px #ccc;
		-moz-box-shadow:    0px 5px 15px 0px #ccc;
		box-shadow:         0px 5px 15px 0px #ccc;
		/* 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 */
}


.productos2 .proimg{
    width: 100%;
    height:300px;
	float: left;
    overflow: hidden;
    
}
.productos2 .prodet{
    width: 100%;
    padding:10px 20px;
	float: left;
}
.productos2 img{
			transition: 1.5s ease;
			-moz-transition: 1.5s ease; /* Firefox */
			-webkit-transition: 1.5s ease; /* Chrome - Safari */
			-o-transition: 1.5s ease; /* Opera */
			opacity: 1;
			
		}
.productos2:hover img{
    transform : scale(1.05);
    -moz-transform : scale(1.05); /* Firefox */
    -webkit-transform : scale(1.05); /* Chrome - Safari */
    -o-transform : scale(1.05); /* Opera */
    -ms-transform : scale(1.05); /* IE9 */
    opacity: 1;
}
.productos2:hover .botonVermas {		
    color: #ef9cc9 !important;
    border-bottom: #ef9cc9 solid 1px;
}


.productos3{	
    background:rgba(255,255,255,0.7);
	float: left;
	width:100%;
	max-width:300px;
	height:560px;
    overflow:hidden;
    margin:10px 10px;;
    position:relative;
    border-radius: 10px;
	/* 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 */
		  
	border: #ccc solid 1px;
	color: #777;
	font-size: 15px;
}

.productos3:hover{				  
	-webkit-box-shadow: 	0px 5px 15px 0px #ccc;
		-moz-box-shadow:    0px 5px 15px 0px #ccc;
		box-shadow:         0px 5px 15px 0px #ccc;
		/* 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 */
}


.productos3 .proimg{
    width: 100%;
    height:260px;
	float: left;
    overflow: hidden;
    
}
.productos3 .prodet{
    width: 100%;
    padding:10px 20px;
	float: left;
}
.productos3 img{
			transition: 1.5s ease;
			-moz-transition: 1.5s ease; /* Firefox */
			-webkit-transition: 1.5s ease; /* Chrome - Safari */
			-o-transition: 1.5s ease; /* Opera */
			opacity: 1;
			
		}
.productos3:hover img{
    transform : scale(1.05);
    -moz-transform : scale(1.05); /* Firefox */
    -webkit-transform : scale(1.05); /* Chrome - Safari */
    -o-transform : scale(1.05); /* Opera */
    -ms-transform : scale(1.05); /* IE9 */
    opacity: 1;
}
.productos3:hover .botonVermas {		
    color: #ef9cc9 !important;
    border-bottom: #ef9cc9 solid 1px;
}




.productos4{	
    background:rgba(255,255,255,0.7);
	float: left;
	width:100%;
	max-width:295px;
	height:570px;
    overflow:hidden;
    margin:10px 10px;
    position:relative;
    border-radius: 10px;
	/* 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 */
		  
	border: #ccc solid 1px;
	color: #777;
	font-size: 15px;
}

.productos4:hover{				  
	-webkit-box-shadow: 	0px 5px 15px 0px #ccc;
		-moz-box-shadow:    0px 5px 15px 0px #ccc;
		box-shadow:         0px 5px 15px 0px #ccc;
		/* 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 */
}


.productos4 .proimg{
    width: 100%;
    height:270px;
	float: left;
    overflow: hidden;
    
}
.productos4 .prodet{
    width: 100%;
    padding:10px 20px;
	float: left;
}
.productos4 img{
			transition: 1.5s ease;
			-moz-transition: 1.5s ease; /* Firefox */
			-webkit-transition: 1.5s ease; /* Chrome - Safari */
			-o-transition: 1.5s ease; /* Opera */
			opacity: 1;
			
		}
.productos4:hover img{
    transform : scale(1.05);
    -moz-transform : scale(1.05); /* Firefox */
    -webkit-transform : scale(1.05); /* Chrome - Safari */
    -o-transform : scale(1.05); /* Opera */
    -ms-transform : scale(1.05); /* IE9 */
    opacity: 1;
}
.productos4:hover .botonVermas {		
    color: #0e7094 !important;
    border-bottom: #0e7094 solid 1px;
}




.tarjeta{	
    background:rgba(255,255,255,0.7);
	float: left;
	width:100%;
	max-width:385px;
	height:600px;
    overflow:hidden;
    margin:10px 14px;
    position:relative;
    border-radius: 10px;
    border: #ccc solid 1px;
	/* 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 */
		  
	color: #777;
	font-size: 15px;
}

.tarjeta:hover{				  
	-webkit-box-shadow: 	0px 5px 15px 0px #ccc;
		-moz-box-shadow:    0px 5px 15px 0px #ccc;
		box-shadow:         0px 5px 15px 0px #ccc;
		/* 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 */
}


.tarjeta .proimg{
    width: 100%;
    height:300px;
	float: left;
    overflow: hidden;
    
}
.tarjeta .prodet{
    width: 100%;
    padding:10px 20px;
	float: left;
}
.tarjeta img{
			transition: 1.1s ease;
			-moz-transition: 1.1s ease; /* Firefox */
			-webkit-transition: 1.1s ease; /* Chrome - Safari */
			-o-transition: 1.1s ease; /* Opera */
			opacity: 1;
			
		}
.tarjeta:hover img{
    transform : scale(1.05);
    -moz-transform : scale(1.05); /* Firefox */
    -webkit-transform : scale(1.05); /* Chrome - Safari */
    -o-transform : scale(1.05); /* Opera */
    -ms-transform : scale(1.05); /* IE9 */
    opacity: 1;
}
.tarjeta:hover .botonVermas {		
    color: #ef9cc9 !important;
    border-bottom: #ef9cc9 solid 1px;
}




.tit_ser{	
	font-family: 'oswaldlight';
	font-weight: bold;
	color:#fff;
	font-size:44px;
	text-shadow: 0.2em 0.2px 0.2em #222;
	margin:10px auto;
	padding:25px 30px;
	max-width:750px;
}

/*
.ser_vi{
	background-image:url(../imagenes/ico-1.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px;
	float:left; 
	font-family: 'oswaldlight';
	color:#ddd;
	font-size:21px;
	min-width:200px;
	text-shadow: 0.2em 0.2px 0.2em #222;
}
*/
.ser_vi{
	border:#ccc solid 1px;
	border-radius: 15px;
	width:175px;
	height:60px;
	float:left; 
	font-family: 'oswaldlight';
	color:#eee;
	font-size:20px;
	text-shadow: 0.5em 0.5px 0.5em #000;
	margin:20px 15px;
	padding:10px 20px;
	text-align:center;
	/* 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 */
}

.ser_vi:hover{
	border:#ccc solid 1px;
	border-radius: 35px;	
	color:#fff;
	margin-top:0px;
/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.5s 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 */	
}


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



.barcate{
	clear:both; 
	background-color:#d5d5d5; 
	background-image:url(../imagenes/late.png);
	background-repeat:no-repeat;
	background-position:left 50%;
	padding:10px;	
	padding-left:80px
}



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

.detall{
	float: left;
	width: 375px;
	height: 507px;
	background: #000;
	margin: 0px;
	line-height:17px;
	overflow-y: auto;
}

div.recuadro1
{
    float: left;
    width:345px;
    height:230px;
    overflow:hidden;
    background:#fff;	
    margin-bottom:0px;
}

div.recuadro10
{
    float: left;
    width:690px;
    height:507px;
    overflow:hidden;
    background:#fff;	
    margin:0px;
}

div.recuadro0
{
    float: left;
    width:240px;
    height:190px;
    overflow:hidden;
    background:#fff;	
    margin-bottom:0px;
}

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;	}
.negro{ color:#101820;	}
.cafe{ color:#978169; }
.nails{ color:#ef9cc9; }
.nails2{ color:#a87391; }
.vital{ color:#0e7094; }
.school1{ color: #eda9a9 }
.school2{ color: #db7d7d }
.rojo{ color:#ED2737; }
.rojo2{ color:#ED2737; }
.cian{ color:#2c438f; }
.azul{ color:#ED2737; }
.tur{ color:#afe2ff; }
.lemas{ color:#564e48; text-shadow: 0em 0.5px 0em #ddd; }
.so{ text-shadow: 0.1em 0.1em 0.1em #aaa; }
.so2{ text-shadow: 0em 0.1em 0.1em #ED2737;; }
.so3{ text-shadow: 1px 1px 10px #000; }
.so4{ text-shadow: 0px 3px 2px #000; }
.so5{ text-shadow: 0px 2px 10px #222; }
#descripcion img {
    padding:5px;
}

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

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

#contHome select,input{
	background:#eee;
	border:#ccc solid 1px;
	border-radius: 5px;
	width:95%;
	max-width:370px;
	height:35px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#555;
}


select,input{
	background:#eee;
	border:#ccc solid 1px;
	border-radius: 5px;
	width:95%;
	max-width:370px;
	height:35px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#555;
}

textarea{
	font-family:Arial, Helvetica, sans-serif;
	background:#eee;
	border:#ccc solid 1px;
	border-radius: 5px;
	width:95%;
	max-width:350px;
	height:115px;
	font-size:15px;
	color:#555;
	padding:5px;
}
textarea{
	font-family:Arial, Helvetica, sans-serif;
	background:#eee;
	border:#ccc solid 1px;
	border-radius: 5px;
	width:95%;
	max-width:350px;
	height:115px;
	font-size:15px;
	color:#555;
	padding:5px;
}

#login input[type="email"], input[type="password"] {
	background:#fff;
	border:#444 solid 0.5px;
	border-radius: 0px;
	width:95%;
	height:45px;
	padding:5px 10px;
	font-family: 'HelveticaNeue';
	font-size:17px;
	color:#333;
}
#regi input[type="email"], input[type="password"], input[type="text"]  {
	background:#fff;
	border:#444 solid 0.5px;
	border-radius: 0px;
	width:95%;
	height:45px;
	padding:5px 10px;
	font-family: 'HelveticaNeue';
	font-size:17px;
	color:#333;
}
#recupera input[type="email"], input[type="password"], input[type="text"]  {
	background:#fff;
	border:#444 solid 0.5px;
	border-radius: 0px;
	width:95%;
	height:45px;
	padding:5px 10px;
	font-family: 'HelveticaNeue';
	font-size:17px;
	color:#333;
}
#reset input[type="email"], input[type="password"], input[type="text"]  {
	background:#fff;
	border:#444 solid 0.5px;
	border-radius: 0px;
	width:90%;
	height:40px;
	padding:5px 10px;
	font-family: 'HelveticaNeue';
	font-size:16px;
	color:#333;
}
#reserva input[type="email"], input[type="password"], input[type="text"]  {
	background:#fff;
	border:#444 solid 0.5px;
	border-radius: 0px;
	width:90%;
	height:40px;
	padding:5px 10px;
	font-family: 'HelveticaNeue';
	font-size:16px;
	color:#333;
}

#personaliza input[type="email"], input[type="text"]  {
	background:#fff;
	border:#444 solid 0.5px;
	border-radius: 0px;
	width:100%;
	height:40px;
	padding:5px 10px;
	font-family: 'HelveticaNeue';
	font-size:16px;
	color:#333;
    max-width: 100% !important;
}
#personaliza input[type="checkbox"]   {
	background:#fff;
	border:#444 solid 0.5px;
	border-radius: 0px;
	width:20px;
	height:20px;
	padding:5px 10px;
	font-family: 'HelveticaNeue';
	font-size:16px;
	color:#333; margin-right: 10px
}


.vermas {
    background:#ED2737;
    font-size:13px;
    color:#fff;
	letter-spacing: 0px;
	width:100%;
	max-width:350px;
	cursor:pointer;
	font-weight:bold;
	padding:6px 40px;
	border: #ED2737 solid 0.5px;
	border-radius: 10px;
		  -webkit-transition:all 0.4s ease-out;  
		  -o-transition:all 0.4s ease-out; 
		  -moz-transition:all 0.4s ease-out; 
		  -ms-transition:all 0.4s ease-out;  
}
.vermas:hover {
    background:none;
    color:#fff;
	cursor:pointer;
	font-weight:bold;
	border: #fff solid 0.5px;
		  -webkit-transition:all 0.2s ease-out;  
		  -o-transition:all 0.2s ease-out; 
		  -moz-transition:all 0.2s ease-out; 
		  -ms-transition:all 0.2s ease-out;  
}

.boton {
    background:#000;
    font-size:15px;
    color:#fff;
	letter-spacing: 1px;
	height:40px;
	cursor:pointer;
	font-weight:bold;
	padding-top: 10px;
	border: none;
		  -webkit-transition:all 0.4s ease-out;  
		  -o-transition:all 0.4s ease-out; 
		  -moz-transition:all 0.4s ease-out; 
		  -ms-transition:all 0.4s ease-out;  
}

.boton:hover {
    background:none;
    border: #000 solid 1px;
	color: #000;
		  -webkit-transition:all 0.4s ease-out;  
		  -o-transition:all 0.4s ease-out;  
		  -moz-transition:all 0.4s ease-out;  
		  -ms-transition:all 0.4s ease-out;  
		  transition:all 0.4s ease-out;  
}



.botonSchool {	
	background: none;
	border: #ccc solid 1px; 
	padding: 10px 0px; 
	width:95%; 
	max-width: 360px; 
	height: 40px;
	margin: 10px auto;
	letter-spacing: 4px;
	cursor: pointer;
	/* 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 */
	
}

.botonSchool:hover {		
	border: #fff solid 1px; 
	background:#EC9CC3;
	opacity: 0.8;
	color: #fff !important;
}

.boton2 {	
	background:none;
	border:#fff solid 1px; 
	padding: 15px 30px; 
	width:100%; 
	max-width: 280px; 
	height: 55px;
	margin: 10px ;
	border-radius: 20px;
	color: #fff !important;
	cursor: pointer;
    font-family: 'roboto_condensedbold';
    font-size: 22px;
    line-height: 21px;
    letter-spacing: 1px;
	/* 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:hover {		
	background:#000;
	color: #fff !important;
    border:#000 solid 1px; 
}

.boton3 {	
	background-color:#101820;
    background-image: url("../imagenes/flecha-boton.png");
    background-position: 220px 18px;
    background-repeat: no-repeat;
	padding: 10px 30px; 
	width:100%; 
	max-width: 280px; 
	height: 65px;
	margin: 10px auto;
	border-radius: 20px;
	color: #fff !important;
	cursor: pointer;
    font-family: 'roboto_condensedbold';
    font-size: 22px;
    line-height: 21px;
    letter-spacing: 1px;
	/* 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 */
	
}

.boton3:hover {		
	background-color:#e40a2a;
    background-image: url("../imagenes/flecha-boton.png");
    background-position: 240px 18px;
    background-repeat: no-repeat;
	color: #fff !important;
}




.boton4 {	
	background:none;
	padding:10px 30px; 
	width:100%; 
	max-width: 300px; 
	height: 45px;
	margin: 10px auto;
	border:#000 solid 1px;
	color: #000 !important;
	cursor: pointer;
    font-family: 'roboto_condensedbold';
    font-size: 17px;
    letter-spacing: 1px;
	border-radius: 0px !important;
	/* 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 */
	
}

.boton4:hover {		
	background:#978169;
	border:#978169 solid 1px;
	color: #fff !important;
}

.botonEnviar {	
    background-color:#B89B78;
	border:#d2ba9c solid 1px; 
	padding: 12px 20px; 
	width:100%; 
	max-width: 220px; 
	height: 45px;
	border-radius: 10px;
	color: #fff !important;
	cursor: pointer;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 1px;
    text-align: center;
	/* 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 */
	
}

.botonEnviar:hover {		
	background-color:#000;
	color: #fff !important;
    border:#fff solid 1px; 
}

.botonEnviar2 {	
    background-color:#B89B78;
	border:#d2ba9c solid 1px; 
	padding: 12px 20px; 
	width:100%; 
	max-width: 180px; 
	height: 45px;
	border-radius: 10px;
	color: #fff !important;
	cursor: pointer;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 1px;
    text-align: center;
    float: left;
    margin-right: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 */
	
}

.botonEnviar2:hover {		
	background-color:#000;
	color: #fff !important;
    border:#fff solid 1px; 
}

.botonContrata{	
	background-color:#ef9cc9;
	border:#fff solid 1px; 
	padding: 10px 10px; 
	width:100%; 
	max-width: 200px; 
	height: 40px;
	margin:0px;
	border-radius: 20px;
	color: #fff !important;
	text-align: center;
	cursor: pointer;
    font-family: 'roboto_condensedbold';
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
	/* 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-o;  /* Mozilla Firefox */
		  -ms-transition:all 0.6s ease-out;   /* Internet Explorer */
		  transition:all 0.6s ease-out;  /* W3C */
	
}

.botonContrata:hover {		
	background-color:#000;
	color: #fff !important;
    border:#fff solid 1px; 
}

.botonContrata2{	
	background-color:#0e7094;
	border:#fff solid 1px; 
	padding: 10px 10px; 
	width:100%; 
	max-width: 200px; 
	height: 40px;
	margin:0px;
	border-radius: 20px;
	color: #fff !important;
	text-align: center;
	cursor: pointer;
    font-family: 'roboto_condensedbold';
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
	/* 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-o;t;  /* Mozilla Firefox */
		  -ms-transition:all 0.6s ease-out;   /* Internet Explorer */
		  transition:all 0.6s ease-out;  /* W3C */
	
}

.botonContrata2:hover {		
	background-color:#000;
	color: #fff !important;
    border:#fff solid 1px; 
}

.botonConsulta {	
	background-color:#e40a2a;
    background-image: url("../imagenes/whats.png?v1.02");
    background-position: 220px 6px;
    background-repeat: no-repeat;
	border:#e40a2a solid 1px; 
	padding: 10px 30px; 
	width:100%; 
	max-width: 280px; 
	height: 65px;
	margin: 10px auto;
	border-radius: 20px;
	color: #fff !important;
	cursor: pointer;
    font-family: 'roboto_condensedbold';
    font-size: 22px;
    line-height: 21px;
    letter-spacing: 1px;
	/* 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 */
	
}

.botonConsulta:hover {		
	background-color:#101820;
    background-image: url("../imagenes/whats.png?v1.02");
    background-position: 210px 6px;
    background-repeat: no-repeat;
	color: #e40a2a !important;
    border:#fff solid 1px; 
}

.botonConsulta2 {	
	background-color:#e40a2a;
    background-image: url("../imagenes/whats2.png?v1.02");
    background-position: 190px 12px;
    background-repeat: no-repeat;
	border:#e40a2a solid 1px; 
	padding: 10px 20px; 
	width:100%; 
	max-width: 250px; 
	height: 55px;
	margin: 10px 0;
	border-radius: 20px;
	color: #fff !important;
	cursor: pointer;
    font-family: 'roboto_condensedbold';
    font-size: 18px;
    line-height:19px;
    letter-spacing: 1px;
	/* 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 */
	
}

.botonConsulta2:hover {		
	background-color:#101820;
    background-image: url("../imagenes/whats2.png?v1.02");
    background-position: 200px 12px;
    background-repeat: no-repeat;
	color: #e40a2a !important;
    border:#fff solid 1px; 
}

.botonCloud {	
	background-color:#e40a2a;
    background-image: url("../imagenes/flecha-boton.png");
    background-position: 200px 12px;
    background-repeat: no-repeat;
	border:#e40a2a solid 1px; 
	padding: 10px 20px; 
	width:100%; 
	max-width: 250px; 
	height: 58px;
	margin: 10px 0;
	border-radius: 20px;
	color: #fff !important;
	cursor: pointer;
    font-family: 'roboto_condensedbold';
    font-size: 18px;
    line-height:19px;
    letter-spacing: 1px;
	/* 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 */
	
}

.botonCloud:hover {		
	background-color:#101820;
    background-image: url("../imagenes/flecha-boton.png");
    background-position: 220px 12px;
    background-repeat: no-repeat;
	color: #e40a2a !important;
    border:#fff solid 1px; 
}



.botonH {	
	background-color:#e40a2a;
  
	padding: 10px 20px; 
	width:100%; 
	max-width: 300px; 
	height: 50px;
	margin: 10px auto;
	border-radius:10px;
	color: #fff !important;
	cursor: pointer;
    font-family: 'roboto_condensedbold';
    font-size: 17px;
    letter-spacing: 1px;
	/* 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 */
	
}

.botonH:hover {		
	background-color:rgba(228,10,42,0.4);
	color: #fff !important;
}

#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: 'oswaldlight';
    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: 'oswaldlight';
    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: 'oswaldlight';
    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: 'oswaldlight';
    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: 'oswaldbook';
    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: 'gotic';
    font-size:15px;	
}
.info6h .vermas{
	color:#da0977;	
	font-family: 'gotic';
    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: 'gotic';
    font-size:15px;	
	padding-left:20px
}
.info6h .vermas1{
	color:#da0977;	
	font-family: 'gotic';
    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:35px; overflow:hidden;
	
 }
.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:#333; }
.info8 a:hover { color:#d81e37; }

.img_info8{clear:both; overflow:hidden; width:100%; border:#fff solid 7px; height:180px}
.det_info8{clear:both; padding:15px; overflow:hidden; font-size:15px; }
.info8 .vermas{
	position:absolute;
	right:1px;
	bottom:1px;
	background:#2c438f;
	width:100%;
	height:25px;
	font-family: 'gotic';
    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: 'gotic';
    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: 'gotic';
    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: 'gotic';
    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;	
}
.RedDet{
	float:right; width:190px; overflow:hidden; margin-left:20px; margin-bottom:20px; padding-bottom:10px; background:#C8C9CA;
}



.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:30%; 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: 80px; /* Distancia desde abajo */
			right: 35px; /* Distancia desde la derecha */
			z-index:9999;
		}

		#IrArriba span {
			background: #000;
			width: 45px;
			height: 45px;
			padding: 0px;
			border-radius: 30px;
			display: block;
			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:left; width:100%; max-width:600px; padding-left:50px; margin-left:100px; border-left:#ccc dashed 1px; overflow:hidden	
}

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

.lat1{ float:left; width:100%; max-width:600px; margin-right: 50px; padding-bottom: 50px; }
.lat2{ float:right; width:100%; max-width:400px;}

.f1{
	float: left;
	width: 100%; 
	text-align: left;
}
.f2{
	float: left;
	width: 100%; 
	text-align: left;
}
.fp1{
	float: left;
	width: 50%; 
	padding: 10px 0px;
}
.fp2{
	float: left;
	width: 33.33%; 
	padding: 10px 0px;
}
#frm input{
	background:#fff;
	border:#555 solid 1px;
	border-radius: 5px;
	width:100%;
	max-width:100% !important;
	height:35px;
	padding:10px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#111;
}
#frm select {
	background:#fff;
	border:#555 solid 1px;
	border-radius: 5px;
	width:100%;
	max-width:100% !important;
	height:35px;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#111;
}
#frm textarea{
	background:#fff;
	border:#555 solid 1px;
	border-radius: 5px;
	width:100%;
	max-width:100% !important;
	height:35px;
	padding:10px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#111;
    min-height: 100px;
} 

#frm2 input{
	background:#fff;
	border:#555 solid 1px;
	border-radius: 5px;
	width:100%;
	max-width:100% !important;
	height:45px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#111;
}
#frm2 select {
	background:#fff;
	border:#555 solid 1px;
	border-radius: 5px;
	width:100%;
	max-width:100% !important;
	height:45px;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#111;
}
#frm2 textarea{
	background:#fff;
	border:#555 solid 1px;
	border-radius: 5px;
	width:100%;
	max-width:100% !important;
	height:35px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#111;
    min-height: 100px;
} 

.banner{
	background-image:url(../imagenes/vuelos.png);
	position:absolute;top:30%; right:12%; z-index:9999;
	width:100%;
	max-width:300px;	
	height:404px;
}

.banner3{ display: none; }

.bus0{
	width:100%; max-width:900px; padding:0px 100px; padding-bottom:20px; overflow: hidden; margin:auto; margin-top:0px
}
.bus1{
	float:left; padding-right:20px; padding-top:5px;
}

.bus2{
	float:left; width: 100%; max-width: 400px;
}

.bus3 {
	float:left; background:#211915;; width:130px;; padding:6px
}

.rr{
	position:absolute; top:20px; right:30px;
}

.testi {
    float: left;
    width: 100%;
    max-width: 350px;
}


.btncerrar {
    position: absolute; bottom: 20px; left: 20px; border:#000 solid 0.5px; padding:10px 30px; cursor: pointer;
    font-size: 15px; letter-spacing: 3px;
     -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 */	
}

.btncerrar:hover {
    background:rgba(158,0,2,0.7);
    color: #fff;
    border:#fff solid 0.5px;
     -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 */	
}



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

@media only screen and (max-width: 1280px) {
    #top{
          position: relative;
          z-index: 9;
          width: 100%;
          box-sizing: border-box;
          padding-top: 1.5vw;
          padding-bottom: 1.5vw;
          padding-left: 0.5vw;
          padding-right:0.5vw;
          pointer-events: auto;
          background: #fff;
    }
    #top2{
        position: fixed;
        z-index: 8;
        width: 100%;
        box-sizing: border-box;
        padding-top: 0vw;
        padding-bottom: 0.2vw;
        padding-left: 0.5vw;
        padding-right: 0.5vw;
        pointer-events: auto;
        background: rgba(235,235,235,0.95);
        top: 0px;
        left: 0px;
        right: 0px;
        height: 100px;
        margin-top: -5px;
        -webkit-box-shadow:     0px 5px 40px -10px #999;
            -moz-box-shadow:    0px 5px 40px -10px #999;
            box-shadow:         0px 5px 40px -10px #999;
    }
}
@media only screen and (max-width: 1090px) {
	
    .productosSer{
        background:#fff;
        width: 100%;
        max-width:96%;
        border-radius: 10px 80px 10px 10px;
        overflow: hidden;
        height: 540px;
        float: none;
        margin:10px auto;
        border:#eee solid 1px;
         -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 */	
    }
    .productosCloud{
        background:#fff;
        width: 100%;
        max-width:96%;
        border-radius: 10px 80px 10px 10px;
        overflow: hidden;
        height: 650px;
        float: none;
        margin:10px auto;
        border:#eee solid 1px;
          -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 */	
    }
    .productosSegu{
        background:#fff;
        width: 100%;
        max-width:96%;
        border-radius: 10px 80px 10px 10px;
        overflow: hidden;
        height: 480px;
        float: none;
        margin:10px auto;
        border:#eee solid 1px;
          -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 */	
    }
    .corporativo{
        top: 0px;
        left: 0px;
        background:rgba(255,255,255,0.9);
        width: 100%;
        float: left;
        height:750px;
        overflow: hidden;
        border-radius: 0px 350px 350px 0px;
        margin-top:0px;
        position: absolute;
        z-index: 10;
    }
    
    #titulo{
        width: 100%;
        overflow: hidden;
        background:#ED2737;
        height:200px;
    }
    .titulo{
        width: 100%;
        max-width: 1200px;
        margin: auto;
        overflow: hidden;
        text-transform: uppercase;
        padding:10px 0px;
    }
    .titi{
        float: left; 
        width: 60%;
        padding-top:30px;
        padding-left: 40px;
    }
    .titu{
        position: absolute;
        left: 0px;
        top: 30px;
        width:60%;
        min-height:140px;
        background:#ED2737; 
        border-radius: 0px 90px 90px 0px;
    }
    .tituti{
        position: absolute;
        padding:30px;
        top: 0px;
        left:10px;
        width: 500px;
    }
    
    .contactos{
       
        clear:both;
        width:100%;
        height:auto;
        overflow: hidden;
    }
    .contacto1{
        background: #fff;
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .contacto2{
        width: 100%;
        float: none;
        min-height:650px;
        overflow: hidden;
    }
    
    .quien1{
        top: 25%;
        left: 0px;
        background:rgba(0,0,0,0.9);
        width: 100%;
        float: left;
        min-height:400px;
        overflow: hidden;
        border-radius: 0px 400px 400px 0px;
        margin-top:0px;
        position: absolute;
        z-index: 10;
    }

    .quien2{
        width: 100%;
        min-height:400px;
        overflow: hidden;
        margin: auto ;
        float: right;
    }
    .servicio{
      
        max-width: 95%;
        border-radius: 0px 50px 0px 0px;
        overflow: hidden;
        height: 200px;
        float: none;
        margin:10px auto;
        position: relative;
    }
    .servicios{
        background:#fff;
        width: 100%;
        max-width: 95%;
        border-radius: 0px 50px 0px 0px;
        overflow: hidden;
        height: 280px;
        float: none;
        margin:10px auto;
        border:#eee solid 1px;
        cursor: pointer;
         -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 */	
    }
    .servimg{
        width: 100%;
        height:220px;
        overflow: hidden;
    }
    
    .service{
        background:#ED2737;
        clear:both;
        width:100%;
        height:300px;
        overflow: hidden;
    }
    .service2{
        top: 0px;
        left: 0px;
        background:#ED2737;
        width: 100%;
        float: left;
        height:700px;
        overflow: hidden;
        border-radius: 0px 350px 350px 0px;
        margin-top:0px;
        position: relative;
        z-index: 10;
        padding-top: 100px;
    }

    .service3{
        top: 0px;
        right: 0px;
        background:#ED2737;
        width: 100%;
        float: left;
        height:650px;
        overflow: hidden;
        border-radius: 350px 0px 0px 350px;
        margin-top:0px;
        position: relative;
        z-index: 10;
        padding-top: 100px;
    }

    .qs1{
        float: left;
        width: 100%;
        max-width: 700px;
        position: relative;
        z-index: 0;
        -webkit-box-shadow:     10px 15px 20px 0px #888;
            -moz-box-shadow:    10px 15px 20px 0px #888;
            box-shadow:         10px 15px 20px 0px #888;
    }
    .qs2{
        float: right;
        width: 100%; max-width:640px; padding:80px 40px; background:#fff; margin: auto; 
        margin-top:40px;  position: relative; z-index: 1;
        border-radius: 180px 0px 0px 180px;
        overflow: hidden;
    }

    .qs3{
        float: right;
        width: 100%;
        max-width: 700px;
        position: relative;
        z-index: 0;
       -webkit-box-shadow:     0px 15px 20px 0px #888;
            -moz-box-shadow:   0px 15px 20px 0px #888;
            box-shadow:        0px 15px 20px 0px #888;
    }
    .qs4{
        float: left;
        width: 100%; max-width:640px; padding:80px 40px; background:#ED2737; margin: auto; 
        margin-top:40px;  position: relative; z-index: 1;
         border-radius: 0px 180px 180px 0px;
        overflow: hidden;
    }

    .qs5{
        float: left;
        width: 100%;
        max-width: 700px;
        position: relative;
        z-index: 0;
       -webkit-box-shadow:     10px 15px 20px 0px #888;
            -moz-box-shadow:    10px 15px 20px 0px #888;
            box-shadow:         10px 15px 20px 0px #888;
    }
    .qs6{
        float: right;
        width: 100%; max-width:640px; padding:60px 30px; padding-left: 60px; background:#16202a; margin: auto; 
        margin-top:40px; position: relative; z-index: 1;
        border-radius: 180px 0px 0px 180px;
        overflow: hidden;
    }



    footer{
        background-position: center center;
        padding-bottom: 40px;
    }
    .pie_i1{float:none; width:100%; max-width:90%; margin:auto; margin-top:0px; overflow:hidden; padding-bottom: 40px}
    .pie_i2{float:none; width:100%; max-width:90%; margin:auto; margin-top:40px; overflow:hidden; opacity: 0.8 ; padding-bottom: 30px }
    .pie_i3{float:none; width:100%; max-width:90%; margin:auto; margin-top:40px; overflow:hidden; padding-bottom:10px }
    
    
    
    
    .menu{
	margin-top:20px;
		padding-bottom: 10px;
	}
		.banner{
		display: none;
	}
	
.banner3{		
	background-color: #006daa;
	width:100%;	
	height:300px;
	display: block;
	}



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

	.servi1{
		float: none; width: 100%; height:300px; overflow: hidden; background:#000;
	}
	.servi2{
		float: none; width: 100%; height:480px; overflow: hidden; background:#fff;
	}


	.servi1 img{
			transition: 1.5s ease;
			-moz-transition: 1.5s ease; /* Firefox */
			-webkit-transition: 1.5s ease; /* Chrome - Safari */
			-o-transition: 1.5s ease; /* Opera */
			opacity: 1;
		}
	.servi1:hover img{
		transform : scale(1.05);
		-moz-transform : scale(1.05); /* Firefox */
		-webkit-transform : scale(1.05); /* Chrome - Safari */
		-o-transform : scale(1.05); /* Opera */
		-ms-transform : scale(1.05); /* IE9 */
		opacity: 0.8;
	}
	
	
	.info8{float:none; width:100%; max-width:325px;
 		margin:10px auto; position:relative; 
		margin-bottom:20px; 
		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:none; width:100%; max-width:325px;
 		margin:10px auto; margin-top:7px; background:#fff; position:relative; 
		margin-bottom:20px; 
		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;
		
	}	
	
	.f1{
		float: left;
		width: 100%; 
		text-align: left;
	}
	.f2{
		float: left;
		width: 100%; 
		text-align: left;
	}
	.fp1{
		float: none;
		clear: both;
		width: 100%; 
		padding: 10px 0px;
	}
	.fp2{
		float: none;
		clear: both;
		width: 100%; 
		padding: 10px 0px;
	}
	.frm select,input{
		background:#f5f5f5;
		border:#ddd solid 0.5px;
		border-radius: 0px;
		width:100%;
		max-width: 100% !important;
		height:35px;
		padding:5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#555;
	}

	.frm textarea{
		font-family:Arial, Helvetica, sans-serif;
		background:#eee;
		border:#ccc solid 1px;
		border-radius: 5px;
		width:95%;
		max-width:350px;
		height:115px;
		font-size:15px;
		color:#555;
		padding:5px;
	} 
	
}
/*menu responsivo activado*/
@media only screen and (max-width: 970px){
/*.pie > div{float: left;}*/



}
@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){
   
}

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

@media only screen and (max-width: 790px){
	
	
	.rr{ display: none}
	.i1{
		float: none; width: 100%; text-align: center
	}

.i2{
	float: none; width: 100%; text-align: center; padding-top: 10px
}
.bus0{
  	width: auto; padding:0px 20px; padding-bottom:20px; 
}
.bus1{
	float:none; clear: both; padding-right:0px;
}

.bus2{
	float:none; clear: both; width: 100%; max-width: 300px; padding:10px 0px;
}

.bus3 {
	float:none; clear: both; background:#211915;; width:130px; padding:6px;
}
	
.ser_vi{	
	float:none; 
	margin:20px auto;
	
}

.prod1{
	float:none;
	width:100%;
	max-width:520px;
	height:660px;
	margin:10px auto;
	position:relative;		
}

.prod2{
	float:none;
	width:100%;
	max-width:520px;
	height:320px;
	margin:10px auto;
	position:relative;		
}

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

.prod4{
	float:none;
	width:100%;
	max-width:350px;
	height:200px;
	margin:0px auto;	
	position:relative;	
}
	
.noticias_ini{		
    float:none;
    overflow:hidden;
	margin: auto;
    margin-top:20px;
  
}

   
.top{
	width:100%;
    margin:auto;
	position:relative;
	z-index:999;
	min-height:145px;

	overflow:hidden;
}

.logo{    
	width:100%;	
	float:none;
	padding:0px 0px;
	margin:auto;
	padding-top:10px;
}
.central img{
	width: 100% !important; height: auto !important;
}


	



	
.menu{
position: absolute;
top:75px;
right: 10px;
z-index: 9999;
}
	
.top{
	overflow: inherit;
	min-height: 220px;
}
.productos{	
	float: none;
	margin: 10px auto;
		
}

.productos2{	
	float: none;	
    margin:15px auto;
    width: 98%;
}
	

.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){

.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: 'oswaldlight';
	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: 'gotic';
	font-size:14px;
    float:right;
    padding:9px;
    padding-right:10px;
	padding-top:20px;
}
.men2{
    width:120px; 
	font-family: 'gotic';
	font-size:14px;
    float:right;
    padding:9px;
	padding-right:0px;
    padding-left:10px;
	padding-top:20px;
}

.retorno{
	display:none;
}

.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: 'ExistenceLight';
	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 }





}
/* galeria  */
		#galeria {
            margin: 1rem auto;
            width:96%;
            padding:0 10px 10px;
            box-sizing: border-box;
            column-count: 3;

            /* Espacio entre columnas */
            -moz-column-gap: 10px;
            -webkit-column-gap: 10px;
            column-gap: 10px;
            
            /* Filete entre columnas */
            /*-moz-column-rule: 1px solid #bbb;
            -webkit-column-rule: 1px solid #bbb;
            column-rule: 1px solid #bbb;*/


        }
		#galeria h3 { font-size: 25px;	 }    

		#galeria a { color: #482410 !important	 }    
		#galeria a:hover { color: #cf7994 !important	 }

        #galeria header {
            -webkit-column-span:all;
            column-span:all;
        }

        #galeria article {
            background:#fff;
            border-radius:5px;
            border:1px solid #ccc;
            margin:0 0 20px 0;
            text-align: left;
            max-width: 100%;
            filter: opacity(90%);

            /*Evitamos que se corte al cambiar de columna*/
            break-inside: avoid;
            page-break-inside: avoid;         
       
        }
        
        #galeria article img {
            width:100%;
        }

        #galeria article:hover {
            transition: .2s ease;
            filter: opacity(100%);
        }

        #galeria figure {
            padding:0rem;
            box-sizing: border-box;
			margin: 0 0 0rem;
        }

 
        /* Móviles en horizontal o tablets en vertical */
        @media (max-width: 767px) { 
            #galeria {
                columns:2;
            }

        }
        
        /* Móviles en vertical */

        @media (max-width: 480px) {
            #galeria {
                columns: 1;
            }
        }


/* galeria marcas  */
		#galeria2 {
            margin: 0rem auto;
            width:100%;
            padding:0;
            box-sizing: border-box;
            column-count: 4;

            /* Espacio entre columnas */
            -moz-column-gap: 0px;
            -webkit-column-gap: 0px;
            column-gap: 0px;
            
            /* Filete entre columnas */
            /*-moz-column-rule: 1px solid #bbb;
            -webkit-column-rule: 1px solid #bbb;
            column-rule: 1px solid #bbb;*/


        }
		#galeria2 h3 { font-size: 25px;	 }    

		#galeria2 a { color: #482410 !important	 }    
		#galeria2 a:hover { color: #cf7994 !important	 }

        #galeria2 header {
            -webkit-column-span:all;
            column-span:all;
        }

        #galeria2 article {
            background:#fff;
            border:1px solid #eee;
            margin:0;
            text-align: left;
            max-width: 100%;
            

            /*Evitamos que se corte al cambiar de columna*/
            break-inside: avoid;
            page-break-inside: avoid;         
       
        }
        
        #galeria2 article img {
            width:100%;
        }

        #galeria2 article:hover {
            transition: .2s ease;
            
        }

        #galeria2 figure {
            padding:0rem;
            box-sizing: border-box;
			margin: 0 0 0rem;
        }

 
        /* Móviles en horizontal o tablets en vertical */
        @media (max-width: 767px) { 
            #galeria2 {
                columns:2;
            }

        }
        
        /* Móviles en vertical */

        @media (max-width: 480px) {
            #galeria2 {
                columns: 1;
            }
        }










.wrap{
	max-width: 1100px;
	width: 90%;
	margin: auto;
}

.wrap > h1{
	color: #494B4D;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 15px 0px;
}

.wrap > h1:after{
	content: '';
	width: 100%;
	height: 1px;
	background: #C7C7C7;
	margin: 20px 0;
}

.store-wrapper{
	display: flex;
	flex-wrap: wrap;
}

.category_list{
	display: flex;
	flex-direction: column;
	width: 18%;
}

.category_list .category_item{
	display: block;
	width: 90%;
	padding: 15px 0;
	margin-bottom: 20px;
	background: #e0431c;

	text-align: center;
	text-decoration: none;
	color: #fff;
}

.category_list .ct_item-active{
	background: #111;
}

/* PRODUCTOS ============*/

.products-list{
	width: 82%;
	display: flex;
	flex-wrap: wrap;
}


.products-list .product-item{
	
	transition: all .4s;
}





/* RESPONSIVE */

@media screen and (max-width: 1100px){
	.products-list .product-item{
	}
}

@media screen and (max-width: 900px){
	.category_list,
	.products-list{
		width: 100%;
	}

	.category_list{
		flex-direction: row;
		justify-content: space-between;
	}

	.category_list .category_item{
		align-self: flex-start;
		width: 15%;
		font-size: 14px;
	}

	.products-list .product-item{
	}

	.products-list .product-item:nth-child(3n+1){
	}
}

@media screen and (max-width: 700px){
	.category_list{
		flex-direction: column;
	}
	.category_list .category_item{
		width: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 600px){

	.products-list .product-item{
	}

	.products-list .product-item:nth-child(3n+1){
	}

	.products-list .product-item:nth-child(2n+1){
	}

}

@media screen and (max-width: 350px){
	.products-list .product_item{
		width: 100%;
		margin-left: 0px;
	}
}

/* Style the tab */
.tab {
  overflow: hidden;
  
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #fcfaf2;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 20px;
  transition: 0.3s;
  font-size: 17px;
	width: 33%;
	border-left: #ED2737 solid 0.25px;
	border-right:#ED2737 solid 0.25px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ED2737;
	color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}