html {
	margin: 0px;
	padding: 0px;
	}
body { 
	font: 9pt/16pt georgia; 
	color: #FFFFFF;
	margin: 0px; 
	padding: 0px;
	text-align: center;
	background-color: #000000;
	}
p { 
	font-size: 1.05em;
	line-height: 1.4em;
	/*font: 9pt/17pt georgia;*/
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	margin-top: 0px; 
	text-align: justify;
	/*max-width: 740px;*/
	padding-left: 20px;
	padding-right: 20px;
	}

h2, h3 {
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding-left: 20px;
	padding-right: 20px;

}
h2 {
/*	font: italic normal 14pt Arial; */

        font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	max-width: 740px;
	text-align: center;
	color: #F6E800;
	}

h2.centro {
        text-align: center;
}
h2.izq {
        text-align: left;
}
h3 { 
/*	font: italic normal 12pt Arial; */        
        font-size: 1.3em;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	max-width: 430px;
	color: #2E5276;
	}
	
p.subtitulo {
	font: 9pt georgia; 
	margin-top: 0px; 
	text-align: center;
	max-width: 740px;    
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #439cd3;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #439cd3;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #147;
	}
	
a.menu:link {
	font-weight: bold; 
	text-decoration: none; 
	color: #1f3dd3;
}

a.menu:visited {
	font-weight: bold; 
	text-decoration: none; 
	color: #1f3dd3;
}

acronym {
	border-bottom: none;
	}
	
imgcentro, p.imgcentro {
    text-align: center;
}
imgizq, p.imgizq {
    text-align: left;
}

imgdcha, p.imgdcha, span.imgdcha {
    text-align: right;
}

.piefoto {
   font-size: 12px;
   font-family: Arial;
}



/* specific divs */
#container { 
        margin-right: auto; margin-left: auto;  
	background-color: #000000;
	width: 760px;
}

#intro { 
	max-width: 800px;
	min-width: 200px;
	height: 200px;
	text-align: center;
	/*position: absolute;*/
	}
#pageheader { 
	text-align: left;
        width: 800px;
	background: url("./img/sendero.gif") no-repeat bottom center;
	}

#pageheaderimg 	{ 
	margin: 7px 9px 0; 
	height: 200px; 
	width: 740px; 
	} 
#pageHeader h1 { 	
/*	margin-top: 30px; */

	height: 80px; 
	float: left;
	text-align: left;

	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	margin-top: 58px; 
	margin-bottom: 40px; 

	height: 18px; 
	float: right;
	}
#pageHeader h2 span {
	display:none
	}

#quickSummary {
	clear:both; 
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left;
	z-index: 0;
	}
#quickSummary p {
	font: italic 10pt/22pt georgia; 
	text-align:center;
	}

#preamble {
	clear: right; 
	padding: 0px 10px 0px 10px;
	}
#supportingText {
/*        padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	text-align: justify;
	max-width: 800px;
        min-height: 600px;
	position: relative;*/
	/*border: 1px solid #5C6A6D;*/
        padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	text-align: justify;
	max-width: 740px;
	position: relative;
	min-height: 900px;
}
	

#lateral {
  width: 400px;
/*  height: 800px;*/
  background-color: #000000;
  float: left;
}
#principal{
   margin-left: 410px;
   background-color: #000000;
/*   height: 800px;*/
   padding: 20px 4px 4px 4px;
}

#footer { 
	text-align: center; 
	max-width: 760px;
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#pie{
   background-color: #000000;
   padding: 3px 10px 3px 10px;
   text-align:center;
}

