body {
	margin: 				0px;
	padding: 				0px;
	background-color: 		#daceac;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				10px;
	behavior: 				url(csshover.htc);
}

#centrado {
	width:					780px;
	margin-left:			auto;
	margin-right:			auto;
}

/* 
----------------------- IDIOMA -----------------------
*/
#idioma {
	float:					left;
	width:					780px;
	height:					25px;
}

#idioma ul {
	margin: 				0px;
	padding:				0px;
	float:					right;
	list-style-type:		none;
	margin-right:			15px;
	_margin-right:			7.5px;
}

#idioma ul li {
	float:					left;
	height:					25px;
	width:					30px;
}

#idioma ul li a {
	display:				block;
	padding:				5px;
}

#idioma ul li a img{
	border:					0px;
}

#idioma ul li:hover {
	background-image:		url(images/idiomaRollOver.jpg);
}

#idioma ul li.seleccionado {
	background-image:		url(images/idiomaRollOver.jpg);
}

/* 
----------------------- MENU -----------------------
*/
#menu {
	float:					left;
	margin-top:				214px;
	margin-left:			25px;
	_margin-left:			12.5px;
	width:					730px;
	height: 				28px;
	font-family:			"Times New Roman", Times, serif;
	font-size:				12px;
	font-weight:			bold;
}

#menu td {
	text-align:				center;
	background-image:		url(images/menuSeparador.jpg);
	background-repeat:		no-repeat;
	background-position:	right 7px;
}

#menu td:hover {
	background-color:		#a89c70;
}

#menu td.seleccionado {
	background-color:		#a89c70;
}

#menu a {
	color:					#306fc2;
	text-decoration:		none;
	margin-left:			15px;
	margin-right:			15px;
}

#menu a:hover {
	color:					#ffffff;
}

#menu a.seleccionado {
	color:					#ffffff;
}

/* 
----------------------- FOOTER -----------------------
*/
#footer {
	float:					left;
	width:					780px;
	height:					70px;
	background-image:		url(images/fondoFooter.jpg);
	background-repeat:		no-repeat;
	font-size:				12px;
	color:					#686868;
}

#footer #mail{
	margin-top:				10px;
	margin-left:			20px;
	_margin-left:			10px;
	float:					left;
	width:					241px;
	height:					30px;
	text-align:				center;
	border-right:			1px solid #a9a9a9;
}

#footer #datos{
	margin-top:				10px;
	float:					left;
	width:					365px;
	height:					30px;
	text-align:				center;
	border-right:			1px solid #a9a9a9;
}

#footer #mapa{
	margin-top:				10px;
	float:					left;
	width:					129px;
	height:					30px;
	text-align:				center;
}

#footer a {
	color:					#9e9422;
	text-decoration:		none;
}

#footer a:hover {
	text-decoration:		underline;
}

/* 
----------------------- CONTENIDO -----------------------
*/
#pagina {
	float:					left;
	width:					780px;
	background-image:		url(images/fondoPagina.jpg);
	background-repeat:		repeat-y;
}

#contenido {
	float:					left;
	width:					780px;
	min-height:				525px;
	_height:					525px;
	background-image:		url(images/fondoContenido.jpg);
	background-repeat:		no-repeat;
}

#contenido #datos {
	float:					left;
	width:					730px;
	margin-top:				15px;
	margin-left: 			25px;
	_margin-left:			12.5px;
}

