﻿html, body, div, select, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
*{	padding: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

/* inicio del reset.css*/
applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, legend,
caption, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;	
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
line-height: 12px;
color: inherit;
}

ol, ul, li {
	list-style: none;
}
/* Arreglo del float */
* html .floatFix, * html ul, * html ul li {height:1px;} /* IE 6 */
* + html .floatFix, * + html ul, * + html ul li {display:inline-table;} /* IE 7 y 8 */
/*.floatFix:after, ul:after, ul li:after {content: "."; display: block;clear:both;height:0;overflow:hidden;visibility:hidden;} /* Resto de los navegadores */

/*fin del reset.css*/
