/* CSS Document */
@import 'layout.css';
@import 'layout_hotel.css';
@import 'layout_lista.css';
@import 'layout_leiro.css';

body{
	margin:0px;
	background-color:#eceadd;
	font-family: 'Trebuchet MS', Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#4b4b4b;
}

a {
	font-family: 'Trebuchet MS', Georgia, "Times New Roman", Times, serif;
	/*font-size:11px;*/
	color:#504a26;	
	text-decoration:underline;
}
	
a:hover {
	text-decoration:none;
}

/* serverus */

.hidden{
	display: none;
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	
	overflow: hidden;
}

#container, #subnav {
 padding: 0;
}

