@charset "utf-8";



body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image:url(image/funtomos70.jpg);
	background-size: 6px 6px;
	margin: 0;
	padding: 0;
	
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}


.container {
	width: 1024px;
	margin: 0 auto; 
	border-color:#DFDFDF;
	border-style:solid;
	border-width:0.07px;
	padding:20px 20px 10px 25px;

}

.header {
	margin-top:10px;
	margin-bottom:40px;
	position:relative;
}

.content {
	margin-top:250px;
	padding: 20px 20px 30px 30px;
	border-radius: 20px;
	background-color:#FFF;
	min-height:initial;
	text-align: justify;
}

.content li {
	margin-left:40px;
	margin-bottom:5px;
}

.content li a{
	font-size:12px;
	color:#B70000;
	text-decoration: none;
	text-transform:uppercase;	
}

.content #pdf {
    list-style-image:url(image/pdf-10.png);
}
.content #xls {
    list-style-image:url(image/XLS_10.png);
}



.content #bon {
	list-style-image:url(image/log.png);
	font-size:12px;
	color:#B70000;
}


#logo {
	float:left;
}

#alg {
	float:right;

}

#nav1 {
	float:right;
	margin-top:20px;
}
#nav2 {
	width:96%;
	font-size: 0.9375rem;
	line-height: 1.75;

	background-color:#014880;
	text-align:center;
	float:left;
	margin-top:25px;
	padding-left:26px;
	padding-top:10px;
	padding-bottom:10px;
	font-family: 'Open Sans', Tahoma, Arial;
	font-weight:bold;
	color: #014880;
	padding-right:20px;
	border-radius: 5px;
	display:block;
	position::absolute;
	
}
#nav1 li {
	list-style:none;
	float:left;
	
	
}

#nav2 li {
	text-align:center;
	list-style:none;
	float:left;
}
#nav2 li a {
	color:#FFF;
	text-decoration: none;
	text-transform:uppercase;
	padding-left:9px;
	padding-right:9px;

	
}


#nav2 li a:hover{
	background-color:#003761;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:9px;
	padding-right:9px;	
	
}

#ativo {
	width:400px;
	background:#B90000;
	margin-left:-30px;
	margin-right:-20px;
	margin-top:-20px;
	padding-left:20px;
	padding-top:1px;
	padding-bottom:1px;
	-moz-border-radius:20px 0px 80px 0px;
	-webkit-border-radius:20px 0px 80px 0px;
	 border-radius:20px 0px 80px 0px;
	 color:#FFF;
	 vertical-align:middle;	
}

input {
	padding: 10px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #003761;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);	
}

textarea {
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #003761;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);
}


#button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003761;
	padding: 10px 70px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}

#sit {
	margin: 25px 25px 0px 25px;
	padding-top:15px;
	border-top-style:double;
	border-width:thick;
	border-top-color: #B90000;	
}

#sit:hover {
	border-top-style:solid;
	border-width:thick;
}

#decor {
	border-style:inset;
	border-width:thick;
	border-color:#B90000;	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#googleMap{
	border-style:inset;
	border-width:thick;
	border-color:#B90000;
		-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;	
}
input:focus { 
    background-color:#F00;
}

/*.ano {
	margin-left:15%;
	margin-right:15%;
    -webkit-column-count: 2;  Chrome, Safari, Opera 
    -moz-column-count: 2;  Firefox 
    column-count: 2;
    -webkit-column-gap: 80px;  Chrome, Safari, Opera 
    -moz-column-gap: 80px;  Firefox 
    column-gap: 80px;
    -webkit-column-rule-style:0px;  Chrome, Safari, Opera 
    -moz-column-rule-style: 0px;  Firefox 
    column-rule-style: 0px;
	
	
}
.ano a {
	color:#000;
	text-decoration: none;
	text-transform:uppercase;	
	
}

.selano {
	padding-left:10px;	
	padding-right:10px;
}
.selano:focus {
	text-shadow: 0px 0px 15px #F00 ;
	text-shadow:none;
}
#b2018 #b2017 #b2016 #b2015 #b2014 :hover {
	text-shadow: 0px 0px 15px #014880 ;
}*/