/* CSS RESET */

a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var {
	background: transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style:none;
    outline: none;
}
a { text-decoration:none; }
*:focus { outline:none; }
strong { font-weight: bold; }

h1, h2, h3, h4, h5, h6 { font-weight: lighter; }


/* FONT FACE */


/*** Open Sans */

@font-face {
    font-family: 'open_sanslight';
    src: url('fontes/OpenSans-Light-webfont.eot');
    src: url('fontes/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/OpenSans-Light-webfont.woff') format('woff'),
         url('fontes/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fontes/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('fontes/OpenSans-Regular-webfont.eot');
    src: url('fontes/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/OpenSans-Regular-webfont.woff') format('woff'),
         url('fontes/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fontes/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('fontes/OpenSans-Bold-webfont.eot');
    src: url('fontes/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/OpenSans-Bold-webfont.woff') format('woff'),
         url('fontes/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fontes/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*** Titillium */

@font-face {
    font-family: 'titillium_webbold';
    src: url('fontes/TitilliumWeb-Bold-webfont.eot');
    src: url('fontes/TitilliumWeb-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/TitilliumWeb-Bold-webfont.woff') format('woff'),
         url('fontes/TitilliumWeb-Bold-webfont.ttf') format('truetype'),
         url('fontes/TitilliumWeb-Bold-webfont.svg#titillium_webbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titillium_webthin';
    src: url('fontes/TitilliumWeb-ExtraLight-webfont.eot');
    src: url('fontes/TitilliumWeb-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/TitilliumWeb-ExtraLight-webfont.woff') format('woff'),
         url('fontes/TitilliumWeb-ExtraLight-webfont.ttf') format('truetype'),
         url('fontes/TitilliumWeb-ExtraLight-webfont.svg#titillium_webthin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titillium_webregular';
    src: url('fontes/TitilliumWeb-Regular-webfont.eot');
    src: url('fontes/TitilliumWeb-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/TitilliumWeb-Regular-webfont.woff') format('woff'),
         url('fontes/TitilliumWeb-Regular-webfont.ttf') format('truetype'),
         url('fontes/TitilliumWeb-Regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;

}