body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
body, td {
	font-size: 11px;
}
ul, form, h1, h2, h3, h4  {
	margin: 0px;
}
a:link, a:active, a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*-----CUERPO DEL SITIO---*/
#maindiv {
	width: 800px;
	margin: auto;
}
#barrasuperior {
	height: 24px;
	background-color: #004A00;
}
#barrasuperior, #barrasuperior a {
	color: #FFFFFF;
}
.fecha {
	float: left;
	width: 200px;
}
.navsup {
	float:right;
	text-align: right;
	margin: 4px 10px 0px 0px;
}
.h_banner {
	height: 100px;
	background-image: url(http://www.landhaus.cl/hotel/deutsch/images2/top.jpg);
	background-repeat: no-repeat;
}
#cuerpo {
	background-image:url(http://www.landhaus.cl/hotel/deutsch/images2//images2/bgdeg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/*-------COLUMNA IZQUIERDA-----*/
#left {
	width: 243px;
	float: left;
}
.contleft {
	width: 177px;
	margin: auto;
}
ul#publicidad, ul#publicidad li {
	margin: 0px;
	padding: 0px;
}
ul#publicidad li {
	list-style: none;
}
/*--------ESTILOS PARA NUEVO MENU DEL PUBLISH-------*/

a.categorydepth0:link,
a.categorydepth0:active,
a.categorydepth0:visited {
	display: block;
	padding: 4px 0px 4px 5px;
	/* aca poner la url de la imagen de fondo que quier ponerle al link */
	background-image: url(images/imagenfondo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #006699;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.categorydepth1:link,
a.categorydepth1:active,
a.categorydepth1:visited,
a.categorydepth2:link,
a.categorydepth2:active,
a.categorydepth2:visited {
	display: block;
	background-color: #FFFFFF;
	/* aca poner la url de la imagen de fondo que quier ponerle al link */
	background-image: url(images/imagenfondo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #000000;
}
a.categorydepth1 {
	padding: 2px 0px 2px 5px;
}
a.categorydepth2 {
	padding: 2px 0px 2px 5px;
}
a.categorydepth0:hover,
a.categorydepth1:hover,
a.categorydepth2:hover {
	text-decoration: underline;
}



/*------------COUMNA DERECHA---------*/
#right {
	margin-left: 243px;
}
.contright {
	width: 531px;
	background-color: #FFFFFF;
}
.contright .top{
	background-image: url(http://www.landhaus.cl/hotel/deutsch/images2/2-hoja3vert.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.heading {
	font-size: 16px;
	font-weight: bold;
}
ul.flotante {
	display: block;
	clear: both;
}
ul.flotante li {
	list-style: none;
	float: left;
	display: block;
}
.summary {
	clear: both;
	margin: 7px 0px 7px 0px;
}


div.fincuerpo {
	clear: both;
	height: 66px;
	background-image: url(http://www.landhaus.cl/hotel/deutsch/images2/slog.jpg);
	background-repeat: no-repeat;
}

/*---------PIE DE LA PAGINA------*/
div#footer {
	clear: both;
	height: 117px;
	background-image: url(http://www.landhaus.cl/hotel/deutsch/images2/bottom2.jpg);
	background-repeat: no-repeat;
}

