﻿
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    @import url('https://fonts.googleapis.com/css?family=Playfair+Display');
/**VARIOS**/
#rtd {
	width: 100% !important;
}
#rtd .link {
	line-height: 1.5em;
	padding-left: 10px;
	color: #2c3e50;
	font-size: 1.1em;
	font-weight: 400;
	float: left;
	clear: left;
	margin: 10px 0px;
}
#rtd .list{
    line-height: 1.5em;
    padding-left: 0px;
    font-size: 1.1em;
    font-weight: 400;
    float: left;
    clear: left;
    margin: 10px 0px;
}

#dir .link {
	line-height: 1.3em;
	padding-left: 5px;
	color: #3c647c;
	width: 100%;
	font-size: 1.1em;
	font-weight: 400;
	float: none;
	clear: left;
	margin: 5px 0 10px 0;
	display: block;
}

/**GOVERNING STRUCTURE **/
#gov {
	/*float: right;*/
}
#gov table {
	height: auto;
	position: relative;
	margin: 0 auto 20px;
	width: 100%;
	border-spacing: 0;
	border-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#gov table tr {
	height: 30px;
}
#gov table tr td:first-child{
	padding-left: 10px;
}

#gov table tr:last-child td{
	padding-bottom: 10px;
}


/**ORGANIZATION CHART**/

#org .prueba{
    color: red !important;
    text-size-adjust: 5% !important;
}

#org .box.center{
	float: none !important;
	margin: 0px auto 20px;
	position: relative;
}
#org .box{
	width: calc(100% - 20px);
	height: auto;
}
#org .col .box{
	width: calc(100% - 30px);
	overflow: hidden;
}

@media (max-width: 1023px) {
	#org .col .box{
	width: calc(80% - 30px);
	overflow: hidden;
}
}

#org .box.right, #org .box.right .title, #org .box.right .name {
	float: right !important;
	text-align: right !important;
	padding: 0px 10px 0px 0px;
}
#org .box.left, #org .box.left .title, #org .box.left .name {
	float: left !important;
	text-align: left !important;
	padding: 0px 0px 0px 10px;
}
#org .box .title {
	font-size: 1.3em;
	color: #3d6a80;
	font-weight: normal;
	margin: 10px 0px;
	text-align: center;
	clear: both;
	text-size-adjust: 10% !important;
}
#org .section {
	font-size: 1.6em;
	color: #3d6a80;
	font-weight: bold;
	/*float: left;*/
	position: relative;
}
#org .section.left{
	width: calc(100% - 10px);
	text-align: left;
	margin: 10px 0px 20px 10px;
	}
#org .section.right{
	width: calc(100% - 10px);
	margin: 10px 10px 20px 0px;
	}

#org .blue {
	color: #00b1c7;
}
#org .header {
	padding: 10px 0;
	float: left;
	width: calc(100% + 10px);
	margin-left:-10px;
	text-align: center !important;
}
#org .col {
	width: 33%;
	float: left;
	position: relative;
}
#org .box .name {
	font-size: 1.2em;
	color: #3d6a80;
	font-weight: bold;
	margin: 0px auto 5px;
	text-align: center;
	clear: both;	
}
#org a {
	color: #3d6a80;
	text-decoration: none;
}
#org hr {
	background-color: #3d6a80;
	height: 3px;
	border: 0;
}
#org .box hr {
	height: 1px;
	width: 100%;
	clear:both;
}
#org .box {
	position: relative;
	float: left;
	overflow: hidden;
	border: 0px;
	padding: 0px;
	padding-bottom: 10px !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px 10px 20px 10px;
}

/**TRANSPARENCY PORTAL**/
#trans .longbox .title {
	font-weight: normal;
}
#trans .longbox {
	position: relative;
	float: left;
	overflow: hidden;
	padding: 0px 10px 10px 10px;
	border: 2px solid #cddbdd;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 10px;
	width: calc(100% - 40px);
}
#trans .longbox .title, #trans .box .title {
	font-size: 1.3em;
	color: #3d6a80;
	font-weight: bold;
	margin: 10px 0px;
	text-align: center;
	clear: both;
}
#trans * {
	font-family: Arial, sans-serif;
}
#trans p {
	text-decoration: none;
	color: #a0a0a0;
}
#trans strong{
	color: #158e90;
}
#trans li {
	color: #a0a0a0;
	margin-bottom: 5px;
}
#trans ul {
	padding-left: 20px;
}
#trans .box {
	width: calc(25% - 20px);
	height: 310px;
	padding: 10px !important;
	position: relative;
	float: left;
	overflow: hidden;
	border: 0px;
	padding: 0px;
	padding-bottom: 10px !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px 10px 20px 10px;
}

/** CIMNE in Numbers **/
#num table {
	height: auto;
	position: relative;
	margin: 0 auto 20px;
	width: 100%;
	border-spacing: 0;
	border-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#num td {padding-left: 10px;}
#num tr:nth-child(2) td, #num tr:nth-child(18) td {padding-top: 10px;}
#num tr:last-child td{padding-bottom: 10px;}
#num .nivel1{color: #56A5B2; font-size: 1.1em; font-weight: bold;}
#num .nivel2{color: #0e0e0e; font-size: 1em; font-weight: bold; padding-left: 30px;}
#num .nivel3{color: #0e0e0e; font-size: 0.9em; font-weight: normal; padding-left: 50px;}
#num .names {width: 40%;}
#num .numbers {width: 5%; text-align: right;}
#num sup, #num sub {color: #0e0e0e; font-size: 0.6em; font-weight: normal;}
#num .anotacion sup {font-size: 0.8em; margin-right: 5px;}
#num .anotacion {color: #0e0e0e; font-size: 0.8em;}
#num h3 {color: #56A5B2;}

#res {margin-bottom: 0px;}
#res th {text-align: left; padding: 10px;}
#res tr:nth-child(odd) {background: rgba(139,193,202,0.5);}
#res td {padding-left: 10px; line-height: 20px;}
#res.anotations sup {font-size: 0.8em; margin-right: 5px;}
#res .anotations li {color: #0e0e0e; font-size: 0.8em; list-style: none;}
#res .anotations ul {padding: 0px;}
#res a{color: #197c80}

/** Portada **/

table.calendarioCtr tr {
    height: 23px !important;
}

/** SPIN OFF COMPANIES **/
p.title {
	font-size: 1.2em;
	color: #3d6a80;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	clear: both;
}
p.year {
	line-height: 20px;
	font-size: 1.1em;
	color: #3d6a80;
	font-style: italic;
	margin-bottom: 10px;
}
p.description {
	font-size: 1.1em;
	line-height: 20px;
	text-align: justify;
	line-height: 20px;
}
p.website {
	font-size: 1.1em;
	line-height: 20px;
	font-style: italic;
	margin-bottom: 10px;
}
p.logo {
	text-align: center;
}
p.logo img {
	width: 50%;
	margin: 10px auto;
}
#spinoff .box, #spinoff .longbox {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	position: relative;
	float: left;
	overflow: hidden;
	border: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px 10px 20px 10px;
}
#spinoff .longbox>.title, #spinoff .longbox>.year, #spinoff .longbox>.website, #spinoff .longbox>.logo {
	width: 31%;
	display: block; 
	float: left;
	position: relative;
	margin: 0 2% 10px 0;
}
#spinoff .longbox>.description {
	width: 65%;
	display: block; 
	float: left;
	position: relative;
	margin: 0 2% 10px 0;
}
#spinoff hr {
	width: 100%;
	clear: both;
	color: #3d6a80;
	background: #3d6a80;
	height: 1px;
	margin: 10px 0;
}


/** Theses **/

#theses {
	border-spacing: 5px;
}
#theses th {
	background: #3c647c;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}
#theses td {
	padding: 5px;
	font-size: 12px;
	vertical-align: top;
}
#theses td:nth-child(2), #theses td:nth-child(4) {
	text-transform: capitalize;
}
#theses td:nth-child(odd) {
	background: rgba(200,200,200,0.1);
}

#theses tr:nth-child(even) {
	background: rgba(200,200,200,0.3);
}
#theses tr:nth-child(even) td:nth-child(odd) {
	background: rgba(200,200,200,0.4);
}

/** RESEARCH  **/

#rl table td, #rl table th {padding: 10px !important;}

.research-col-1, .research-col-2, .research-col-3 {
	position: relative;
	float: left;
	height: auto;
	background: transparent;
	margin-bottom: 20px;
	display: block;
}
.research-col-1 {
	width: 40%;
	margin-right: 1%;
}
.research-col-2 {
	width: 24%;
	margin-right: 1%;
	margin-top: 5px;
}
.research-col-3 {
	width: 34%;
}
.research-title span {
    line-height: 30px;
    background: #3c647c;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
	padding: 5px 20px;
    margin-right: 20px;
    /* width: 190px; */
}
.research-title {
	background: #25b6bb;
	width: 100%;
	display: block;
	float: left;
	clear: both;
	margin-top: 5px;
	text-transform: uppercase;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 10px;
	
}
.research-col-1 .research-title, .research-col-2 .research-title, .research-col-3 .research-title {
	margin-top: 0px !important;
}
.research-footer {
	background: #f6f6f6;
	position:relative;
	display: block;
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}
.research-footer:hover {
	background: #eee;
}
.research-footer a {
	color: #0cb1b2;
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
	text-decoration: none !important;
}
.research-area {
	display: block;
	position: relative;
	margin-bottom: 1px;
	float: left;
	clear: both;
	width: 100%;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	opacity: 1;
	margin-bottom: 10px;
	padding: 5px 0;
}
.research-area.civil{
	margin-top: 5px;
}
.research-area:hover {
	opacity: 0.8;
}
.research-area span {
	float: right;
	display: block;
	position: relative;
	width: 62px;
	height: 62px;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: 5px;
}
.research-area div {
	float: left;
	display: block;
	position: relative;
	width: auto;
	color: #fff;
	font-size: 24px;
	letter-spacing: 1px;
	padding: 10px 20px;
	line-height: 26px;
	/*text-shadow: 1px 1px rgba(70,70,70,0.5);*/
	text-shadow: 1px 1px #303030;

    
}
.research-area.coupled{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/1.1.jpg');
}
.research-area.numerical{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/2.2.png');
}
.research-area.advance{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/4background.png');
}.research-area.thermal{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/5.3.png');
}.research-area.unsatured{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/6.2.png');
	
}.research-area.rockfill{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/7.1.1.png');
}.research-area.multiscale{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/8.1.1.png');
}.research-area.multiphysical{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/9background.png');
}.research-area.cracking{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/10.1.1.png');
}.research-area.crystal{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/11.1.1.jpg');
}.research-area.analysis{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/12.2.png');
}.research-area.carbon{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/13.1.png');
}.research-area.DEM{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/14.1.png');
}
.research-area.bio{
	background-image: url('/cvdata/cntr2/dtos/mdia/research/bio.png');
}
.research-area span.bio{
	background-image: url('/cvdata/cntr2/dtos/mdia/research/bio-icon.png');
}
.research-area.civil{
	background-image: url('/cvdata/cntr2/dtos/mdia/research/civil.png');
}
.research-area.computational{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/areas/computational.png');
}
.research-area.mechanics{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/areas/eng.png');
}
.research-area.ict{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/areas/ict.png');
}
.research-area.istt{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/areas/innovation.png');
}
.research-area span.civil{
	background-image: url('/cvdata/cntr2/dtos/mdia/research/civil-icon.png');
}
.research-area.energy{
	background-image: url('/cvdata/cntr2/dtos/mdia/research/energy.png');
}
.research-area span.energy{
	background-image: url('/cvdata/cntr2/dtos/mdia/research/energy-icon.png');
}
.research-area.comp{
	background-image: url('/cvdata/cntr2/dtos/mdia/research/comp.png');
}
.research-area span.comp{
	background-image: url('/cvdata/cntr2/dtos/mdia/research/comp-icon.png');
}
.research-area.trans{
	background-image: url('/cvdata/cntr2/dtos/mdia/research/trans.png');
}
.research-area span.trans{
	background-image: url('/cvdata/cntr2/dtos/mdia/research/trans-icon.png');
}

.research-quote {
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f600', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}
.research-quote span {
	font-size: 100px;
	font-weight: bold;
	color: #3c647c;
	line-height: 40px;
	display: block;
	position: relative;
	float: left;
	padding-left: 10px;
}
.research-quote div {
	color:  #25b6bb;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	padding-left: 10px;
	margin-top: 10px;
	line-height: 20px;
	display: block;
	position: relative;
	float: left;
}
.research-quote-body {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	color: #3c647c;
	line-height: 33px;
	font-size: 24px;
	padding: 10px 10px 10px 30px;
}
.research-citations {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 0px 10px 10px 10px;
	text-align: center;
	margin-top: 5px;
	float: left;
	display: block;
	position: relative;
	width: 100%;
	border-top: 10px solid #3c647c;
	color: #3c647c;
	font-size: 30px;
	line-height: 34px;
}
.research-citations .arrow-down {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #3c647c;
	margin: 0 auto 20px auto;
	text-align: center;
}
.research-citations span {
	font-size: 1.5em;
	line-height: 34px;
}
.research-citations b {
	position: relative;
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 30px;
}
.research-papers {
	background: #25b6bb;
	color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 25px 20px;
	font-size: 24px;
	line-height: 26px;
	position:relative;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
.research-papers span {
	font-size: 2em;
	font-weight: normal;
	display: block;
	width: 100%;
	margin-bottom: 18px;
}

.research-col-3 .new-pager, .research-col-3 .new-info {
	display: none;
}

.research-col-3 .new3 {
    padding: 0;
    border: 0px;
    margin: 10px 0px;
    width: 100%;
    height: auto;
}
.research-col-3 .new3 .new-head {
    position: relative;
    float: right;
    font-size: 14px;
    color: #3c647c;
    text-align: left;
    line-height: 16px;
    max-height: 80px;
    overflow: hidden;
    width: 51%;
	clear: none;
}
.research-col-3 .new3 img {
    position: relative;
    float: left;
    width: 44%;
	clear: none;
}
.research-col-3 .new3 .new-body {
    position: relative;
    float: right;
    clear: none;
    line-height: 14px;
    max-height: 70px;
	width: 51%;
	overflow: hidden;
	display: block !important;
	margin-top: 10px;
}
.area-header-1{
	background: #25b6bb;
	width: 100%;
	display: block;
	float: left;
	clear: both;
	margin-top: 5px;
	margin-bottom: 0px;
}
.area-header-1 span{
    line-height: 30px;
    background: #3c647c;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 40px;
	text-align: left;
}
.area-header-2 {
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f600', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 0 30px;
}
.area-header-2:before{
	content: '';
	width: 120px;
	border-top: 8px solid #25b6bb;
	float: left;
	clear: both;
}
.area-header-2 span {
	float: left;
	clear: both;
	color: #25b6bb;
	line-height: 40px;
	font-size: 22px;
	letter-spacing: 1px;
	text-align: left;
}
.area-title {
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
.area-title span {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #fff;
	text-align: left;
	width: 40%;
	position: absolute;
	z-index: 2;
	font-size: 40px;
	padding-left: 40px;
	/*text-shadow: 2px 2px rgba(140,140,140,0.7);*/
		text-shadow: 2px 2px #303030;
}

.img-title {
  position: absolute;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  top: 10%;
}

.img-title h1{
    font-size: 2.5em;
}

.area-title img{
	width: 100%;
	position: relative;
	z-index: 1;
	float: left;
}
.area-text {
	position: relative;
	width: 100%;
	float: left;
	padding: 20px 30px;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Playfair Display', serif;
}
.area-description {
	width: 100%;
	margin-right: 5%;
	background: #fff;
	float: left;
	position: relative;
}
.area-groups{
	width: 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center 48px;
	background-size: 100% auto;
	float: left;
	position: relative;
	margin-bottom: 40px;
}
.area-groups-container {
	/*margin-top: 90px;*/
	padding: 30px;
	/*float:left;*/
	position: relative;
	width: 100%;
	height: 295px;
}
.area-group {
	width:48%;
	background: rgba(243,243,243,0.9);
	border-left: 2px solid #37657f;
	position: relative;
	float: left;
	padding: 5px 20px;
	margin-bottom: 4%;
}

@media (max-width: 425px) { 
.area-group {
	width:100% !important;
	background: rgba(243,243,243,0.9);
	border-left: 2px solid #37657f;
	position: relative;
	float: left;
	padding: 5px 20px;
	margin-bottom: 4%;
}
}

.area-group:nth-child(odd) {
	margin-right: 4%;
}
.area-group a {
	color: #37657f !important;
	text-decoration: none !important;
	font-size: 20px;
	
}
.area-group:hover{
	background: rgba(243,243,243,1);
}
.area-groups.civil{
	background-image: url('/cvdata/cntr2/dtos/mdia/Research/areas/civil-1.jpg');
}
.area-groups.eng{
	background-image: url('/cvdata/cntr2/dtos/mdia/Research/areas/engineering-mechanics.jpg');
}
.area-groups.compu{
	background-image: url('/cvdata/cntr2/dtos/mdia/Research/areas/computational-materials.jpg');
}
.area-groups.ict{
	background-image: url('/cvdata/cntr2/dtos/mdia/Research/areas/ict.jpg');
}
.area-groups.transport{
	background-image: url('/cvdata/cntr2/dtos/mdia/Research/areas/trans-1.jpg');
}
.area-groups.isst{
	background-image: url('/cvdata/cntr2/dtos/mdia/Research/areas/innovative-support.jpg');
}
.area-groups.ict{
	background-image: url('/cvdata/cntr2/dtos/mdia/Research/areas/ict-1.jpg');
}
.area-groups.bio{
	background-image: url('/cvdata/cntr2/dtos/mdia/Research/areas/bio-1.jpg');
}
.research-lines-body {
	background-image: url('/cvdata/cntr2/dtos/mdia/Research/background-rl.jpg');
	width: 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center top;
	background-size: 100% auto;
	float: left;
	position: relative;
	margin-bottom: 20px;
}
.research-areas-body *{
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.research-areas-body {
	background-image: url('/cvdata/cntr2/dtos/mdia/Research/background-ra.jpg');
	width: 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center top;
	background-size: 100% auto;
	float: left;
	position: relative;
	margin-bottom: 20px;
}
.research-line-col, .research-areas-col {
	width: 50%;
	position: relative;
}
.research-line-col:nth-child(odd), .research-areas-col:nth-child(odd){
	float: left;
	padding: 40px 20px 100px 100px;
}
.research-line-col:nth-child(even), .research-areas-col:nth-child(even){
	float: right;
	padding: 40px 100px 100px 20px;
}
.research-line {
	background: rgba(243,243,243,0.9);
    position: relative;
    padding: 5px 20px;
	color: #37657f !important;
    text-decoration: none !important;
    font-size: 20px;
	margin-bottom: 20px;
}
.research-areas {
	background: rgba(243,243,243,0.8);
    position: relative;
    padding: 5px 20px;
	color: #37657f;
    text-decoration: none !important;
    font-size: 20px;
	margin-bottom: 20px;
	border-right: 2px solid #37657f;
    float: right;
	text-align: right;
	cursor: pointer;
	clear: right;
}
.research-areas:hover {
	background: rgba(243,243,243,1);
	box-shadow: rgba(45,50,55, 0.2) -2px 3px 6px 1px !important;
	-o-box-shadow: rgba(45,50,55, 0.2) -2px 3px 6px 1px !important;
	-moz-box-shadow: rgba(45,50,55, 0.2) -2px 3px 6px 1px !important;
	-webkit-box-shadow: rgba(45,50,55, 0.2) -2px 3px 6px 1px !important;
}
.research-areas.selected{
	background: rgba(243,243,243,1);
	box-shadow: rgba(45,50,55, 0.2) -2px 3px 6px 1px !important;
	-o-box-shadow: rgba(45,50,55, 0.2) -2px 3px 6px 1px !important;
	-moz-box-shadow: rgba(45,50,55, 0.2) -2px 3px 6px 1px !important;
	-webkit-box-shadow: rgba(45,50,55, 0.2) -2px 3px 6px 1px !important;
	color: #25b6bb;
	border-color: #25b6bb;
}

.research-group {
	background: rgba(255,255,255,0.8);
    position: relative;
    padding: 5px 20px;
	color: #25b6bb;
    text-decoration: none !important;
    font-size: 20px;
	margin-bottom: 20px;
    border-left: 2px solid #25b6bb;
    float: left;
	cursor: pointer;
	clear: both;
}
.research-line-col:nth-child(odd) .research-line {
    border-right: 2px solid #37657f;
    float: right;
}
.research-line-col:nth-child(even) .research-line {
    border-left: 2px solid #37657f;
    float: left;
}
.research-line:hover{
	background: rgba(243,243,243,1);
}
.research-back {
	background: rgba(255,255,255,0.8);
    position: relative;
	width: 100%;
	text-align: center;
    padding: 5px 20px;
	color: #25b6bb;
    text-decoration: none !important;
    font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #25b6bb;
    float: left;
	cursor: pointer;
}
.research-back:hover, .research-group:hover {
	background: rgba(255,255,255,1);
	color: #25b6bb;
}
.research-group .arrow-right {
	width: 0; 
	height: 0; 
	border-left: 5px solid #37657f;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin: 5px 0 0 -20px;
	float: left;
	position: relative;
	text-align: center;
}
.research-group.area {
	border-left: 2px solid #37657f !important;
	color: #fff !important;
	background: rgba(37, 182, 187, 0.7);
	font-size: 14px !important;
}
.research-group.area:hover{
	background: rgba(37, 182, 187, 1);
}
.research-lines-text{
	width: 80%;
	margin: 40px auto 0 auto;
	padding: 10px 20px;
	position: relative;
	text-align: center;
	background: rgba(243,243,243,0.9);
	font-size: 20px;
	color: #37657f;
}

.research-lines {
	display: block;
	position: relative;
	margin-top: 5px;
	float: left;
	clear: both;
	width: 100%;
	opacity: 1;
	color: #580d90;
	font-size: 30px;
	line-height: 40px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 0px 10px 22px 10px;
	border-top: 10px solid #580d90;
	text-align: center;
}
.research-lines span {
	font-size: 2em;
	margin-right: 10px;
}
.research-lines b {
	font-weight: bold;
	font-style: italic;
}

.research-lines .arrow-down {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #580c8f;
	margin: 0 auto 20px auto;
	text-align: center;
}
.purple {
	color: #580d90;
}
a.purple {
	color: #8313d6;
}

.research-page-title{
    background: #f3f3f3;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f600', endColorstr='#00000000',GradientType=0 );
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 0 30px;
    margin-top: 5px;
}

.research-page-title:before{
	content: '';
	width: 120px;
	border-top: 8px solid #25b6bb;
	float: left;
	clear: both;
}
.research-page-title span {
	float: left;
	clear: both;
	color: #25b6bb;
	line-height: 40px;
	font-size: 22px;
	letter-spacing: 1px;
	text-align: left;
}
                
/** Semirars **/                
                
.lectures {
  font-size: 1.2em;
  color: #3d6a80;/*font-weight: bold;*/
  padding-left: 5px;
  }

.title {
  font-size: 1.3em;
  color: #3d6a80;
  font-weight: bold;
  padding: 5px;
  }

.months {
  font-size: 1em;
  color: #3d6a80;
  text-transform: uppercase;
  padding-top: 5px;
  }

.day {
  font-size: 1.5em;
     color: #3d6a80;
     font-weight: bold; 
     }

.year {
  font-size: 1em;
     color: #3d6a80;

}               

.time {
  font-size: 1.2em;
     color: #3d6a80;
}

@media (min-width: 768px) { 
.events2020 {
  border-right: 2px solid #25b6bb;
  height: 215px;
  }
}


@media (min-width: 769px) {
  .events2020tablet {
  border-right: 2px solid #25b6bb;
  height: 215px;
}
}  

@media (max-width: 767px) { 
.events2020 {
  border-bottom: 2px solid #25b6bb;
  /* height: 100px; */
}
}

@media (max-width: 767px) {
.events2020tablet {
  border-bottom: 2px solid #25b6bb;
  /* height: 100px; */
}
}

.SO {
  font-size: 1.3em;
  margin-left: 1.3em;
}                

.SO-list {
  font-size: 1.1em;
  line-height: 1.5;
  margin-top: 8px;
} 
                
/**BANNER**/

#pruebanner{
  height: auto;
  min-height: 4.5em;
  width: 100%;
  color: white;
  background: rgba(0,0,0,1);
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(241,111,92,1) 0%, rgba(37,182,187,1) 0%, rgba(50,97,125,1) 50%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(0%, rgba(241,111,92,1)), color-stop(0%, rgba(37,182,187,1)), color-stop(50%, rgba(50,97,125,1)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(241,111,92,1) 0%, rgba(37,182,187,1) 0%, rgba(50,97,125,1) 50%);
  background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(241,111,92,1) 0%, rgba(37,182,187,1) 0%, rgba(50,97,125,1) 50%);
  background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(241,111,92,1) 0%, rgba(37,182,187,1) 0%, rgba(50,97,125,1) 50%);
  background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(241,111,92,1) 0%, rgba(37,182,187,1) 0%, rgba(50,97,125,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#32617d', GradientType=1 );
  }
  
.people-citations {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 0px 10px 10px 10px;
	text-align: center;
	margin-top: 5px;
	float: left;
	display: block;
	position: relative;
	width: 100%;
	border-top: 10px solid #25b6bb;
	color: #25b6bb;
	font-size: 30px;
	line-height: 34px;
}
.people-citations .arrow-down {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #25b6bb;
	margin: 0 auto 20px auto;
	text-align: center;
}

.research-challenges {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 0px 10px 10px 10px;
	text-align: center;
	margin-top: 5px;
	float: left;
	display: block;
	position: relative;
	width: 100%;
	border-top: 10px solid #9e926d;
	color: #9e926d;
	font-size: 30px;
	line-height: 34px;
}
.research-challenges .arrow-down {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #9e926d;
	margin: 0 auto 20px auto;
	text-align: center;                  
}

.researchers {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 0px 10px 10px 10px;
	text-align: center;
	margin-top: 5px;
	float: left;
	display: block;
	position: relative;
	width: 100%;
	border-top: 10px solid #d9cf9b;
	color: #d9cf9b;
	font-size: 30px;
	line-height: 34px;
}
.researchers .arrow-down {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #d9cf9b;
	margin: 0 auto 20px auto;
	text-align: center;                  
}                

.research-outreach {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 0px 10px 10px 10px;
	text-align: center;
	margin-top: 5px;
	float: left;
	display: block;
	position: relative;
	width: 100%;
	border-top: 10px solid #515962;
	color: #515962;
	font-size: 30px;
	line-height: 34px;
}
.research-outreach .arrow-down {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #515962 ;
	margin: 0 auto 20px auto;
	text-align: center;                  
}

.link-black a {
    color: black;
    text-decoration: underline;
}

.research-homearea div {
	float: left;
	display: block;
	position: relative;
	width: auto;
	color: #fff;
	font-size: 17.5px;
	/* letter-spacing: 1px; */
	padding: 8.3px 20px;
	/* line-height: 26px; */
	/*text-shadow: 1px 1px rgba(70,70,70,0.5);*/
	text-shadow: 1px 1px #303030;
	}

.research-homearea.computational{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/areas/computational.png');
}
.research-homearea.mechanics{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/areas/eng.png');
}
.research-homearea.ict{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/areas/ict.png');
}
.research-homearea.istt{
	background-image: url('/cvdata/cntr2/spc2/dtos/mdia/Research/areas/innovation.png');
}
.research-homearea span.civil{
	background-image: url('/cvdata/cntr2/dtos/mdia/research/civil-icon.png');
}
.research-homearea.energy{
	background-image: url('/cvdata/cntr2/dtos/mdia/research/energy.png');
}
.research-homearea span.energy{
	background-image: url('/cvdata/cntr2/dtos/mdia/research/energy-icon.png');
}
.research-homearea.comp{
	background-image: url('/cvdata/cntr2/dtos/mdia/research/comp.png');
}
.research-homearea span.comp{
	background-image: url('/cvdata/cntr2/dtos/mdia/research/comp-icon.png');
}
.research-homearea.trans{
	background-image: url('/cvdata/cntr2/dtos/mdia/research/trans.png');
}
.research-homearea span.trans{
	background-image: url('/cvdata/cntr2/dtos/mdia/research/trans-icon.png');
}
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                