/* CSS Document */
/*Detalhes gerais de configuração CSS*/
body{
	background-color:#b0b7b7;
	color:#fff;
	font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-decoration:none;
	}
#body {background-color:#6495eb; width:460px;}
body a
{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
}

body a:hover
{
	color:#CC0000;
	text-decoration:none;
	font-weight:normal;
}
#general{
	width:750px;
	margin-top:20px;
	} 
/* Parte da esquerda aonde encontra-se o e a parte de cidades, assim como a parte de endereços*/	
#left{
	width:251px;
	float:left;
	}
#logo{
	width:250px;
	height:100px;
	background-image:url(img/logo2.jpg);
	background-repeat:no-repeat;
	color:#636B06;
	}
#adress{
	background-color:#4a708b;
	margin-top:5px;
	color:#fff;
	}
#menu{
	background-color:#104e8b;
	width:250px;
	margin-top:5px;
	}
#menu ul li
{
    text-decoration:none;
    display:block;
    text-align:right;
    padding-right:10px;
	padding-top:4px;
}
#menu ul li a
{
    text-decoration:none;
    display:block;
    color:#fff;
	font-weight:bold;
} 
#menu ul li a:hover
{
    color:#D1E0FD;
	font-weight:bold;
}

#title, #titlew,#titleq,#titler,#bar{
	background-color:#6495eb;
	margin-top:5px;
	font-size:16px;
	font-weight:bold;
	padding-bottom:4px;
	}
#city,#photo,#welcome,#room,#reserves,#body{
	background-color:#104e8b;
	}
#city{
	margin-bottom:5px;
	padding-top:6px;
}
#body{
	width:500px;
}
#bar{
	width:500px;
}
#right{
	width:495px;
	margin-left:255px;
	}
/*
#details{
	width:490px;
	height:50px;
	padding-top:6px;
	font-size:14px;
	font-weight:bold;
	}
	*/
#details{
	width:490px;
	padding-top:0px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#000000;
	}
#photo{
	width:500px;
	height:269px;
	margin-top:5px;
	}
#titlew,#welcome{
	width:500px;
	}	
#titleq,#titler,#room,#reserves{
	width:248px;
	}
#room,#titleq{
	float:left;
	}
#welcome,#room,#reserves{
	padding-top:6px;
}
#titler,#reserves{
	margin-left:252px;
	}
#footer{
	background-color:#6495eb;
	width:756px;
	margin-top:10px;
	clear:both;
	}
#footer ul li
{
    text-decoration:none;
    display:inline;
    text-align:center;
    font-size:10px;
} 
#footer ul li a
{
    text-decoration:none;
    display:inline;
    color:#fff;
	font-weight:bold;
} 
#footer ul li a:hover
{
    color:#D1E0FD;
	font-weight:bold;
}	

input,textarea,select
{
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	font-size:13px;
}

#rodape,a 
{
	font-weight:normal;
	text-decoration:none;
}