@charset "utf-8";
/* CSS Document */
@import url("farras.css");

/* Modelos de caja (márgen, espaciado, borde, alineación) */
/* Márgen */
body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, dd, form, fieldset, dir, menu {margin:0;}
/* Espaciado */
table {border-spacing: 0;}
pre, tt, code, pre, :before, :after {white-space: normal;}
/* Bordes */
:focus {outline: none;}
hr {border: none;}
/* Alineación */
caption, th {text-align: left;}
/*sub, sup, thead, tbody, tfoot, td, th {vertical-align: baseline;}*/
/* Tipografía (familia, tamaño, peso, estilo, decoración) */
/* Familia */
kbd, samp {font-family: inherit;}
/* Tamaño */
h1, h2, h3, h4, h5, h6, big, small, sub, sup {font-size: 1em;}
/* Peso (negritas) */
h1, h2, h3, h4, h5, h6, th {font-weight: normal;}
/* Estilo (cursivas) */
cite, var, address {font-style: normal;}
ul, ol {margin: 0; padding: 0;}
li{ list-style-type:none}
/* Decoraci*/
a {text-decoration:none;}
body{ margin:10px}

