/*html{
    font-size: 62.5%;
}

body{
    font-size: 16px;
}*/
.botones{
    padding-right: 0.2rem;
    padding-left: 1rem;
}

.ancho{
    width: 30rem;
}

.uppercase {
    text-transform: uppercase;
  }

.nav li a:hover{
	background-color:#409ff8;
   color:white;
}

ul , ol {
	list-style:none;
}

/*.nav li a {
	color:#ffff;
	text-decoration:none;
	padding:10px 15px
}*/

.nav > li {
	float:letf;
}

.nav li ul {	
    display:none;
	position:absolute;
	min-width:240px;
	
}

.nav li:hover > ul {	
	display:block;	
	z-index: 999;
}

.nav li ul li {
	position:relative;
}

#div1 {
	
	display: block;
    overflow-x: auto;
    white-space: nowrap;
}


#footer {
	position:fixed;
	left:0px;
	bottom:0px;
	height:30px;
	width:100%;
	background:#999;
 }

 .contenedor{

	margin-left:200px;
}

