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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.fundo_esquerda{
	background-image:url(images/esquerda-topo.png);
	background-position: right top;
}

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

.esquerda_rodape{
	background-image:url(images/rodape-esquerda.jpg);
	background-position: right top;
}

.direita_rodape{
	background-image:url(images/rodape-direita.jpg);
	background-position:left top;
}
.menu1 {
	font-family: Calibri;
	font-size: 15px;
	color: #026aa1;
	font-style: italic;
	font-weight: bold;

	padding-bottom: 6px;
}
.menu1:link {
	text-decoration: none;
}
.menu1:visited {
	text-decoration: none;
	color: #026aa1;
}
.menu1:hover {
	text-decoration: none;
	color: #01334E;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #01334E;
	padding-bottom: 3px;
}
.menu1:active {
	text-decoration: none;
	color: #026aa1;
}
body,td,th {
	font-family: Calibri;
	font-size: 14px;
	color: #333;
}

h1{
	font-family: Calibri;
	font-size: 36px;
	font-weight: normal;
	color: #085d8a;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Calibri;
	font-size: 18px;
	font-weight: normal;
	color: #5e6266;
	margin: 0px;
	padding: 0px;
}

.form{
	font-family: Calibri;
	font-size: 15px;
	color: #000;
	background-color: #FFF;
	height: 35px;
	width: 100%;
	border-radius: 20px 20px 20px 20px;
	padding-left:20px;
	padding-right:20px;
	border: 1px solid #CCC;
}


.form1{
	font-family: Calibri;
	font-size: 18px;
	color: #fff;
	background-color: #085d8a;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 35px;
	width: 150px;
	border-radius: 20px 20px 20px 20px;
	padding-left:20px;
	padding-right:20px;
}


.form2{
	font-family: Calibri;
	font-size: 15px;
	color: #000;
	background-color: #085d8a;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 35px;
	width: 95%;

}


.equipamentos { transition: all 0.5s cubic-bezier(0.680, -0.550, 0.265, 1.100); z-index:0; }

a:hover .equipamentos { transform: scale(1.2); }