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

body { line-height: 0; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus { outline: 0; }

ins { text-decoration: none; }

del { text-decoration: line-through; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---------------------------------------------------- */

/* Para flotar elementos dentro de un div y adaptar el alto de este al contenido ---------- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix { display:inline-block; }

/* Para IE-Mac ------------- */
* html .clearfix {height: 0%;}
.clearfix {display: block;}
/* ---------------------------------------------------------------------------------------- */

