﻿@charset "UTF-8";
/* CSS Document */


/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	height: 100%;
}

body {
	line-height: 1;
	height: 100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*clearfix*/

.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}
/*:::::::::::::::::::::::::::::: GENERAL ::::::::::::::::::::::::::::::*/
@font-face {
	font-family: 'Conv_ITCFranklinGothicStd-BkCp';
	src: url('../../../Fonts/ITCFranklinGothicStd-BkCp.eot');
	src: url('../../../Fonts/ITCFranklinGothicStd-BkCp.eot') format('embedded-opentype'), url('../../../Fonts/ITCFranklinGothicStd-BkCp.woff') format('woff'), url('../../../Fonts/ITCFranklinGothicStd-BkCp.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	color: #595a5c;
	font-size: 12px;
	font-family: Arial;
}

img {
	max-width: 100%;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: 700;
}

h1, h2 {
	color: #192249;
	font-weight: 700;
	text-transform: uppercase;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	color: #9d9f9e;
	font-size: 18px;
	text-transform: uppercase;
}

p {
	font-family: 'Conv_ITCFranklinGothicStd-BkCp', Arial;
	font-size: 16px;
}

[class|="sp"] {
	background-image: url("../Img/sprite.png");
	background-repeat: no-repeat;
	display: inline-block;
}

.center {
	clear: both;
	max-width: 1024px;
	margin: 0 auto;
}

.nopadding {
	padding: 0 !important;
}

.no-padding-l {
	padding-left: 0;
}

.no-padding-r {
	padding-right: 0;
}

.btn {
	border-radius: 0;
}

.color-blue,
.blue-text {
	color: #192249;
}

/************** Header *****************/

.ctn-header {
	width: 100%;
	margin-bottom: 34px;
	position: relative;
}

.ctn-logo img{
    height:120px;
}

.ctn-logoBanner {
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #C2D700;
    height:120px;
}

.ctn-header .info-header {
	padding: 0 15px;
	overflow: hidden;
}

	.ctn-header .info-header h1,
	.ctn-header .info-header h2 {
		color: #192249;
		font-weight: bold;
	}

	.ctn-header .info-header h1 {
		font-size: 35px;
	}

	.ctn-header .info-header h2 {
		font-size: 26px;
	}

.ctn-header .ctn-banner {
	background-repeat: no-repeat;
	background-position: 45px 0;
	height: 120px;
	padding: 0;
   
}

.ctn-header .ctn-text {
	padding: 0;
}

.ctn-menu {
	background-color: #192249;
	clear: both;
	margin: 10px 0;
}

.navbar-argos {
	clear: both;
	background-color: #192249;
	border-radius: 0;
	min-height: 36px;
}

	.navbar-argos .nav > li > a {
		color: #fff;
		font-size: 14px;
		padding: 8px 15px;
	}

		.navbar-argos .nav > li > a:focus,
		.navbar-argos .nav > li > a:hover,
		.navbar-argos .nav > .active > a,
		.navbar-argos .nav > .active > a:focus,
		.navbar-argos .nav > .active > a:hover,
		.navbar-argos .navbar-toggle:focus,
		.navbar-argos .navbar-toggle:hover {
			background-color: #C7D51F;
			color: #192249;
		}

	.navbar-argos .navbar-toggle {
		border: 0;
		border-radius: 0;
	}

		.navbar-argos .navbar-toggle .icon-bar {
			background-color: #fff;
		}

	.navbar-argos .navbar-collapse {
		border: 0;
		box-shadow: none;
	}

.ctn-logo-top {
	padding: 0;
    text-align:center;
}

.ctn-text-top {
	display: none;
	margin-top: 20px;
}

/*********************************************/

/***************** Btns foot *****************/

.btns-foot {
	overflow: hidden;
	margin: 30px 0;
}

	.btns-foot .btn-verMapa,
	.btns-foot .btn-postularObra,
	.btns-foot .btn-comunidad {
		padding-left: 0;
		overflow: hidden;
	}

		.btns-foot .btn-verMapa a,
		.btns-foot .btn-postularObra a,
		.btns-foot .btn-comunidad a {
			color: #fff;
			display: block;
			font-weight: 700;
			font-size: 14px;
			padding: 6px 5px;
			text-transform: uppercase;
			overflow: hidden;
			height: 62px;
		}

		.btns-foot .btn-verMapa a,
		.btns-foot .btn-comunidad a {
			color: #fff;
		}

.sp-btn-map {
	background-position: -25px 0;
	height: 32px;
	width: 24px;
}

.sp-btn-postulate {
	background-position: -154px 0;
	height: 31px;
	width: 19px;
}

.btns-foot .btn-verMapa a,
.btns-foot .btn-comunidad a {
	background-color: #c4d42c;
}

	.btns-foot .btn-verMapa a:hover,
	.btns-foot .btn-comunidad a:hover {
		background-color: #b2ca2d;
	}

.btns-foot .btn-verMapa a {
	padding: 14px 0 0 25px;
}

.btns-foot .btn-postularObra a {
	background-color: #192249;
	padding: 16px 10px 0 25px;
}

	.btns-foot .btn-postularObra a:hover,
	.btns-foot .btn-postularObra a:focus {
		background-color: #13152d;
		text-decoration: none;
	}

.btns-foot .btn-verMapa span,
.btns-foot .btn-postularObra span {
	float: left;
}

.btns-foot .btn-verMapa .text {
	margin: 8px 0 0 30px;
}

.btns-foot .btn-postularObra .text {
	margin: 7px 0 0 25px;
}

.btns-foot .btn-postularObra {
	text-align: center;
}

.text-pf{
    color:#192249 !important;
    font-weight:700;
    text-shadow:0px -0px 0px #202449;
}

.text-mp{
    color:#192249 !important;
    font-weight:700;
    text-shadow:0px -0px 0px #202449;
}

.btns-foot .btn-comunidad {
	padding-right: 0;
}

	.btns-foot .btn-comunidad a {
		font-size: 14px;
	}

	.btns-foot .btn-comunidad .ctn-img,
	.btns-foot .btn-comunidad span {
		float: left;
		padding: 0;
	}

	.btns-foot .btn-comunidad .col-xs-9 {
		padding-left: 5px;
	}

.center-btns-foot {
	clear: both;
	display: block;
	margin: 0 auto;
	float: none;
}

.btn-comunidad .text {
	margin-top: 15px;
}

/**************************************************/


/********************* Footer ********************/

.footer {
	background-color: #c4d42c;
	color: #202449;
	text-align: center;
	padding: 10px 15px;
}

	.footer a {
		color:#202449 ;
	}

		.footer a:hover,
		.footer a:focus {
			color: #202449;
		}

/**************************************************/

/****************** Content Home *****************/

.preview-project {
	padding-left: 0px;
	margin-bottom: 15px;
}

	.preview-project .ctn-project {
		border: 1px solid #f0f0f1;
		max-width: 245px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}

.date-project {
	color: #192249;
	float: right;
	font-size: 10px;
	letter-spacing: -1px;
	width: 60px;
}

	.date-project span {
		display: inline-block;
		float: left;
		width: 30px;
	}

	.date-project .day {
		font-size: 28px;
		font-weight: bold;
	}

	.date-project .month {
		margin-top: 5px;
	}

.preview-project .ctn-project .ctn-image {
	height: 90px;
	overflow: hidden;
	width: 100%;
}

.preview-project .ctn-project .ctn-info {
	padding: 10px 5px;
}

	.preview-project .ctn-project .ctn-info h3 {
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		min-height: 28px;
	}

	.preview-project .ctn-project .ctn-info .location {
		font-size: 12px;
		display: block;
		min-height: 15px;
	}

.preview-project .ctn-project .cnt-foot-p {
	background-color: #f3f4f4;
	color: #b1b3b5;
	font-size: 12px;
	height: 31px;
	width: 100%;
}

	.preview-project .ctn-project .cnt-foot-p .pull-left {
		margin: 5px 0 0 8px;
	}

.btn-like {
	display: inline-block;
	float: left;
}

	.btn-like:hover,
	.btn-like:focus,
	.btn-like:hover .sp-btn-like,
	.btn-like:focus .sp-btn-like {
		background-position: 0 -50px;
		color: #202449;
	}

.ctn-views {
	float: left;
}

	.btn-like span,
	.ctn-views span {
		color: #b1b3b5;
		font-size: 12px;
		display: inline-block;
		float: left;
	}

.sp-btn-like,
.sp-icon-views {
	height: 24px;
	width: 24px;
}

.sp-btn-like {
	background-position: 0 -25px;
}

.sp-icon-views {
	background-position: 0 0;
}

.sp-icon-cup {
	background-position: 0 -75px;
	height: 24px;
	width: 21px;
}

.btn-like .text,
.ctn-views .text {
	margin: 5px 0 0 2px;
}

.btn-like {
	margin-right: 10px;
}

.preview-project .ctn-project .cnt-foot-p .pull-right {
	border-left: 1px solid #dbdcdd;
	height: 31px;
	width: 50px;
}

	.preview-project .ctn-project .cnt-foot-p .pull-right .sp-icon-cup {
		display: block;
		margin: 0 auto;
		margin-top: 4px;
	}

.ctn-inportant {
	background-color: #c7d51f;
	color: #192249;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	width: 150px;
    font-weight:700;
}

.ctn-inportant {
	position: absolute;
	left: 0;
	top: 0;
}

.pag-argos {
	clear: both;
	width: 265px;
	margin: 0 auto;
	text-align: center;
}

	.pag-argos .pagination > li > a,
	.pag-argos .pagination > li > span {
		color: #192249;
	}

	.pag-argos .pagination > li > a,
	.pag-argos .pagination > li > span {
		color: #192249;
	}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	color: #192249;
	background-color: #C7D51F;
	border-color: #C7D51F;
}

.ctn-filters {
	padding-right: 0;
	font-size: 12px;
	float: right;
}

.navbar-filters {
	background-color: #fff;
	border: 0;
}

	.navbar-filters .navbar-collapse {
		padding: 0;
	}

	.navbar-filters .form-control {
		border-radius: 0;
	}

	.navbar-filters .navbar-nav > li {
		margin-bottom: 5px;
		width: 100%;
	}

		.navbar-filters .navbar-nav > li > a {
			color: #383838;
			padding: 5px;
		}

	.navbar-filters .navbar-nav li a {
		color: black !important;
	}

	.navbar-filters .navbar-nav .dropdown-toggle,
	.nav .open > a,
	.nav .open > a:focus {
		background-color: #f1f2f2;
		border-bottom: 1px solid #c2c3c3;
	}

	.navbar-filters .navbar-nav > li > a:focus,
	.navbar-filters .navbar-nav > li > a:hover,
	.navbar-filters .dropdown-menu > li > a:focus,
	.navbar-filters .dropdown-menu > li > a:hover {
		color: #141d45;
		background-color: #c7d51f;
	}

	.navbar-filters .dropdown-menu {
		position: static;
		background-color: rgba(0,0,0,0.1);
		font-size: 12px;
		border: 0;
		box-shadow: none;
		padding: 10px 0;
		width: 100%;
	}

		.navbar-filters .dropdown-menu > ul {
			list-style:;
		}

		.navbar-filters .dropdown-menu > li > a {
			padding: 10px 15px;
            border-bottom:solid 1px rgba(0,0,0,0.1);
		}

	.navbar-filters .form-control {
		font-size: 12px;
		height: 30px;
		background-color: #00a486;
	}

		.navbar-filters .form-control#textPlace {
			background-color: rgba(0,0,0,0.2);
            border:0;
            margin-top:10px;
		}

	.navbar-filters .input-group-addon {
		padding: 5px 8px;
		border-radius: 0;
	}

	.navbar-filters .input-group-addon {
		background-color: #00a486;
	}

	.navbar-filters #textProject,
	.navbar-filters #textPlace,
	.navbar-filters #textPlant {
		color: black;
	}

		.navbar-filters #textProject::-webkit-input-placeholder,
		.navbar-filters #textPlace::-webkit-input-placeholder,
		.navbar-filters #textPlant::-webkit-input-placeholder {
			color: black;
		}

		.navbar-filters #textProject:-moz-placeholder,
		.navbar-filters #textPlace:-moz-placeholder,
		.navbar-filters #textPlant:-moz-placeholder {
			color: black;
		}

		.navbar-filters #textProject::-moz-placeholder,
		.navbar-filters #textPlace::-moz-placeholder,
		.navbar-filters #textPlant::-moz-placeholder {
			color: black;
		}

		.navbar-filters #textProject:-ms-input-placeholder,
		.navbar-filters #textPlace:-ms-input-placeholder,
		.navbar-filters #textPlant:-ms-input-placeholder {
			color: black;
		}

	.navbar-filters h4 {
        border-bottom:solid 1px rgba(0,0,0,0.2);
        border-top:solid 1px rgba(0,0,0,0.1);
		display: block;
		font-size: 14px;
		font-weight: 700;
		margin: 5px 0;
        margin-bottom:5px;
        padding:10px; 
	}

.sp-icon-search {
	background-position: 0 -100px;
	width: 16px;
	height: 16px;
}

.navbar-filters .ctn-keywords {
	overflow: hidden;
    margin-top:20px
}

.navbar-filters .ctn-keywords h4{
    margin-top:20px !important;
}

	.navbar-filters .ctn-keywords a {
		border:solid 1px rgba(0,0,0,0.2);
        background:rgba(0,0,0,0.05);
		color: #fff;
		display: inline-block;
		padding: 5px 10px;
		float: left;
		margin: 0 5px 5px 0;
	}

		.navbar-filters .ctn-keywords a:hover,
		#contentKey .tag-selected {
			background-color: #13152d;
			text-decoration: none;
            color:#fff !important;
		}

.btn-filter-1#projectView {
	background-color: #5aa997;
    border:solid 1px rgba(0,0,0,0.1);
    color:#fff !important;
    padding:6px;
}

.btn-filter-1#projectLight {
	background-color: #73bead;
    color:rgba(255,255,255,0.99) !important;
}

.navbar-filters .navbar-nav .dropdown {
	margin-bottom: 0;
}

.limit-drop {
	max-height: 150px;
	overflow: auto;
}

.pag-argos .light-theme .current {
	color: #192249;
	background-color: #C7D51F;
	border-color: #C7D51F;
}

.pag-argos .light-theme .next,
.pag-argos .light-theme .prev {
	border: 1px solid #D0D0D0;
	background-color: #fff;
}

#ctn-filters-desktop .selected {
	color: #141d45;
	background-color: #c7d51f;
}



/******************** Obras **********************/

.preview-obra {
	border-bottom: 1px dashed #CECECE;
	overflow: hidden;
	margin: 0 0 30px 0;
	padding-bottom: 30px;
}

	.preview-obra .col-left {
		position: relative;
		overflow: hidden;
		padding: 0;
	}

	.preview-obra .col-right {
		margin-top: 40px;
	}

	.preview-obra h1 {
		font-size: 20px;
	}

	.preview-obra .location {
		font-size: 18px;
		color: #192249;
	}

	.preview-obra p {
		margin: 10px 0;
		line-height: 119%;
	}

	.preview-obra .btn {
		border: 2px solid #c4d42c;
		color: #c4d42c;
		float: right;
		font-weight: 700;
	}

		.preview-obra .btn:hover,
		.preview-obra .btn:focus {
			background-color: #c4d42c;
			border: 2px solid #c4d42c;
			color: #fff;
		}

.gray-bar-obra {
	background-color: #f2f3f3;
	overflow: hidden;
	/*margin-top: 20px;*/
	padding: 5px 15px;
}

.btn-more-obras {
	height: 30px;
	margin-bottom: 30px;
}

	.btn-more-obras a {
		display: block;
		color: #c4d42c;
		font-size: 12px;
		font-weight: 700;
		margin: 0 auto;
		width: 150px;
		text-align: center;
		position: relative;
		padding-bottom: 5px;
	}

		.btn-more-obras a:hover {
			text-decoration: none;
		}

		.btn-more-obras a:before {
			border-top: 15px solid #c4d42c;
			border-left: 30px solid transparent;
			border-right: 30px solid transparent;
			content: "";
			display: block;
			height: 0;
			width: 0;
			position: absolute;
			left: 50%;
			margin-left: -30px;
			bottom: -13px;
		}

/******************************************/

/******************** Galerias y Obras **********************/

.ctn-preview-g {
	padding-left: 0;
	margin-bottom: 15px;
}

	.ctn-preview-g .ctn-project {
		background-color: #aab9c8;
		display: block;
		padding: 0 0 5px 0;
		margin: 0 auto;
		overflow: hidden;
		max-width: 242px;
		min-height: 190px;
	}

		.ctn-preview-g .ctn-project:hover {
			background-color: #bbbbbb;
			text-decoration: none;
		}

		.ctn-preview-g .ctn-project img {
			display: block;
			margin-bottom: 5px;
			overflow: hidden;
		}

		.ctn-preview-g .ctn-project h3,
		.ctn-preview-g .ctn-project span {
			color: #fff;
			display: block;
			font-weight: 700;
			font-size: 14px;
		}

		.ctn-preview-g .ctn-project h3 {
			text-transform: uppercase;
		}

.title-section {
	overflow: hidden;
	margin: 20px 0;
	padding: 0 15px;
}

.title-section-gray {
	overflow: hidden;
	margin: 20px 0;
}

	.title-section-gray h1 {
		color: #a7a9ab;
		font-size: 24px;
		font-weight: 700;
		text-transform: uppercase;
		padding-top: 5px;
	}

.title-section h1 {
	font-size: 24px;
}

.galery-obras .ctn-project {
	padding: 5px;
	text-align: right;
	max-width: 162px;
	min-height: 190px;
}

/**************************************************/


/*************** Detalle Galerias ******************/

.ctn-thumbnail {
	overflow: hidden;
	margin: 20px 0;
	padding: 0;
	float: right;
}

	.ctn-thumbnail .bx-wrapper {
		margin-bottom: 30px;
	}

		.ctn-thumbnail .bx-wrapper .bx-viewport {
			box-shadow: none;
		}

.bx-wrapper .bx-controls-direction a {
	margin-top: -30px;
}

.ctn-thumbnail .bx-wrapper .bx-prev,
.ctn-thumbnail .bx-wrapper .bx-next {
	background: none;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	height: 0;
	width: 0;
}

.ctn-thumbnail .bx-wrapper .bx-prev {
	border-right: 15px solid #C7D51F;
	margin-left: -30px;
}

.ctn-thumbnail .bx-wrapper .bx-next {
	border-left: 15px solid #C7D51F;
	right: -10px;
}

.ctn-title-obra {
	color: #a7a9ab;
	width: 100%;
	overflow: hidden;
	margin: 25px 0;
}

	.ctn-title-obra h1 {
		color: #a7a9ab;
		font-size: 24px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.ctn-title-obra span {
		font-size: 22px;
	}

.ctn-description-galery {
	clear: both;
	overflow: hidden;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 0;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

	.ctn-description-galery ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

.ctn-description-galey ul li {
	margin-bottom: 8px;
}

.btn-gallery {
	clear: both;
	margin: 30px 0;
}

	.btn-gallery a {
		color: #192249;
		font-weight: 700;
		font-size: 14px;
		text-transform: uppercase;
	}

		.btn-gallery a:after {
			border-top: 8px solid transparent;
			border-bottom: 8px solid transparent;
			border-right: 8px solid #c4d42c;
			content: "";
			display: inline-block;
			height: 0;
			width: 0;
			float: left;
			margin-right: 8px;
		}

/**************************************************/


/*************** Detalle Obras ********************/

.ctn-detail-p .section-1,
.ctn-detail-p .section-2,
.ctn-detail-p .section-3 {
	clear: both;
	overflow: hidden;
}

.ctn-detail-p .section-1 {
	margin-bottom: 20px;
}

	.ctn-detail-p .section-1 .ctn-title {
		color: #a8aaad;
		overflow: hidden;
		padding: 0;
	}

		.ctn-detail-p .section-1 .ctn-title h1 {
			color: #5c5c5f;
			font-weight: 700;
			font-size: 20px;
			text-transform: uppercase;
		}

		.ctn-detail-p .section-1 .ctn-title span {
			font-size: 20px;
		}

	.ctn-detail-p .section-1 .ctn-btns-top {
		padding-right: 0;
	}

		.ctn-detail-p .section-1 .ctn-btns-top .btn-like,
		.ctn-detail-p .section-1 .ctn-btns-top .ctn-views {
			float: right;
		}

		.ctn-detail-p .section-1 .ctn-btns-top > div {
			overflow: hidden;
			margin-bottom: 10px;
		}

		.ctn-detail-p .section-1 .ctn-btns-top .ctn-inportant {
			float: left;
		}

.sp-icon-cup-i {
	background-position: -25px -33px;
	height: 21px;
	width: 21px;
	float: left;
}

.ctn-detail-p .section-1 .ctn-btns-top .sp-icon-cup-i {
	margin: 0 10px;
}

.ctn-detail-p .section-2 {
	margin-bottom: 20px;
}

	.ctn-detail-p .section-2 .ctn-specs {
		border-top: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
		padding: 16px 0 0 0;
		font-size: 12px;
		text-transform: uppercase;
	}

		.ctn-detail-p .section-2 .ctn-specs .title,
		.ctn-description-galery .title {
			font-weight: 700;
			padding-right: 0;
		}

		.ctn-detail-p .section-2 .ctn-specs .desc,
		.ctn-description-galery .desc {
			padding: 0 10px 0 5px;
		}

		.ctn-detail-p .section-2 .ctn-specs ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

			.ctn-detail-p .section-2 .ctn-specs ul li {
				margin-bottom: 8px;
			}

	.ctn-detail-p .section-2 .ctn-img {
		float: right;
		padding-right: 0;
	}

		.ctn-detail-p .section-2 .ctn-img .info-img {
			position: relative;
		}

			.ctn-detail-p .section-2 .ctn-img .info-img .ctn-img {
				text-align: center;
				overflow: hidden;
				position: relative;
				width: 100%;
			}

			.ctn-detail-p .section-2 .ctn-img .info-img .ctn-foot-img,
			.ctn-detail-p .section-2 .ctn-img .info-img .ctn-foot-img-b {
				background-color: #192249;
				color: #fff;
				font-size: 12px;
				width: 100%;
				padding: 10px;
				overflow: hidden;
			}

			.ctn-detail-p .section-2 .ctn-img .info-img .ctn-foot-img-b {
				background-color: #192249;
				clear: both;
			}

				.ctn-detail-p .section-2 .ctn-img .info-img .ctn-foot-img span,
				.ctn-detail-p .section-2 .ctn-img .info-img .ctn-foot-img-b span {
					display: block;
				}

			.ctn-detail-p .section-2 .ctn-img .info-img .ctn-foot-img .name-p {
				text-transform: uppercase;
			}

	.ctn-detail-p .section-2 .thumb-obras,
	.ctn-detail-p .section-2 .thumb-plantas {
		width: 100%;
	}

.thumb-plantas .bx-wrapper .bx-next {
	right: 15px;
}

.thumb-plantas .bx-wrapper .bx-prev {
	margin-left: -4px;
}

.ctn-detail-p .section-3 .text-description-p {
	margin: 0 0 20px 0;
	text-align: justify;
}

.ctn-detail-p .info-description-p .text-description-p p,
.ctn-detail-p .info-description-p > p,
.ctn-detail-p .info-description-p table p {
	line-height: 20px;
}



.title-description {
	overflow: hidden;
	margin-bottom: 20px;
}

.ctn-detail-p .section-3 .ctn-product-d {
	clear: both;
	overflow: hidden;
	padding: 15px 0;
	position: relative;
}

	.ctn-detail-p .section-3 .ctn-product-d .cnt-img {
		text-align: center;
	}

		.ctn-detail-p .section-3 .ctn-product-d .cnt-img img {
			height: 170px;
			width: 400px;
		}

	.ctn-detail-p .section-3 .ctn-product-d .ctn-inportant {
		background-color: #131f48;
		top: 15px;
		right: 0;
		position: absolute;
	}

	.ctn-detail-p .section-3 .ctn-product-d .info-product-d {
		margin-top: 35px;
		padding-right: 0;
	}

		.ctn-detail-p .section-3 .ctn-product-d .info-product-d .title-product-d {
			color: #808080;
			margin: 30px 0 10px 0;
		}

			.ctn-detail-p .section-3 .ctn-product-d .info-product-d .title-product-d h3 {
				color: black;
			}

			.ctn-detail-p .section-3 .ctn-product-d .info-product-d .title-product-d span {
				font-size: 18px;
			}


.btns-foot-p {
	overflow: hidden;
	margin: 30px 0;
}

	.btns-foot-p .ctn-networks-p {
		border-top: 1px solid #d5d5d5;
		padding: 0;
		padding-top: 10px;
	}

		.btns-foot-p .ctn-networks-p span {
			display: block;
			text-align: center;
			text-transform: uppercase;
			font-size: 18px;
			margin-bottom: 10px;
			letter-spacing: -1px;
		}

.sp-btn-facebook,
.sp-btn-instagram,
.sp-btn-twitter,
.sp-btn-pinterest,
.sp-btn-google,
.sp-btn-in {
	height: 34px;
	width: 34px;
}

.sp-btn-facebook {
	background-position: -49px 0;
}

.sp-btn-instagram {
	background-position: -84px 0;
}

.sp-btn-twitter {
	background-position: -119px 0;
}

.sp-btn-pinterest {
	background-position: -49px -35px;
}

.sp-btn-google {
	background-position: -84px -35px;
}

.sp-btn-in {
	background-position: -119px -35px;
}

.btns-foot-p .ctn-networks-p .ctn-links-n {
	overflow: hidden;
	width: 220px;
	margin: 0 auto;
	text-align: center;
}

	.btns-foot-p .ctn-networks-p .ctn-links-n a {
		margin-right: 12px;
	}

		.btns-foot-p .ctn-networks-p .ctn-links-n a:last-child {
			margin-right: 0;
		}

.btns-foot-p .ctn-btn-like-p {
	float: right;
	padding-right: 0;
}

.sp-btn-like-b {
	background-position: -25px -70px;
	height: 121px;
	width: 121px;
}

.btns-foot-p .ctn-btn-more-p {
	padding: 0;
}

	.btns-foot-p .ctn-btn-more-p .link-more-p {
		border-top: 1px solid #d5d5d5;
		color: #595a5c;
		font-size: 16px;
		text-transform: uppercase;
		margin: 0 0 0 10px;
		float: left;
		padding-top: 10px;
	}

.sp-icon-download {
	background-position: -154px -32px;
	height: 32px;
	width: 32px;
	position: absolute;
	z-index: 999;
	top: 10px;
	right: 10px;
}

.ctn-detail-p .section-2 .ctn-img .info-img .ctn-img .ctn-inportant {
	top: 10px;
}

.info-description-p {
	overflow: hidden;
	border-bottom: 3px solid #c4d42c;
	margin-bottom: 20px;
}

/*
.btn-home-plantas{
    display: block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}

.btn-home-plantas:hover{
    text-decoration: none;
}

.btn-home-plantas .title{
    background-color: #aab9c8;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: 700; 
    font-size: 24px;
    padding: 15px;
    margin-bottom: 5px;
}

.btn-home-plantas:hover .title{
    background-color: #bbbbbb;
}*/

.ctn-btn-p {
	margin-bottom: 20px;
}

.btn-home-plantas {
	display: block;
	position: relative;
	text-decoration: none;
	max-width: 372px;
	margin: 0 auto 20px auto;
}

	.btn-home-plantas:hover,
	.btn-home-plantas:focus {
		text-decoration: none;
		background-color: #aab9c8;
		color: #fff;
	}

	.btn-home-plantas h2 {
		background-color: #aab9c8;
		color: #fff;
		display: block;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 5px;
		font-weight: 700;
		font-size: 24px;
		padding: 15px;
	}

	.btn-home-plantas .front .img {
		background-repeat: no-repeat;
		background-position: center top;
		height: 430px;
	}

	.btn-home-plantas .back .ctn-description-btnPlantas {
		color: #fff;
		display: block;
		background-color: #aab9c8;
		font-size: 18px;
		padding: 15px;
		position: relative;
		height: 430px;
		overflow: hidden;
	}

		.btn-home-plantas .back .ctn-description-btnPlantas p {
			display: block;
		}

	.btn-home-plantas .back p:before {
		background-image: url("../Img/sprite.png");
		background-repeat: no-repeat;
		background-position: -147px -70px;
		content: "";
		width: 38px;
		height: 40px;
		bottom: 30px;
		position: absolute;
		left: 50%;
		margin-left: -15px;
	}

/**************************************************/


/****************** Contactenos *********************/

.ctn-contact {
	overflow: hidden;
	margin-bottom: 20px;
}

	.ctn-contact .ctn-img {
		padding: 0;
	}

	.ctn-contact .ctn-form {
		background-color: #f4f5f6;
		color: #273054;
		padding: 15px 25px;
		min-height: 580px;
	}

		.ctn-contact .ctn-form .ctn-title-f {
			color: #192249;
			overflow: hidden;
			text-transform: uppercase;
			margin-bottom: 10px;
		}

			.ctn-contact .ctn-form .ctn-title-f h3 {
				font-weight: 700;
				font-size: 18px;
			}

			.ctn-contact .ctn-form .ctn-title-f span {
				font-size: 29px;
			}

	.ctn-contact .form-group {
		margin-bottom: 8px;
	}

	.ctn-contact .ctn-form label {
		text-transform: uppercase;
		font-size: 12px;
		display: block;
		padding-top: 10px;
	}

	.ctn-contact .ctn-form .checkbox {
		padding-left: 20px;
	}

	.ctn-contact .ctn-form .form-control {
		border-radius: 0;
		height: 29px;
		font-size: 12px;
	}

	.ctn-contact .ctn-form textarea {
		height: auto !important;
	}

	.ctn-contact .ctn-form legend {
		border: 0;
		color: #192249;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 700;
		letter-spacing: -1px;
		margin: 15px 0;
	}

.btn-green {
	background-color: #c7d51f;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 30px;
	margin: 0 auto;
	display: block;
	min-width: 200px;
}

	.btn-green:hover {
		background-color: #b4c11e;
	}

.ctn-contact .ctn-form-inscrip .ctn-title-f,
.ctn-contact .ctn-form-inscrip p {
	margin-bottom: 5px;
}

.ctn-contact .ctn-form-inscrip > p,
.ctn-contact .ctn-form-inscrip form div > .ctn-legale p {
	line-height: 119%;
}

.ctn-contact .ctn-form-inscrip .ctn-title-f h1 {
	font-size: 20px;
	padding-top: 5px;
}

.ctn-contact .ctn-form-inscrip legend {
	margin: 5px 0 3px 0;
}

.ctn-contact .ctn-form-inscrip {
	padding: 15px 20px;
}

.img-back-form-ins {
	background-image: url("../Img/img-inscripcion-obra.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 800px;
}

/**************************************************/

/*****************Form Incripción**********************/

.ctn-contact .ctn-form .form-group {
	clear: both;
	overflow: hidden;
}

.ctn-contact .ctn-form .col-form,
.ctn-contact .ctn-form .col-form-2 {
	padding: 0;
	overflow: hidden;
}

.ctn-contact .ctn-form .col-form {
	padding-right: 3px;
}

.ctn-contact .ctn-form .col-form-2 {
	padding-left: 3px;
}

.ctn-contact .ctn-form .ctn-legale {
	color: #192249;
	overflow: hidden;
	margin: 10px 0;
}

	.ctn-contact .ctn-form .ctn-legale p {
		margin-bottom: 5px;
	}

.ctn-form-contact {
	float: none;
	margin: 30px auto 0;
}

.ctn-check {
	clear: both;
	margin-top: 10px;
}

	.ctn-check input {
		margin-top: 0;
	}


/**************************************************/

/******* Login *********/

.bg-login {
	background-color: #C2D730;
}

.center-login .form-control {
	border-radius: 0;
	height: 40px;
	font-size: 12px;
}

.center-login {
	background-color: #fff;
	overflow: hidden;
	max-width: 650px;
	margin: 0 auto;
	padding: 40px 60px;
}

	.center-login h1 {
		margin-bottom: 20px;
	}

.btn-green {
	color: #192249;
}

	.btn-green:hover,
	.btn-green:focus {
		color: #192249;
	}

.logo-login {
	max-width: 253px;
	margin: 40px auto 20px auto;
}

.ctn-error span {
	display: block;
	padding: 5px 0;
	color: red;
	font-size: 16px;
	margin-bottom: 10px;
}

.modal-content {
	border-radius: 0px;
}

/**************************************************/

/******* Redes Menu *********/

.ctn-networks-nav {
	margin-top: 2px;
	overflow: hidden;
}

    .ctn-networks-nav li span{
        font-size:12pt;
    }

	.ctn-networks-nav li span,
	.ctn-networks-nav li a {
		color: #fff;
		display: inline-block;
		float: left;
	}

	.ctn-networks-nav li a {
		height: 30px;
		width: 30px;
		opacity: .5;
		margin-right: 2px;
	}

		.ctn-networks-nav li a:hover,
		.ctn-networks-nav li a:focus {
			background-color: transparent !important;
			opacity: 1;
		}

.sp-nav-facebook {
	background-position: -189px 0;
}

.sp-nav-twitter {
	background-position: -220px 0;
}

.sp-nav-instagram {
	background-position: -189px -31px;
}

.sp-nav-youtube {
	background-position: -220px -31px;
}

.ctn-networks-nav li span {
	margin: 8px 5px 0 0;
}

/**************************************************/

.btn-like-b,
.btn-like-b:hover,
.btn-like-b:focus {
	color: #121F47;
	text-decoration: none;
}

	.btn-like-b span {
		display: block;
		text-align: center;
		font-size: 12px;
		margin-top: 5px;
	}

.sp-btn-like-other {
	background-position: -193px -69px;
}

.sp-icon-views-other {
	background-position: -219px -68px;
}

.sp-icon-cup-other {
	background-position: -193px -94px;
}

.thumbnail {
	border-radius: 0;
}

#linkSearch {
	background-color: #c7d51f;
	border: 0;
	border-radius: 0;
	color: #192249;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 30px;
	display: block;
}

/*Textos destacados*/

.highlighted-text {
	/*margin: 20px 0;*/
    margin: 20px 0 40px 0;
}

.panel-info-work{
    margin-bottom: 40px;
}

	.highlighted-text hr {
		border-bottom: 2px dotted #333;
		border-top: medium none;
		position: absolute;
		width: 100%;
		z-index: -10;
	}

	.highlighted-text > img {
		z-index: 10;
	}

	.highlighted-text > p {
		color: #061439;
		font-size: 36px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 36px;
		padding: 20px 60px 0;
	}

		.highlighted-text > p.author {
			font-size: 20px;
			font-weight: 100;
			letter-spacing: 0;
			padding: 0;
		}

/**************************************************/

/* MATEO */

.form-bs .input-group .input-group-addon, .form-control{
    border-radius:0;
}

.navbar-default .navbar-nav>.open>a{
    background-color:rgba(0,0,0,0.3) !important;

}

.caret{
    float:right;
    margin-top:10px;
    margin-right:10px;
}

.selected-info{
    font-weight:700;
    margin-left:10px;
    text-shadow:0 0 0 rgba(0,0,0,0.9);
}

.unic-geo{
    margin-top:10px !important;
}

.unic-flt{
    margin-top:-4px !important;
    margin-bottom:10px;
}


/******* Resposive *********/

@media (max-width: 992px) {

	.ctn-header .info-header h1,
	.ctn-header .info-header h2 {
		font-size: 40px;
	}

	.ctn-menu {
		right: 15px;
	}

	.btns-foot-p .ctn-networks-p {
		margin-bottom: 20px;
	}

	.btns-foot-p .ctn-btn-like-p a {
		display: block;
		float: none;
		text-align: center;
	}

	.ctn-btn-like-p .sp-btn-like-b {
		float: none;
		margin: 0 auto;
	}

	.btns-foot-p .ctn-btn-more-p .link-more-p {
		width: 100%;
		text-align: center;
		margin: 15px 0 0;
	}

	.ctn-filters {
		padding: 0 15px;
	}

	.btns-foot-p .ctn-btn-like-p {
		float: none;
		margin-bottom: 15px;
	}

	.btns-foot .btn-postularObra a {
		padding: 16px 10px 0 15px;
	}

	.btns-foot .btn-verMapa a {
		padding: 14px 0 0 25px;
	}

	.ctn-text-top {
		display: block;
	}
}

@media (max-width: 767px) {

	.no-padding-l {
		padding-left: 15px;
	}

	.no-padding-r {
		padding-right: 15px;
	}

	.ctn-logoBanner {
		margin-bottom: 0;
	}

	.ctn-header .info-header h1,
	.ctn-header .info-header h2 {
		font-size: 18px;
	}

	.ctn-header {
		min-height: 120px;
	}

		.ctn-header .ctn-logo {
			padding: 0;
		}

		.ctn-header .ctn-text h1 {
			font-size: 24px;
		}

		.ctn-header .ctn-text h2 {
			font-size: 20px;
		}

	.navbar-argos .nav > li {
		border-bottom: 1px solid #313C6C;
	}

		.navbar-argos .nav > li:last-child {
			border: 0;
		}

	.btns-foot .btn-verMapa,
	.btns-foot .btn-postularObra,
	.btns-foot .btn-comunidad {
		padding: 0 5px;
	}

		.btns-foot .btn-verMapa a,
		.btns-foot .btn-postularObra a,
		.btns-foot .btn-comunidad a {
			padding: 5px;
			height: inherit;
			min-height: 48px;
			text-align: left;
			margin-bottom: 5px;
			font-size: 10px;
			text-align: center;
		}

		.btns-foot .btn-postularObra a {
			padding: 5px;
		}

		.btns-foot .btn-verMapa .text,
		.btns-foot .btn-postularObra .text,
		.btns-foot .btn-comunidad .text {
			margin: 12px 0 0 0;
			display: inline-block;
			text-align: center;
			width: 100%;
		}

		.btns-foot .btn-verMapa span,
		.btns-foot .btn-postularObra span,
		.btns-foot .btn-comunidad .ctn-img {
			float: none;
		}

		.btns-foot .btn-comunidad .ctn-img {
			display: block;
			margin: 0 auto;
		}

		.btns-foot .btn-comunidad .col-xs-9 {
			text-align: left;
			width: 100%;
			text-align: center;
			margin-top: 12px;
		}

	.preview-project {
		padding: 0 15px;
	}

	.ctn-menu {
		right: 0;
	}

	.ctn-filters {
		float: none;
	}

	.ctn-thumbnail {
		float: none;
		margin: 20px auto;
	}

		.ctn-thumbnail .bx-wrapper .bx-prev {
			margin-left: -5px;
		}

		.ctn-thumbnail .bx-wrapper .bx-next {
			right: 15px;
		}

	.ctn-btns-top {
		padding: 0;
		margin: 20px 0;
	}

	.ctn-detail-p .section-2 .ctn-img {
		max-width: 447px;
		float: none;
		margin: 0 auto 0 auto;
		padding: 0;
	}

	.ctn-detail-p .section-3 .ctn-product-d .info-product-d .title-product-d {
		text-align: left;
	}

	.navbar-filters .navbar-collapse {
		padding: 0 15px;
		background-color: #fff;
	}

	.ctn-contact .ctn-form .ctn-title-f h3 {
		font-size: 22px;
	}

	.ctn-contact .ctn-form .ctn-title-f span {
		font-size: 18px;
	}

	.navbar-filters .navbar-nav {
		padding: 0 15px;
	}

		.navbar-filters .navbar-nav .open .dropdown-menu {
			background-color: #F3F3F3;
		}

	.navbar-filters {
		background-color: #f3f3f3;
		border: 1px solid #e7e7e7;
	}

		.navbar-filters .navbar-toggle {
			border: 0;
			border-radius: 0;
			background-color: #f3f3f3;
			float: left;
			margin: 8px 0 8px 5px;
		}

			.navbar-filters .navbar-toggle .icon-bar {
				background-color: #C7D51F;
				height: 3px;
				width: 26px;
			}

			.navbar-filters .navbar-toggle:focus,
			.navbar-filters .navbar-toggle:hover {
				background-color: #192249;
			}

				.navbar-filters .navbar-toggle:focus .icon-bar,
				.navbar-filters .navbar-toggle:hover .icon-bar {
					background-color: #fff;
				}

		.navbar-filters .navbar-brand {
			color: #192249;
			font-size: 14px;
			font-weight: 700;
			text-transform: uppercase;
		}

		.navbar-filters .navbar-nav .open .dropdown-menu > li > a:focus,
		.navbar-filters .navbar-nav .open .dropdown-menu > li > a:hover {
			color: #141d45;
			background-color: #c7d51f;
		}

	.title-description,
	.ctn-detail-p .section-3 .text-description-p {
		padding: 0;
	}

	.title-section h1 {
		font-size: 18px;
	}

	.ctn-contact .ctn-form {
		padding: 15px;
	}

	.ctn-detail-p .section-2 .ctn-specs {
		margin-bottom: 15px;
	}

	.ctn-networks-nav {
		padding: 10px 15px;
		border-top: 1px solid #313C6C;
	}


    .info-description-p table,
    .info-description-p thead,
    .info-description-p tbody,
    .info-description-p th,
    .info-description-p td,
    .info-description-p tr,
    .panel-info-work table, 
    .panel-info-work thead,
    .panel-info-work tbody,
    .panel-info-work th,
    .panel-info-work td,
    .panel-info-work tr{
        display: block; 
        width:100%;
    }
}


@media (max-width: 480px) {

	.ctn-menu {
		padding: 0 10px;
	}

	.navbar-argos .nav > li > a {
		padding: 8px 10px;
	}
}


@media (max-width: 320px) {
	.ctn-header .ctn-text h1,
	.ctn-header .ctn-text h2 {
		font-size: 18px;
	}
}

/**************************/

.ctn-thumbnail img {
	width: 90px;
	height: 69px;
}

.link-more-p strong {
	font-weight: 700;
}

.home .thumbnail {
	width: 229px;
	height: 90px;
	position: relative;
	overflow: hidden;
	display: block;
}

#works .thumbnail {
	width: 313px;
	height: 153px;
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 0px;
}

#plants .thumbnail {
	position: relative;
	width: 231px;
	height: 138px;
	overflow: hidden;
}

.thumbnail{
    margin-bottom:5px;
}

#plants .ctn-thumbnail.thumb-obras .thumbnail,
.plants .thumbnail,
.works .thumbnail {
	width: 80px;
	height: 69px;
	position: relative;
	overflow: hidden;
	display: block;
}

#gallery .thumbnail {
	position: relative;
	width: 152px;
	height: 146px;
	overflow: hidden;
}

	#works .thumbnail img,
	.works .thumbnail img,
	.plants .thumbnail img,
	#plants .thumbnail img,
	#gallery .thumbnail img,
	.gallery .thumbnail img,
	.gallery .ctn-thumbnail li a img,
	.ctn-image .thumbnail img {
		position: absolute;
		left: 50%;
		top: 50%;
		height: auto;
		width: 100%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

#gallery .thumbnail {
	margin-bottom: 5px;
}

.ctn-contact label {
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.gallery .thumbnail {
	position: relative;
	width: 738px;
	height: 318px;
	overflow: hidden;
}

.gallery .bxslider .thumbnail {
	position: relative;
	width: 98px;
	height: 75px;
	overflow: hidden;
	display: block;
}

.gallery .ctn-info {
	margin: 0 auto;
}

.gallery .txtBanner {
	color: #FFF;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	z-index: 2;
	display: block;
	background-color: rgba(170, 185, 200, 0.8);
	width: 100%;
	padding: 20px 0 20px 20px;
	left: 0px;
}

.gallery .text {
	display: none;
}

.gallery .bx-wrapper {
	/*max-width: 108px !important;*/
    max-width: 108px;
}

.gallery .bxslider li {
	width: 94px !important;
}

.ctn-form-inscrip .dropdown-admin {
	border-radius: 0;
	height: 29px;
	font-size: 12px;
}

	.ctn-form-inscrip .dropdown-admin span {
		border-radius: 0;
	}

#visit-map {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}

	#visit-map #map-canvas {
		height: 500px;
	}

	#visit-map .mfp-close {
		position: absolute;
		color: white;
		top: -35px;
		right: -15px;
	}

#form_login {
	position: relative;
}

	#form_login #content-login {
		display: none;
		position: absolute;
		top: -175px;
		left: 0;
		background: #0b1b4c;
		border: 8px solid #fff;
		color: #fff;
		text-align: left;
		padding: 15px 20px;
	}

		#form_login #content-login input {
			margin-bottom: 10px;
		}


.bx-wrapper .bx-controls-direction a {
	z-index: 1000;
}

table tbody tr td,
table tbody tr td p {
	margin: 0 0 20px 0;
	text-align: justify;
	font-family: 'Conv_ITCFranklinGothicStd-BkCp', Arial !important;
	font-size: 16px !important;
}

table tbody tr td {
	width: 50%;
	padding: 10px;
}

	table tbody tr td a {
		color: #c4d42c;
	}

		table tbody tr td a:visited {
			color: #c4d42c;
			font-style: italic;
		}

.info-description-p a:visited {
	font-style: italic;
}

.call-to-action-text {
	color: #C7D51F;
	font-weight: 700;
	text-decoration: underline;
}

.interactive-text {
	color: #C7D51F;
	font-size: 18px;
}

.subtitle1 {
	color: #192249;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
}

.subtitle2 {
	color: #C7D51F;
	font-size: 20px;
}

.subtitle3 {
	color: #C7D51F;
	font-weight: 700;
	font-size: 18px;
}

.ctn-detail-p .section-3 ul {
	list-style:none;
    padding:0;
    margin:0;
}

.ctn-detail-p .section-3 li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

.ctn-detail-p .section-3 li:before {
    content: "• ";
    color: #192249; /* or whatever color you prefer */
	font-size:20px;
}

.btn-home-plantas.agregados h2 {
	background-color: #183c47;
}

.navbar-filters #contentPlant .dropdown-toggle {
	border: solid 1px rgba(0,0,0,0.1);
}

.destacado-work {
	margin-bottom: 29px;
}

.preview-obra .col-right p {
	color: black;
}

#contenedor_terminos p,
#contenedor_biblioteca {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 20px;
}

#contenedor_terminos li,
#contenedor_biblioteca {
	list-style: initial;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
	font-family: 'Conv_ITCFranklinGothicStd-BkCp', Arial;
	font-size: 16px;
}

	#contenedor_biblioteca h2 {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	#contenedor_terminos h1,
	#contenedor_terminos h2,
	#contenedor_biblioteca h1,
	#contenedor_biblioteca h2 {
		font-family: Arial !important;
	}

	#contenedor_terminos p,
	#contenedor_terminos li,
	#contenedor_biblioteca p,
	#contenedor_biblioteca li {
		font-family: Arial !important;
		font-size: 13px !important;
	}

#contenedor_terminos li {
	margin-left: 18px;
}


em {
	font-style: italic;
}

strong {
	font-weight: bolder;
}


.pagination-index.pag-argos {
	width: 100%;
}

.linkSearch {
	cursor: pointer;
}

.backgroundPantone2768C {
	background: rgb(0, 45, 106);
}

.backgroundPantone382C {
	background: rgb(193,215,47);
}

.backgroundBlanco {
	background: white;
}

.backgroundPantone426C {
	background: rgb(31,29,33);
}

.backgroundPantone425C {
	background: rgb(95,96,98);
}

.backgroundPantone422C {
	background: rgb(192,193,194);
}

.backgroundPantone582C {
	background: rgb(151,146,0);
}

.backgroundPantone5773C {
	background: rgb(170,171,124);
}

.backgroundPantone5787C {
	background: rgb(220,220,179);
}

.backgroundPantone532C {
	background: rgb(24,60,71);
}

.backgroundPantone5415C {
	background: rgb(93,135,161);
}

.backgroundPantone5435C {
	background: rgb(199,210,219);
}

.backgroundPantone5185C {
	background: rgb(76,36,50);
}

.backgroundPantone5205C {
	background: rgb(144,117,120);
}

.backgroundPantone5235C {
	background: rgb(226,212,214);
}

.backgroundPantone411C {
	background: rgb(105,87,71);
}

.backgroundPantone437C {
	background: rgb(159,139,124);
}

.backgroundPantone406C {
	background: rgb(224,217,213);
}

.backgroundPantone484C {
	background: rgb(177,31,22);
}

.backgroundPantone5005C {
	background: rgb(203,151,143);
}

.backgroundPantone4745C {
	background: rgb(233,207,193);
}

.backgroundPantone1788C {
	background: rgb(230,71,42);
}

.backgroundPantone152C {
	background: rgb(240,145,0);
}

.backgroundPantone7404C {
	background: rgb(255,225,72);
}

.backgroundPantone234C {
	background: rgb(177,0,100);
}

.backgroundPantone1925C {
	background: rgb(227,0,74);
}

.backgroundPantone162C {
	background: rgb(253,226,202);
}

.backgroundPantone2925C {
	background: rgb(0,146,207);
}

.backgroundPantone339C {
	background: rgb(0,164,134);
}

.backgroundPantone563C {
	background: rgb(132,198,183);
}

.fontcolorPantone2768C {
	color: rgb(0, 45, 106);
}

.fontcolorPantone382C {
	color: rgb(193,215,47);
}

.fontcolorBlanco {
	color: white;
}

.fontcolorPantone426C {
	color: rgb(31,29,33);
}

.fontcolorPantone425C {
	color: rgb(95,96,98);
}

.fontcolorPantone422C {
	color: rgb(192,193,194);
}

.fontcolorPantone582C {
	color: rgb(151,146,0);
}

.fontcolorPantone5773C {
	color: rgb(170,171,124);
}

.fontcolorPantone5787C {
	color: rgb(220,220,179);
}

.fontcolorPantone532C {
	color: rgb(24,60,71);
}

.fontcolorPantone5415C {
	color: rgb(93,135,161);
}

.fontcolorPantone5435C {
	color: rgb(199,210,219);
}

.fontcolorPantone5185C {
	color: rgb(76,36,50);
}

.fontcolorPantone5205C {
	color: rgb(144,117,120);
}

.fontcolorPantone5235C {
	color: rgb(226,212,214);
}

.fontcolorPantone411C {
	color: rgb(105,87,71);
}

.fontcolorPantone437C {
	color: rgb(159,139,124);
}

.fontcolorPantone406C {
	color: rgb(224,217,213);
}

.fontcolorPantone484C {
	color: rgb(177,31,22);
}

.fontcolorPantone5005C {
	color: rgb(203,151,143);
}

.fontcolorPantone4745C {
	color: rgb(233,207,193);
}

.fontcolorPantone1788C {
	color: rgb(230,71,42);
}

.fontcolorPantone152C {
	color: rgb(240,145,0);
}

.fontcolorPantone7404C {
	color: rgb(255,225,72);
}

.fontcolorPantone234C {
	color: rgb(177,0,100);
}

.fontcolorPantone1925C {
	color: rgb(227,0,74);
}

.fontcolorPantone162C {
	color: rgb(253,226,202);
}

.fontcolorPantone2925C {
	color: rgb(0,146,207);
}

.fontcolorPantone339C {
	color: rgb(0,164,134);
}

.fontcolorPantone563C {
	color: rgb(132,198,183);
}

.ubication .form-group{
	width: 33.3%;
    display: inline-block;
}

.ubication .form-group:last-child{
	width: 32.3%;
}