/* 
    Document   : reset
    Author     : NitsNets Studios
    Description:
        Reseteo de los estilos CSS para todos los exploradores
*/

html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot {
	background:     transparent;
	border: 	0;
	font-size:	100%;
	margin:		0;
	outline: 	0;
	padding: 	0;
	vertical-align:	baseline;
}

div, table {
	border: 	0;
	font-size:	100%;
	margin:		0;
	outline: 	0;
	padding: 	0;
}

body {
        line-height: 1;
}

ol, ul {
        list-style: none;
}

blockquote, q {
        quotes:     none;
}

input, textarea, select, button {
        font-size:  100%;
        font-family: inherit;
}


/*
 * MIS CLASES COMUNES
 */
.clearboth {
    clear:      both;
}

.floatleft {
    float:      left;
}

.floatright {
    float:      right;
}

.hidden {
    display:	none;
}

.textright {
    text-align: right;
}

.textalign_right {
    text-align: right;
}


ul.reset_ul {
	margin: 	0px;
	padding: 	0px;
}
	ul.reset_ul li {
		float: 		none;
		list-style: none;
		padding: 	0px;
	}


