/*GENERALS*/
html {
	position: relative;
	min-height: 100%;
	font-family: "Anaheim", ​Georgia !important;
}

body {
	color: #1a4a26;
	font-family: "Anaheim", ​Georgia !important;
	background-color: #f0f5f1 !important;
}

.alternative-font {
	font-family: Georgia, "Times New Roman", Times, serif !important;
}

a {
	color: #cccccc !important;
}

a:hover,a:focus {
	color: #999999 !important;
	text-decoration: none !important;
}

a.dark {
	color: #666666 !important;
}

a.dark:hover,a.dark:focus {
	color: #444444 !important;
}

.text-24 {
	font-size: 24px !important;
}

.text-22 {
	font-size: 22px !important;
}

.text-20 {
	font-size: 20px !important;
}

.text-18 {
	font-size: 18px !important;
}

.text-16 {
	font-size: 16px !important;
}

.text-12 {
	font-size: 12px !important;
}

.italic-text {
	font-style: italic;
}

.bold-text {
	font-weight: bold;
}

.white-text {
	color: #ffffff !important;
}

.darkgray-text {
	color: #666666 !important;
}

.gray-text {
	color: #cccccc !important;
}

.green-text {
	color: #1a4a26;
}

hr {
	border: none !important;
	height: 2px !important;
	margin-top: 5px;
	margin-bottom: 5px;
}

.green-separator {
	/* Set the hr color */
	color: #315E25 !important; /* old IE */
	background-color: #315E25 !important; /* Modern Browsers */
}

.darkgray-separator {
	/* Set the hr color */
	color: #666666 !important; /* old IE */
	background-color: #666666 !important; /* Modern Browsers */
}

.lightgray-separator {
	/* Set the hr color */
	color: #cccccc !important; /* old IE */
	background-color: #cccccc !important; /* Modern Browsers */
}

.error {
	color: #C02222 !important;
}

.white-background {
	background-color: #ffffff !important;
}

.dark-background {
	background-color: #315E25 !important;
}

.medium_background {
	background-color: #C1D4C0 !important;
}

.light-background {
	background-color: #C7D7BD !important;
}

.mini-padding {
	padding: 5px;
}

.extramini-padding {
	padding: 1px;
}

.margin-right-mini {
	margin-right: -14px;
}

.margin-top-mini {
	margin-top: 10px;
}

.margin-bottom-mini {
	margin-bottom: 10px;
}

.margin-left-mini {
	margin-left: -14px;
}

.mini-margin {
	margin: 5px;
}

.margin-bottom-no {
	margin-bottom: 0px;
}

.hcenter-img-responsive {
	margin: auto 0;
}

.center-img-responsive {
	margin: 0 auto;
}

@media ( min-width : 768px) {
	.three-column {
		margin-top: 15px;
		-webkit-columns: 3 auto;
		-moz-columns: 3 auto;
		columns: 3 auto;
	}
}

@media ( min-width : 768px) {
	.two-column {
		-webkit-columns: 2 auto;
		-moz-columns: 2 auto;
		columns: 2 auto;
	}
}

.no-padding {
	padding: 0px;
}

.padding-top-medium {
	padding-top: 10px;
}

.padding-bottom-medium {
	padding-bottom: 10px;
}

.no-margin {
	margin: 0px;
}

.margin-top-medium {
	margin-top: 10px;
}

.margin-bottom-medium {
	margin-top: 10px;
}

/*END GENERALS*/

/*HEADER*/
.header-content {
	padding-bottom: 0px;
	padding-top: 0px;
}

.header-text {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.header-text>div>p {
	margin: 0px;
}

@media ( min-width : 768px) {
	.header-text {
		font-size: 20px;
	}
	.navbar-nav>li {
		min-height: 70px;
	}
}

.img-isologotipo {
	/*max-width: 482px;
	max-height: 177px;*/
}

@media ( min-width : 992px) {
	.navbar-nav>li {
		min-height: 50px;
	}
	.menu1 {
		width: 11.5% !important;
	}
	.menu2 {
		width: 12.5% !important;
	}
	.menu3 {
		width: 12.5% !important;
	}
	.menu4 {
		width: 12.5% !important;
	}
	.menu5 {
		width: 12.5% !important;
	}
	.menu6 {
		width: 12.5% !important;
	}
	.menu7 {
		width: 12.5% !important;
	}
	.menu8 {
		width: 13.5% !important;
	}
}

@media ( max-width : 767px) {
	.header-text {
		font-size: 16px;
	}
}

.header-text>div {
	background-image: url("../images/png/botonera_superior.png");
	background-repeat: no-repeat;
	min-height: 120px
}

.header-text>a>img {
	/*margin-left: 20px;*/
	margin-bottom: 20px;
}

#header_menu {
	margin-top: 8px;
}

#main_header {
	background-image: url("../images/encabezado.jpg");
	margin-bottom: 0px !important;
}

@media ( max-width : 767px) {
	#main_header {
		background-color: #315E25 !important;
		background-image: none !important;
	}
}

.navbar {
	border-radius: 0px !important;
}

.navbar-nav {
	width: 100%;
}

.navbar-nav>li>a {
	color: #ffffff !important;
	padding: 5px;
}

.nav>li:hover,.nav>li:focus {
	background-color: white;
}

.navbar-nav>li {
	padding: 0px !important;
}

.navbar-nav>li>a:hover,.navbar-nav>li>a:focus {
	color: #1A4A26 !important;
	padding: 5px !important;
	text-align: center !important;
	background-color: #f0f5f1 !important;
}

.navbar button.navbar-toggle {
	border-color: #898989 !important;
	background-color: #ffffff !important;
}

.navbar .icon-bar {
	background-color: #1A4A26 !important;
}

.menu1 /*, .menu1>a:hover, .menu1>a:focus*/ {
	background-color: #1A4A26 !important;
}

.menu2 /*, .menu2>a:hover, .menu2>a:focus*/ {
	background-color: #194F29 !important;
}

.menu3 /*, .menu3>a:hover, .menu3>a:focus*/ {
	background-color: #18562B !important;
}

.menu4 /*, .menu4>a:hover, .menu4>a:focus */ {
	background-color: #175B2D !important;
}

.menu5 /*, .menu5>a:hover, .menu5>a:focus*/ {
	background-color: #156030 !important;
}

.menu6 /*, .menu6>a:hover, .menu6>a:focus*/ {
	background-color: #106532 !important;
}

.menu7 /*, .menu7>a:hover, .menu7>a:focus*/ {
	background-color: #106532 !important;
}

.menu8 /*, .menu8>a:hover, .menu8>a:focus*/ {
	background-color: #077137 !important;
}
/*END HEADER*/

/*FOOTER*/
.central-footer {
	padding-left: 30px;
	padding-top: 20px;
}

.central-footer>a {
	display: inline-block;
	margin-top: 8px;
}

.left-footer {
	padding-top: 20px;
}

.right-footer>div {
	margin-top: 20px;
}

.btn-send {
	float: right;
}

.footer>div>h3 {
	font-style: italic;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.footer>div>div>div {
	padding: 15px;
}

#footer-contact-form {
	margin: 10px;
}

#footer-contact-form .form-group {
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

#footer-contact-form .form-group>label {
	color: #898989;
}

#footer-contact-form .form-control {
	border: 0 !important;
}

.footer-gracias {
	background-image: url("../images/fondo_base.jpg");
}

#contact-form {
	color: #666666;
	font-size: 12px;
}

#contact-form .form-group {
	background-color: #C1D4C0 !important;
	margin-bottom: 2px;
}

#map_canvas {
	height: 300px;
}
/*END FOOTER*/
.img-portada {
	margin: 10px;
}

.newText {
	white-space: pre-line;
}