@charset "utf-8";
/* CSS Document */

body {
width:900px;
margin:0 auto;
text-align:center;
background-color:#FFFFFF;
border:1px solid #666;
font-family:Helvetica, Arial,  sans-serif;

}

#header,#menu,#content,#sub-section,#footer {

overflow:hidden;

display:inline-block;

text-align:left

}

/* safari and opera need this */

#header,#menu,#footer {width:100%}

#content,#sub-section {float:left}

#content {
	width:100%;
}

#sub-section {width:20%}

#footer {clear:left}


#menu {
	background-color:#69AF28;
	height:60px;
	font-weight:bold;
	font-size:1.1em;
	width:100%;
}
#menu dl {
clear:both;
overflow:hidden;
	margin:0px 20px 10px 20px;
	/*margin-top:0px;
	 width:100%;*/
	padding:0px;
	height:50px;
}
#menu dd {
	float:left;
	/* width:220px; 
	border:1px #000000 solid;*/
	vertical-align:middle;
	padding:5px;
	margin:5px;
}
#menu dd a{
	text-decoration:none;
	color:#000000;
}
#menu dd img{
	border:0px;
	margin-top:-5px;
}

#footer {
	background-color:#000000;
	/*background-image:url(../img/pie.gif);
	background-position:right;
	background-position:top;*/
	 
	color:#FFFFFF;
	height:100px;
}
#footer h1{
	padding-left:30px;
	padding-top:10px;
	float:left;
	font-size:1.8em;
}
#footer img{
	float:right;
	border:0px;
	vertical-align:middle;
}

#contenidos {
	padding:10px;
	height:480px;
	overflow:auto;
}

#texto {
	color:#69af28;
	font-weight:bold;
	font-size:1.2em;
}
a { 
	text-decoration:underline; 
	color:#000000;
}
#contenidos h2 {
	color:#69af28;
	font-size:1.2em;
}
#idioma {
	margin-top:-15px;
	text-align:right;
	float:right;
	font-size:0.75em;
	height:10px;
}
#idioma a {
text-decoration:none;
color:#CCCCCC;
}

