@import url("screen-uireset.css");

body {
	background: white;
	font-family: sans-serif;
	font-size: 10pt;
	padding:20px;
}

#wrapper {
	width: auto; 
	margin: 0 ;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

p, div, h1, h2, h3, h4, h5, h6, address, ul, dl, dt, dd, img, li {
	display:block!important;
	height:auto!important;
	color:#000000!important;
}

/* Cabeceras */

h1 {
	font-size:14pt;
	margin-bottom:10px;
}

h4 {
	margin-top:10px;
}

/* Contenido */

div#content p {
	margin:10px 0;
}

/* Oculta elementos */

div#header ul,
ul#menu,
span#hoy,
h2,
h3,
div#footer {
	display:none!important;
}

/* Ajusta la altura de la columna */

html body div#col-derecha {
	height:auto!important;
}

