@import url(layout.css);
@import url(misc.css);
@import url(form.css);
@import url(navigation.css);

/* Default Fonts and body colors*/

html{ height:100%; }

/*  Heading Formatting */
/* ***** Configuraciones Generales ***** */
body { font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #333; text-decoration: none; margin: 0px; padding: 0px; height:100%; background: #473C28 url(../images/bg.jpg) repeat-x; }

/* Titulos */

h1 { font: normal 2.4em "BebasNeueRegular", "Trebuchet MS", Arial, Helvetica, sans-serif; color: #333; text-decoration: none; display: block; text-align: left; margin: 5px 0px 10px 0px; padding: 0px; }
h2 { font: normal 2em "BebasNeueRegular", "Trebuchet MS", Arial, Helvetica, sans-serif; color: #099; text-decoration: none; display: block; text-align: left; margin: 10px 0px 10px 0px; padding: 0px; }
h3 { font: normal 1.8em "BebasNeueRegular", "Trebuchet MS", Arial, Helvetica, sans-serif; color: #C60; text-decoration: none; display: block; text-align: left; margin: 10px 0px 5px 0px; ; padding: 0px; }
h4 { font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif; color: #333; text-decoration: none; display: block; text-align: left; margin: 5px 0px; padding: 0px; }
h5 { font: bold 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif; color: #099; text-decoration: none; margin: 5px 0px; padding: 0px; }
h6 { font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif; color: #666; text-decoration: none; text-align: left; margin: 0px 0px 5px 0px; padding: 0px; }
h7 { font: bold 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif; color: #C60; text-decoration: none; display: block; text-align: left; margin: 0px 0px 5px 0px; padding: 0px; }


#content h1 a:link, #content h1 a:visited, 
#content h2 a:link, #content h2 a:visited, 
#content h3 a:link, #content h3 a:visited, 
#content h4 a:link, #content h4 a:visited { color: #C60; } 

#content h1 a:hover, 
#content h2 a:hover, 
#content h3 a:hover,
#content h4 a:hover { color: #099; } 

blockquote { font-size:.9em; font-weight: bold; text-align:center; margin: 5px 0px 15px 0px; padding: 3px 10px; border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; }

p {margin: 10px; }

strong { font-weight: bold; text-decoration: none; }
em { font-weight: bold; text-decoration: none; }

ul li { text-align: left; }

img {border: 0 none;}

.alignright { float:right; }	
.alignleft { float:left; }

/* Clears Divs */
.clr{ clear: both;}
*:focus { outline: 0; }

