::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
	border-radius: 10px;
	background-color: rgba(0,0,0,0);
}
::-webkit-scrollbar
{
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-corner
{
	border-radius: 10px;
	background-color: transparent;
}

*{
	margin: 0;
	padding: 0;
}
@font-face {
font-family: 'Swiss';
font-style: normal;
font-weight: normal;
src: url('fonts/swiss.woff') format('woff');
}
html{
	margin:0px;
	height:100%;
}
body{
	font-family: 'Swiss';
	background: url('img/fondo.jpg');
}
header{
	margin-top: 10px;
	width: 100%;
	height: 60px;
	position: relative;
	z-index: 1;
}
nav{
	top: -20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 20px auto;
	width: 89.7%;
}

ul{
	list-style: none;

}
nav > ul{
	display: table;
	position: relative;
	width: 100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
nav > ul li{
	display: table-cell;
}
/*sub-menu*/
nav > ul > li:hover >ul{
	display: block;
	height: auto;
	max-height: 400px;
	overflow: scroll;
	width: auto;
}
nav > ul >li >ul{
	display: block;
	position: absolute;
	background: #000;
	overflow: hidden;
	height: 0%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
nav > ul > li > ul li{
	width: auto;
	display: block;
}
nav > ul > li > ul li a{
	text-align: left;
	margin: 0 60px;
}

nav > ul li a{
	color: #fff;
	display: block;
	line-height: 20px;
	padding: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

nav > ul > li > ul li a:hover{
	background: #43669C;
}
nav>ul>li>a span{
	background: #174459;
	display: block;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	top: -55px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
nav>ul>li>a{
	overflow: hidden;
}
nav>ul>li>a span .icon{
	display: block;
	line-height: 60px;
	font-size: 1em;
	font-weight: normal;
}
nav > ul >li > a:hover >span{
	top: 0;
}
.cuno{
	background: #43669C;
}
.cdos{
	background: #5B77A7;
}
.ctres{
	background: #768DB6;
}
.ccuatro{
	background: #94A5C8;
}
.ccinco{
	background: #B5C2DA;
}

section{
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    width: 89.7%;
    padding-bottom: 41.97%;
    background-color: #E1E1E1 
}
iframe{
	position: absolute;
}
/*footer*/
footer{
	bottom: 0;
	position: relative;
	left: 0;
	right: 0;
	margin:auto ;
	width: 89.7%;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
footer > ul{
	display: table;
	margin: auto;
    width: 20%;
	position: relative;
}
footer > ul li{
	display: table-cell;
}
footer > ul li a{
	color: #fff;
	display: block;
	line-height: 20px;
	padding: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

footer>ul>li>a span{
	background: #174459;
	display: block;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	top: -55px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
footer>ul>li>a{
	overflow: hidden;
}
footer>ul>li>a span .icon{
	display: block;
	line-height: 60px;
	font-size: 1em;
	font-weight: normal;
}
footer > ul >li > a:hover >span{
	top: 0;
}
.catras{
	background: orange;
}
.cadelante{
	background: #ffb850;
}
nav > .logo{
	display: inline-block;
	width: 20%;
	position: absolute;
	z-index: 5;
}
nav > .logo>img{
width: 100%;
}

/*----------------estrellas-------------------*/
.logros{
    width: 20%;
    height: 50px;
    float: right;
    bottom: 57px;
}
.est >img{
	margin: 5%;
}
/*----------------estrellas-------------------*/