/* Resetear estilos a los mÃ¡s bÃ¡sico y pelado (sin margenes, padding, colores en links, etc) */

html, body {
	color: #000000;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul, ol {
	list-style-type: none;
}

img {
	border: 0px none #000000;
}

a, a:hover, a:visited, a:link, a:active {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

textarea {
	resize: none;
}

hr, p, ul, ol, dl, dt, dd, form, input, textarea, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	padding: 0px;
	margin: 0px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

.ui-datepicker th
{
	font-size: inherit;
}