/*CSS Document*/
/*Boxes*/
body{
	margin:0;
}
#navbar{
	position:absolute;
	top:0px;
	width:100%;
	height:25px;
	z-index:100;
}

#container{
	position:relative;
	width:710px;
	top:100px;
	margin:auto;
	z-index:200;
/*	border:1px dashed yellow;*/
}

#content{
	position:absolute;
	top:84px;
	bottom:0px;
	width:640px;
	height:100%;
	padding:0 0 100px 0;
/*	border:1px dashed green;*/
}

#footer{
	position:relative;
	margin: 0 0 0 270px;
	bottom:-80px;
	width:440px;
}

#leftcolumn{ /* This box contains the entire left column */ 
	position:absolute;
	top:25px;
	left:0px;
	width:210px;
	height:430px;
/*	border:1px dashed blue;*/
}

#logoblock{
	position:absolute;
	top:58px;
	left:0px;
	width:210px;
	height:125px;
	background-repeat:no-repeat;
/*	border:1px dashed red; */
}

#multiimage{
	position:absolute;
	top:290px;
	right:0px;
	height:20px;
	padding:2px 0 2px 0;
	text-align:right;
}

img#multiimage {border:1px solid #333; text-decoration:none;}
img#multiimage:hover {border:1px solid #fff; text-decoration:none;}
img#multiimage:active {border:1px dashed #555; text-decoration:none;}
img#multiimage:visited {border:1px solid #333; text-decoration:none;}
img#multiimage:visited:active {border:1px dashed #555; text-decoration:none;}
img#multiimage:visited:hover {border:1px solid #fff; text-decoration:none;}

#multiimgbutton{
	margin:0 3px 0 2px;
	display:block;
	float:left;
}

img#multiimgbutton {border:1px solid #333; text-decoration:none;}
img#multiimgbutton:hover {border:1px solid #fff; text-decoration:none;}
img#multiimgbutton:active {border:1px dashed #555; text-decoration:none;}
img#multiimgbutton:visited {border:1px solid #333; text-decoration:none;}
img#multiimgbutton:visited:active {border:1px dashed #555; text-decoration:none;}
img#multiimgbutton:visited:hover {border:1px solid #fff; text-decoration:none;}

#navblock{
	position:absolute;
	right:0px;
	width:440px;
	height:125px;
	margin:0 0 0 60px;
	z-index:200;
/*	border:1px dashed green;*/
}

#subnav{
	width:180px;
	height:100px;
	padding:10px 0 0 0;  
}
#idioma{
	width:180px;
	height:50px;
	margin:50px 0 15px 0;
	padding:0;
}