/*...............................................................*/
/*CSS RESET STYLES*/
/*Mónica Ferrarese | contacto@m3w.com.ar | http://wwww.m3w.com.ar*/
/*...............................................................*/

*{ margin: 0; padding: 0;}
body { font-family: Tahoma, Verdana, sans-serif; font-size: 1em;}
h1,h2,h3,h4,h5,h6 { font-size: 1em; font-weight: normal;}
ul,ol { list-style:none; }
fieldset {border: 0;}
input{
	font-size: 12px;
	font-family: Tahoma, Verdana, sans-serif;
}
select, textarea, label{
	font-size: 12px;
	font-family: Tahoma, Verdana, sans-serif;
}
address { font-style:normal; }
a, :link, :visited { text-decoration:none; color: #1E5786;}
a img,:link img,:visited img { border:none; }

