* 
	{	margin:0px;
		padding:0px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
	}
body 
	{
		background: #d5f6ff;
	}

#tudo 
	{
		width:900px;
		//height:768px;
		margin: auto;	
		//border: 1px solid black;
		padding:10px;
		//background:white;
	}
#topo
	{
		height:50px;
		background: black;
		border: 1px solid #aaccff;
		border-radius: 5px;
		//margin:5px;
	}
#inicio
	{
		background-image: url("inicio.png");
		height:50px;
		width:100px;
		//border: 1px solid black;
		float:left;
	}
#inicio:hover
	{
		background-image: url("iniciohover.png");
	}
#disponibilidade
	{
		background-image: url("disponibilidade.png");
		height:50px;
		width:180px;
		//border: 1px solid black;
		//margin-left:1px;
		float:left;
	}
#disponibilidade:hover
	{
		background-image: url("disponibilidadehover.png");
	}
#informacoes
	{
		//height:100px;
		margin-top:10px;
		border: 1px solid #aaccff;
		border-radius: 5px;
		background: white;
		padding:10px;
	}
#informacoes h3
	{
		text-align:center;
		font-size: 18pt;
		
	}
#identificacao
	{
		//height:100px;
		margin-top:10px;
		border: 1px solid #aaccff;
		border-radius: 5px;
		background: white;
		padding:10px;
	}
#identificacao h3
{
	font-weight: bold;
	border-bottom: 1px solid #aaccff;
	margin-bottom:10px;
}
#identificacao table tr td 
	{
		text-align: right;
		margin:5px;
	}
#identificacao table tr td input, select
	{
		
		padding:5px;
		font-size:14pt;
		border:1px solid black;
	}
#direita
	{
		border:1px solid black;
		background:#C0C0C0;
		width:200px;
	}
#disponibilidade2
	{
		//height:100px;
		margin-top:10px;
		border: 1px solid #aaccff;
		border-radius: 5px;
		background: white;
		padding:10px;
	}
#disponibilidade2 table tr th
	{
		background:#C0C0C0;
		border:1px solid black;
		text-align:center;
		padding-top:15px;
		padding-bottom:15px;
		font-size: 14pt;
		font-weight: bold;
	}
#disponibilidade2 table tr td
	{
		border:1px solid black;
		text-align:center;
		width:110px;
		padding:10px;
	}
#disponibilidade2 h3
{
	font-weight: bold;
	border-bottom: 1px solid #aaccff;
	margin-bottom:10px;
}
#submit 
	{	
		width:100px;
		height:50px;
		//border: 1px solid black;
		background-image: url("enviar.png");
		border-radius: 5px;
		float:right;
		margin:10px;
	}
#submit:hover 
	{  
		background-image: url("enviarhover.png");
		border: 1px solid #aaccff;
	}


	
	