/*------------------------------------------------------------------------------
   RESETEO ADICIONAL 
------------------------------------------------------------------------------*/
:focus { outline: 0; }
textarea { resize: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
img { display: block; }
em, i { font-style: italic; }
b, strong { font-weight: bold; }
a { text-decoration: none; font-style: normal; font-weight: normal; }
input, button { margin: 0px; padding: 0px; }
/** { box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -webkit-box-sizing: content-box; }*/
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
