*{
	margin:0 auto;
	padding:0;
}
body {
	background:url(i/bg.gif) left top repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px 150%;
}

#contenedor{
	background:#FFF;
	width:780px;
	min-height:670px;
	border:2px solid #666;
}

#cabecera{
	text-align:center;
	height:100px;
}

#menu{
	background:#00b366;
}
#menu li{
	float:left;
	list-style:none;
	border-right:2px solid #FFF;
}

#menu a{
	color:#FFF;
	display:block;
	font-size:90%;
	font-weight:bold;
	text-decoration:none;
	padding:5px 15px;
}

#menu a:hover{
	color:#006633;
}

#contenido{
	width:500px;
	float:left;
	margin:1em 0.5em;
	text-align:justify;
}

#contenido h3{
	margin-bottom:1em;
	font-size:100%;
	color:#006633;
}

#contenido p{
	font-size:90%;
	margin-bottom:1em;
}

#contenido dl{
	font-size:90%;
}

#contenido dt{
	font-weight:bold;
	margin-top:1em;
}

#submenu{
	padding:0.5em;
	background:#66cc99;
	width:200px;
	min-height:200px;
	float:right;
	margin:1em 0.5em;
}

* html #submenu{
	height:200px;
}
#submenu h3{
	text-align:center;
	color:#006633;
	font-size:100%;
	margin-bottom:1.2em;
}

#submenu a{
	color:#FFF;
	font-size:90%;
}

#submenu a:hover{
	color:#006633;
}

#submenu li{
	list-style-position: inside;
	color:#006633;
	margin-bottom:0.5em;
}

h1{
	margin-top:1em;
	color:#006633;
}

h2{
	margin-bottom:1.2em;
	color:#ff9933;
	font-size:120%;
}

#home{
	margin-left:70px;
}

#historia{
	margin-left:50px;
}

#valparaiso1{
	margin-right:30px;
}

#glosario{
	margin-left:150px;
	margin-top:1em;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
