@charset "utf-8";
@import url("opensans/opensans.css");

h2 {
	color: #003E64;
	font-weight: 700;
}

.title-page {
	color: #666666 !important;
}

/********************************** HEADER ********************************************************/

#cabecera {
	background-color: #fff;
	width: 100%;
}

#header_azul {
	background-color: #00366c;
	padding: 10px 0px;
	color: #FFF;
}

#header_azul a,
#header_azul p {
	color: #FFF;
	font-size: 12px;
}

#logo {
	text-align: center;
	margin-top: 18px;
}

/******************************** FIN HEADER ****************************************************/


/******************************** CUERPO WEB   ***********************************************/

.right {
	float: right;
}

.left {
	float: left;
}

.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.reescalar img {
	max-width: 100%;
}

.lista li {
	/*list-style-image:url(../img/varios/flecha_enlace.png);*/
	margin-bottom: 13px;
	color: #666666;
	line-height: 25px;
}

.lista_azul {
	margin-left: 15px;
}

.lista_azul li {
	list-style-image: url(../img/varios/flecha_menu_lateral.jpg);
	margin-bottom: 10px;
	line-height: 25px;
}

.lista_gris {
	margin-left: 15px;
}

.lista_gris li {
	list-style-image: url(../img/varios/flecha_menu_lateral_gris.jpg);
	margin-bottom: 10px;
	line-height: 25px;
}

.boton a,
.boton_input {
	display: inline-block;
	text-align: center;
	color: #FFF;
	height: 34px;
	padding-left: 14px;
	text-decoration: none;
	background: url(../img/elementos_navegacion/boton_izq.png) no-repeat left bottom;
	cursor: pointer;
}

.boton_input input {
	background: none;
	border: 0 none;
	cursor: pointer;
	color: #FFF;
	font-family: 'century gothic';
	text-transform: uppercase;
}

.boton a span,
.boton_input span {
	display: block;
	float: left;
	height: 26px;
	cursor: pointer;
	padding: 8px 14px 0px 0px;
	background: url(../img/elementos_navegacion/boton_der.png) no-repeat right bottom;
}

.boton a:hover,
.boton_input:hover {
	background: url(../img/elementos_navegacion/boton_izq.png) no-repeat left top;
}

.boton a:hover span,
.boton_input:hover span {
	background: url(../img/elementos_navegacion/boton_der.png) no-repeat right top;
}

/*Botones del Paginador*/

#paginador {
	text-align: center;
	color: #666;
}

#paginador input.input_boton {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	border: medium none;
	cursor: pointer;
	height: 23px;
	vertical-align: middle;
	width: 27px;
}

#paginador input.input_boton_primero_on {
	background-image: url(../img/elementos_navegacion/paginador_primero_on.png);
}

#paginador input.input_boton_primero_off {
	background-image: url(../img/elementos_navegacion/paginador_primero_off.png);
	cursor: auto;
}

#paginador input.input_boton_anterior_on {
	background-image: url(../img/elementos_navegacion/paginador_anterior_on.png);
}

#paginador input.input_boton_anterior_off {
	background-image: url(../img/elementos_navegacion/paginador_anterior_off.png);
	cursor: auto;
}

#paginador input.input_boton_siguiente_on {
	background-image: url(../img/elementos_navegacion/paginador_siguiente_on.png);
}

#paginador input.input_boton_siguiente_off {
	background-image: url(../img/elementos_navegacion/paginador_siguiente_off.png);
	cursor: auto;
}

#paginador input.input_boton_ultimo_on {
	background-image: url(../img/elementos_navegacion/paginador_ultimo_on.png);
}

#paginador input.input_boton_ultimo_off {
	background-image: url(../img/elementos_navegacion/paginador_ultimo_off.png);
	cursor: auto;
}

.full-width {
	float: left;
	width: 100%
}

.back-gris {
	background-color: #ebeded;
	padding: 70px 0px;
}

.grid-container .parrafo {
	font-size: 14px;
	padding-top: 15px;
}

.parrafo-16 {
	font-size: 16px;
	padding-top: 15px;
}

.parrafo-azul {
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	color: #003E64;
}

.parrafo-azul a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #003E64;
}

.book-space {
	float: left;
	width: 100%;
	max-width: 1160px;
	height: 210px;
	background-color: #ebeded;
	margin: 30px 20px;
	border: 1px solid #e7e9e9;
}

.text-book {
	float: left;
	width: 70%;
	padding: 25px 3%;
}

.img-book {
	float: left;
	width: 18%;
	padding: 0px 3%;
	margin-top: -9px;
}

/******************************** FIN CUERPO WEB ***********************************************/

/******************************** PIE *********************************************************/

#pie_web {
	font-size: 12px;
}

#pie_web a {
	font-size: 12px;
}

#menu_inf {
	color: #000;
	font-size: 13px;
	text-align: left;
}

#menu_inf ul li {
	clear: both;
	float: inherit;
}

#menu_inf a {
	color: #000;
	padding-bottom: 10px;
}

#menu_inf a:hover {
	color: #000;
}

#menu_inf .boton_off,
#menu_inf .boton_off a,
#menu_inf .boton_1,
#menu_inf .boton_2,
#menu_inf .boton_3 {
	display: block;
}

#enlacesPie {
	text-align: left;
	margin-top: 0px;
	color: #999;
}

#enlacesPie a {
	color: #999;
}

#logoPie {
	text-align: right;
}

/******************************** FIN PIE ***********************************************/

.columnas {
			column-count: 2;
	-webkit-column-count: 2;
	   -moz-column-count: 2;
		 -o-column-count: 2;


			column-gap: 2em;
	-webkit-column-gap: 2em;
	   -moz-column-gap: 2em;
		 -o-column-gap: 2em;
}

.img_ampliada {
	margin-right: 15px;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 1000;
}

.lineaSeparacion {
	height: 1px;
	background-color: #cccccc;
}

#idiomas {
	text-align: right;
	margin-top: 20px;
	font-size: 12px;
}

#idiomas a {
	font-size: 12px;
}

.fondoLogo {
	text-align: center;
	background-color: #fff;
	overflow: hidden;
	padding: 10px 0px;
}

.fondoGris {
	background-color: #cdd4b4;
	overflow: hidden;
	padding: 10px 0px;
}

.fondoGris2 {
	background-color: #eee;
	overflow: hidden;
	padding: 10px 0px;
}

.fondoConstructoras {
	background-color: #00356c;
	overflow: hidden;
	padding: 10px 20px;
	color: #FFF;
}

.fondoAmbiente {
	background-color: #017337;
	overflow: hidden;
	padding: 10px 20px;
	color: #FFF;
}

.fondoConcesiones {
	background-color: #0d5f70;
	overflow: hidden;
	padding: 10px 20px;
	color: #FFF;
}

.fondoSolutions {
	background-color: #20a0d6;
	overflow: hidden;
	padding: 10px 20px;
	color: #FFF;
}

.fondoConstructoras,
.fondoAmbiente,
.fondoConcesiones,
.fondoSolutions {
	text-align: center;
}

.fondoConstructoras a,
.fondoAmbiente a,
.fondoConcesiones a,
.fondoSolutions a {
	color: #FFF;
}


.center {
	margin: 0px auto;
}

.btn {
	height: 100%;
	max-width: 160px;
	background-color: rgba(216, 37, 49, 0.3);
	height: 32px;
	padding-top: 13px;
	text-align: center;
	color: white;
	text-decoration: none;
	display: block;
	cursor: pointer;
	border: 1px solid #d82531;
	font-size: 14px;
	border-radius: 5px;
	font-weight: 700;
}

.btn2 {
	background-color: rgba(216, 37, 49, 0.3);
	padding: 13px 40px 0px 40px;
	height: 32px;
	text-align: center;
	color: white;
	text-decoration: none;
	display: block;
	cursor: pointer;
	border: 1px solid #d82531 !important;
	font-size: 14px;
	border-radius: 5px;
	font-weight: 700;
}

.relative {
	position: relative;
}

.tiposDes {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #cfcfcf;
	display: none;
	left: 0;
	margin-bottom: 5px;
	margin-top: 1px;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	top: -214px;
	/*width: 138px;*/
	z-index: 10;
}

.selec_tipo {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #fff none repeat scroll 0 0;
	border-color: #cfcfcf -moz-use-text-color #cfcfcf #cfcfcf;
	border-image: none;
	border-radius: 5px 0 0 5px;
	border-style: solid none solid solid;
	border-width: 1px 0 1px 1px;
	cursor: pointer;
	float: left;
	margin-bottom: 8px;
	padding-left: 10px;
	padding-top: 1px;
	position: relative;
	/*width: 148px;*/
	z-index: 3;
}

.selec_button {
	cursor: pointer;
	position: relative;
	z-index: 3;
}

.input_form {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	/* background: none repeat scroll 0 0 #FFFFFF; */
	border-color: #ccc;
	border-image: none;
	/* border-radius: 5px 5px 5px 5px; */
	/* border-right: 0 none; */
	/* border-style: solid none none; */
	border-width: 1px;
	/* box-shadow: 0 3px 6px #9F9F9F inset; */
	padding: 8px;
	text-indent: 5px;
	width: 95%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.input_fecha {
	width: 50%;
}

iframe {
	width: 100%;
}

#buscador {
	position: relative;
	background-color: #00366c;
	color: #FFF;
	padding: 15px;
	overflow: hidden;
}

#buscador p {
	color: #FFF;
}

#btnCerrar {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

#buscador ul {
	text-align: center;
	overflow: hidden;
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 100;
	visibility: visible;
}

#buscador ul li {
	float: left;
	list-style: none;
	padding: 5px 12px;
	margin: 0px 10px;
	font-size: 11px;
	cursor: pointer;
	color: #FFF;
	font-size: 12px;
}

#buscador .busc_off {
	background-color: #26598c;
	color: #FFF;

	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#buscador .busc_on {
	background: url(../img/varios/flecha_buscador.png) no-repeat center 23px;
	height: 20px;
	padding-left: 0;
	padding-right: 0;
}

/*
.EnlacesBuscador {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 100;
	visibility: visible;
}

.EnlacesBuscador li {
	float: left;
	padding: 5px 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
	list-style-image: none;
	display: block;
	font-size: 12px;
}

.EnlacesBuscador li a {
	font-size: 12px;
}
*/

.EnlacesBuscador {
	text-align: center;
	line-height: 30px;
}

.EnlacesBuscador a {
	font-size: 12px;
	margin-right: 10px;
	text-transform: uppercase;
}

.proyectos {
	cursor: pointer;
}

.proyectoScroll {
	position: relative;
}

.mas_info {
	background-color: rgba(108, 179, 0, 0.498039);
	position: absolute;
	top: 160px;
	left: 0px;
	right: 0px;
	color: #FFF;
	opacity: 0;
	height: 100%;
}

.mas_info p {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #FFF;
}

#migas {
	background: url(../img/varios/transparencia_azul.png) repeat left top;
	height: 21px;
	padding: 15px 0px 15px 10px;
	position: absolute;
	top: 0px;
	right: 20px;
	left: 20px;
	color: #FFF;
	z-index: 3;
}

#migas a {
	color: #799bbe;
}

#column_der {
	overflow: hidden;
}

#column_izq {
	width: 260px;
	float: left;
	padding: 0px 20px;
}

.titulo_azul_claro {
	background-color: #d7e9f7;
	overflow: hidden;
	padding: 10px 0 10px 10px;
	position: relative;
}

.titulo_azul_claro p,
.titulo_azul_claro h2 {
	color: #00366c;
}

.tituloAzul {
	background-color: #EBEDED;
	overflow: hidden;
	color: #FFF;
	text-align: center;
	padding: 13px 0 13px 0px;
	margin: 0 15px;
}

.tituloAzul a {
	color: #799bbe;
}

.tituloAzul p {
	color: #FFF;
}

.titulo_con_fondo {
	background: url(../img/varios/fondo_titulos.png) right center no-repeat #01366c;
	color: #fff;
	padding: 13px 0 13px 10px;
}

.titulo_con_fondo h2 {
	font-size: 14px;
	color: #FFF;
}

.curriculum {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 15px;
	position: relative;
}

.cerrar_gris {
	position: absolute;
	right: 4px;
	top: 4px;
	cursor: pointer;
}

.cerrar_gris2 {
	position: absolute;
	right: 10px;
	top: 13px;
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

.padding10 {
	padding-left: 10px;
	padding-right: 10px;
}

#Vermas {
	position: absolute;
	color: #FFF;
	right: 10px;
	top: 10px;
}

.lineaNegocioOn {
	border-bottom: 3px solid #00366c;
	display: inline-block;
	padding-bottom: 5px;
}

.imgSelect {
	position: absolute;
	top: 0px;
	right: 0px;
}

.idiomasel {
	border: 1px solid #7f9db9;
	font-weight: normal;
	height: 18px;
	vertical-align: middle;
	width: 140px;
	cursor: pointer;
	position: relative;
	padding: 4px 0 5px 5px;
}

#capaidioma {
	border: 1px solid #cccccc;
	padding: 10px 0 10px 10px;
	width: 95%;
}

#id_idioma {
	color: #666;
	width: 200px;
}

.titIdiomas {
	width: 110px;
	float: left;
}


#rss {
	float: left;
}

.play {
	margin-top: 10px;
}

#changeimage {
	cursor: pointer;
	float: left;
	text-decoration: underline;
}

#img_captcha {
	float: left;
	margin-right: 15px;
}

.project-sidebar {
	background-color: #eee;
	margin: 50px 0;
	color: #666;
	padding: 50px 20px !important;
}

@media all and ( max-width: 991px ) {

	.project-sidebar {
		margin: 20px 0;
	}

	.book-space {
		height: auto;
	}

	.img-book {
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		margin-bottom: 30px;
	}

	.back-gris {
		padding: 20px 0px;
	}

	.book-space {
		box-sizing: border-box;
		margin-right: 0;
		margin-left: 0;
	}

}

.grid-100 {
	width: 100%;
}