html, body, div, span,
h1, h2, h3, h4, h5, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, small,
strong, sub, sup, tt,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin : 0;
	padding : 0;
	border : 0;
	outline : 0;
	vertical-align : baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
input, textarea, select, button {
	border: 2px solid;
	margin: 1px;
}
/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px;
}
td{
	vertical-align: top;
}

#imprimir_curriculo td{
	padding: 5px;
}

/* debug problems accessibility */
/*a[href="#"] {background: lime;} */
/*
a[href=''] {background: fuchsia;}
img {outline: 5px solid red;}
img[alt][title] {outline-width: 0;}
img[alt] {outline-color: fuchsia;}
img[alt], img[title] {outline-style: double;}
img[alt=''][title], img[alt][title=''] {outline-width: 3px;}
img[alt=''][title=''] {outline-style: dotted;}
*/


