/* BASICS */

/* Formateo de css
--------------------------------------------------------------------------- */
p, ul, ol, dl, dt, dd, li, blockquote, cite, h1, h2, h3, h4, h5, h6 { padding:0; margin:0; font-weight:normal; }
img{ border:0;}
ul, li { list-style-type:none;}


/*Body -  cuerpo del documento
--------------------------------------------------------------------------- */
body { font-family: 'Exo', sans-serif; font-size:75%; color:#333333; background:#e5e5e5;text-align:center;  margin:auto;}

/*Estructura de titulares
--------------------------------------------------------------------------- */
h1 { font-size:18px;}
h2 { font-size: 2em; }
h3 { font-size: 1.5em;}    
h4 { font-size: 1.3em;}      
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

p { padding:5px 0;}

/*Varios
--------------------------------------------------------------------------- */
.right { text-align:right;}
.left  { text-align:left;}
.clear { clear:both;}


/*Enlaces
--------------------------------------------------------------------------- */
a:link,
a:visited { color:#333333; }
a:hover   { text-decoration:none;color: #000000;}





