@charset "utf-8";
/* CSS Document */

 
/* RESETETO DE ESTANDARES */

/* Padding y margin */
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input,  blockquote, th, td {
margin: 0;
padding: 0;
}
/*
* {
margin:0;
padding:0;
}
*/
/* Tamaños de los headers */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* Estilos de las listas */
ol, ul, li {
list-style: none;
}

/* Estilo y grosor de las fuentes */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Bordes de las tablas */
table {
	border-collapse: collapse;

}

/* Otros bordes */
	fieldset, img {
	border: 0;
	margin:0;
	padding:0;
}

/* Alineacón del texto */
	caption, th {
	text-align: left;
}

/* Clearer */
.clearer {
	clear: both;
	font-size: 0;
}

div.spacer {clear:both; height:10px; display:block;}
