* {
	margin:0;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:8pt;
}

body {
	color:#666666;
}

a {
	color:#666666;
	text-decoration:none;
}

a img {
	border:0;
}

#todo {
	width:775px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	padding:15px;
	text-align:center;
}

#menu_general {
	background:#009933;
	margin-bottom:1px;
}
	#menu_general table {
		margin-left:auto;
		margin-right:auto;
	}
	#menu_general td {
	}
		#menu_general td .separador {
			width:1px;
			background:white;
			font-size:0px;
			height:26px;
		}
		#menu_general td a {
			font-weight:bold;
			color:white;
			display:block;
			padding:4px 15px 4px 15px;
		}

#contenido {
}

#home {
}
	#home #parte1 {
		width:750px;
		height:128px;
		background:url(../gfx/home_parte1.jpg);
	}
	#home #parte2 {
		width:750px;
		height:34px;
		background:url(../gfx/home_parte2.jpg);
		text-align:center;
	}
	#home #parte3 {
	}
	#home #parte4 {
		width:750px;
		height:155px;
		background:url(../gfx/home_parte4.jpg);
	}
	#alojamientos {
	}
		#alojamientos #menu {
		}

#menu_bajo_header {
	width:750px;
	height:63px;
	background:url(../gfx/alojamientos_bajo_header.jpg);
}

#footer {
}
	#footer #sponsors {
	}
	#footer #menu1 {
		background:#009933;
	}
		#footer #menu1 table {
			margin-left:auto;
			margin-right:auto;
		}
		#footer #menu1 td {
		}
			#footer #menu1 td .separador {
				width:1px;
				background:white;
				font-size:0px;
				height:26px;
			}
			#footer #menu1 td a {
				font-weight:bold;
				color:white;
				display:block;
				padding:4px 10px 4px 10px;
			}
	#footer #menu2 {
		background:url(../gfx/footer_fondo_menu.jpg) repeat-x top;
		padding:20px;
		text-align:center;
		color:#666666;
	}
		#footer #menu2 a {
			color:#666666;
		}
	#footer #info {
		color:#666666;
		text-align:center;
		padding-bottom:20px;
	}
		#footer #info a {
			color:#009933;
			font-weight:bold;
		}

.altfont {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.altcolor {
	color:#009933;
}
strong .altcolor {
	color:#009933;
}
.menu_titulo {
	background:#d6ebd6;
	padding:7px 7px 7px 20px;
	font-weight:bold;
}
a.menu_item {
	background:white;
	padding:7px 7px 7px 20px;
	border-bottom:1px solid #cccccc;
	display:block;
}
.buscador {
	margin:10px;
}
	.buscador .titulo {
		text-align:center;
		font-weight:bold;
		padding:5px;
		background:#66CC66;
		color:white;
	}
	.buscador .cuerpo {
		background:#EFEFE9;
		padding:10px;
	}
.items {
	padding:10px;
}
	.items .titulo {
		background:#66CC66;
		padding:5px;
		font-weight:bold;
		color:white;
	}
	.items .cuerpopar {
		background:#EFEFE9;
		padding:5px;
	}
	.items .cuerpoimpar {
		padding:5px;
	}
.alojamiento {
	padding:10px;
}
	.titulo {
		padding:5px;
		background:#EFEFE9;
		font-weight:bold;
	}
	.titulo td {
		color:#009933;
	}
	.cuerpo {
	}

.just {
	text-align:justify;
}