body {
	margin: 0px;
	background-color: #ECECEC;
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	line-height: 16pt;
}

/* -------------------------------------------------------*/
#pagina {
	width: 688px;
	margin: 0px auto;
	text-align: justify;
}

/* -------------------------------------------------------*/
#intro {
	position: relative;
	top: 0px;
	left: 0px;
	width: 688px;
	height: 300px;
}

#logo {
	position: relative;
	top: 8px; left: 20px;
	width: 181px; height: 112px;
	background: transparent url(sombra_logo.gif) no-repeat top left;
}

#logo h1 {
	width: 181px; height: 112px;
	background: transparent url(logo.gif) no-repeat top left;
}#logo h1 span {display:none} /* no se muestra el denominativo del logo, sólo la imagen */

#cabecera {
	width: 688px;
	height: 194px;
	background: transparent url(sombra_banner.gif) no-repeat top left;
	position: relative;
}

#cabecera h2 {
	margin: 14px 14px 0px 14px;
	width: 660px; height: 180px;
	background: url(banner_principal.jpg) no-repeat top left;
}#cabecera h2 span {display:none} /*por el momento no se muestra lema*/

#sumario { /*posición y tamño provisional*/
	position: absolute;
	top: 85px;	left: 280px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}



/* -------------------------------------------------------*/
#contenido {
	position: relative;
	top: 0px;
	width: 688px;
	margin: 0px;
	padding: 0px;
	background: transparent url(fondo.gif) repeat-y top left;
}

#texto_principal {
	position: relative;
	top: -30px;
	left: 207px;
	width: 407px;
	padding: 20px 20px 0px 20px;
	background-color: white;
}

#destacados {
	position: absolute;
	top: 12px; left: 34px;
	width: 153px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 7pt;
	line-height: 12pt;
}

/* -------------------------------------------------------*/
#pie {
	position: relative;
	top: 0px;
	width: 688px;
	height: 60px;
	background: transparent url(pie.gif) no-repeat top left;
}

#pie p {
	margin-left: 227px;
	text-align: left;
	font-size: 8pt;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}



/* -------------------------------------------------------*/
/* -------------------------------------------------------*/

h1 {
	letter-spacing: normal;
	margin-bottom: 0px;
	color: #000000;
	font-weight: bold;
	font-size: x-large;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
h2 { 
	font: italic bold 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: darkred;
}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: darkred; 
	border-bottom: 1px dotted;
}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: darkred;
	border-bottom: 1px dotted;
}
	
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: purple; 
	border-bottom: 1px solid;
}
