@charset "UTF-8";

/* CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, input, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, 
u, i, center, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td, article, aside, 
canvas, details, embed, figure, figcaption, 
footer, header, hgroup, menu, nav, output, 
ruby, section, summary, time, mark, audio, 
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ul, ol{
	list-style: none;
}

sup{
	font-size: 0.75em;
	vertical-align: baseline;
    position: relative;
    top: -0.45em;
}

*{
	outline: none;
}

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

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

@font-face {
    font-family: 'medium';
    src: url('../fuente/Roboto-Medium.eot');
    src: url('../fuente/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fuente/Roboto-Medium.woff') format('woff'),
         url('../fuente/Roboto-Medium.ttf') format('truetype'),
         url('../fuente/arialbold.svg#arialbold') format('svg');
    font-weight: normal;
    font-style: normal;
}