@charset "iso-8859-1";
/* CSS Document */

#topo {
	width:100%;
	height:150px;
	position:relative;
	background-image:url(../images/topoBack.jpg);
	background-repeat:repeat-x;
	background-position: top left;
}
#topMenu {
	width:100%;
	height:28px;
	position:absolute;
	bottom:0px;
	background-image:url(../images/topMenuBack.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
#topMenu ul {
	/*border:solid 1px #000;*/
	padding-top:7px;
	padding-left:2px;
}
#topMenu ul li {
	text-align: left;
	list-style-type: none;
	padding-bottom:4px;
	padding-top:6px;
	padding-left:25px;
	padding-right:25px;
	margin-left:0px;
	display:inline;
	background-image: url(../images/menuListBack.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#topMenu ul li.first {
	background-image:none;
}
#topMenu ul li a {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
#siteLogo {
	position:absolute;
	top:0px;
	left:21px;
	z-index:2;
}
#banner {
	width:100%;
	height:213px;
	position:relative;
	margin-top:2px;
}
#languageBox {
	position:absolute;
	width:100px;
	height:62px;
	right:20px;
	top:20px;
}
#languageBox ul {
	width:100px;
	padding-left:0px;
}
#languageBox ul li {
	list-style-type: none;
}
#languageBox ul li span {
	font-size:10px;
	font-weight:bold;
	color:#76be95;
	float:left;
	padding-top:5px;
}
#languageBox ul li a img {
	padding-top:3px;
	padding-left:2px;
}
.idioma{
	text-align: right;
	margin-right: 3px;
	float: left;
	display: block;
	clear: left;
	width: 60px;
}