a#mas_info{
	position: absolute;
	z-index: 0;
	top: 520px;
	left: 500px;
	border: none;
	color: #7C8F3C;
	font-size: 1.2em;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);	
}

a#mas_info:hover {
	color: #000;
	border: none;
}
#foto_integrantes {
	position: relative;
	width: 1150px;
	height: 400px;
	margin: 0 auto;
	margin-top: 90px;
	background: url(../img/integrantes.jpg) no-repeat center center;
}

.ficha_Wrapper {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	-webkit-transition: opacity .35s ease-in-out 0s;
	        transition: opacity .35s ease-in-out 0s;
}

.ficha {
	display: none;
	position: absolute;
	top: 70px;
	left: 70px;
	width: 400px;
	padding: 20px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 2px 2px 3px rgba(0,0,0,.5);
}

.ficha .foto {
	float: left;
	width: 150px;
	margin-right: 20px;
}
.ficha .foto img {
	width: 100%;
}
.ficha .info {
	float: left;
	width: 230px;
	line-height: 1.25em;
}

.ficha .info strong {
	font-size: 1.25em;
}
.marco {
	position: absolute;
	width: 60px;
	height: 60px;
	border: solid 3px #fff;
}

.marco.left {
	top: 0;
	left: 0;
}
.marco.right {
	top: 0;
	left: 520px;
}	

/*
.ficha_Wrapper:last-child{
	opacity: 1;
}
*/

#int-01 {
	left: 150px;
	top: 20px;
}
	
#int-02 {
	left: 260px;
	top: 30px;
}
	
#int-03 {
	left: 340px;
	top: 40px;
}
	
#int-04 {
	left: 410px;
	top: 20px;
}
	
#int-05 {
	left: 490px;
	top: 50px;
}

#int-06 {
	left: 595px;
	top: 40px;
}

#int-07 {
	left: 660px;
	top: 60px;
}

#int-08 {
	left: 230px;
	top: 30px;
}

#int-09 {
	left: 350px;
	top: 60px;
}

#int-10 { 
	left: 200px;
	top: 65px;
}
#int-11 {
	left: 125px;
	top: 95px;	
}
#int-12 {
	left: 230px;
	top: 105px;	
}
#int-13 {
	left: 330px;
	top: 105px;	
}
#int-14 {
	left: 440px;
	top: 85px;	
}
#int-15 {
	left: 540px;
	top: 80px;	
}
#int-16 {
	left: 185px;
	top: 85px;	
}
#int-17 {
	left: 295px;
	top: 85px;	
}

#int-18 {
	left: 425px;
	top: 90px;	
}

#int-19 {
	left: 50px;
	top: 125px;	
}

#int-20 {
	left: 165px;
	top: 140px;	
}

#int-21 {
	left: 270px;
	top: 145px;	
}

#int-22 {
	left: 435px;
	top: 130px;	
}

#int-23 {
	left: 550px;
	top: 135px;	
}

#int-24 {
	left: 120px;
	top: 125px;	
}

#int-25 {
	left: 200px;
	top: 155px;	
}

#int-26 {
	left: 420px;
	top: 175px;	
}

#int-27 {
	left: 85px;
	top: 180px;		
}

#int-28 {
	left: 210px;
	top: 210px;		
}
#int-29 {
	left: 320px;
	top: 190px;		
}
#int-30 {
	left: 420px;
	top: 200px;
}
#int-31 {
	left: 535px;
	top: 210px;
}
#int-32 {
	left: 680px;
	top: 235px;
}
#int-33 {
	left: 270px;
	top: 210px;
}
#int-34 {
	left: 390px;
	top: 210px;
}
#int-35 {
	left: 420px;
	top: 250px;
}
#int-36 {
	left: 520px;
	top: 230px;
}

#int-37 {
	left: 420px;
	top: 50px;
}

#int-38 {
	left: 120px;
	top: 180px;
}


/* ESTRUCTURA EDO EN CATALUNYA */
#c02_e02 {
	margin-top: 30px;
}

#c02_e02 .epigrafe_cabecera {
	margin-top: -20px;
}

#circulo {
	position: absolute;
	z-index: 1;
	width: 460px;
	left: 50%;
	top: 40px;
	margin-left: -250px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 1s ease-in-out 0s;
	        transition: opacity 1s ease-in-out 0s;
}

.pictograma {
	position: absolute;
	z-index: 1000;
	width: 120px;
	height: 120px;	
	left: 50%;
	-webkit-transition: all .25s ease-in-out 1s;
	        transition: all .25s ease-in-out 1s;
	-webkit-transform: scale(.75);
	    -ms-transform: scale(.75);
	        transform: scale(.75);
}
@-webkit-keyframes bounce {
	0% {
		-webkit-transform: scale(.75);
		        transform: scale(.75);
	}
	70% {
		-webkit-transform: scale(1.25);
		        transform: scale(1.25)
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes bounce {
	0% {
		-webkit-transform: scale(.75);
		        transform: scale(.75);
	}
	70% {
		-webkit-transform: scale(1.25);
		        transform: scale(1.25)
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

.pictograma img {
	width: 100%;
}

.pictograma {
	opacity: 0;
	filter: alpha(opacity=0);
}

#estr-01 {
	top: 10px;
	margin-left: -165px;
}

#estr-02 {
	top: 10px;
	margin-left: 5px;
}

#estr-03 {
	top: 130px;
	margin-left: 130px;
}

#estr-04 {
	top: 300px;
	margin-left: 130px;
}

#estr-05 {
	top: 410px;
	margin-left: 5px;
}

#estr-06 {
	top: 410px;
	margin-left: -165px;
}

#estr-07 {
	top: 300px;
	margin-left: -290px;
}

#estr-08 {
	top: 130px;
	margin-left: -290px;
}

#c02_e02 .texto {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.22em;
	line-height: 1.41em;
	margin-top: -10px;
	opacity: 0;
	font-family: 'PT Sans';
	filter: alpha(opacity=0);
	-webkit-transition: all .5s ease-in-out 0s;
	        transition: all .5s ease-in-out 0s;
	color: #555;
}

#c02_e02 .texto strong {
	font-family: 'PT Sans';
	font-weight: 700;
	font-size: 1.1em;
	color: #7C8F3C;
}

#c02_e02 .texto#texto-centro strong {
	color: #000 !important;
}

#c02_e02 .texto#texto-01 {
	left: 230px;
	top: 70px;
	text-align: right;
}

#c02_e02 .texto#texto-02 {
	left: 785px;
	top: 70px;
	text-align: left;
}

#c02_e02 .texto#texto-03 {
	left: 895px;
	top: 245px;
	text-align: left;
}

#c02_e02 .texto#texto-04 {
	left: 895px;
	top: 390px;
	text-align: left;
}

#c02_e02 .texto#texto-05 {
	left: 785px;
	top: 590px;
	text-align: left;
}

#c02_e02 .texto#texto-06 {
	width: 196px;
	left: 230px;
	top: 590px;
	text-align: right;
}

#c02_e02 .texto#texto-07 {
	width: 173px;
	left: 135px;
	top: 390px;
	text-align: right;
}

#c02_e02 .texto#texto-08 {
	left: 135px;
	top: 245px;
	text-align: right;
}

#c02_e02 .texto#texto-centro {
	top: 250px;
	left: 475px;
	text-align: center;
	font-size: 1.22em;
	line-height: 1.41em;
}


/* ### Líneas de investigación ### */

.inv_Wrapper {
	position: relative;
	float: left;
	width: 20%;
	background: url(../img/icono_bolo.svg) no-repeat left top;
	background-size: 80px;
	
	opacity: 0;
	
	filter: alpha(opacity=0);
	-webkit-transition: opacity .5s ease-in-out 0s;
	        transition: opacity .5s ease-in-out 0s;
}

.inv_bolo {
	position: absolute;
	z-index: 0;
	top: 10px;
	left: 25px;
	font-weight: 700;
	font-size: 3em;
	color: #7C8F3C;	
	
	margin-top: -10px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .75s ease-in-out 0s;
	        transition: all .75s ease-in-out 0s;
}

.inv_texto {
	float: right;
	width: 72%;
	margin-top: 20px;
	
	font-family: 'PT Sans';
	opacity: 0;
	
	filter: alpha(opacity=0);
	-webkit-transition: opacity .5s ease-in-out 0s;
	        transition: opacity .5s ease-in-out 0s;
}


/* ### Proyectos ### */

.pro_leyenda_Wrapper {
	float: left;
	width: 100%;
	margin-left: 30px;
	margin-bottom: 20px;
}
.pro_leyenda {
	float: left;
	margin-right: 20px;
}
.pro_bolo {
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	background: #7C8F3C;	
}
.pro_leyenda_texto {
	float: left;
	font-style: italic;
	color: #555;
	line-height: 30px;
}
.ejecucion {
	opacity:.5;
	filter: alpha(opacity=50);
}

.pro_proyectos {
	float: left;
}
.pro_titulo {
	float: left;
	margin-left: 130px;
	margin-bottom: 5px;
	font-size: 1.5em;
	font-weight: 500;	
}
.pro_graficas {
	float: left;
	clear: left;	
}

.pro_grafica_titulo {
	float: left;
	width: 120px;
	margin-right: 10px;
	text-align: right;
	line-height: 1.2em;
	
}
.pro_grafica_Wrapper {	
	float: left;
	clear: left;
}
.pro_grafica {
	float: left;	
	margin-bottom: 20px;
}
.pro_dato {
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 3px;
	font-size: 2.2em;
	
	opacity: 0;
	
	filter: alpha(opacity=0);
	margin-top: -5px;
	margin-bottom: 5px;
	-webkit-transition: all .075s ease-in-out 0s;
	        transition: all .075s ease-in-out 0s;			
}

.pro_dato:last-child {
	margin-left: 10px;
	line-height: 40px;
}

.pro_dato img {
	height: 100%;
}