/*GENERALS*/

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 940px;
  }
}

@font-face {
	font-family: "Frutiger LT Std 47 Light Cn";
	src: url("../fonts/Frutiger/FrutigerLTStd-BlackCn_0.otf")
		format("opentype");
}

@font-face {
	font-family: Garamond-Normal;
	font-weight: bold;
	src: url("../fonts/Garamond/Garamond-Normal.ttf") format('truetype');
}

html {
	position: relative;
	min-height: 100%;
	font-family: ​Garamond-Normal !important;
}

body {
	color: #596a69;
	font-family: Garamond-Normal !important;
	background-color: #f0f5f1 !important;
}

.alternative-font {
	font-family: "Frutiger LT Std 47 Light Cn" !important;
}

a {
	color: #888888 !important;
}

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

a.dark {
	color: #333333 !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;
}

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

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

.blue-text {
	color: #6D8180 !important;
}

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

.blue-background {
	background-color: #6D8180 !important;
}

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

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

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

.fat-separator {
	border: none;
	height: 6px !important;
}

.error {
	color: #C02222 !important;
}

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

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

.medium_background {
	background-color: #DFE4E4 !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-high {
	padding-top: 20px;
}

.padding-bottom-high {
	padding-bottom: 20px;
}

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

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

.padding-top-mini {
	padding-top: 5px;
}

.padding-bottom-mini {
	padding-bottom: 5px;
}

.no-margin {
	margin: 0px;
}

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

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

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px;
	overflow: hidden;
}

.responsive-video iframe,.responsive-video object,.responsive-video embed
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*END GENERALS*/

/*HEADER*/
.slider-label {
	/*margin-top: -150px;*/
	position: absolute;
	bottom: 55px;
	margin: 0 auto;
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
	color: #ffffff;
	font-family: Garamond-Normal;
	font-style: italic;
	font-size: 24px;
	width: 70%;
}

@media ( max-width : 767px) {
	#main_header {
		background-color: #6D8180 !important;
	}
	.slider-label {
		font-size: 18px;
		margin-left: 8%;
		margin-right: 8%;
		width: 84%;
		bottom: 28px;
	}
	.carousel-indicators {
		bottom: 3px;
	}
}

@media ( min-width : 768px) {
	#main_header {
		position: absolute;
		z-index: 500;
		width: 100%;
	}
	#header_menu_wrapper {
		display: none;
	}
}

#headerwrapper {
	
}

#sliderwrapper {
	
}

.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: 24px;
	}
}

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

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

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

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

#header_menu {
	margin-top: 8px;
}

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

.navbar-nav {
	margin-top: 20px;
}

.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 {
	padding: 5px !important;
	text-align: center !important;
	color: #596a69 !important;
}

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

.icon-bar {
	background-color: #596a69 !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%;
	background-color: #DFE4E4;
}

.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;
}

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

#contact-form button {
	background-color: #6D8180;
	color: #ffffff;;
	font-weight: bold;
}

#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;
}

.threecolumnseparator {
	float: left;
	width: 33.33%;
}

.close {
	font-weight: bold;
}

.content_float_up {
	position: relative;
	width: 100%;
}

.float_up {
	position: absolute;
	bottom: 40%;
	left: 0;
	width: 100%;
	z-index: 1000;
	margin: 0;
	font-size: 24px;
}

@media ( max-width : 767px) {
	.float_up {
		font-size: 18px;
		bottom: 25%;
	}
}