/* CSS Document */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Modified by Salva Subarroca*/

/* Purpose: undo some of the default styling of common (X)HTML browsers */

body,html{
	background:#99adb1;
}


/*
#IDpagina, #IDcabecera  {
	overflow:hidden;
	overflow-y:scroll;
}
framset{
	overflow-y:scroll;
}
*/

a, :link,:visited{
  color:#000000;
  text-decoration:none; 
}

a:hover{
	text-decoration:underline;
}

ul,ol {
  margin-left:40px; line-height:16px;
}
li{margin-left:20px;}

h1,h2,h3,h4,h5,h6,pre,code {
  font-size:1em;
}

*{
  margin:0; padding:0
}

a img,:link img,:visited img {
  border:none
}

address {
  font-style:normal
}

fieldset{
	border:none;
}

