@charset "utf-8";
/* CSS Document */
#logo, #contenido, #botonera, #antepie, #pie {background-color:#E4E7E7; position:relative; margin:auto;}
#logo {width:746px ; height:117px ; background-color:#FFFFFF; top:10px;}
#botonera {width:746px ; height:32px; background-color:#94A1C1}
#contenido{
	width:746px;
	height:410px;
	background-color:#E4E7E7
}
#antepie{
	width:746px;
	height:30px;
	background-image: url(imagenes/mapuche1.jpg);
	bottom:1px;
	}
#pie{
	width:746px;
	height:14px;
	background-color:#76A4D1;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#texto{
	width:350px;
	top:11px;
	right:20px;
	background-color:#E4E7E7;
	position:absolute;
	text-align: justify;
}

#izup{width:350px;top:11px;	left:20px;background-color:#E4E7E7;	position:absolute;}
#izdown{width:350px;top:175px;left:20px;	background-color:#E4E7E7;position:absolute;}

.texto{
	font-size:12px;
	color:#069;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #069;
	text-align: center;
}

