body{
	background-image:url(../img/bg-web.jpg);
	background-repeat:repeat;
}

.contenedor{
	margin:0px auto;
	padding:0px;
	width:960px;
	text-align:left;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}

.bg-izda{
	float:left;
	width:34px;
}

	.bg-cab-izda{
		margin-top:15px;
		height:30px;
		background-color:#c8bda4;
	}
	
	.bg-plantas-izda{
		padding-top:15px;
		height:498px;
	}

.menu{
	float:left;
	width:219px;
	background-color:#ffffeb;
}

	.logo{
		margin:0px;
		padding:0px;
		width:219px;
	}
	
	.menu_opcs{
		background-image:url(../img/bg-menu.gif);
		background-repeat:repeat-x;
		width:219px;
		height:460px;
		text-align:right;
	}
	
	.menu_opcs a{
		color:#444444;
		text-decoration:none;
		display:block;
		width:219px;
		padding:4px 0px 4px 0px;
	}
	
	.menu_opcs a:hover{
		color:#1a171b;
		background-color:#fff;
		text-decoration:none;
	}
	
	.menu_opcs a h2{
		display:inline;
		font-size:13px;
		font-weight:normal;
	}

.bg-dcha{
	float:left;
	width:707px;
}

	.bg-cab-dcha{
		float:left;
		margin-top:15px;
		margin-bottom:15px;
		width:450px;
		height:30px;
		background-image:url(../img/bg-idiomas.jpg);
		text-align:center;
	}
	
			.txt-cab-dcha a{
				text-decoration:none;
				position:relative;
				top:8px;
				color:#663300;
				font: 12px Verdana, Arial, Helvetica, sans-serif;
			}
			
			.txt-cab-dcha a:hover{
				color:#963300;
			}
		
	.reservar{
		float:left;
		width:219px;
	}
	
	.bg-cab-dcha-fin{
		float:left;
		margin-top:15px;
		margin-bottom:15px;
		width:38px;
		height:30px;
		background-image:url(../img/bg-idiomas-dcha.jpg);
	}
	
	.centro{
		margin-top:60px;
		/ margin-top:0px;
		height:498px;
		background-color:#faeec8;
	}
	
			.bg-flor-dcha{
				float:left;
				width:120px;
			}
			
			.contenido-final{
				float:left;
				width:585px;
				margin-top:10px;
				color:#444444;
			}
	
	.inferior{
		padding-top:23px;
		height:75px;
		text-align:center;
		color:#ffffff;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		width:707px;
	}

img{
	border:0px;
}

a{
	text-decoration:underline;
	color:#fff;
}

a:hover{
	text-decoration:underline;
}

