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

body {
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #191919;
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #c7283b;
	text-decoration: underline;
}
a:visited {
	color: #C7283B;
	text-decoration: underline;
}
a:hover {
	color: #191919;
	text-decoration: none;
}
a:active {
	color: #C7283B;
	text-decoration: underline;
}
.bg-header {
	background-image: url(images/bg-header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 272px;
}
.bg-footer {
	background-image: url(images/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
}
.navbar {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #191919;
	margin-left: 17px;
	padding-left: 17px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	font-weight: bold;
}
.navbar a:link, .navbar a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #191919;
	text-decoration:none;
}
.navbar a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #c7213a;
	text-decoration:none;
}
.navbar2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #191919;
	font-weight: bold;
}
.navbar2 a:link, .navbar2 a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #191919;
	text-decoration:none;
}
.navbar2 a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #c7213a;
	text-decoration:none;
}
.text12 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #191919;
	line-height: 18px;
}
.lista {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #191919;
	line-height: 18px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left:13px;
}
.ttl {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #007bbd;
	text-align: left;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	background-image: url(images/sageti.png);
	background-repeat: no-repeat;
	background-position: right 5px;
}
.blue30 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #007bbd;
	text-transform: uppercase;
	padding-top:5px;
	padding-bottom:10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}
.text20 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #191919;
}
.red {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #C7283B;
}
.img {
	border: 1px solid #e5e5e5;
	background-color: #FFF;
	padding: 3px;
}
.img2 {
	border: 1px solid #e5e5e5;
	background-color: #FFF;
	padding: 3px;
	margin-bottom:15px;
	margin-left:15px;
}
.img3 {
	border: 1px solid #e5e5e5;
	background-color: #FFF;
	padding: 3px;
	margin-bottom:15px;
	margin-right:15px;
}
.form {
	border: 1px solid #e5e5e5;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.form:focus {
	background-color: #f4f4f4;
}
.btn {
	color: #FFF;
	background-color: #007bbd;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	cursor: pointer;
	border: 0px;
}
.btn:hover {
	background-color: #c7283b;
}
#map {
	height: 330px;
	width: 330px;
	margin:0px;
}
h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #09F;
	font-weight:bold;
	line-height: 18px;
}
h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #191919;
	font-weight:bold;
	line-height: 18px;
}

