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



@font-face {
font-family: "Roboto-Regular";
src: url("Roboto-Regular.ttf");
src: url("Roboto-Regular?#iefix") format("embedded-opentype"),
url("Roboto-Regular.svg#Locaweb-Icons") format("svg"),
url("Roboto-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Roboto-Regular";
}


.fundo_esquerda{
	background-image:url(images/esquerda.png);
	background-position: right top;
}

.fundo_direita{
	background-image:url(images/direita.png);
	background-position:left top;
}

body,td,th {
	font-family: calibri;
	font-size: 19px;
	color: #5a5a5a;
}
.menu {
	font-size: 15px;
	color: #342200;
	font-weight: bold;
	padding: 5px;
	background-color: #cd9b1a;
	border-radius: 05px;
}
.menu:link {
	text-decoration: none;
}
.menu:visited {
	text-decoration: none;
	color: #342200;
}
.menu:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #342200;
	border-radius: 05px;
}
.menu:active {
	text-decoration: none;
	color: #342200;
}
h1{
	font-size: 36px;
	text-transform: uppercase;
	color: #b18a37;
	margin: 0px;
	padding: 0px;
	font-style: oblique;
	font-weight: bold;
}


.form{
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 15px;
	color: #000;
	background-color: #FFF;
	height: 35px;
	width: 100%;
	border-radius: 10px 10px 10px 10px;
	padding-left:20px;
	padding-right:20px;
	border: 1px solid #999;
}


.form1{
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 15px;
	color: #fff;
	background-color: #b18a37;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 35px;
	width: 150px;
	border-radius: 10px 10px 10px 10px;
	padding-left:20px;
	padding-right:20px;
}





.dropbtn {
   
    color: #342200;
    padding: 16px;
    font-size: 13px;
    border: none;
    cursor: pointer;;}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
