@charset "iso-8859-1";

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	/*font-family: lucida bright, times new roman, georgia, serif;*/
	font-family: "times new roman", "georgia", serif;
	color: #ccc;
	background-color: #333;
	background-color: #808080;
	background-color: #980400;
	background: url("images/fondo2.gif") repeat;
	text-align: center;
/* part 1 of 2 centering hack */
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #ccc;
	outline: none;
	}
a:visited {
	color:  #ccc;
	}
a:active {
	color:  #ccc;
	}
a:hover {
	color: #ccc;
	text-decoration: overline underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 1.4em;
	color: black;
	line-height: 19px;	   
	text-align: justify;
	text-indent: 50px;
	margin-left: 100px;
	margin-right: 100px;
	}

li {
    font-size: 1.4em;
	color: black;
	margin-left: 100px;
	margin-right: 100px;
	line-height: 19px;	   
	text-align: justify;
	text-indent: 50px;
	}

td {
    font-size: 1em;
	color: black;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 19px;	   
	/*text-align: justify;*/
	text-indent: 0px;
	}
		
p.textonavega {
	font-family: arial, sans serif;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	text-indent: 0px;
	margin-left: 50px;
	margin-right: 50px;
	line-height: 30px;
    }

a.textonavega {
	font-family: arial, sans serif;
	color: white;
	font-weight: bold;
	font-size: 1.0em;
	text-indent: 0px;
	margin-left: 50px;
	margin-right: 50px;
	line-height: 30px;
    }
			
/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	} 
	
.encursiva {
	/*font-size: 1.4em;*/
	font-style: italic;
	}
.ennegrita {
	/*font-size: 1.4em;*/
	font-weight: bold;
	}

.nota1 {	 
    /*border-top: 2px solid #333;*/
	margin-top: 35px;
	/*padding-top: 5px;*/
	font-size: 1.25em;
	text-indent: 0px;
	}
		
.nota2 {	 
    border-top: 2px solid #333;
	margin-top: 35px;
	padding-top: 5px;
	font-size: 1.25em;
	text-indent: 0px;
	}			
		  
#pagina {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: white;
	border: 2px solid #ccc;
	text-align:justify; /* part 2 of 2 centering hack */
	width: 700px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 670px;
	}	   

#numpaginadcha {  
	font-size: 1.4em;
	color: black;
    position: relative;
	top: -10px;	
	margin-right: 100px;
	text-align: right;;
	}	

#numpaginaizq {  
	font-size: 1.4em;
	color: black;
    position: relative;
	top: -10px;	
	margin-left: 100px;
	text-align: left;;
	}	
	
#cabecera {
	margin-top: 70px;
	}
	
#pie {
  	margin-bottom: 70px;
  	}	

#barranavegacion { 
    padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: #5e5e5e;
	border: 2px solid #ccc;
	text-align: center; /* part 2 of 2 centering hack */
	width: 700px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 670px;
	

    }
		
html>body #pagina {
	width: 670px; /* ie5win fudge ends */
	}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}