*{margin:0;padding:0;border:0;outline:0;font-size:100%;font-weight:normal;font-style:normal;color:inherit;text-decoration:none; list-style:none;}
section{ width:100%; height:auto; float:left; overflow:hidden;}
.float{float: left;}
/*------------------------------TIPOGRAFIA-------------------------------------------------*/

html,body{ font-family:"Lato-Regular"; overflow-x:hidden; }

h1{font-family:"Lato-Light"; font-size:2.8em;}
h2{font-family:"Lato-Light"; font-size:1.2em;}
h3{font-family:"Lato-Light"; font-size:1.1em;}
h4{font-family:"Lato-Light"; font-size:1.0em;}
strong{font-family:"Lato-Bold";}
a{font-family:"Lato-Black"; color:rgba(247,161,26,1.00); cursor:pointer; }
span{color:rgba(247,161,26,1.00);}

@media(max-width:800px){
h1{ font-size:1.4em; font-family: 'Lato-Bold';}
h2{ font-size: 1em; }
h3{ font-size:.9em;}
	}

/*-------------------------COLOR-SELECCIONAR-TEXTO----------------------------------------*/
::selection {
          background:rgba(228,228,229,1.00); 
     } 
::-webkit-selection { 
          background:rgba(228,228,229,1.00);  
     }
::-moz-selection {
          background:rgba(228,228,229,1.00); 
     }
/*---------------------------------ESTILO-SCROLL------------------------------------------*/	 
::-webkit-scrollbar{
  width: 10px;
  background: rgba(255,255,255,1.00);
}
::-webkit-scrollbar-button{
  width:8px;
  height: 5px;
}
::-webkit-scrollbar-track{
  background:rgba(255,255,255,1.00);
  border:thin solid rgba(104,104,104,1.00);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb{
  background: -webkit-linear-gradient(top, rgba(228,228,229,1.00));
  border:thin solid rgba(104,104,104,1.00);/*borde del scroll*/
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{
    background: -webkit-linear-gradient(top, rgba(228,228,229,1.00));
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(228,228,229,1.00);
}
/*------------------------------ESTILO-FORMULARIO--------------------------------------------*/
::-webkit-input-placeholder {color: rgba(247,161,26,1.00);} 
:-moz-placeholder {color: rgba(247,161,26,1.00);} 
::-moz-placeholder {color: rgba(247,161,26,1.00);} 
:-ms-input-placeholder {color: rgba(247,161,26,1.00);}

input[type=text]{
	border: none;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
} 	