/* CSS Document
*
* @autor Fernanda Pieretti
* @data fev2016
* @ref base.css
*
*/

* { margin: 0; padding: 0; border: none; outline: none;box-sizing:border-box }
html, body {font-family: 'nexa_lightregular', sans-serif;font-weight: 300; font-size: 14px;color:#252525 }
input, select, textarea  {font-family: 'nexa_lightregular', sans-serif;color:#252525;font-weight: 300; font-size: 14px }
h1,h2,h3,h4,h5,h6,p {display:block;cursor:default}
ul, ol { list-style: none }
a img { border: none }
img {max-width:100%}

