* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.under{
	 border-bottom:1px solid #FFFFFF;
}
body
{
	 
	 height:1310px;
	 
}


ul {
	list-style-type: none;
}

a {
	color: white;
	text-decoration: none;
}
a:hover   
{
	color:red;
}

/** =======================
 * Contenedor Principal
 ===========================*/
h1 {
 	color: #FFF;
 	font-size: 24px;
 	font-weight: 400;
 	text-align: center;
 	margin-top: 22px;
 }

h1 a {
 	color: #c12c42;
 	font-size: 16px;
 }

 .accordion {
 	width: 100%;
 	
 	background: #FFF;
 	margin:0 0 0 0;
 }

.accordion .link {
	cursor: pointer;
	background-color:#4b4a5e;
	display: block;
	padding: 15px 15px 15px 42px;
	color: white;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #b63b4d;
}

.accordion li.open i {
	color: #b63b4d;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/**
 * submenub
 -----------------------------*/
 .submenub {
 	display: none;
 	background: #444359;
 	font-size: 14px;
 }

 .submenub li {
 	border-bottom: 1px solid #4b4a5e;
 }

 .submenub a {
 	display: block;
 	text-decoration: none;
 	color: #d9d9d9;
 	padding: 12px;
 	padding-left: 20px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }

 .submenub a:hover {
 	background: #b63b4d;
 	color: #FFF;
 }
 
 .tool-icons .pic {
    height:78%;
    margin: 5px 3px 5px 3px;
    margin: 5px 3px 5px 3px;
    width: 18%;
    position:relative;
    display:inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align:top;
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.4);
    border: 5px solid #fff;
    background: #22262E;
 }
 .tool-icons a {    
    height:100%;
    display:inline-block;   

}

 .tool-icons .pic a{
  height:100%;
 }
.tool-icons a:hover {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}

.pic span {
    width: 100%;
    
    font-family: open_sanslight, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1d1c1c;
    text-align: center;
    font-size: 13px;
    font-weight:bold;
    
	}

.tool-icons a{
    overflow:hidden;
    background:#22262F;
}

.tool-icons a.browse-data{
    /*background:url('../images/browse-data.jpg') no-repeat 50% 50%;*/
}

.tool-icons a img{
    -webkit-transform: translate3d(0, 0, 0) scale(0.85);
    transform: translate3d(0, 0, 0) scale(0.85);
   

     -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
.tool-icons a:hover img{
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);

}




.header {
    height: 100px;
    position: fixed;
    display: block;
    background-color:#4b4a5e;
    width: 100%;
    z-index: 3;
    top: 0;

     -webkit-transition: top 0.6s;
    -moz-transition: top 0.6s;
    -o-transition: top 0.6s;
    transition: top 0.6s;

    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.4);
    
}

@media all and () {
    .header{
        position: fixed;
    }
}

.header.shrink{
    top:-90px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}


.overflowTest3::-webkit-scrollbar {
 width: 8px;
}
 .overflowTest3::-webkit-scrollbar-track {
 background-color:red;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}
 .overflowTest3	::-webkit-scrollbar-thumb {
 background-color:green;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}



.dropbtn {
    background-color: #ff8080;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown1 {

    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #484141;
    color:white;
    width: 510px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: red;
}

.dropdown1:hover .dropdown-content {
    display: block;
}

.dropdown1:hover .dropbtn {
    background-color: red;
}


.buttontop {
  display: inline-block;
  border-radius: 4px;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 400px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.buttontop span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttontop span:after {
  content: "\00BB";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttontop:hover span {
  padding-right: 25px;
}

.buttontop:hover span:after {
  opacity: 1;
  right: 0;
}



.button_left {
		  display: inline-block;
		  padding: 10px 10px;
		  font-size: 12px;
		  cursor: pointer;
		  text-align: center;
		  text-decoration: none;
		  outline: none;
		  color: #fff;
		  background-color: #4CAF50;
		  border: none;
		  border-radius: 15px;
		  box-shadow: 0 4px #999;
		}

.button_left:hover {background-color: #3e8e41}

		.button_left:active {
		  background-color: #3e8e41;
		  box-shadow: 0 1px #666;
		  transform: translateY(4px);
		}
