/*
 html
 ------------------------------------- *
 */

body, html {
	width: 100%;
	height: 100%; /* !IMPORTANTE. Bueno, no tanto, pero... */
	margin: 0;
	padding: 0;
	text-align: center;
	}

a {
	color: #000000;
	font-weight: normal;
	}

a:hover {
	color: #666666;
	}

h1, 
h2, 
h3, 
h4 {
	font-weight: bold;
	}

h1 {
	font-size: 120%;
	}

h2 {
	font-size: 110%;
	}

h3 {
	font-size: 100%;
	}

cite {
	font-style: italic;
	}

dt {
	float: left;
	font-weight: bold;
	}

img {
  	border: none;
	display: block;
	}

ins {
	color: #f8b041;
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

label {
	display: block;
	}

pre, 
code {
	color: #867964;
  	cursor: text;
  	font-family: "Monaco", "Courier New", Courier, monospace;
	}

textarea {
	width: 100%; 
    margin: 0 auto;
    padding: 0; 
	}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/*
 Correciones para IE
 ------------------------------------- *
 */

/*
 fixdeborrado. Sirve para el formateo, para ver bien la pagina
 */	
.fixdeborrado:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.fixdeborrado {display: inline-table;}

/* Hack para usuarios de Internet Explorer MAC. Hay gente rara... \*/
* html .fixdeborrado {height: 1%;}
.fixdeborrado {display: block;}
/* Fin de la ocultacion para Internet Explorer MAC */

/* Hack para usuarios de Internet Explorer 5 MAC. Solo los usuaiors de IE para windows... Sigue habiendo gente rara \*/
 
* html p {
  height: 1%;
  }
 
/* Fin de la ocultacion para IE 5 */

* html li {
	height: 1%;
}
