/*
 * Responsee CSS - v3 - 2015-08-22
 * http://www.myresponsee.com
 * Copyright 2015, Vision Design - graphic zoo
 * Free to use under the MIT license. #d3d3d3
*/

   .video-container1 {
            position: fixed;
            top: 0 ;
            left: 0 ;
            width: 100% ;
            height: 100% ;
            overflow: hidden;
            z-index: -1;
        }

        .video-container1 video {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100vw ;
            height: 100vh ;
            object-fit: cover ; /* Ensures video covers entire screen */
        }



#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #999999;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}


/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-linkedin {
  background: #55ACEE;
  color: white;
}



.footer .social {
text-align:center;
padding-bottom:25px;
color:#FFFFFF;
}

.footer .social a{

margin: 10px; text-align:center;

}

.footer .social a:hover{
opacity:0.85;

}


.footer .cards {
text-align:center;
padding-bottom:25px;
color:#FFFFFF;
cursor: default;
opacity:0.85;

}

.footer .cards i{
cursor: default;
opacity:0.85;
}

.footer .cards i:hover{
cursor: default;
opacity:0.85;
}


form #fwebsite { display:none; }  
label[for="Website"]
{
    display:none;
}

* {  
  -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 ;
		
  }
body {
	background:none repeat scroll 0 0 #666666;
	font-size:100%;
  font-family: Tahoma, Geneva, sans-serif;
  color:#444;
  }
h3, h4, h5, h6 {
  color:#444;
  font-weight: normal;
  margin:0.3em 0 0.3em 0;    
}
h1, h2,{
  color:#fff; font-family: Impact, sans-serif;
  font-weight: normal;
  margin:0.3em 0 0.3em 0;    
}
.box2 h1{  font-size:76px; font-family: Impact, sans-serif; font-weight:normal;

text-transform: uppercase;
   
}
h1 {font-size:2.8em;}
h2 {font-size:2.6em;}  
h3 {font-size:2.4em;}  
h4 {font-size:2em;}  
h5 {font-size:1.8em;}  
h6 {font-size:1.6em;}    
a, a:link{
color: #333333; text-decoration: none;
}
table th p.style1{
color: #FFFFFF; text-decoration: none; font-size:1.8em;
}
a:visited{
	
  color: #000000; text-decoration:underline;
	}
a:hover {
	
  color: #2e95fc; text-decoration:NONE;
	}
.nove2 { display:none;
	}
img {
  border:0;
  display:block;
	height:auto;
	max-width:100%;
  width:auto;
	}
img.fotcor1 {
    height:auto;width:75%;
	}	
img.co {
    height:20px;width:auto; display:inline;
	}
	
img.co2 {
    display:inline; width:25%; height:auto;
	}
	img.co3 {
    display:inline; width:9%; height:auto; padding-left:20px;
	}
	img.co4 {
    display: inline; width:35%; height:auto; padding-left:15 15 15 15px;
	}
	img.co5 {
    display: inline; width:45%; height:auto; padding-left:15 15 15 15px;
	}			
img.ri
{
	position: relative;
	max-width: 90%;
	top: 10%;
	left: 10%;
	border-radius: 3px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.9);
}
img.chico {
  display:none;
	}
.owl-item img, .full-img {
  max-width: none;
	width:100%;
	}  
table {
	background:none repeat scroll 0 0 #fff;
	border:1px solid #D0D0D0;
	border-collapse:collapse;
	border-spacing:0;
	text-align:left;
	width:100%;
	}
table th.ch { width:40%;}
table th.ch2 { width:55%;}
table tr td, table tr th {padding:0.6em;}
table tfoot, table thead {background:none repeat scroll 0 0 #e0e0e0;}
table tr:nth-of-type(2n) {background:none repeat scroll 0 0 #e0e0e0;}
th {border-right:1px solid #fff; background-color:#222222;}
td {border-right:1px solid #e0e0e0;}
table th h3{ background-color:#222222; color:#FFFFFF;}
table th h2{ background-color:#222222; color:#FFFFFF;}
table th h3{ background-color:#222222; color:#FFFFFF;}
table th h4{ background-color:#222222; color:#FFFFFF;}
table th h5{ background-color:#222222; color:#FFFFFF;}
table th h6 { background-color:#222222; color:#FFFFFF;}
table th h5 a:link{ color:#000000; text-decoration:underline;}

table td.popu1 {	
	width:18%;
	}
	table td.popu2 {	
	width:82%;
	}
.engranaje table tr td{ font-size:0.75em;	 
	}
	
.size-960 .line {
  margin:0 auto;
  
  padding:0 0.6em;
}
.size-1140 .line {
  margin:0 auto;
 
  padding:0 0.6em;
}
.size-960.align-content-left .line,.size-1140.align-content-left .line {margin-left:0;}
form {line-height:1.4em;}
nav {
  display:block;
  width:100%;
  background: #222222;
}
.line:after,nav:after,.center:after,.box:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}
.top-nav ul {padding:0;}
.top-nav ul ul {
  position:absolute;
  background:#222222;
}
.top-nav li {
  float:left;
  list-style:none outside none;
  cursor:pointer;
}
.top-nav li a {
  padding:1.0em;
  display:block;
  color:#fff; 
}
.top-nav li ul li a {
  background:none repeat scroll 0 0 #222222;
  min-width:100%;
  padding:0.6em;
}
.top-nav li a:hover, .aside-nav li a:hover {background:#2e95fc;}
.top-nav li ul {display:none;}
.top-nav li ul li {
  float:none;
  list-style:none outside none;
  min-width:100%;
  padding:0;

}
.top-nav li ul li ul li {
  float:none;
  list-style:none outside none;
  min-width:100%;
  padding:0;

}
  <!--   -->
  
.count-number {
  background:none repeat scroll 0 0 #000;
  -webkit-border-radius:10em;
  -moz-border-radius:10em;
  border-radius:10em;
  display:inline-block;
  font-size:1.3em;
  line-height:1.6em;
  margin-left:0.3125em;
  text-align:center;
  width:1.6em;  
  color:#fff; 
  margin-bottom:-0.3125em; 
  display:none;   
}
ul.chevron .count-number {display:none;}
ul.chevron .submenu > a:after, ul.chevron .sub-submenu > a:after,ul.chevron .aside-submenu > a:after, ul.chevron .aside-sub-submenu > a:after {
  content: "\f004";
  display:inline-block;
  font-family: Tahoma, Geneva, sans-serif;
  font-size:1.3em;
  margin:0 0.6em;
}
.top-nav .active-item a {background:none repeat scroll 0 0 #0064E8;}
.aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited {
  background:none repeat scroll 0 0 #0064E8;
  color:#fff;
} 

@media screen and (min-width:951px) {
table th p.style1{ font-size:1.6em; 
}
  .engranaje{ font-size:1.3em;	 
	}
  .aside-nav .count-number {
	 margin-left:-1.0em;	
	 float:right;	
  }
  .top-nav li:hover > ul {
	 display:block;
	 z-index:10;
  }  
.top-nav li:hover > ul ul {
    left:100%;
    margin:-2.5em 0;
    width:100%;
  } 


}
.nav-text {display:none;}
.aside-nav li li a, .aside-nav li li.active-item a, .aside-nav li li.aside-sub-submenu li a, 
.aside-nav > ul > li > a, .aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited, .aside-nav li > ul,
.top-nav .active-item a, .top-nav li a, .aside-nav li a, .top-nav li ul li a, .top-nav li a,.top-nav li a, .top-nav li ul li a, .top-nav li ul li ul li a {
  transition:background 0.20s linear 0s;
  -o-transition:background 0.20s linear 0s;
  -ms-transition:background 0.20s linear 0s;
  -moz-transition:background 0.20s linear 0s;
  -webkit-transition:background 0.20s linear 0s;
}
.aside-nav ul {
  background:#222222;
  padding:0;
} 
.aside-nav li {
  list-style:none outside none;
  cursor:pointer;  
}
.aside-nav li a {
  display:block;
  padding:1.0em;
  border-bottom:1px solid #d2d2d2; 
}
.aside-nav > ul > li:last-child a {border-bottom:0 none;}
.aside-nav li > ul {
  height:0;
  display:block;
  position:relative;
  background:#0064E8;
  border-left:solid 1px #f2f2f2;
  border-right:solid 1px #f2f2f2;
  overflow:hidden;
}
.aside-nav li ul ul {
  border:0;
  background: #0064E8;
} 
.aside-nav ul ul a {padding:0.6em 1.0em;}
.aside-nav li a:link, .aside-nav li a:visited {color:#333;}
.aside-nav li li a:hover, .aside-nav li li.active-item > a, .aside-nav li li.aside-sub-submenu li a:hover {
  color:#fff;
  background:none;
}
.aside-nav > ul > li > a:hover {color:#fff;}
.aside-nav li li a:hover:before, .aside-nav li li.active-item a:before {
  content:"\f006";
  display:inline-block;
  font-family: Tahoma, Geneva, sans-serif;
  font-size:0.8em;
  margin:0 0.6em 0 -1.0em;
  width:0.6em;
}
.aside-nav li li a:link, .aside-nav li li a:visited {background:none;}
.aside-nav .show-aside-ul, .aside-nav .active-aside-item  {
  display:block;  
  height:auto;
}
.padding {
  display:list-item;
  list-style:none outside none;
  padding:10px;
}
.margin {margin:0 -0.6em;}
.line {clear:left;}
.line .line {padding:0;}
.hide-l {display:none;}
.box {
  background:none repeat scroll 0 0 #FFF;
  display:block;
  padding:1.0em;
  width:100%;
}
.margin-bottom {margin-bottom:1.0em;}
.s-1, .s-2,.s-five,.s-3, .s-4, .s-5, .s-6, .s-7, .s-8, .s-9, .s-10, .s-11, .s-12, .m-1, .m-2, .m-five, .m-3, .m-4, .m-5, .m-6, .m-7, .m-8, .m-9, .m-10, .m-11, .m-12, .l-1, .l-2, .l-five, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12 {
  float:left;
  position:relative;
}
.l-offset-1 {margin-left:8.3333%;}
.l-offset-2 {margin-left:16.6666%;}
.l-offset-five {margin-left:16.6666%;}
.l-offset-3 {margin-left:25%;}
.l-offset-4 {margin-left:33.3333%;}
.l-offset-5 {margin-left:41.6666%;}
.l-offset-6 {margin-left:50%;}
.l-offset-7 {margin-left:58.3333%;}
.l-offset-8 {margin-left:66.6666%;}
.l-offset-9 {margin-left:75%;}
.l-offset-10 {margin-left:83.3333%;}
.l-offset-11 {margin-left:90%;}
.l-offset-12 {margin-left:100%;} 
.s-1 {width:8.3333%;}
.s-2 {width:16.6666%;}
.s-five {width:16.6666%;}
.s-3 {width:25%;}
.s-4 {width:33.3333%;}
.s-5 {width:41.6666%;}
.s-6 {width:50%;}
.s-7 {width:58.3333%;}
.s-8 {width:66.6666%;}
.s-9 {width:75%;}
.s-10 {width:83.3333%;}
.s-11 {width:90%;}
.s-12 {width:100%;}
.margin > .s-1,.margin > .s-2,.margin > .s-five,.margin > .s-3,.margin > .s-4,.margin > .s-5,.margin > .s-6,.margin > .s-7,.margin > .s-8,.margin > .s-9,.margin > .s-10,.margin > .s-11,.margin > .s-12,
.margin > .m-1,.margin > .m-2,.margin > .m-five,.margin > .m-3,.margin > .m-4,.margin > .m-5,.margin > .m-6,.margin > .m-7,.margin > .m-8,.margin > .m-9,.margin > .m-10,.margin > .m-11,.margin > .m-12,
.margin > .l-1,.margin > .l-2,.margin > .l-five,.margin > .l-3,.margin > .l-4,.margin > .l-5,.margin > .l-6,.margin > .l-7,.margin > .l-8,.margin > .l-9,.margin > .l-10,.margin > .l-11,.margin > .l-12 {padding:0 0.6em;}
.m-1 {width:8.3333%;}
.m-2 {width:16.6666%;}
.m-five {width:20%;}
.m-3 {width:25%;}
.m-4 {width:33.3333%;}
.m-5 {width:41.6666%;}
.m-6 {width:50%;}
.m-7 {width:58.3333%;}
.m-8 {width:66.6666%;}
.m-9 {width:75%;}
.m-10 {width:83.3333%;}
.m-11 {width:90%;}
.m-12 {width:100%;}
.l-1 {width:8.3333%;}
.l-2 {width:16.6666%;}
.l-five {width:20%;}
.l-3 {width:25%;}
.l-4 {width:33.3333%;}
.l-5 {width:41.6666%;}
.l-6 {width:50%;}
.l-7 {width:58.3333%;}
.l-8 {width:66.6666%;}
.l-9 {width:75%;}
.l-10 {width:83.3333%;}
.l-11 {width:90%;}
.l-12 {width:100%;}
.right {float:right;} 
@media screen and (max-width:951px) {
h1 {font-size:2.4em;}
h2 {font-size:2.2em;}
h3 {font-size:2em;}
h4 {font-size:1.8em;}
table th p.style1{ font-size:1.0em; 
}
.Estilo2{ font-size:1.5em; padding-left:1.0em; 
}
p.style1{ font-size:1.3em; 
}
table th h2{ font-size:1.8em; 
}
table p{ font-size:1.3em; 
}
table td{ font-size:1.0em; text-align:justify; 
}
img.fotcor1 {
    height:auto;width:80%;
	}
table.engranaje2{	
	display:none;
	}
.engranaje{ font-size:0.9em;	 
	}	
	
table td.popu1 {	
	width:30%;
	}
	table td.popu2 {	
	width:70%;
	}
.size-960 {max-width:878px;}
.size-1140 {max-width:878px;}
.hide-l {display:block;}
.hide-s {display:block;}
.hide-m {display:none;}
nav {
  display:block;
  cursor:pointer;
  line-height:3em;
}
.nove { display:none;
	}
	.nove2 { display:table;
	}
img.co5 {
    display: inline; width:75%; height:auto; padding-left:15 15 15 15px;
	}		
.top-nav li a {background:none repeat scroll 0 0 #222222;}
.top-nav > ul {
  height:0;
  max-width:100%;
  overflow:hidden;
  position:relative;
  z-index:999;
}
.top-nav > ul.show-menu {height:auto;}
.top-nav ul ul {
  left:0;
  margin-top:0;
  position:relative;
  right:0;
} 
.top-nav li ul li a {min-width:100%;}
.top-nav li {
  float:none;
  list-style:none outside none;
  padding:0;
}
.top-nav li a {
  border-top:1px solid #333;
  color:#fff;
  display:block;
  padding:0.6em;
  text-decoration:none;
}
.top-nav li ul li a {border-top:1px solid #878787;}
.top-nav li ul li ul li a {border-top:1px solid #989898;}
.top-nav li a:hover {
  background:none repeat scroll 0 0 #2e95fc;
  color:#fff;
}
.top-nav li ul,.top-nav li ul li ul {
  display:block;  
  overflow:hidden; 
  height:0;   
} 
.top-nav > ul ul.show-ul {
  display:block;
  height:auto;  
}
.top-nav li ul li a {
  background:none repeat scroll 0 0 #9d9d9d;
  padding:0.6em;
}
.top-nav li ul li ul li a {
  background:none repeat scroll 0 0 #d7d7d7;
  color:#222;
}
.nav-text {
  color:#fff;
  display:block;
  font-size:1.2em;
  line-height:3em;
  margin-right:0.6em;
  max-width:100%;
  text-align:right;
  vertical-align:middle;
}
.nav-text:after {
  content: "\2630";
  font-family: Tahoma, Geneva, sans-serif;
  font-size:1.1em;
  margin-left:0.5em;
  text-align:right;
}

.l-offset-1,.l-offset-2,.l-offset-five,.l-offset-3,.l-offset-4,.l-offset-5,.l-offset-6,.l-offset-7,.l-offset-8,.l-offset-9,.l-offset-10,.l-offset-11,.l-offset-12{margin-left:0;}
.m-offset-1 {margin-left:8.3333%;}
.m-offset-2 {margin-left:16.6666%;}
.m-offset-five {margin-left:16.6666%;}
.m-offset-3 {margin-left:25%;}
.m-offset-4 {margin-left:33.3333%;}
.m-offset-5 {margin-left:41.6666%;}
.m-offset-6 {margin-left:50%;}
.m-offset-7 {margin-left:58.3333%;}
.m-offset-8 {margin-left:66.6666%;}
.m-offset-9 {margin-left:75%;}
.m-offset-10 {margin-left:83.3333%;}
.m-offset-11 {margin-left:90%;}
.m-offset-12 {margin-left:100%;} 
.l-1 {width:8.3333%;}
.l-2 {width:16.6666%;}
.l-five {width:20%;}
.l-3 {width:25%;}
.l-4 {width:33.3333%;}
.l-5 {width:41.6666%;}
.l-6 {width:50%;}
.l-7 {width:58.3333%;}
.l-8 {width:66.6666%;}
.l-9 {width:75%;}
.l-10 {width:83.3333%;}
.l-11 {width:90%;}
.l-12 {width:100%;}
.s-1 {width:8.3333%;}
.s-2 {width:16.6666%;}
.s-five {width:20%;}
.s-3 {width:25%;}
.s-4 {width:33.3333%;}
.s-5 {width:41.6666%;}
.s-6 {width:50%;}
.s-7 {width:58.3333%;}
.s-8 {width:66.6666%;}
.s-9 {width:75%;}
.s-10 {width:83.3333%;}
.s-11 {width:90%;}
.s-12 {width:100%}
.m-1 {width:8.3333%;}
.m-2 {width:16.6666%;}
.m-five {width:20%;}
.m-3 {width:25%;}
.m-4 {width:33.3333%;}
.m-5 {width:41.6666%;}
.m-6 {width:50%;}
.m-7 {width:58.3333%;}
.m-8 {width:66.6666%;}
.m-9 {width:75%;}
.m-10 {width:83.3333%;}
.m-11 {width:90%;}
.m-12 {width:100%}
}
@media screen and (max-width:951px) {
img.fotcor1 {
    height:auto;width:90%;
	}
table th p.style1{ font-size:1.0em; 
}
.Estilo2{ font-size:0.95em; padding-left:1.0em; 
}
p.style1{ font-size:0.95em; 
}
table th h2{ font-size:1.2em; 
}
table p{ font-size:0.95em; 
}
table tr td{ font-size:0.95em; text-align:justify; 
}
/*.line {min-width:450px;}*/
.size-960 {max-width:589px;}
.size-1140 {max-width:589px;}
.hide-l {display:block;}
.hide-m {display:block;}
.hide-s {display:none;}
img.chico {
  display: inline;
	}
	img.grande {
  display:none;
	}
img.co5 {
    display: inline; width:100%; height:auto; padding-left:15 15 15 15px;
	}	
	
h1 {font-size:1.9em;}
h2 {font-size:1.7em;}  
h2.style1 {font-size:1.4em;} 
h3 {font-size:1.3em;}  
h4 {font-size:1.2em;}  
h5 {font-size:1.1em;}  
h6 {font-size:1.0em; color:#FFFFFF;} 
p.style1  {font-size:0.95em;}  
	
	table {
	background:none repeat scroll 0 0 #fff;
	border:1px solid #D0D0D0;
	border-collapse:collapse;
	border-spacing:0;
	text-align:left;
	width:100%;
	}
	.nove { display:none;
	}
	.nove2 { display:table;
	}

table th.ch { width:30%;}
table th.ch h2 { font-size:28px;}
table th.ch2 { width:65%;}
table th.ch2 h2 { font-size:28px;}

table th h2{font-size:1.4em;}
table tr td, table tr th {padding:0.6em;}

table tfoot, table thead {background:none repeat scroll 0 0 #e0e0e0;}
table tr:nth-of-type(2n) {background:none repeat scroll 0 0 #e0e0e0;}
table p.ch3 {font-size:0.60em;}

th {border-right:1px solid #fff; font-size:20px; background-color: #222222; color:#FFFFFF}
table tr td h3{border-right:1px solid #e0e0e0; font-size:1.0em;}

table td.popu1 {	
	width:30%;
	}
	table td.popu2 {	
	width:70%;
	}
	table.engranaje{	
	display:none;
	}
		
.count-number {margin-right:-1.0em; display:none;} 
.l-offset-1,.l-offset-2,.l-offset-five,.l-offset-3,.l-offset-4,.l-offset-5,.l-offset-6,.l-offset-7,.l-offset-8,.l-offset-9,.l-offset-10,.l-offset-11,.l-offset-12,
.m-offset-1,.m-offset-2,.m-offset-five,.m-offset-3,.m-offset-4,.m-offset-5,.m-offset-6,.m-offset-7,.m-offset-8,.m-offset-9,.m-offset-10,.m-offset-11,.m-offset-12 {margin-left:0;}
.s-offset-1 {margin-left:8.3333%;}
.s-offset-2 {margin-left:16.6666%;}
.s-offset-five {margin-left:16.6666%;}
.s-offset-3 {margin-left:25%;}
.s-offset-4 {margin-left:33.3333%;}
.s-offset-5 {margin-left:41.6666%;}
.s-offset-6 {margin-left:50%;}
.s-offset-7 {margin-left:58.3333%;}
.s-offset-8 {margin-left:66.6666%;}
.s-offset-9 {margin-left:75%;}
.s-offset-10 {margin-left:83.3333%;}
.s-offset-11 {margin-left:90%;}
.s-offset-12 {margin-left:100%;} 
.l-1 {width:8.3333%;}
.l-2 {width:16.6666%;}
.l-five {width:20%;}
.l-3 {width:25%;}
.l-4 {width:33.3333%;}
.l-5 {width:41.6666%;}
.l-6 {width:50%;}
.l-7 {width:58.3333%;}
.l-8 {width:66.6666%;}
.l-9 {width:75%;}
.l-10 {width:83.3333%;}
.l-11 {width:90%;}
.l-12 {width:100%;}
.m-1 {width:8.3333%;}
.m-2 {width:16.6666%;}
.m-five {width:20%;}
.m-3 {width:25%;}
.m-4 {width:33.3333%;}
.m-5 {width:41.6666%;}
.m-6 {width:50%;}
.m-7 {width:58.3333%;}
.m-8 {width:66.6666%;}
.m-9 {width:75%;}
.m-10 {width:83.3333%;}
.m-11 {width:90%;}
.m-12 {width:100%}
.s-1 {width:8.3333%;}
.s-2 {width:16.6666%;}
.s-five {width:20%;}
.s-3 {width:25%;}
.s-4 {width:33.3333%;}
.s-5 {width:41.6666%;}
.s-6 {width:50%;}
.s-7 {width:58.3333%;}
.s-8 {width:66.6666%;}
.s-9 {width:75%;}
.s-10 {width:83.3333%;}
.s-11 {width:90%;}
.s-12 {width:100%}
}  
.center {
  float:none;
  margin:0 auto;
  display:block;
}


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

.sticky {
  position: fixed;
  top: 0;
  max-width:98.0%;
  transition:0s;
  
  z-index:10;
}

.card {
  min-height:1050px;
  max-width: 50%;
  
}
h1 {font-size:2.0em; color:#fff; font-family: Impact, sans-serif;}
h2 {font-size:1.5em;  color:#444; font-family: Impact, sans-serif;}  
h3 {font-size:1.3em;  color:#444; font-family: Impact, sans-serif;}  
h4 {font-size:1.2em; color:#444; font-family: Impact, sans-serif;}  
h5 {font-size:1em; color:#444; }  
h6 {font-size:0.95em; color:#444; }    
h7 {font-size:0.85em; color:#444; } 



p.style1{ font-size:1.0em; 
}
table th h2{ font-size:1.6em; 
}
table p{ font-size:1.0em; 
}
table td{ font-size:0.85em; text-align:justify; 
}
img.fotcor1 {
    height:auto;width:80%;
	}
table.engranaje2{	
	display:none;
	}
.engranaje{ font-size:0.6em;	 
	}	
	
table td.popu1 {	
	width:30%;
	}
	table td.popu2 {	
	width:70%;
	}
.size-960 {max-width:878px;}
.size-1140 {max-width:878px;}
.hide-l {display:block;}
.hide-s {display:block;}
.hide-m {display:none;}
nav {
  display:block;
  cursor:pointer;
  line-height:3em;
}
.nove { display:none;
	}
	.nove2 { display:table;
	}
img.co5 {
    display: inline; width:75%; height:auto; padding-left:15 15 15 15px;
	}		
.top-nav li a {background:none repeat scroll 0 0 #222222;}
.top-nav > ul {
  height:0;
  max-width:100%;
  overflow:hidden;
  position:relative;
  z-index:999;
}
.top-nav > ul.show-menu {height:auto;}
.top-nav ul ul {
  left:0;
  margin-top:0;
  position:relative;
  right:0;
} 
.top-nav li ul li a {min-width:100%;}
.top-nav li {
  float:none;
  list-style:none outside none;
  padding:0;
}
.top-nav li a {
  border-top:1px solid #333;
  color:#fff;
  display:block;
  padding:0.6em;
  text-decoration:none;
}
.top-nav li ul li a {border-top:1px solid #878787;}
.top-nav li ul li ul li a {border-top:1px solid #989898;}
.top-nav li a:hover {
  background:none repeat scroll 0 0#57AAF6;
  color:#fff;
}
.top-nav li ul,.top-nav li ul li ul {
  display:block;  
  overflow:hidden; 
  height:0;   
} 
.top-nav > ul ul.show-ul {
  display:block;
  height:auto;  
}
.top-nav li ul li a {
  background:none repeat scroll 0 0 #9d9d9d;
  padding:0.6em;
}
.top-nav li ul li ul li a {
  background:none repeat scroll 0 0 #d7d7d7;
  color:#222;
}
.nav-text {
  color:#fff;
  display:block;
  font-size:1.2em;
  line-height:3em;
  margin-right:0.6em;
  max-width:100%;
  text-align:right;
  vertical-align:middle;
}

.nav-text:after {
  content: "\2630";
  font-family: Tahoma, Geneva, sans-serif;
  font-size:1.1em;
  margin-left:0.5em;
  text-align:right;
}

.l-offset-1,.l-offset-2,.l-offset-five,.l-offset-3,.l-offset-4,.l-offset-5,.l-offset-6,.l-offset-7,.l-offset-8,.l-offset-9,.l-offset-10,.l-offset-11,.l-offset-12{margin-left:0;}
.m-offset-1 {margin-left:8.3333%;}
.m-offset-2 {margin-left:16.6666%;}
.m-offset-five {margin-left:16.6666%;}
.m-offset-3 {margin-left:25%;}
.m-offset-4 {margin-left:33.3333%;}
.m-offset-5 {margin-left:41.6666%;}
.m-offset-6 {margin-left:50%;}
.m-offset-7 {margin-left:58.3333%;}
.m-offset-8 {margin-left:66.6666%;}
.m-offset-9 {margin-left:75%;}
.m-offset-10 {margin-left:83.3333%;}
.m-offset-11 {margin-left:90%;}
.m-offset-12 {margin-left:100%;} 
.l-1 {width:8.3333%;}
.l-2 {width:16.6666%;}
.l-five {width:20%;}
.l-3 {width:25%;}
.l-4 {width:33.3333%;}
.l-5 {width:41.6666%;}
.l-6 {width:50%;}
.l-7 {width:58.3333%;}
.l-8 {width:66.6666%;}
.l-9 {width:75%;}
.l-10 {width:83.3333%;}
.l-11 {width:90%;}
.l-12 {width:100%;}
.s-1 {width:8.3333%;}
.s-2 {width:16.6666%;}
.s-five {width:20%;}
.s-3 {width:25%;}
.s-4 {width:33.3333%;}
.s-5 {width:41.6666%;}
.s-6 {width:50%;}
.s-7 {width:58.3333%;}
.s-8 {width:66.6666%;}
.s-9 {width:75%;}
.s-10 {width:83.3333%;}
.s-11 {width:90%;}
.s-12 {width:100%}
.m-1 {width:8.3333%;}
.m-2 {width:16.6666%;}
.m-five {width:20%;}
.m-3 {width:25%;}
.m-4 {width:33.3333%;}
.m-5 {width:41.6666%;}
.m-6 {width:50%;}
.m-7 {width:58.3333%;}
.m-8 {width:66.6666%;}
.m-9 {width:75%;}
.m-10 {width:83.3333%;}
.m-11 {width:90%;}
.m-12 {width:100%}
}
@media screen and (max-width:650px) {

.sticky {
  position: fixed;
  top: 0;
  max-width:96.5%;
  transition:0s;
  
  z-index:10;
}
img.fotcor1 {
    height:auto;width:90%;
	}
table th p.style1{ font-size:0.5em; 
}
table th{ font-size:1.0em; 
}

p.style1{ font-size:0.8em; 
}
table th h2{ font-size:1.0em; 
}
table p{ font-size:0.7em; 
}
table tr td{ font-size:0.75em; text-align:justify; 
}
.line {min-width:350px;}
.size-960 {max-width:589px;}
.size-1140 {max-width:589px;}
.hide-l {display:block;}
.hide-m {display:block;}
.hide-s {display:none;}
img.chico {
  display: inline;
	}
	img.grande {
  display:none;
	}
img.co5 {
    display: inline; width:100%; height:auto; padding-left:15 15 15 15px;
	}	
	
h1 {font-size:1.6em;}
h2 {font-size:1.5em;}  
h2.style1 {font-size:1.5em;} 
h3 {font-size:1.4em;}  
h4 {font-size:1.3em;}  
h5 {font-size:1.2em;}  
h6 {font-size:0.9em;} 
h7 {font-size:0.85em;} 
p.style1  {font-size:0.75em;}  
	
	table {
	background:none repeat scroll 0 0 #fff;
	border:1px solid #D0D0D0;
	border-collapse:collapse;
	border-spacing:0;
	text-align:left;
	width:100%;
	}
	.nove { display:none;
	}
	.nove2 { display:table;
	}

table th.ch { width:30%;}
table th.ch h2 { font-size:22px;}
table th.ch2 { width:65%;}
table th.ch2 h2 { font-size:20px;}

table th h2{font-size:1.2em;}
table tr td, table tr th {padding:0.6em;}

table tfoot, table thead {background:none repeat scroll 0 0 #e0e0e0;}
table tr:nth-of-type(2n) {background:none repeat scroll 0 0 #e0e0e0;}
table p.ch3 {font-size:0.60em;}

th {border-right:1px solid #fff; font-size:20px; background-color: #222222; color:#FFFFFF}
table tr td h3{border-right:1px solid #e0e0e0; font-size:1.0em;}

table td.popu1 {	
	width:30%;
	}
	table td.popu2 {	
	width:70%;
	}
	table.engranaje{	
	display:none;
	}
		
.count-number {margin-right:-1.0em; display:none;} 
.l-offset-1,.l-offset-2,.l-offset-five,.l-offset-3,.l-offset-4,.l-offset-5,.l-offset-6,.l-offset-7,.l-offset-8,.l-offset-9,.l-offset-10,.l-offset-11,.l-offset-12,
.m-offset-1,.m-offset-2,.m-offset-five,.m-offset-3,.m-offset-4,.m-offset-5,.m-offset-6,.m-offset-7,.m-offset-8,.m-offset-9,.m-offset-10,.m-offset-11,.m-offset-12 {margin-left:0;}
.s-offset-1 {margin-left:8.3333%;}
.s-offset-2 {margin-left:16.6666%;}
.s-offset-five {margin-left:16.6666%;}
.s-offset-3 {margin-left:25%;}
.s-offset-4 {margin-left:33.3333%;}
.s-offset-5 {margin-left:41.6666%;}
.s-offset-6 {margin-left:50%;}
.s-offset-7 {margin-left:58.3333%;}
.s-offset-8 {margin-left:66.6666%;}
.s-offset-9 {margin-left:75%;}
.s-offset-10 {margin-left:83.3333%;}
.s-offset-11 {margin-left:90%;}
.s-offset-12 {margin-left:100%;} 
.l-1 {width:8.3333%;}
.l-2 {width:16.6666%;}
.l-five {width:20%;}
.l-3 {width:25%;}
.l-4 {width:33.3333%;}
.l-5 {width:41.6666%;}
.l-6 {width:50%;}
.l-7 {width:58.3333%;}
.l-8 {width:66.6666%;}
.l-9 {width:75%;}
.l-10 {width:83.3333%;}
.l-11 {width:90%;}
.l-12 {width:100%;}
.m-1 {width:8.3333%;}
.m-2 {width:16.6666%;}
.m-five {width:20%;}
.m-3 {width:25%;}
.m-4 {width:33.3333%;}
.m-5 {width:41.6666%;}
.m-6 {width:50%;}
.m-7 {width:58.3333%;}
.m-8 {width:66.6666%;}
.m-9 {width:75%;}
.m-10 {width:83.3333%;}
.m-11 {width:90%;}
.m-12 {width:100%}
.s-1 {width:8.3333%;}
.s-2 {width:16.6666%;}
.s-five {width:20%;}
.s-3 {width:25%;}
.s-4 {width:33.3333%;}
.s-5 {width:41.6666%;}
.s-6 {width:50%;}
.s-7 {width:58.3333%;}
.s-8 {width:66.6666%;}
.s-9 {width:75%;}
.s-10 {width:83.3333%;}
.s-11 {width:90%;}
.s-12 {width:100%}

.center {
  float:none;
  margin:0 auto;
  display:block;
}

.card {
  min-height:1000px;
  max-width: 100%;
 
  
}
}  

