body{
	margin:0px;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
}

a{
	text-decoration:none;
	color:#000000 !important;
}

.clear_both{clear:both; height:1px;}

.img-responsive{
	max-width: 100%;
	height: auto !important;
}

/************************************* HEADER ********************************/
header{
	width:100%;
}

.btn_menu_cel{
	display:none;
}

.logo_header{
	width:18%;
	min-width:170px;
	padding-left:2%;
	float:left;
	font-size:20px;
	padding-top: 15px;
}
.logo_header a{
	text-decoration:none;
	color:#000000;
}

.menu_header{
	width:50%;
	height: 70px;
	padding:0px 5%;
	float:left;
	position:relative;
	z-index:40;
}

.layer_menu{
	display:none;	
}

.menu_mobile{
	display:none;
}

.redes_header{
	width:18%;
	padding-right:2%;
	float:left;
	padding-top: 10px;
}

.menu_header .item_menu{
	width:25%;
	text-align:center;
	float:left;
}

.menu_header .item_menu span{
	padding-top:18px;
	border-top:2px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	position:relative;
	z-index:10;
}
.menu_header .item_menu span:hover{
	border-top:2px solid #000000 !important;
}

.menu_header .item_menu .active{
	border-top:2px solid #000000 !important;
}

.menu_header .content_sub_menu{
	display:none;
	position:absolute;
	z-index:15;
	top:45px;
	left:0px;
}

.menu_header .item_sub_menu{
	text-align:center;
	float:left;
	color:#b8b8b8;
	margin-right:50px;
}
.menu_header .item_sub_menu a{
	text-decoration:none;
	color:#989898 !important;
}
.menu_header .item_sub_menu a:hover{
	color:#000000 !important;
}

.menu_header .item_sub_menu_active{
	text-align:center;
	float:left;
	color:#000000 !important;
	margin-right:50px;
}

.pinterest_header{
	float:right;
	background-image:url('../images/icon_pinterest.jpg');
	width:23px;
	height:23px;
	margin:0px 5px;
}
.pinterest_header:hover{
	background-position:0px 23px;
}

.facebook_header{
	float:right;
	background-image:url('../images/icon_facebook.jpg');
	width:23px;
	height:23px;
	margin:0px 5px;
}
.facebook_header:hover{
	background-position:0px 23px;
}

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

/************************************* HOME ********************************/
.content_home{
	width:100%;
	margin-top:20px;
}

.col_2_home{
	width:70%;
	height:auto;
	margin:0 auto;
}

.col_flecha_home{
	width:5%;
    height:100%;
	float:left;
}

.col_slide_img{
	width:90%;
	float:left;
	position:relative;
	z-index:10;
}

.img_slide_home{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

a.prevSlide{
	background-image:url('../images/flecha_izq.png');
	background-position:0px 0px;
	width:13px;
    height:39px;
	position:absolute;
	top:50%;
	margin-top:-20px;
	left:-25px;
	display:block;
	cursor:pointer;
}
a.prevSlide:hover{
	background-position:0px -40px;
}

a.nextSlide{
	background-image:url('../images/flecha_der.png');
	background-position:13px 0px;
	width:13px;
    height:39px;
	position:absolute;
	top:50%;
	margin-top:-20px;
	right:-25px;
	display:block;
	cursor:pointer;
}
a.nextSlide:hover{
	background-position:13px -40px;
}

.redes_mobile{
	display:none;
}

/************************************* FIN HOME ********************************/

/************************************* FOOTER ********************************/

.conten_gris{
	width:100%;
	height:30px;
	background-color:#f2f2f2;
	position:fixed;
	z-index:30;
	bottom:0px;
	font-size:12px;
}

.copyright{
	float:left;
	margin-left:20px;
	margin-top:8px;
}

.developed{
	float:right;
	margin-right:20px;
}

.developed_by{
	float:left;
	margin-right:6px;
	margin-top:8px;
}

.developed_logo{
	float:left;
	margin-top:3px;
}

/************************************* FIN FOOTER ********************************/


/************************************* INTERNAS ********************************/
.content_interna{
	width:100%;
	margin-top:20px;
	margin-bottom:80px;
}

.content_lista{
	width:70%;
	margin:0 auto;
	margin-top:60px;
}

.widget_gallery{
	width:94%;
	margin:0% 3%;
	margin-top:20px;
}

.widget_gallery .item{
	position:relative;
	z-index:20;
/* 	border:1px solid #f1f1f1; */
	width: 33%;
}

.widget_gallery .item img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.layer_gallery{
	width:100%;
	height:100%;
	position:absolute;
	z-index:25;
	background-color:rgba(255,255,255,0.8);
	top:0px;
	left:0px;
	display:none;
}

.title_lista{
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
	padding:0px 10px;
}

.icon_eye_lista{
	width:22px;
	height:13px;
	margin:0 auto;
	margin-top:15px;
}

.icon_eye_lista img{
	width:22px !important;
	height:13px !important;
}

.titulo_detalle{
	font-size: 20px;
	padding: 0px 2%;
	margin-top: 50px;
}


/************************************* FIN INTERNAS ********************************/



/************************************* DETALLE ********************************/

.ficha_tecnica{
	line-height:21px;
	margin-bottom:20px;
	margin-top:20px;
	padding:0px 2%;
}

.text_proyecto{
	line-height:22px;
	margin-bottom:20px;
	margin-top:20px;
	text-align:justify;
	padding:0px 2%;
}



/************************************* FIN DETALLE ********************************/




/************************************* FIN CONTACTO ********************************/

.titulo_contacto{
	font-size:20px;
	padding:0px 2%;
	margin-top:80px;
}

.conten_contacto{
	padding:2% 2%;
}

.info_contacto{
	float:left;
	margin-top:20px;
	line-height:25px;
	width:50%;
	margin-right:10%;
	color:#737373;
}

.info_contacto div{
	font-weight:700;
	margin-bottom:10px;
	color:#000000;
}

.form_contacto{
	float:left;
	margin-top:20px;
	width:40%;
}

.input_form_contacto input{
	outline:none;
	border:none;
	width:90%;
	height:20px;
	background-color:#f2f2f2;
	border-radius:16px;
	padding:5px 5%;
}

.textarea_form_contacto textarea{
	outline:none;
	resize:none;
	border:none;
	width:90%;
	height:100px;
	background-color:#f2f2f2;
	border-radius:16px;
	padding:5px 5%;
}

.input_contacto p{
	margin:0px;
	padding:10px 0px;
}

.input_contacto p:first-child{
	padding-top:0px;
}

.bot_enviar_contacto{
	width:80px;
	height:17px;
	background-color:#f2f2f2;
	border-radius:16px;
	padding:8px 10px;
	text-align:center;
	margin-top:10px;
	float:right;
	cursor:pointer;
}

.bot_enviar_contacto:hover{
	background-color:#000000;
	color:#ffffff;
}


/************************************* FIN CONTACTO ********************************/



/************************************* NOTICIA ********************************/

.titulo_noticias {
    font-size: 20px;
    padding: 0px 2%;
    margin-top: 80px;
}

.noticia_impar{
	padding:2%;
	margin-top:40px;
}

.noticia_par{
	padding:2%;
	margin-top:40px;
}

.noticia_impar .img_noticia{
	width:37%;
	float:left;
	margin-right:3%;
	cursor:pointer;
}

.noticia_impar .titulo_texto_noticia{
	float:left;
	width:60%;
}

.noticia_par .titulo_texto_noticia{
	float:left;
	width:60%;
	margin-right:3%;
}

.noticia_par .img_noticia{
	width:37%;
	float:right;
	cursor:pointer;
}

.titulo_noticia{
	font-size:20px;
	font-weight:700;
	margin-bottom:20px;
}

.texto_noticia{
	line-height:21px;
}

.noticia_par .btn_seguir_leyendo{
	margin-top:20px;
	width: 100px;
	height: 15px;
	background-color: #f2f2f2;
	border-radius: 16px;
	padding: 8px 10px;
	text-align: center;
	cursor: pointer;
	font-size:12px;
}
.noticia_par .btn_seguir_leyendo:hover{
	background-color:#000000;
	color:#ffffff;
}

.noticia_impar .btn_seguir_leyendo{
	float:right;
	margin-top:20px;
	width: 100px;
	height: 15px;
	background-color: #f2f2f2;
	border-radius: 16px;
	padding: 8px 10px;
	text-align: center;
	cursor: pointer;
	font-size:12px;
}
.noticia_impar .btn_seguir_leyendo:hover{
	background-color:#000000;
	color:#ffffff;
}

.imagen_noticia{
	display:block;
	margin:0 auto;
}



/************************************* FIN NOTICIA ********************************/



/************************************* ESTUDIO ********************************/

.titulo_estudio{
	font-size: 20px;
    padding: 0px 2%;
    margin-top: 80px;
}

.conten_perfil{
	line-height:27px;
	margin-bottom:20px;
	margin-top:40px;
	text-align:justify;
	padding:0px 2%;
}

.conten_equipo{
	padding:0px 2%;
	margin-top:40px;
}

.bio_equipo{
	line-height:27px;
	margin-top:20px;
}


.colaboran_equipo{
	line-height:27px;
	margin-top:20px;
}

.conten_publicaciones{
	width: 140px;
    height: 17px;
    background-color: #ffffff;
	border:1px solid #000000;
    border-radius: 16px;
    padding: 8px 10px;
    text-align: center;
	margin:0 auto;
    margin-top: 90px;
    cursor: pointer;
}
.conten_publicaciones:hover{
	background-color: #000000;
	color:#ffffff;
}

.conten_distinciones{
	text-align:center;
	line-height:27px;
	margin-top:40px;
}

.conten_distinciones ul{
	margin:0;
	padding:0;
	list-style:none;
}

.conten_distinciones li{
	margin:0;
	padding:0;
	margin-bottom:20px;
}



/************************************* FIN ESTUDIO ********************************/


/* Large desktop */
@media (min-width:1200px) {
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width:960px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width:959px) {

/************************************* HEADER ********************************/
	.logo_header{
		width:80%;
		text-align:center;
		float:left;
		font-size:16px;
		padding-top: 40px;
		min-width: 0px;
		padding-left: 0px;
	}
	
	.menu_header{
		display:none;
	}
	
	.redes_header{
		display:none;
	}
	
	.btn_menu_cel{
		float:left;
		width:8%;
		padding-left:2%;
		display:block;
		padding-top: 35px;
		cursor:pointer;
	}
	
	.menu_mobile{
		display:block;
		position:fixed;
		z-index:100;
		margin-left:-60%;
		width:60%;
		min-height:100%;
		background-color:#ffffff;
	}
	
	.layer_menu{
		display:none;
		position:fixed;
		z-index:90;
		width:100%;
		min-height:100%;
		background-color:rgba(255,255,255,0.8);
	}
	
	.cerrar_menu_mobile{
		float:right;
		padding:3%;
		cursor:pointer;
	}
	
	.content_menu{
		padding:4% 0px;
	}
	
	.content_sub_menu{
		display:none;
	}
	
	.title_menu_mobile{
		font-size:18px;
		padding:11px 8% 11px 4%;
		border-bottom:1px solid #989898;
		cursor:pointer;
		font-weight:700;
	}

	.title_menu_mobile_last{
		font-size:18px;
		padding:11px 8% 11px 4%;
		cursor:pointer;
		font-weight:700;
	}
	
	.item_sub_menu{
		font-size:18px;
		padding:11px 4%;
		background-color:#f5f5f5;
		border-top:1px solid #ababab;
	}
	
	.item_sub_menu:first-child {
		border-top:0px;
	}
	
	.felcha_menu_cerrado{
		background-image:url('../images/abrir_cerrar_menu.jpg');
		width:14px;
		height:14px;
		float:right;
		margin-top:5px;
	}
	
	.felcha_menu_abierto{
		background-image:url('../images/abrir_cerrar_menu.jpg');
		background-position:0px -14px;
		width:14px;
		height:14px;
		float:right;
		margin-top:5px;
	}
/************************************* FIN HEADER ********************************/
	
/************************************* HOME ********************************/
	.content_home{
		margin-top:100px;
	}
	
	.col_1_home{
		display:none;
	}

	.col_2_home{
		width:95%;
		margin:0 auto;
		float:none;
		height:auto;
	}

	.col_flecha_home{
		display:none;
	}

	.col_slide_img{
		width:100%;
	}
	
	a.prevSlide{
		display:none;
	}

	a.nextSlide{
		display:none;
	}
	
	.conten_gris{
		display:none;
	}
	
	.redes_mobile{
		display:block;
		margin:0 auto;
		margin-top:60px;
		width:75px;
	}

/************************************* FIN HOME ********************************/

/************************************* INTERNAS ********************************/
.content_interna{
	margin-top:70px;
}

.content_lista{
	width:100%;
}

.widget_gallery .item{
	position:relative;
	z-index:20;
/* 	border:1px solid #f1f1f1; */
	width: 50%;
}

.layer_gallery{
	width:100%;
	height:30px;
	position:static;
	z-index:25;
	background-color:transparent;
	top:0px;
	left:0px;
	display:block;
}

.title_lista{
	text-transform:none;
	text-align:left;
	padding:0px;
}

.title_lista span{
	text-shadow: 0 0 10px #FFFFFF;
	background-color:rgba(255,255,255,0.2);
	padding:5px 0px;
	border-radius:15px;
	font-weight:300;
}

.icon_eye_lista{
	display:none;
}

.redes_mobile_internas{
	display:block;
	margin:0 auto;
	margin-top:40px;
	width:75px;
}

.titulo_detalle{
	text-align:center;
}

/************************************* FIN INTERNAS ********************************/

/************************************* FIN CONTACTO ********************************/

.titulo_contacto{
	margin-top:20px;
	text-align:center;
}

.info_contacto{
	float:none;
	margin-top:px;
	line-height:21px;
	width:100%;
	margin-right:0%;
	text-align:center;
}


.form_contacto{
	float:none;
	margin-top:20px;
	width:100%;
	text-align:center;
}

.info_contacto div{
	margin-bottom:0px;
}

.bot_enviar_contacto{
	margin:0 auto;
	margin-top:10px;
	float:none;
}

/************************************* FIN CONTACTO ********************************/

.titulo_noticias {
    margin-top: 20px;
	text-align:center;
}

}

/* Landscape phones and down */
@media (max-width:480px) {

.ficha_tecnica{
	line-height:21px;
	margin-bottom:20px;
	margin-top:0px;
	-webkit-column-count:1;
    -moz-column-count:1;
    column-count:1;
	padding-left:1%;
	text-align:center;
}

.text_proyecto{
	line-height:21px;
	margin-top:20px;
}

.widget_gallery .item{
	position:relative;
	z-index:20;
/* 	border:1px solid #f1f1f1; */
	width: 100%;
}

/************************************* NOTICIA ********************************/

.titulo_noticias {
    text-align:center;
    margin-top: 20px;
}

.noticia_impar{
	padding:2%;
	margin-top:10px;
}

.noticia_par{
	padding:2%;
	margin-top:10px;
}

.noticia_impar .img_noticia{
	width:100%;
	cursor:pointer;
	float:none;
	margin-top:10px;
	margin-bottom:10px;
}

.noticia_impar .titulo_texto_noticia{
	float:none;
	width:100%;
}

.noticia_par .titulo_texto_noticia{
	float:none;
	width:100%;
	margin-right:0%;
}

.noticia_par .img_noticia{
	width:100%;
	float:none;
	cursor:pointer;
	margin-top:10px;
	margin-bottom:10px;
}

.titulo_noticia{
	font-size:20px;
	font-weight:700;
	margin-bottom:10px;
}

.texto_noticia{
	line-height:21px;
}

.linea_separadora{
	height:1px;
	width:30%;
	margin:0 auto;
	background-color:#000000;
	margin-top:20px;
}

/************************************* FIN NOTICIA ********************************/

.bio_equipo{
	width:96%;
	float:none;
}


}