body {
	margin: 0;
	padding: 0;
	background-color: #e8e7d3;
	text-align: center;
}
#imSite {
	width: 960px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#imHeader {
	height: 148px;
	background-image: url('top.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 36px;
}
#imBody {background-repeat: repeat-y; background-position: left top; }
#imMenuMain {
	height: 42px;
	padding: 1px 0px 0 70px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #645163;
}
#imContent {
	clear: left;
	color: #000;
	margin: auto;
	padding: 0px;
	font-size: 2px;
}
/*
#imFooter {
	clear: both;
	height: 75px;
	background-repeat: no-repeat;
	background-position: left top;
}
*/
#imFooter_L {margin: 16px 0 0 70px; float: left; }
#imFooter_R {margin: 16px 70px 0 0; float: right; }

#imFooter{
	height: 42px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #645163;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;

}
ul.idiomas{
	padding:0;
	float:center;
	margin-top:0em;
	font-size: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;

}
ul.idiomas li{	
	display:inline;
	margin-right:0.1em;
	font-size:1.2em;
}
ul.idiomas li a{
	text-decoration:none;
	color:#666;
	padding:0.3em;
	font-size: 12px;
	
}
ul.idiomas li a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#645163;
	padding:0.3em;
	
}
ul.idiomas li a.activo{
	text-decoration:none;
	color:#fff;
	background-color:#645163;
	padding:0.3em;
	
}

