body {
	background-color: #d8d4d0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 15px;
	color: #756A60;
}
#titulo_pagina {
	position: absolute;
	top: -100px;
}

#contenedor {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#logo  {
	position: fixed;
	left: auto;
	bottom: 0px;
	z-index: -5;
}


#cabecera {
	height: 155px;
	background-color: #a89f96;
}
.navegacion {
	width: 120px;
	float: left;
	padding-top: 20px;
	margin-right: 20px;
}
.navegacion ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navegacion ul li {
	border: 1px solid #B0A9A4;
	height: 28px;
	width: 118px;
	margin-bottom: 8px;
	text-align: center;
}
.navegacion ul li a {
	text-decoration: none;
	color: #756A60;
	display: block;
	height: 25px;
	width: 118px;
	padding-top: 3px;
	background-color: #D8D4D0;
	font-size: 14px;
}
.navegacion ul li a:hover {
	text-decoration: none;
	background-color: #cfcac6;
}
#idiomas {
	float: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.banderas {
	text-align: center;
	margin-top: 3px;
}
.banderas img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 2px;
}




#contenido {
	padding-top: 20px;
	margin-left: 120px;
	padding-left: 0px;
}


#pie {
	clear: both;
}

