@charset "utf-8";
/* CSS Document */


a:link {color:#CCC; text-decoration:none;}
a:visited {color:#CCC;}
a:hover {color:#FFF;}
a:active {color:#FFF;}

body{
	background-color:#333333;
}

h1{
	font-size:25px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	text-decoration:none;
}

#menu{
	background-color: #625245;
	height:50px;
	width:1200px;
	border-style:solid;
	border-bottom:#FFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-left:0px;
	border-top:0px;
	border-right:0px;
}

#boxmenu{
	height:50px;
	width:249px;
	float:left;
	border-right-width:1px;
	border-right-color:#FFF;
	border-right-style:solid;

}

#boxmenu2{
	height:50px;
	width:100px;
	float:left;
}

#boxmenu0{
	height:50px;
	width:260px;
	float:left;
}

#meio {
	height:700px;
	width:1200px;
	border-bottom:#FFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

#esquerda{
	width:750px;
	height:700px;
	background-image:url(italia.jpg);
	float:left;
}

#direita{
	width:450px;
	height:700px;
	background-color:#FFF;
	float:left;
}

#slider{
	background-color:#000;
	height:400px;
}

#categorias{
	background-color:#CCC;
	height:298px;
}

#rodape{
	font-size:12px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color:#CCC;
	text-decoration:none;
	background-color: #625245;
	height:50px;
	width:1200px;
	border-style:solid;
	border-bottom:#FFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-top:#FFF;
	border-top-style:solid;
	border-left:0px;
	border-top:1px;
	border-right:0px;
}

table{
	margin-top:0px;
	margin-left:70px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background-color:rgba(255,255,255,0.3);
	border-collapse:collapse;
	border-style:solid;
	border-width:2px;
	border-color:#FFF;
	
}
table.img {
	hover:#CCC;
}

td{
	border-width:2px;
	border-style:solid;
	border-color:#FFF;
}

form{
	margin-top:200px;
	margin-left:70px;
	background-color:#000;
	width:600px;
	font-family: 'Lato', Calibri, Arial, sans-serif; 
	text-decoration:blink;
	background-color:rgba(255,255,255,0.3);
}

input{
	
	height:30px;
	}
textarea{
	
	height:100px;
	}

#campo {
	margin-left:40px;
}