/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
body {
	line-height: 1;
}
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;
}

/*====================================*/
/*=========== yodesigner.com =========*/
/*====================================*/

body, html{ 
	width: 100%;
}
body{
	font-family: 'Lato', sans-serif;
	font-size: 0.625em;
	font-weight: 400;
	background-color: #ecebe7; 
}
.wrap, .wrap2 {
	width: 980px;
	margin: 0 auto;
}
header {
	width: 100%;
	height: 160px;
	background: url(../images/bkg-header.png) repeat-x left top;
}
#content{
	width: 980px;
	min-height: 200px;
	margin: 0 auto;
	padding: 0px 0;
	overflow:  hidden;
}

header a.logo{
	background: url(../images/suyo.png) no-repeat left top;
	width: 352px;
	height: 105px;
	display: block;
	text-indent: -9999px;
	margin-top: 10px;
	float: left;
	margin-bottom: 5px;
}
@media only screen and (max-width: 767px) { 
	header {
		height: 40px;
		background: #fff;
		border-bottom: solid 5px #f4b600;
		padding: 10px 0 25px 0 !important;
	}
	header a.logo{
		position: absolute;
		top: 5px;
		background: url(../images/suyo.png) no-repeat left top;
		background-size: 230px 69px;
		width: 230px;
		height: 69px;
		margin: 0 0 0 10px;
		float: none;
	}
}
div.home{
	background: #cdcfd1;
}
.img-right {
	float: right;
	margin-left: 15px;
}
.noticia-right {
	float: right;
	margin: 25px 15px 15px 25px;
}
.noticia-left {
	float: left;
	margin: 25px 25px 15px 0;
}
.img-noticia{
	width: 100%;
}
figure{
	text-align: center;
	margin: 10px 0 70px 0;
}
figcaption {
	font-size: 1.2em;
	margin-top: 10px;
	color: #94938e;
}
strong { 
    font-weight: bold;
}

/*====================================*/
/*================ menu ==============*/
/*====================================*/
ul#topnav {
	float: right;
	width: 450px;
	height: 20px;
	text-align: right;
	margin: 60px 0px  0px 0px;

}
ul#topnav li {
	margin-left: 50px;
	display: inline;
}
ul#topnav li a {
	font-family: 'Lato', sans-serif;
	color: #5f6062;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-decoration: none;
}

ul#nav {
	clear: both;
	width: 980px;
	margin: 0 auto;
	background: #f4b600;
	text-align: center;
	height: 40px;
}
ul#nav li {
	display: inline;
	letter-spacing: 0.1em;
	position: relative; /* menu desplegable*/
	padding-left: 25px;
	padding-right: 25px;
	border-right: dotted 1px #af8a18;
	top: 13px;
	padding-bottom: 5px;
	padding-top: 5px;
}
ul#nav li:first-child{
	padding-left: 0px;
}
ul#nav li:last-child{
	padding-right: 0px;
	border-right: none;
}
ul#nav li a{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 14px;
}

/*====================================*/
/*========= menu desplegable =========*/
/*====================================*/

ul#nav ul{
    z-index: 999;
}
ul#nav ul {
    width: 190px;
    position: absolute;
    background: #333333;
    top: 30px;
    left: 0px;
	text-align: left;
    display: none;
	padding: 10px 15px 5px 15px;
}
ul#nav li.item {
	padding: 7px 0;
	border-bottom: dotted 1px #5c5c5c;
	display: block;
}
ul#nav li.item:last-child{
	border-bottom: none;
}
ul#nav li.item a{
	font-family: 'Lato', sans-serif;
	text-align: left;
	float: none;
	text-transform: capitalize;
	margin-left: 0px;
	padding-bottom: 4px;
    font-size: 1.2em;
	font-weight: 400;
    display: block;
	color: #ccc;
	border-bottom: solid 2px rgba(255,194,9,0);
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
ul#nav li.item a:hover{
	color: #fcbf00;
}
ul#nav ul.vistas {
	display: block;
    width: 170px;
    position: absolute;
    background: #000;
    top: 20px;
    left: -15px;
	text-align: left;
    display: none;
	padding: 0px 0 0px 15px;
}
ul#nav ul.vistas li.item a:hover{
	width: 155px;
	color: #fff;
	border-bottom: solid 2px #0092cc;
}

.slicknav_menu {
	display:none;
}

@media only screen and (max-width: 767px) {
	
	ul#topnav li:nth-child(1), ul#topnav li:nth-child(2) {
		display: none;
	}

	ul#topnav {
		float: none;
		width: 100%;
		height: 20px;
		text-align: right;
		margin: 0px 0px  0px 0px;
	}
	ul#topnav li {
		margin-left: 0px;
		display: inline;
		position: absolute;
		top: 5px;
		right: 10px;

		padding: 6px;
	}
	ul#topnav li a {
		font-size: 1em;
		letter-spacing: 0.00em;
	}

	.remodal-overlay, .remodal-bg {
		display: none !important;
	}
	html.remodal_lock, body.remodal_lock {
		overflow: initial !important;
	}
	.wrap, .wrap2 {
		width: 100%;
		margin: 0 auto;
	}

	#content{
		width: 100%;
	}
	
}

@media screen and (max-width: 767px) {
	/* #menu is the original menu */
	#nav {
		display:none;
	}
	.slicknav_menu {
		display:block;
	}
	header {
		margin-top: -60px;
		background: #fff;
		width: 100% !important;
	}
	
}

/*====================================*/
/*============== inicio ==============*/
/*====================================*/
#index {
	overflow: hidden;
	background: #ecebe7;
}
#index h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.4em;
	color: #676354 ;
}
/*====================================*/
/*============== banners =============*/
/*====================================*/

#banner-interno {
	width: 100%;
	height: 350px;
	background: #a8a497;
	text-align: center;
}
#banner-unidades {
	background: url(../banner/unidades-de-negocio.jpg) no-repeat center top;
	background-color: #a8a497;
	width: 100%;
	height: 120px;
	text-align: center;
}
#banner-proyectos {
	background: url(../banner/proyectos-emblematicos.jpg) no-repeat center top;
	background-color: #a8a497;
	width: 100%;
	height: 120px;
	text-align: center;
}
#banner-proyectos-en {
	background: url(../banner/proyectos-emblematicos-en.jpg) no-repeat center top;
	background-color: #a8a497;
	width: 100%;
	height: 120px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	
	banner{
		display: none;
	}
	#banner-proyectos {
		background: url(../banner/proyectos-emblematicos.jpg) no-repeat -100px top;
		background-size: 800px 80px;
		width: 100%;
		height: 80px;
	}
	#banner-proyectos-en {
		background: url(../banner/proyectos-emblematicos-en.jpg) no-repeat -100px top;
		background-size: 800px 80px;
		width: 100%;
		height: 80px;
	}
	
}
/*====================================*/
/*============= noticias =============*/
/*====================================*/

#noticias {
	width: 320px;
	float: left;
	padding: 30px 20px 30px 0;
}
#noticias .banner {
	display: block;
	margin-top: 20px;
	text-align: center;
}
#noticias li{
	overflow: hidden;
	border-bottom: dotted 1px #7f7f7f;
	padding: 20px 0;
}
#noticias li:last-child{
	border-bottom: none;
}
#noticias em.fecha{
	color: #99968a;
	display: block;
	font-size: 1.2em;
	margin-bottom: 10px;
}
#noticias a.titular{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.8em;
	color: #403930;
	text-decoration: none;
	display: block;
	min-height: 45px;
}
#noticias li img {
	float: left;
	width: 120px;
	overflow: hidden;
}
#noticias span.noticia{
	float: left;
	width: 190px;
	margin-left: 10px;
	color: #807c78;
	font-size: 1.4em;
	line-height: 1.3em;
}
#noticias a.leer-mas{
	color: #b95a21;
	text-transform: uppercase;
	margin-left: 10px;
	font-size: 1em;
}
.noticia-full p em{
	font-style: italic;
}
.noticias-home {
	background: transparent;
	border: none;
	float: left;
	height: 563px;
	overflow: hidden;
	width: 340px;
}
@media only screen and (max-width: 767px) {
	
	#noticias {
		width: 90% !important;
		float: none;
		padding: 0px;
		margin: 20px auto;
	}
	#noticias li{
		overflow: visible;
		padding:20px 0;
	}
	#noticias a.titular{
		font-size: 2em;
		min-height: auto;
		line-height: 1.2em;
		width: 100% !important;
	}
	#noticias li img {
		float: none;
		width: 160px;
		overflow: visible;
		display: block;
		margin: 10px auto;
	}
	#noticias span.noticia{
		float: none;
		width: 100%;
		margin-left: 0px;
		font-size: 1.6em;
	}
	#noticias a.leer-mas{
		display: block;
		margin-left: 0px;
		margin-top: 5px;
	}
}
/*====================================*/
/*====== proyectos emblematicos ======*/
/*====================================*/
#proyectos-emblematicos {
	float: left;
	width: 280px;
	background: #deddd5;
	padding: 30px 20px 27px 20px;
}
#proyectos-emblematicos #slider-noticias {
    height: 330px;
    margin-top: 20px;
}
#proyectos-emblematicos .news-img{
    width: 280px;
    margin-bottom: 20px;
}
#proyectos-emblematicos span.linea{
	font-size: 1.2em;
	color: #676354 ;
	margin-bottom: 10px;
	display: block;
}
#proyectos-emblematicos .news-body h2 {
    font-size: 2em;
    margin: 0;
    height: 40px;
    overflow: hidden;
    margin-bottom: 12px;
}
#proyectos-emblematicos h2 a {
    text-decoration: none;
    color: #403930;
}
#proyectos-emblematicos .news-body p{
    font-size: 1.4em;
    color: #666360;
    margin-bottom: 15px;
        line-height: 18px;
}
#proyectos-emblematicos a.mas {
    background: #0a3249;
    padding: 2px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
    font-size: 0.8em;
}
#proyectos-emblematicos a.mas:hover {
    background: #6ee7f5;
    color: #0a3249;
}
#proyectos-emblematicos #paging {
    padding: 10px 0;
    clear: left;
    overflow: hidden;
    margin-top: 15px;
}
#proyectos-emblematicos #paging a {
    color: #3a72c8;
    float: left;
    margin: 0 7px 0 0;
}
#proyectos-emblematicos .prev, #proyectos-emblematicos .next {
    display: none;
}
#proyectos-emblematicos #dots {
	margin-left: 65px;
}
#proyectos-emblematicos #dots a{
    padding: 2px 7px;
    text-decoration: none;
    color: #fff;
    background: #ccc4b8;
    border-radius: 13px;
    text-indent: -9999px;
}
#proyectos-emblematicos #dots .activeSlide {
    background: #665e52;
    border-radius: 10px;
    color: #fff;
}
@media only screen and (max-width: 767px) {
	#proyectos-emblematicos {
		float: none;
		width: 100%;
		padding: 30px 20px 5px 20px;
	}
	#proyectos-emblematicos #slider-noticias {
		height: 230px;
		margin-top: 20px;
	}
	#proyectos-emblematicos .news-img{
		width: 100%;
		margin-bottom: 10px;
	}
	
	
}

/*====================================*/
/*======= unidades de negocio  =======*/
/*====================================*/
#unidades-de-negocio {
	float: left;
	width: 300px;
	padding-left: 20px;
	padding-top: 30px;
}
#unidades-de-negocio ul{
	margin-top: 20px;
}
#unidades-de-negocio li{
	border-bottom: dotted 1px #9f9e9a;
	padding: 10px 0;
}
#unidades-de-negocio li:last-child{
	border-bottom: none;
}
#unidades-de-negocio li a{
	text-decoration: none;
	font-size: 1.6em;
	color: #403930;
	display: block;
	padding: 20px 0 20px 70px;
}
#unidades-de-negocio li.urbanismo{
	background: url(../images/icn-urbanismo.png) no-repeat left center;
}
#unidades-de-negocio li.planeamiento{
	background: url(../images/icn-planeamiento.png) no-repeat left center;
}
#unidades-de-negocio li.habilitaciones{
	background: url(../images/icn-habilitaciones.png) no-repeat left center;
}
#unidades-de-negocio li.arquitectura{
	background: url(../images/icn-arquitectura.png) no-repeat left center;
}
#unidades-de-negocio li.internacional{
	background: url(../images/icn-internacional.png) no-repeat left center;
}

@media only screen and (max-width: 767px) {
	
	#unidades-de-negocio {
		float: none;
		width: 90%;
		margin: 20px auto;
		padding: 0;
	}
	
}

/*====================================*/
/*============== interna =============*/
/*====================================*/

span#title {
	font-size: 2.4em;
	color: #fff;
	width: 290px;
	height: 50px;
	display: block;
	float: left;
	padding-top: 100px;
	padding-left: 20px;
}
img.img-interna{
	float: left;
	width: 650px;
}
aside {
	width: 240px;
	float: left;
}
aside ul{
	margin-top: 40px;	
}
aside li {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.8em;
	width: 200px;
	padding-left: 40px;
	margin-bottom: 8px;
}
aside li a {
	text-decoration: none;
	color: #807b6e ;
	display: block;

	padding: 14px 0 9px 10px;
}

aside li a:hover {
	color: #f4a32e;
}
aside li a.active {
	color: #f4a32e;
	background-color: #fff;
	border-bottom: none;
}

aside li.empresa {
	background: url(../images/icn-empresa.png) no-repeat left center;
}
aside li.fundador {
	background: url(../images/icn-fundador.png) no-repeat left center;
}
aside li.cultura {
	background: url(../images/icn-cultura.png) no-repeat left center;
}
aside li.mision {
	background: url(../images/icn-mision.png) no-repeat left center;
}
aside li.valores {
	background: url(../images/icn-valores.png) no-repeat left center;
}
aside li.gente {
	background: url(../images/icn-gente.png) no-repeat left center;
}
aside li.urbanismo {
	background: url(../images/icn-urbanismo-sm.png) no-repeat left center;
}
aside li.planeamientos {
	background: url(../images/icn-planeamiento-sm.png) no-repeat left center;
}
aside li.habilitaciones {
	background: url(../images/icn-habilitaciones-sm.png) no-repeat left center;
}
aside li.arquitectura {
	background: url(../images/icn-arquitectura-sm.png) no-repeat left center;
}
aside li.internacional {
	background: url(../images/icn-internacional-sm.png) no-repeat left center;
}
aside li.noticias {
	background: url(../images/icn-noticias.png) no-repeat left center;
}
#sticker-sticky-wrapper {
	float: left !important;
	width: 240px;
}
section#main{
	width: 735px;/*width: 740px;*/
	/*float: right*/
	padding-bottom: 40px;
	background-color: #fff;
	-moz-box-shadow: 0 0 5px 1px #b2b2b2;
	-webkit-box-shadow: 0 0 5px 1px #b2b2b2;
	box-shadow: 0 10 5px 1px #b2b2b2;
	overflow: hidden;
	min-height: 480px;
}

section#main h1, div.full h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.8em;
	color: #f78f1e;
	margin: 50px 30px 30px 30px;
}
section#main h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2em;
	color: #666154;
	margin-left: 30px;
}
section#main h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.8em;
	color: #e8af05;
	margin-left: 30px;
	margin-top: 30px
}
section#main p,  div.full p{
	font-size: 1.6em;
	line-height: 1.6em;
	color: #666360;
	font-weight: 300;
	margin: 15px 30px 20px 30px;
}
section#main p.bold{
	font-weight: 400 !important;	
}
section#main ul li, div.full ul li{
	font-size: 1.6em;
	color: #686868;
	line-height: 1.6em;
	background: url(../images/bkg-ul.png) no-repeat left 4px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin: 10px 60px 10px 30px;
	border-bottom: dotted 1px #ccc;
	text-align: justify;
}
section#main ul li:last-child, div.full ul li:last-child{
	border: none;
}
section#main dt{
	background: url(../images/bkg-dt.png) no-repeat left 5px;
	padding-left: 15px;
	font-size: 1.4em;
	color: #c02b46;
	line-height: 1.6em;
}
section#main dd{
	font-size: 1.4em;
	color: #686868;
	line-height: 1.6em;
	margin: 0 30px 10px 15px;
}
.noticia-full div.noticia2{
	border: solid 1px #234;
	padding: 0 10px;
	margin: 60px 20px 10px 0;
	font-size: 0.9em;
}
@media only screen and (max-width: 767px) {
	#sticker-sticky-wrapper, #banner-interno{
		display: none;
	}
	section#main{
		width: 100%;
		padding-bottom: 20px;
		overflow: hidden;
		min-height: 480px;
	}
	section#main h1, div.full h1{
		font-size: 2.4em;
		color: #f78f1e;
		width: 90%;
		margin: 20px auto;
	}
	section#main h2 {
		font-size: 2em;
		width: 90%;
		margin: 20px auto;
		line-height: 1.3em;
	}
	section#main h3 {
		color: #e8af05;
		width: 90%;
		margin: 20px auto;
		margin-top: 20px
	}
	section#main p,  div.full p{
		font-size: 1.6em;
		line-height: 1.4em;
		width: 90% !important;
		margin: 20px 5%;
		text-align: justify;
	}
	section#main img{
		width: 100%;
	}
	section#main ul li, div.full ul li{
		line-height: 1.4em;
		padding-left: 15px;
		margin: 10px 20px 10px 15px;
	}
}
/*====================================*/
/*============= proyectos ============*/
/*====================================*/
div.pdf{
	width: auto;
	margin: 30px 25px 0 25px;
	padding: 20px 30px 10px 30px;
	background: #d8d3ba;
}
div.pdf a{
	display: block;
	background: url(../images/icn-pdf.png) no-repeat left center; 
	margin-bottom: 15px;
	padding:  4px 0 0px 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2em;
	border-bottom: dotted 1px #47453c;
	color: #47453c;
	line-height: 35px;
}
dl.info{
	float: left;
	width: 470px;
	margin: 30px 0 0 10px;
}
dl.info dt {
	color: #f4a32e !important;
}
dl.info dd{
	background: #f0f0f0;
}
dl.info h2{
	margin-left: 15px !important;
	margin-top: 0 !important;
}
@media only screen and (max-width: 767px) { 
	dl.info{
		float: none;
		width: 100%;
		margin: 30px 0 0 10px;
	}
	div.pdf{
		padding: 10px;
		font-size: 0.9em !important;
	}
}
/*====================================*/
/*======= unidades de negocio  =======*/
/*====================================*/
section#main ul.sectores{
	margin: 50px 0 30px 22px;
}
section#main ul.sectores li {
	background: #f78f1e ;
	border-bottom: none;
	margin: 0 0;
	padding: 0 0;
	line-height: normal;
	width: 230px;
	height: 145px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-size: 2.2em;
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
	text-align: center;
	line-height: 6.5em;
}
section#main ul.sectores li a {
	width: 230px;
	height: 145px;
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
	background-color: rgba(86,82,62,0.8);
	ebkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
section#main ul.sectores li a:hover {
	background-color: rgba(86,82,62,0.0);
}
section#main ul.sectores li.minero {
	background: url(../images/corsuyo-sector-minero.jpg) no-repeat left top;
}
section#main ul.sectores li.industrial {
	background: url(../images/corsuyo-sector-industrial.jpg) no-repeat left top;
}
section#main ul.sectores li.comercial {
	background: url(../images/corsuyo-sector-comercial.jpg) no-repeat left top;
}
section#main ul.sectores li.educacional {
	background: url(../images/corsuyo-sector-educacional.jpg) no-repeat left top;
}
section#main ul.sectores li.residencial {
	background: url(../images/corsuyo-sector-residencial.jpg) no-repeat left top;
}

/*====================================*/
/*============== noticia =============*/
/*====================================*/

section#main ul.noticia {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: dotted 1px #bbb;
	margin: 0 30px;
}
section#main ul.noticia li{
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}
section#main ul.noticia li.imagen-noticia {
	width: 120px;
	height: 120px;
	background: #eee;
	border: solid 1px #ccc;
	float: left;
	margin-right: 25px;
	overflow: hidden;
}
section#main ul.noticia li.imagen-noticia img{
	height: auto;
	width: 100%;
}
section#main ul.noticia li.titular-noticia a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2em;
	color: #666154;
	text-decoration: none;
}
section#main ul.noticia li{
	font-weight: 300;
}
a.bt-ampliar-noticia {
	float: right;
	color: #e97f03;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	display: block;
	font-size: 1.1em;
	text-decoration: none;
	border: solid 1px #ff8a00;
	padding: 6px 8px 5px 8px;
	-moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 20px 0;
 }
a.bt-ampliar-noticia:hover {
	background: #ff8a00;
	color: #ffffff;
	border: solid 1px #ff8a00;
}
a.enlace {
	color: #e97f03;
}
@media only screen and (max-width: 767px) {
	section#main ul.noticia li.imagen-noticia {
		width: 160px;
		height: auto;
		float: none;
		margin: 0 auto;
		overflow: hidden;
	}
	section#main ul.noticia li.titular-noticia a {
		font-size: 1.2em;
		margin-top: 20px;
		display: block;
	}
	a.bt-ampliar-noticia {
		float: none;
		padding: 10px 8px 10px 8px;
		margin: 20px 0;
		text-align: center;
	 }
}

/*====================================*/
/*========= noticia-full  ============*/
/*====================================*/

.noticia-full {
	background-color: #fff !important;
}
.noticia-full section#main {
	width: 780px;/*width: 740px;*/
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow:none !important;
	margin: 0;
	padding: 0;
}
.noticia-full h1{
	padding: 0!important;
	margin: 0px 15px 10px 0 !important;
	color: #000 !important;
	font-size: 4em !important;
}
.noticia-full h2{
	padding: 0!important;
	margin: 40px 15px 5px 0 !important;
	color: #000;
}
.noticia-full p{
	padding: 0!important;
	margin: 15px 15px 15px 0!important;
	color: #000 !important;
}
.noticia-full li {
	background: none !important;
	padding-left: 0 !important;
	font-weight: 300;
	margin: 0 0 0 20px !important;
}
.noticia-full ol li {
	font-size: 1.6em;
	color: #686868;
	line-height: 1.6em;
	padding-left: 0px !important;
	padding-bottom: 10px;
	margin: 10px 60px 10px 0px !important;
	border-bottom: dotted 1px #ccc;
	text-align: justify;
}
.noticia-full aside {
	width: 200px;
	text-align: right;
}
.noticia-full aside img{
	margin: 50px 40px 0 0; 
}
.noticia-full #sticker-sticky-wrapper {
	float: left !important;
	width: 200px;
}
.noticia-full span.tag {
	background: #ecb440;
	padding: 5px 10px;
	margin-top: 30px;
	line-height: 8em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 600;
}
.noticia-full .byline{
	font-family: 'Roboto Condensed', sans-serif;
	color: #9e9e9e;
	font-size: 1.3em;
	font-weight: 300;
	margin-bottom: 50px;
}
.noticia-full time, .noticia-full address{
	display: inline;
}
.noticia-full .paginas{
	margin: 50px 0;
	overflow: hidden;
}
.noticia-full .paginas .anterior{
	float: left;
}
.noticia-full .paginas .siguiente{
	float: right;
	margin-right: 25px;
}
.noticia-full .paginas a{
	color: #342435;
	font-size: 1.6em;
	font-weight: 600;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
	.noticia-full section#main{
		width: 90% !important;
		margin: 0 5% !important;
	}
	.noticia-full h1{
		padding: 0!important;
		margin: 0 0 10px 0 !important;
		color: #000 !important;
		font-size: 3.4em !important;
	}
	.noticia-full h2{
		padding: 0!important;
		margin: 30px 15px 5px 0 !important;
		color: #000;
	}
	.noticia-full p{
		padding: 0!important;
		margin: 15px 0px 15px 0!important;
	}
	.noticia-full section#main p {
		width: 100% !important;
	}
	img.banner-noticia{
		height: 150px !important;
	}
}
/*====================================*/
/*============ clientes  =============*/
/*====================================*/
ol.logos{
	overflow: hidden;
	margin-left: 20px;
}
ol.logos li{
	float: left;
	width: 220px;
	height: 150px;
	padding-top: 70px;
	background-color: #fff;
	text-align: center;
	margin: 7px;
	moz-box-shadow: 0 0 3px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.15);
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.15);
}
@media only screen and (max-width: 767px) {
	ol.logos{
		overflow: hidden;
		margin-left: 10px;
		margin-bottom: 30px;
	}
	ol.logos li{
		float: none !important;
		width: 180px;
		height: 130px;
		padding-top:50px;
		background-color: #fff;
		text-align: center;
		margin: 4px auto;
		moz-box-shadow: 0 0 3px 1px rgba(0,0,0,0.15);
		-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.15);
		box-shadow: 0 0 3px 1px rgba(0,0,0,0.15);
	}
	ol.logos li img {
		width: 135px;
	}
}
/*====================================*/
/*============= contacto =============*/
/*====================================*/

#informacion {
	float: left;
	width: 490px;
	height: 340px;
	background: #fff;
	margin: 0px 0px 40px 30px;
	padding: 30px 20px;
}

dl.vcard {
	font-size: 1.4em;
	margin-bottom: 40px;
}
dl.vcard dt{
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 3px; 
	color: #d97204;
	line-height: 2em;
}
dl.vcard dd{
	margin: 7px 0 15px 0;
	color: #73716c;
	margin-bottom: 20px;
}
dl.vcard dd a{
	text-decoration: none;
	color: #73716c ;
}
#formulario {
	padding-top: 30px;
	width: 370px;
	float: left;
	background: #fff;
	height: 370px;
	margin-left: 0;
}
 #nombre, #empresa, #correo, #telefono, #asunto {
	background: #dad7ce ;
	border: none;
	outline: none;
	width: 330px;
	padding: 7px 5px;
	margin-bottom: 15px;
	font-size: 1.3em;
	color: #73716c;
	-moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
} 
#nombre:hover, #empresa:hover, #correo:hover, #telefono:hover, #asunto:hover {
    background: #eaeff4;
}

#formulario textarea {
	width: 330px;
	height: 80px;
	border: none;
	outline: none;
	background: #dad7ce;
	color: #73716c;
	font-size: 1.3em;
	padding: 7px 5px;
	-moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#formulario textarea:hover {
	background: #eaeff4;
}
#formulario .btenviar{
	background: #f78f1e ;
	outline: none;
	border: none;
	color: #fff;
	padding: 7px 20px;
	margin-top: 20px;
	letter-spacing: 5px;
	font-size: 1em;
	cursor: hand !important;
	-moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#formulario .btenviar:hover{
	background: #d97204;
}
#formulario h2.confirmacion {
	font-size: 18px;
	background-color: black;
	padding: 5px 0 5px 55px;
	margin-top: 200px;
	width: 200px
}
@media only screen and (max-width: 767px) { 
	#informacion {
		float: none;
		width: 87.5%;
		height: auto;
		margin: 0px 0px 20px 0px;
		padding: 20px 20px 1px 20px !important;
	}
	dl.vcard {
		margin-bottom: 20px;
	}
	dl.vcard dd{
		margin: 7px 0 15px 0;
		color: #73716c;
		margin-bottom: 20px;
		font-size: 1.2em;
		line-height: 1.4em;
		font-weight: 300;
	}
	#formulario {
		padding-top: 20px;
		width: 100%;
		float: left;
		background: #fff;
		height: 370px;
		margin-left: 0;
	}
	#nombre, #empresa, #correo, #telefono, #asunto {
		width: 87.5%;
		padding: 7px 5px;
		margin-bottom: 15px;
		margin: 5px 5%;
	} 
	#formulario textarea {
		width: 87.5%;
		margin: 5px 5%;
		height: 80px;
	}
	#formulario .btenviar{
		background: #f78f1e ;
		outline: none;
		border: none;
		color: #fff;
		padding: 13px 20px;
		width: 90%;
		margin: 6px 5%;
		font-size: 1.4em;
	}
}
/*====================================*/
/*============ FOOTER  ===============*/
/*====================================*/

footer {
 	overflow: hidden;
 	padding-top: 30px;
 	background: url(../images/bkg-footer.png) repeat-x bottom left;
 	background-color: #47453c;
 	height: 225px;
}
footer ul{
	float: left;
	margin-right: 30px;
}
footer ul.green-building{
	margin-right: 0;
	border-left: solid 1px #7f7d77;
	padding-left: 20px;
	height: 165px;
}
footer li.titulo {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.6em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
} 
footer li.miembro {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.4em;
	color: #fff;
	margin-bottom: 30px;
}
footer li a{
	color: #b2ada1;
	font-size: 1.4em;
	text-decoration: none;
	line-height: 1.6em;
}
footer span.org{
	clear: left;
	float: left;
	color: #b2b2a4;
	font-size: 1.3em;
	margin-top: 35px;
}
footer a.design-by{
	float: right;
	text-decoration: none;
	color:#7a7a6e;
	font-size: 1.2em;
	margin-top: 35px;
}
@media only screen and (max-width: 767px) {
	footer {
		overflow: hidden;
		padding-top: 30px;
		background: url(../images/bkg-footer.png) repeat-x bottom left;
		background-color: #47453c;
		height: 170px;
		text-align: center;
	}
	ul.noticias, ul.proyectos, ul.unidades-de-negocio, ul.responsabilidad-social{
		display: none;
	}
	footer ul.green-building{
		margin-right: 0;
		border-left: none;
		padding-left: 0px;
		height: 110px;
	}
	footer ul.green-building img{
		width: 200px;
	}
	footer li {
		width: 300px !important;
	}
	footer li.miembro {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1.4em;
		color: #fff;
		margin-bottom: 20px;
	}
	footer span.org{
		clear: left;
		float: left;
		color: #b2b2a4;
		font-size: 1.2em;
		margin-top: 35px;
		margin-left: 20px;
	}
	footer a.design-by{
		float: right;
		text-decoration: none;
		color:#7a7a6e;
		font-size: 1.1em;
		margin-top: 35px;
		margin-right: 10px;
	}
}
/*====================================*/
/*============= Boletin  =============*/
/*====================================*/
#boletin .menu {
	background: #868686;
	padding: 15px 0 30px 0;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
}
#boletin .menu a{
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	font-size: 1.1em;
	font-weight: bold;
}
#boletin .menu date{
	display: block;
}
#boletin .sidebar h2{
	background: #868686;
	color: #fff;
	font-size: 1.8em;
	text-align: center;
	padding: 7px 10px;
	margin-top: 10px;
}
#boletin .sidebar h3{
	background: #868686;
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	padding: 7px 10px;
	margin-top: 10px;
}
#boletin .sidebar {
	text-align: right;
}
#boletin .sidebar .fb{
	margin-right: 65px;
	margin-top: 10px
}
#boletin p{
	margin: 15px 10px 0 15px !important;
	padding: 0 !important;
	text-align: justify;
	line-height: 1em !important;
	font-weight: 400 !important;
}
#boletin .boletines {
	margin: 30px 0 0 0;
	text-align: center;
}
#boletin .boletines h2{
	margin: 0 20px 10px 20px !important;
	font-size: 1.8em !important;
	text-align: left
}
#boletin .boletines h2 a{
	text-decoration: none;
	color: #5588b3;
}
#boletin .boletines p a{
	text-decoration: none;
	color: #5588b3;
}
.header{
	padding-top: 40px;
	background-color: #ecebe7;
}
/*====================================*/
/*============ Bootstrap  ============*/
/*====================================*/
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;

}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}