	body {
	   font-family: Arial, Helvetica, sans-serif;
		color: #000; 
		background-color: #ccb; /* Beige */
		background-image: url('dibu/fondo.jpg');
		text-align: center;
	}
	
/* -------- */

	div.main {
		width: 780px;
		border: solid;
		border-width: 1px;
		border-color: #999933; /* Med Gold */
		background-color: #ddddbb;
		text-align: left;
		color: #000;	
		margin: 0 auto 0 auto;
		padding-bottom: 0.3em;
		} 
		

	div.logo {
		background-color: transparent;
		font-family: "Times New Roman", Garamond, serif;
		text-align: center;
		line-height: 0.5em;
		margin-top: 2%;
		margin-bottom: 3%;
	}

	div.footer {
		background-color: transparent;
		text-align: center;
		line-height: 100%;
	}
	
	div.tables {
		background-color: transparent;
		text-align: center;
		margin-bottom: 10%;
	}
	
	table {
		background-color: transparent;
		text-align: center;
		color: #000000;
		margin-top: 5%;
	}
	
	div.figure {
		margin-left: 5px;
		margin-right: 5px;
		background-color: transparent;
		width: auto;
		height: auto;
		float: left;
	}
	
	div.columnaizq {
		position: relative;
		float: left;
    	width: auto;
    	height: auto;
	}
	
	div.columnader {
		position: relative;
		float: right;
    	width: auto;
    	height: auto;
	}

	div.texto {
		text-align: justify
	}

/* REVISE Links */

:link { color: #669966;
		font-weight: bold; 
		text-decoration: none;		
		background-color: transparent;}
/*:visited { color: #999966; */
:visited { color: #669966;
		font-weight: bold;
		text-decoration: none;	
		background-color: transparent;}
:active { color: #FF3300;	
		font-weight: bold;	
		background-color: transparent;}
:hover { color: #FF0000;
		font-weight: bold;		
		background-color: transparent;}


/* -------- */
	
	p {
		margin-left: 3%;
		margin-right: 3%;
		line-height: 1.5em;
		}		
		
	p.header {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	   border-top: solid;
	   border-bottom: solid;
	   border-width: 1px;
	   border-color: #6699CC;
	   text-transform: uppercase;
		letter-spacing: 0.3em;
		font-size: 67%;
		margin-left: 12%;
		margin-right: 12%;
	}
		
	p.navigation {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		font-size: 90%;
	   border-top: solid;
	   border-bottom: solid;
	   border-width: 1px;
	   border-color: #6699CC;
	}
	
	p.actualizado {font-size: 70%};
	
	p.footer {
		line-height: 100%;
		margin-bottom: 1em;
	}
	
	p.address {
	   font-family: Arial, Helvetica, sans-serif;
		color: #000000;
		font-size: 67%;
		background-color: transparent;
	}
		
	h2.heading {
		text-align: center;
		font-size: 110%;
		margin-top: 6%;
		margin-bottom: 5%;
		}

	h3.titulo {
		color: #252;
		text-align: left;
		font-size: 110%;
		margin-top: 3%;
		margin-bottom: 1%;
		margin-left: 3%;
		margin-right: 3%;
		}
		
	h4.subtitulo {
		color: #141;
		text-align: center;
		font-size: 110%;
		margin-top: 3%;
		margin-bottom: 1%;
		}	
		
	h5 {
		color: #000;
		text-align: left;
		font-size: 100%;
		margin: 1 3%;
		font-style:oblique;
		/*font-weight: bold;*/
		}	
		
	h6 {
		color: #000;
		text-align: left;
		font-size: 100%;
		margin: 1 3%;
		}			
		
	em { 
		font-style: normal;
		color: #999966;
		background-color: transparent;
		}
	
	strong { 
		font-weight: bold;
		}
		
	ul {
		margin: 0 10%;
		line-height: 100%;
	}
	
	li {
		margin: 10 0em;line-height: 110%;
	}
	th {
		font-weight: bold;
		background-color: #CC9;
		color: #000;
	}
	
	td {
		background-color: transparent;
		text-align: left;
	}
	
	td.num {
		background-color: #99CC66;
		text-align: right;
		color: #000000;
	}
