html {
	min-height: 100%;
	position: relative;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", serif;
	background: url("../pic/header.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Times New Roman", serif;
	font-weight:800!important
}

p {
	font-family: "Times New Roman", serif;
	font-size: 18px;
}

div {
	font-family: "Times New Roman", serif;
	font-size: 18px;
}

a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }

img {
	border: 0;
    width: 100%;
    height: auto;
}

.img-home {
	padding-left: 50px;
}

.img-home:hover {
	opacity: 0.8;
}

nav {
	top: 0;
	position: fixed;
	background-color: #fff;
	z-index: 2001;
}

nav li {
	margin-top: 15px;
	margin-bottom: 15px;
}

nav li a {
	text-decoration: none;
	padding: 10px 15px;
	color: #000;
	font-family: "Times New Roman", serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
}

nav li a:hover {
	text-decoration: none;
	font-size: bold;
	color: #fff;
	background-color: #27622A;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}	

#drpdwn {
	margin: 7px;
}

#navbarDropdown {
	color: #000;
}

#navbarDropdown:hover {
	color: #fff;
}

#contdropdown:hover {
	background-color: #27622A;
	color: #fff;
}

.bottom_page {
	width: 100%;
	height: 200px;
	background-color: #27622A;
	color: #fff;
	letter-spacing: 1.1px;
	text-align: center;
	position: absolute;
	bottom: 0;
	top: 100%;
}

.button-top {
	font-size: 28px;
	color: #fff;
	background-color: #27622A;
	margin: auto;
	padding: 2.5px 10px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 2px solid #fff;
}

.button-top:hover {
	color: #27622A;
	background-color: #fff;
	cursor: pointer;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

.social-icons {
	color: #fff;
	padding: 10px 6px;
}

.social-icons:hover {
	opacity: 0.5;
	color: #fff;
}

.format_1 {
	background-color: #fff;
	margin-top: 80px;
	text-align: justify;
	min-width: 100%;
}

.formulario {
	background-color: #FAFAFA;
	padding: 10px 15px;
}

tip {
	display: none;
}





























