@import url("reset.css");
@import url("general.css");

/*Usar <small>, <em> y <strong>. */

/*
LoVe/HAte-order
a:link { color: blue; }
a:visited { color: purple; }
a:hover { color: purple; }
a:active { color: red; }
*/

/*
Atajos en propiedades

background: color image repeat attachment position;
background: #f00 url(background.gif) no-repeat fixed 0 0;

font: font-style (italic/normal) font-variant (small-caps) font-weight font-size/line-height font-family;
font: italic small-caps bold 1em/140% "Lucida Grande",sans-serif;
*/

/* Pasar la font size 1em = 10px
body { font-size: 62.5%;}
html { font-size:100.01%;}
*/

/*h1 {font-size: 48px;}
h2 {font-size: 36px;}
h3 {font-size: 24px;}
h4 {font-size: 21px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
p  {font-size: 14px;}
*/

