/* Padding y margin */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote {
margin: 0;
padding:0;
}
th, td {
	padding:3px 5px;
}
ul, ol, li{
}
ol, ul {
}
p{
	margin:5px 0;
}
/* Tamaños de los headers */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
margin-bottom:10px;
}

/* Estilos de las listas */

/* Estilo y grosor de las fuentes */
address, caption, cite, code, dfn, em, th, var {
font-style: normal;
font-weight: normal;
}

strong{
	font-weight:bold;
	}

/* Bordes de las tablas */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Otros bordes */
fieldset, img {
border: 0;
}

/* Alineacón del texto */
caption, th {
text-align: left;
}

/* Comillas */
q:before, q:after {
content: ”;
}

/* Evitar el borde azul en imágenes que son links */
a img,:link img,:visited img { border:none }

/* Quitar la cursiva del elemento <address> */
address { font-style:normal }