/*  estilos  */

body	{
	background: #CCC;
	color: #000;
	margin: 0;
	padding: 0;
	border: 0;
}

/*  fuentes página central  */ 

p {
	margin-top: 0;
	margin-bottom: 1em;
	font-family: "Comic Sans MS", "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	}
	

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #006633;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #006666;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #006666;
	background: transparent;  
	}

/*  fuentes de las cabeceras  */ 

h1, h2, h3, h4, h5, h6	{
	font-weight: normal;
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	}

h1	{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 32px;
	text-transform: uppercase;
	}

h2	{
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 0;
	letter-spacing: 1px;
	}

h3	{
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0; 
    }

h4	{
	font-size: 13px;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
	}

/*  capas contenedores principales  */

#grande {
	border: 1px solid #000;
	margin: 10px;
	margin-left: auto;
	margin-right: auto; 
	padding: 10px;
	width: 822px;			/* valor falso para IE4-5.x/Win, de forma que: */	
	voice-family: "\"}\"";	/* ancho real + borde i/d + margen interno i/d = falso valor */
	voice-family:inherit;	/* final del falso valor para IE4-5.x/Win */
	width: 800px;			/* valor real para navegadores actuales */
}

html>#grande {
	width: 800px;			/* para Opera */
}

#banner {
	padding: 2px 2px 2px 10px;
	background-color: #009999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.33em;
	text-align: left;
}
#inclusiva {
	margin: 0;	
	background-color: #009999;
	
}
#lateral {
	float: left;
	margin: 0;
	margin-right: 2px;
	padding: 2px;
	background-color: #009999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	width: 170px;			/* valor falso para IE4-5.x/Win, de forma que: */	
	voice-family: "\"}\"";	/* ancho real + borde i/d + margen interno i/d = falso valor */
	voice-family:inherit;	/* final del falso valor para IE4-5.x/Win */
	width: 165px;			/* valor real para navegadores actuales */
}

html>#lateral {
	width: 170px;			/* para Opera */
}

#central {
	padding: 6px;
	margin-left: 170px;
	background-color: #ccc;
	font-family: "Comic Sans MS", "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #000;
	font-size: 12px;
	
	heigth: 450px;
}

/*  enlaces lateral  */

#barranav ul 
{
	margin: 0; 
	padding: 0 0 0 10px;
	list-style-type: none; 
	font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#barranav li { margin: 0 0 3px 0; } 

#barranav a 
{
	display: block; 
	padding: 2px 2px 2px 20px; 
	border: 1px solid #fff; 
	width: 130px; 
	height: 20px; 
	background-color: #00cc99; 
	width: 140px;			/* valor falso para IE4-5.x/Win, de forma que: */	
	voice-family: "\"}\"";	/* ancho real + borde i/d + margen interno i/d = falso valor */
	voice-family:inherit;	/* final del falso valor para IE4-5.x/Win */
	width: 130px;			/* valor real para navegadores actuales */
}

html>#barranav {
	width: 130px;			/* para Opera */
}

#barranav a:link, #listanav a:visited 
{
	font-size: 10px;
	color: #eee; 
	text-decoration: none; 
}

#barranav a:hover 
{
	font-size: 10px;
	border: 1px solid #fff; 
	background-color: #006666; 
	color: #fff; 
}

#active a:link, #active a:visited, #active a:hover 
{
	font-size: 10px;
	border: 1px solid #fff; 
	background-color: #006666; 
	color: #fff; 
}


/*  pie  */

#pie {
	clear: both;
	padding: 2px;
	margin-top: 2px;
	background-color: #009999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	text-align: right;
}
