/*=====================================================================
 *
 * Filename: sm-basic.css
 * Website: www.synchmedia.com
 * Author: Pablo Bustamante
 * Date Created: 07/09/2009 (dd/mm/yyyy)
 * Media: Screen
 *
 * Description
 * -----------
 * Stylesheet used to reset all the browser's default sytles to avoid display 
 * errors.
 *
 *=====================================================================*/

* {	margin: 0;padding: 0;border: none;}
html {font-size: 11pt; /* Resets 1em to 10px */font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;text-shadow: #000 0px 0px 0px;/*Elimina el efecto bold en Safari*/}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {margin: 0 0 1em 0;}

/*** Algunos ajustes basicos: ***/
sup {position: relative;bottom: 0.3em;vertical-align: baseline;}
sub {position: relative;bottom: -0.2em;vertical-align: baseline;}
li, dd, blockquote {margin-left: 1em;}
a, a:link, a:visited, a:hover, a:active {text-decoration: none;}
a img {border: none;text-decoration: none;}
img {border: none;text-decoration: none;}
td img {display: block;}

/** Gotta love this **/
.clear-left {clear:left;}
.clear-right {clear:right;}
.clear-both {clear:both;}
.float-left {float:left;}
.float-right {float:right;}
.div_newsletter{ position:absolute; top:205px; left:50%; margin-left:245px; z-index:10; }