/* INDICE ============================ */
/* 1. COMUNES                          */
/* 2. MENU                             */
/* 3. COMPETENCES                      */
/* 4. APPLICATIONS                     */
/* 5. SHAREHOLDERS                     */
/* 6. NEWS                             */
/* 7. LISTADO                          */
/* 8. HISTORY                          */
/* 9. VISION                           */
/* 9. HOME-CONTACT                     */


:focus {
  outline-color: transparent;
  outline-style: none;
}


a, a > * {
	-webkit-transition: color 0.2s ease, background-color 0.3s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	-moz-transition: color 0.2s ease, background-color 0.3s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	-ms-transition: color 0.2s ease, background-color 0.3s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	-o-transition: color 0.2s ease, background-color 0.3s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	transition: color 0.2s ease, background-color 0.3s ease, border 0.2s ease, opacity 0.2s ease-in-out;	
}

.form-control:-moz-placeholder {
  color: #45535a;
}
.form-control::-moz-placeholder {
  color: #45535a;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #45535a;
}
.form-control::-webkit-input-placeholder {
  color: #45535a;
}



/*
.carousel .item {-webkit-transition: opacity 1s; -moz-transition: opacity 1s; -ms-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}
*/



/* 1. COMUNES ============================== */


html, body {
	background: #fff;
	font: 		normal 12px/14px  Verdana, sans-serif;
	height:		100%;
}


h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}

/* 2. MENU ============================== */


.nav > li > a {
	padding: 0;
	margin: 0 14px;
}
.nav-de > li > a {
	margin: 0 7px;
}

.navbar {
    margin-bottom: 0;
    min-height: 92px;
    border-radius: 0;
    border-bottom: 1px solid #dadada;
    background-color: #fff;
}
/*
.navbar.color1 {
	background-color: #2AB4CE;
	border-bottom: 1px solid #2AB4CE;
}
.navbar.color2 {
	background-color: #09c3ab;
	border-bottom: 1px solid #09c3ab;
}
.navbar.color5 {
	background-color: #b1192d;
	border-bottom: 1px solid #b1192d;
}
*/
.navbar.color6 {
	background-color: #697775;
	border-bottom: none;
}


.navbar a.logo-top {
	/*display: block;
	float: none;*/
	position: relative;
	z-index: 1;
}
.navbar img.logo{
    float: left;
    margin: 29px 48px 0 0;
}
.navbar-nav > li > a {
	font-family: 'Noto Sans', sans-serif;
	font-size: 13px;
	color: #619aae;
	text-transform: uppercase;
    padding-bottom: 26px;
    padding-top: 52px;
    border-bottom: 8px solid transparent;
}
.navbar-nav-de > li > a {
	font-size: 12px;
}
.navbar.color6 .navbar-nav > li > a {
	color: #b4bbba;
}
.navbar-nav > li > a.nolink {
	cursor: default;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li > a.selected {
    text-decoration: none;
    color: #2bb9e9;
    border-bottom: 8px solid #2bb9e9;
}

.navbar.color6 .nav > li > a:hover, .navbar.color6 .nav > li > a:focus, .navbar.color6 .nav > li > a.selected {
	color: #fff;
	border-bottom: 8px solid #b4bbba;
	background-color: transparent;
}


.nav > li > a.dropdown:hover {
    background: url('../images/menu-hover.png') center bottom no-repeat;
}
.navbar.color6 .nav > li > a.dropdown:hover {
	background: url('../images/menu-hover-white.png') center bottom no-repeat;
}
#drop > li.selected-temp a.dropdown {
	color: #2bb9e9;
	border-bottom: 8px solid #2bb9e9;
	background: url('../images/menu-hover.png') center bottom no-repeat;
}
.navbar.color6 #drop > li.selected-temp a.dropdown {
	color: #fff;
	border-bottom: 8px solid #b4bbba;
	background: url('../images/menu-hover-white.png') center bottom no-repeat;
}
#drop ul {
	padding: 0;
}
#drop li .sections {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 11px;
    font-weight: normal;
    left: 14px;
    position: absolute;
    text-transform: none !important;
    top: 106px;
    z-index: 99;
}
#drop li .sections-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 0px 15px 0px 0px;
}
#drop li .sections .column {
    float: left;
    padding: 0 15px 0 0;
    width: 186px;
}
#drop li .sections .image {
    height: 140px;
    padding: 0;
    position: relative;
    width: 140px;
}
#drop li .sections .image img {
    left: 8px;
    position: absolute;
    top: 17px;
}
#drop li .sections.primera .image img {
    left: 14px;
    position: absolute;
    top: 13px;
}
#drop li .sections li a {
	font-family: 'Noto Sans', sans-serif;
	font-size: 13px;
	color: #848484;
    display: block;
    float: none !important;
    line-height: 16px !important;
    padding: 0 0 0 20px;
}
#drop li .sections li {
    background: #fbfbfb;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: block;
    float: none;
    height: auto;
    padding: 10px 0;
}
#drop li .sections li:last-child {
    border-bottom: none;
}
#drop li .sections li:hover {
    background: #fff;
    border-right: none;
}
#drop li .sections li:hover a {
    text-decoration: none;
    color: #2bb9e9;
}
#drop li .sections li.selected {
    background: #fff;
}
#drop li .sections li.separator {
    padding: 0 0 15px;
}





.carousel-inner {
	background-image: url('../images/slider-bg.png');
	background-position: center top;
	background-repeat: repeat-x;
	height: 300px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	margin: 0 auto;
	padding-top: 0;
}

.carousel-inner .item {
	/*background: url('../images/slider-item-bg.png') center top no-repeat;*/
	width: 100%;
	height: 370px;
}
.carousel-inner .item1 {
	/*background: url('../images/slider1.png') center center no-repeat;*/
}
.carousel-inner .item2 {
	/*background: url('../images/slider1.png') center center no-repeat;*/
}
.carousel-inner .item3 {
	/*background: url('../images/slider1.png') center center no-repeat;*/
}
.carousel-inner .item4 {
	/*background: url('../images/slider1.png') center center no-repeat;*/
}

.carousel-caption {
	position: absolute;
	height: 109px;
	left: 0;
	right: 0;
	top: 370px;
	padding: 0;
	z-index: 10;
	color: #ffffff;
	text-align: center;
}
.carousel-caption h3,
.carousel-caption p  {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	background-repeat: no-repeat;
	text-shadow: none;
}
.carousel-caption h3 {
	display: block;
	float: left;
	height: 109px;
	color: #fff;
	padding: 42px 20px 0 80px;
	background-position: 21px 29px;
	max-width: 162px;
}
.carousel-caption p {
	display: block;
	float: left;
	text-align: left;
	line-height: 20px;
	padding: 41px 0 0 20px;
	max-width: 780px;
	color: rgba(255,255,255,.6);
}
.carousel-caption p.long {
	padding-top: 30px;
}
.carousel-caption .container {
	position: relative;
}
.carousel-caption img {
	position: absolute;
	top: 30px;
	left: 30px;
}

.carousel-inner .item1 .carousel-caption { background-color: #2ab4ce;}
	.item1 .carousel-caption h3 { background-color: #2290a5;
		/*background-image: url('../img/item1-h3-bg.png');*/
	}
.carousel-inner .item2 .carousel-caption { background-color: #09c3ab;}
	.item2 .carousel-caption h3 { background-color: #079c89; }
.carousel-inner .item3 .carousel-caption { background-color: #b1192d;}
	.item3 .carousel-caption h3 { background-color: #8e1424; }
.carousel-inner .item4 .carousel-caption { background-color: #697775;}
	.item4 .carousel-caption h3 { background-color: #545f5e; }	
.carousel-indicators {
	bottom: 5px;
}
.carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  border: none;
  border-radius: 8px;
  background-color: rgba(255,255,255,.3);
}
.carousel-indicators .active {
  margin: 0 6px;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
}


/* 3. COMPETENCES ============================== */

body#home #competences {
	padding-top: 76px;
	padding-bottom: 0;
}

#competences {
	padding: 55px 0 74px;
	margin: 0;
}
#competences > div,
#about > div {
	/*padding: 0 17px;*/
}
body#home #competences > div {
	padding: 0 20px;
}
#competences > div {
	/*padding: 0 17px;*/
}
#competences .columna1 {
	padding: 0 35px 0 0;
}
#competences .columna2 {
	padding: 0 17px 0 18px;
}
#competences .columna3 {
	padding: 0 0 0 35px;
}
#competences h2,
#about h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 51px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #003b67;
	padding-bottom: 43px;
	margin-bottom: 33px;
	background: url('../images/big-h2-bg.png') center bottom no-repeat;
}
#competences h4,
#competences h5,
#about h4,
#competences h4 a,
#competences h5 a {
	font-family: 'Montserrat', sans-serif;
	line-height: 22px;
	padding-bottom: 20px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: #619aae;
}
#competences h4 a:hover,
#competences h5 a:hover {
	text-decoration: none;
}
#competences h4 {
	font-size: 30px;
	line-height: 1;
	padding-top: 23px;
}
#competences h5 {
	font-size: 26px;
}
	#competences h5 span {
		font-size: 21px;
		line-height: 23px;
	}
#competences p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding: 0 7px 20px;
	text-align: center;
	color: #45535a;
	margin: 0;
}
#competences img {
	margin: 0 auto 32px;
	display: block;
}
#competences a.link {
	display: block;
	float: right;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	color: #2bb9e9;
	text-decoration: none;
	padding-right: 10px;
	margin-top: 10px;
	margin-right: 4px;
	background: url('../images/link-small-over.png') right 4px no-repeat;
}
body#home #competences a.link {
	font-size: 13px; 
}
#competences a.nomargin {
	margin-top: 0;
}
#competences div:hover a.link {
	/*text-decoration: underline;*/
}
#competences a.link:hover {
	text-decoration: underline;
}
#competences .desc {
	border-top: 1px solid #dadada;
	padding-top: 18px;
}
#competences .desc.special {
	margin-top: -3px;
}
#competences .desc p {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	padding: 0 0px 20px 0;
}
#competences .desc ol {
	padding: 0 0 0 20px;
}
#competences .desc ol li {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	padding: 0 10px 10px 0;
}
#competences .desc ul {
	padding: 0 0 0 20px;
	color: #45535a;
}
#competences .desc ul li {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	padding: 0 10px 10px 0;
}
#competences .contact {
	border-top: 1px solid #dadada;
	padding-top: 25px;
	margin-top: 15px;
}
#competences .contact h5,
#competences .contact p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #45535a;
	text-align: left;
	padding: 0;	
}
#competences .contact h5{
	font-weight: 700;
}
#competences .contact p {
	font-weight: 400;
	padding-bottom: 5px;
}
#competences .contact p.tel {
	font-size: 14px;
}
#competences .contact a {
	float: left;
}

/* 4. APPLICATIONS ============================== */

#applications {
	display: block;
	background-color: #f1f7f7;
	padding: 60px 0 0;
	margin: 0;
}

#applications .col-md-3{
	width: 20%;
}

#applications .col-md-3 img.application-image{
	width: 90%;
}

#applications .container > div {
	padding-left: 0;
	padding-right: 0;
}
#applications .container > div p {
	padding-left: 10px;
	padding-right: 10px;
}
#applications a {
	display: block;
	height: 330px;
	padding-bottom: 20px;
	text-decoration: none;
	border-top: 1px solid #d4e6e8;
}
#applications h2 {
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
	font-size: 55px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #003b67;
	padding-bottom: 75px;
	margin-bottom: 0px;
	/*border-bottom: 1px solid #d4e6e8;*/
}
#applications a img {
	margin-top: 40px;
}
#applications a img.icono {
	margin: -42px auto -23px; 
	border-right: 3px solid #F1F7F7;
	border-left: 3px solid #F1F7F7;
	background-color: #F1F7F7;
}
#applications a p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #45535a;
	text-align: center;
	text-decoration: none;
	padding-bottom: 30px;
}
#applications a:hover {
	border-bottom: 6px solid #b1192d;
	background: url('../images/apps-p-hover.png') center bottom no-repeat;
}

#applications .contenedor:hover {
	border-right: 1px solid #d4e6e8;
	border-left: 1px solid #d4e6e8;
}
#applications a:hover p {
	color: #8e1424;
}
#applications a.color1:hover {
	border-bottom: 6px solid #2AB4CE;
	background: url('../img/apps-flecha-cat1.png') center bottom no-repeat;
}
#applications a.color1:hover p {
	color: #2AB4CE;
}
#applications a.color2:hover {
	border-bottom: 6px solid #09c3ab;
	background: url('../img/apps-flecha-cat2.png') center bottom no-repeat;
}
#applications a.color2:hover p {
	color: #09c3ab;
}
#applications a.color5:hover {
	border-bottom: 6px solid #b1192d;
	background: url('../img/apps-flecha-cat5.png') center bottom no-repeat;
}
#applications a.color5:hover p {
	color: #b1192d;
}
#applications a.color6:hover {
	border-bottom: 6px solid #697775;
	background: url('../img/apps-flecha-cat6.png') center bottom no-repeat;
}
#applications a.color6:hover p {
	color: #697775;
}
#applications a.color9:hover {
	border-bottom: 6px solid #FFAB00;
	background: url('../img/apps-flecha-cat6.png') center bottom no-repeat;
}
#applications a.color9:hover p {
	color: #FFAB00;
}


/* 5. SHAREHOLDERS ============================== */

#shareholders {
	padding: 76px 0 66px;
	margin: 0;
	background: url('../images/shareholders-bg.png') 0 105px no-repeat;
}
#shareholders .about {
	/*margin-left: 8%;*/
	padding-right: 0;
	padding-left: 0;
}
#shareholders .about hr {
	border-color: #dadada;
}
#shareholders h4,
#shareholders h4 a {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #003b67;
	margin-bottom: 64px;
	text-decoration: none;
}
#shareholders .accionistas h4 a:hover {
	text-decoration: none;
} 
#shareholders h5 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #619aae;
}
#shareholders .map h5 {
	float: right;
	margin-right: -15px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #b7d5d9;
}
#shareholders .map img {
	display: block;
	float: right;
	margin-right: -30px;
}
#shareholders h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #619aae;
}
#shareholders p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #45535a;
}
#shareholders a.link {
	display: block;
	float: right;
	font-family: 'Noto Sans', sans-serif;
	font-size: 13px;
	color: #2bb9e9;
	text-decoration: none;
	padding-right: 10px;
	margin-top: 0;
	background: url('../images/link-small-over.png') right 4px no-repeat;
}
#shareholders a.pull-right {
	margin-right: 20px;
}
#shareholders a.link:hover {
	text-decoration: underline;
}
#shareholders .map {
	margin-top: -28px;
	margin-left: 6%;
}
#shareholders .accionistas h4 {
	margin-top: 45px;
	margin-bottom: 30px;
	padding-bottom: 25px;
	background: url('../images/big-h2-bg.png') center bottom no-repeat;
}
#shareholders .accionistas li {
	display: table-cell;
	width: 160px;
	height: 76px;
	vertical-align: middle;
	border-right: 1px solid #ececec;
}
#shareholders .accionistas li:last-child {
	border-right: none;
}
#shareholders .accionistas li img {
	display: block;
	margin: 0 auto;
}
#shareholders .accionistas a {
	margin-top: 20px;
}
#shareholders .accionistas a:hover {
	text-decoration: underline;
}


/* 6. NEWS ============================== */

body#home #news {
	padding-top: 65px;
}
#news {
	background-color: #f1f7f7;
	padding: 70px 0 50px;
	margin: 0;
}
#news.nobg{
	background-color: #fff;
	padding: 30px 0;
}
#news h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #003b67;
	padding-bottom: 23px;
	margin-bottom: 33px;
	background: url('../images/news-h4-bg.png') center bottom no-repeat;
}
#news h4 a {
	color: #003b67;
}
#news h4 a:hover {
	text-decoration: none;
}
#news p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #45535a;
}
#news a.link {
	display: block;
	float: left;
	color: #619AAE;
	border-bottom: 1px solid #b7d5d9;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#news a.link:hover {
	/*text-decoration: underline;*/
}
#news a.pull-right {
	color: #2BB9E9;
	padding-right: 10px;
	margin-top: 20px;
	background: url('../images/link-small-over.png') right 4px no-repeat;
	border-bottom: none;
}
#news a p.titular,
#news p.titular {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #619aae;
	margin-top: 25px;
}
#news a p.titular

#news p.fecha {
	font-size: 12px;
	line-height: 15px;
	color: #6d8b90;
}
#news p.fecha span {
	margin-left: 20px;
	color: #2bb9e9;

}
#news hr {
	border-color: #b7d5d9;
	margin: 15px 0 15px;
}


/* 7. HOME-CONTACT ============================== */

#home-contact {
	/* background: url('../images/home-contact-bg.png') 0 105px no-repeat; */
	padding: 65px 0 70px;
	margin: 0;
	font-family: 'Noto Sans', sans-serif;	
}
#home-contact-linea {
	background: url('../images/big-h2-bg.png') 50% 100% no-repeat;
	height: 50px;
}

#home-contact .contact {
	padding-right: 30px;
}
#home-contact hr {
	margin: 5px 0 30px;
	border-color: #dadada;
}
#home-contact h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #003b67;
	margin-bottom: 50px;
}
#home-contact h4 a {
	color: #003b67;
	text-decoration: none;
}
#home-contact h4 a:hover {
	text-decoration: none;
}
#home-contact h5 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #45535a;
}
#home-contact p {
	font-size: 14px;
	line-height: 16px;
	color: #45535a;
}
#home-contact b {
	line-height: 22px;
}
#home-contact p.big {
	font-size: 18px;
	line-height: 20px;
}
#home-contact p.semibig {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #619aae;
	margin: 0;
}
#home-contact p.extrabig {
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	line-height: 30px;
	font-weight: 700;
	color: #619aae;
	text-transform: uppercase;
	border-bottom: 1px solid #dadada;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#home-contact .job {
	padding-left: 38px;
}
#home-contact .job img{
	margin-left: -10px;
}
#home-contact .job h4 a:hover {
	text-decoration: none;
}
#home-contact .job a.link {
	float: right;
}
#home-contact .job a.link {
	display: block;
	float: right;
	font-size: 13px;
	color: #2bb9e9;
	text-decoration: none;
	padding-right: 10px;
	margin-top: 10px;
	background: url('../images/link-small-over.png') right 4px no-repeat;
}
#home-contact .job a.link:hover {
	text-decoration: underline;
}
#home-contact form .izq {
	padding-right: 0px;
}
#home-contact form .der {
	/*padding-right: 20px;*/
}
.form-group {
	margin-bottom: 10px;
}
.form-control {
  height: 40px;
  color: #45535a;
  border: 1px solid #dadada;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: background-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #dadada;
  background-color: #f7f8f8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:-moz-placeholder {
  color: #a2a9ac;
}
.form-control::-moz-placeholder {
  color: #a2a9ac;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #a2a9ac;
}
.form-control::-webkit-input-placeholder {
  color: #a2a9ac;
}
textarea.form-control {
	/*-moz-resize: none; 
    resize: none;*/
}

input.send {
	background: none;
	border: none;
	display: block;
	float: right;
	font-size: 13px;
	color: #2bb9e9;
	text-decoration: none;
	padding-right: 10px;
	margin-top: 25px;
	background: url('../images/link-small-over.png') right 4px no-repeat;
}
input.send:hover {
	text-decoration: underline;
}
#home-contact .job a:hover {
	text-decoration: underline;
}




/* 7. LISTADO ============================== */

#listado {
	padding: 55px 0 70px;
}
#listado .container {
	padding-left: 24px;
	padding-right: 24px;
}
#listado .contenedor,
#ficha .related .contenedor {
	padding-left: 0;
	padding-right: 0;
}
#ficha .related .row {
	padding-left: 24px;
	padding-right: 24px;
}
#listado a,
#ficha .related a {
	display: block;
	padding-bottom: 20px;
	text-decoration: none;
}
#listado a.color1:hover h4 {
	color: #2AB4CE;
}
#listado a.color2:hover h4 {
	color: #09c3ab;
}
#listado a.color5:hover h4 {
	color: #b1192d;
}
#listado a.color6:hover h4 {
	color: #697775;
}

#listado .total a {
	height: 340px;
	padding-top: 50px;
}
#listado .half a,
#listado .third a,
#ficha .related a {
	height: 259px;
}
#listado a:hover,
#ficha .related a:hover {
	border-bottom: 6px solid #2ab4ce;
	background: url('../images/listado-p-hover.png') center bottom no-repeat;
}
#listado a.color1:hover,
#ficha .related a.color1:hover {
	border-bottom: 6px solid #2AB4CE;
	background: url('../images/listado-p-hover-1.png') center bottom no-repeat;
}
#listado a.color2:hover,
#ficha .related a.color2:hover {
	border-bottom: 6px solid #09c3ab;
	background: url('../images/listado-p-hover-2.png') center bottom no-repeat;
}
#listado a.color5:hover,
#ficha .related a.color5:hover {
	border-bottom: 6px solid #b1192d;
	background: url('../images/listado-p-hover-5.png') center bottom no-repeat;
}
#listado a.color6:hover,
#ficha .related a.color6:hover {
	border-bottom: 6px solid #697775;
	background: url('../images/listado-p-hover-6.png') center bottom no-repeat;
}

#listado .contenedor,
#ficha .related .contenedor {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;	
}
#listado .contenedor:hover,
#ficha .related .contenedor:hover {
	border-right: 1px solid #dbeaec;
	border-left: 1px solid #dbeaec;
}
#listado .contenedor:hover h4,
#listado .contenedor:hover .name,
#ficha .contenedor:hover .name {
	color: #2ab4ce;
}
#listado h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 55px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2ab4ce;
	padding-bottom: 52px;
	margin-bottom: -22px;
	margin-right: -10px;
	margin-left: -10px;
	border-bottom: 1px solid #b7d5d9;
	/*background: url('../images/dish-big.png') center bottom no-repeat;*/
}
#listado h2.color1 {
	color: #2AB4CE;
}
#listado h2.color2 {
	color: #09c3ab;
}
#listado h2.color5 {
	color: #b1192d;
}
#listado h2.color6 {
	color: #697775;
}
#listado h4 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 22px;
	line-height: 28px;
	padding-left: 50px;
	font-weight: 400;
	color: #45535a;
	margin-top: 40px;
}
#listado a.color1:hover h4 {
	color: #2AB4CE;
}
#listado a.color2:hover h4 {
	color: #09c3ab;
}
#listado a.color5:hover h4 {
	color: #b1192d;
}
#listado a.color6:hover h4 {
	color: #697775;
}
#listado p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	padding-top: 40px;
	text-align: center;
	color: #45535a;
}

#listado .namewrap {
	display: table;
	margin-top: 30px;
	height: 45px;
	width: 100%;
}
#listado .name {
	display: table-cell;
	vertical-align: middle;
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #45535a;	
	margin: 0 auto;
	text-align: center;
	width: 200px;
}
#listado a.color1:hover .name {
	color: #2AB4CE;
}
#listado a.color2:hover .name {
	color: #09c3ab;
}
#listado a.color5:hover .name {
	color: #b1192d;
}
#listado a.color6:hover .name {
	color: #697775;
}

#listado .total .contenedor {
	margin-top: 22px;
}
#listado .total p {
	padding-left: 50px;
	padding-right: 60px;
	text-align: left;
	color: #a1a1a1;
	padding-top: 11px;
}
#listado .row.total,
#listado .row.half,
#listado .row.third,
#ficha .related {
	border-bottom: 1px solid #dbeaec;
}

#listado .row.total img {
	margin: 0 auto;
	display: block;
	float: none;
}
#listado .row.half img,
#listado .row.third img,
#ficha .related img {
	margin: 30px auto 0;
	display: block;
	height: auto;
}
#listado .row img {
	width: 220px;
	margin-right: 30px;
	/*padding-top: 30px;*/
}
#listado .total img.icono {
	width: auto;
	margin: -22px auto -23px; 
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	background-color: #fff;
}
#listado .row.half img {
	width: 159px
}
#listado .row.third img ,
#ficha .related img{
	width: 159px
}
#listado .row img {
	margin: 0 auto;
	display: block;
	height: auto;
}



/* 7. FICHA ============================== */

#ficha {
	padding: 55px 0 70px;
}
#ficha h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 55px;
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2ab4ce;
	padding-bottom: 52px;
	margin-bottom: 0px;
	border-bottom: 1px solid #b7d5d9;
	/*background: url('../images/dish-big.png') center bottom no-repeat;*/
}
#ficha h2.color1 {
	color: #2AB4CE;
}
#ficha h2.color2 {
	color: #09c3ab;
}
#ficha h2.color5 {
	color: #b1192d;
}
#ficha h2.color6 {
	color: #697775;
}
#ficha img.icono {
	margin: -22px auto 0; 
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	background-color: #fff;
}
#ficha .fichawrap {
	margin-top: 35px;
	padding: 0 20px 0 20px;
}
#ficha .fichawrap-right {
	/*margin-top: 35px;*/
	/*padding-left: 50px;*/
}
#ficha p.titulo {
	display: block;
	position: absolute;
	top: 15px;
	right:58px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #2bb9e9;
}
#ficha #flashContent {
	width:100%;
	height:100%;
	z-index: 10;
}
#ficha .product-map {
	width: 100%;
	height: auto;
	min-height: 300px;
	z-index: 10;
	position: relative;
}
	#ficha .product-map .image {
		z-index: 1;
		display: block;
		width: 100%;
		height: auto;
		position: relative;
	}
	#ficha .product-map .title {
		z-index: 2;
		position: absolute;
		top: 4px;
		right: 0;
		min-width: 190px;
		/*border-top: 6px solid #2AB4CE;*/
		color: #2AB4CE;
		text-align: center;
		font-family: 'Noto Sans', sans-serif;
		font-size: 18px;
		line-height: 20px;
		padding: 9px 5px 0 5px; 
	}
	#ficha .product-map.color1 .title {
		color: #2AB4CE;
		border-top: 6px solid #2AB4CE;
	}
	#ficha .product-map.color2 .title {
		color: #09c3ab;
		border-top: 6px solid #09c3ab;
	}
	#ficha .product-map.color5 .title {
		color: #b1192d;
		border-top: 6px solid #b1192d;
	}
	#ficha .product-map.color6 .title {
		color: #697775;
		border-top: 6px solid #697775;
	}

#ficha .row img {
	/*width: 420px;*/
}
#ficha .product-map img {
	width: 441px;
	height: 551px;
}
#ficha .imagenprod img {
	margin: 0 auto;
}
#ficha p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #45535a;
}
#ficha p.numero {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	color: #619aae;
	margin-top: 35px;
	padding: 0;
}
#ficha p.titular {
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #619aae;
	padding-bottom: 15px;
	margin-bottom: 20px;
	/*border-bottom: 1px solid #dadada;*/
}
#ficha .product-info-text { padding-top: 35px; }
#ficha .contacto {
	padding-top: 30px;
	margin-top: 35px;
	border-top: 1px solid #dadada;
}
#ficha .contacto p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #45535a;
	margin: 0;
}
#ficha .contacto p.tel {
	font-size: 14px;
	margin-top: 20px;
}
#ficha .contacto p.tel a {
	color: #2BB9E9;
	background: url('../images/link-small-over.png') right 6px no-repeat;
	margin-left: 75px;
	padding-right: 10px;
}
#ficha h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #003a68;
	padding-bottom: 20px;
	margin-bottom: 33px;
	margin-top: 60px;
	background: url('../images/bullet-bg.jpg') 2px bottom no-repeat;
	margin-bottom: -9px;
}
#ficha h3.less-padding {
	margin-top: 20px;
}
#ficha .related .namewrap {
	display: table;
	height: 45px;
	width: 100%;
}
#ficha .related .name {
	display: table-cell;
	vertical-align: middle;
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #45535a;	
	margin: 0 auto;
	text-align: center;
	width: 200px;
}
#ficha .related a.color1:hover .name {
	color: #2AB4CE;
}
#ficha .related a.color2:hover .name {
	color: #09c3ab;
}
#ficha .related a.color5:hover .name {
	color: #b1192d;
}
#ficha .related a.color6:hover .name {
	color: #697775;
}

#ficha hr {
	border-color: #dbeaec;
	margin: 25px 0 15px;
}

/* 8. HISTORY ============================== */
#about {
	padding: 55px 0 50px;
	margin: 0;
	float: left;
}
#about.world {
	padding-bottom: 25px;
}
#about.vision {
	padding-bottom: 70px;
}
#about.nofloat {
	float: none;
}
#about .cabecera {
	padding-top: 15px;
	margin-top: 10px;
	background-image: url('../images/cabecera-bullet.jpg'), url('../images/cabecera-bg.jpg');
	background-position: center top, center top;
	background-repeat: no-repeat, repeat-x;
}
#about .izquierda {
	background-position: 137px top, center top;
}
#about .izquierda p{
	padding: 0 34px 20px 0;
}
#about .izquierda h4 {
	padding-right: 34px;
}
#about .central p{
	padding: 0 30px 20px 15px;
}
#about .central h4 {
	padding-right: 20px;
}
#about .derecha {
	background-position: 170px top, center top;
}
#about .derecha p{
	padding: 0 0px 20px 34px;
}
#about .derecha h4 {
	padding-left: 34px;
}
#about .lateral {
	min-height: 140px;
	margin-top: 5px;
	border-right: 1px solid #dadada;
}
#about .lateral-noborder {
	min-height: 140px;
	margin-top: 5px;
	border-right: none;
}
#about p.intro {
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	padding: 0 20px 15px;
	text-align: center;
	color: #619aae;
	margin: 0;	
	margin-top: -7px;
}
#about h4 {
	font-size: 30px;
	padding-top: 10px;
}
#about h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	color: #45535a;	
	padding-top: 20px;
}
#about p, #about ul, #about ol {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 0 15px 20px;
	color: #45535a;
	margin: 0;
}


/* 9. VISION ============================== */

#about .img-cabecera {
	margin-top: 7px;
	margin-bottom: 43px;
}
#about .img-cabecera-mapa {
	margin-top: 25px;
	margin-bottom: 38px;
}
#about .lateral-izq {
	/*width: 28.5%;*/
}

#about .lateral-der {
	width: 71.5%;
}

#about aside h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	line-height: 31px;
	font-weight: 700;
	color: #619aae;	
	text-align: left;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #dadada;
	margin: -10px 30px 20px 0;
}
#about aside h3 span {
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}
#about aside p {
	padding: 0 20px 20px 0;
}
#about.vision > .row {
	padding: 0;
}
#about.vision h4 { text-align: left; text-transform: none; font-weight: 700; font-size: 18px; line-height: 18px; font-family: 'Noto Sans', sans-serif; color: #45535a; padding-bottom: 15px; }
#about .lateral-der {
	border-left: 1px solid #dadada;
}
#about .lateral-der article {
	padding: 0 0 0 40px;
}
#about .lateral-der article.second {
	padding: 0 0 0 43px;
}
#about article img {
	margin-bottom: 18px;
}
#about article img.margen-sup {
	margin-top: 25px;
}
#about article p.titulo {
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	padding: 0 0 15px;
	margin-bottom: 20px;
	color: #45535a;
	border-bottom: 1px solid #dadada;
}
#about article p {
	padding: 0 0 20px;
}
#about article p.no-margen-inf {
	padding-bottom: 0;
}



/* 10. AWECO IN THE WORLD =========================== */

#about.world h4 {
	background: url('../images/bullet-bg.jpg') left bottom no-repeat;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #003b67;
	margin-bottom: 50px;
	text-align: left;
	padding-left: 3px;
}
#about.world h5 {
    color: #619AAE;
    font-family: 'Noto Sans',sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 27px;
}
#about.world h3 {
    color: #619AAE;
    font-family: 'Montserrat',sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-align: left;
    padding-top: 0;
    padding-left: 27px;
}
#about.world hr {
	border-color: #dadada;
	margin-left: 27px;
	margin-right: 20px;
	width: 93%;
}
#about.world p {
	padding: 0 15px 10px 27px;
}
#about.world .sede-derecha {
	padding-left: 30px;
}
#about.world .datos p {
	padding: 0 17px 5px 27px;
}
#about.world .googlemap {
	float: left;
	height: 45px;
	margin-top: 25px;
	margin-left: 27px;
	background: url('../images/googlemap.jpg') left center no-repeat;
}
#about.world .googlemap a {
	display: block;
	padding-right: 10px;
	background: url('../images/link-small-over.png') right 4px no-repeat;
	color: #2bb9e9;
	margin-left: 55px;
	margin-top: 12px;
	line-height: 18px;
}
#about.world article {
	margin-bottom: 40px;
}
#about.world article p {
	padding: 0;
	margin-bottom: 6px;
}
#about.world article p.titulo {
	padding: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#about.world article p.sede {
	font-size: 18px;
	line-height: 20px;
	padding: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#about.world p.nopadding {
	padding-left: 0px;
}
#about.world p.submapa {
	padding-left: 15px;
	text-indent: -12px;
	margin-bottom: 22px;
}
#about.world section.hotels {
	margin-top: 35px;
}
#about.world h4.hotels {
	margin-bottom: 25px;
}
#about.world p.desc {
	padding-right: 30px;
	font-style: italic;
	height: 20px;
}
#about.world a {
	color: #45535A;
	text-decoration: none;
}
#about.world a:hover {
	text-decoration: underline;
}
#about.world a.mini-link,
#news2wrap a.mini-link,
.campus a.mini-link,
.careers-contact a.mini-link  {
	border: none;
	display: block;
	float: left;
	font-family: 'Noto Sans', sans-serif;
	font-size: 13px;
	color: #2bb9e9;
	text-decoration: none;
	padding-right: 10px;
	margin-top: 20px;
	background: url('../images/link-small-over.png') right 4px no-repeat;
}
#news2wrap a.mini-link  {
	margin-top: 5px;
}
#about.world a.mini-link:hover,
#news2wrap a.mini-link:hover,
.campus a.mini-link:hover,
.careers-contact a.mini-link:hover {
	text-decoration: underline;
}
#about.world a.back {
	display: block;
	position: absolute;
	top: 16px;
	left: 0;
	font-family: 'Noto Sans', sans-serif;
	font-size: 13px;
	color: #2bb9e9;
	text-decoration: none;
	padding-left: 10px;
	background: url('../images/link-back.png') left 4px no-repeat;
}
#about.world a.back:hover {
	text-decoration: underline;
}

/* 10. COSTUMERS =========================== */

#about h2.costumers {
	font-size: 43px;
}
#about section {
	margin-top: 24px;
}
#about ul.costumers li {
    border-right: 1px solid #ECECEC;
    display: table-cell;
    height: 76px;
    vertical-align: middle;
    width: 158px;
}
#about ul.costumers li.noborder {
	border: none;
}
#about ul.costumers li img {
    display: block;
    margin: 0 auto;
}

/* 10. CONTACT =========================== */
#about.world h2.contact {
	background: none;
	padding-bottom: 0;
	margin-bottom: 8px;
}
#map-fullsize { height: 360px; margin-bottom: 15px; border-top: 1px solid #dadada; }





/* 11. NEWS ============================== */

#news2 {
	padding: 55px 0 0px;
	margin: 0;
}
#news2 > div {
	padding: 0 17px;
}
#news2wrap {
	/*padding-bottom: 27px;*/
}
#news2 h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 55px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #003b67;
	padding-bottom: 43px;
	margin-bottom: 33px;
	background: url('../images/big-h2-bg.png') center bottom no-repeat;
}
#news2 h5{
	font-family: 'Montserrat', sans-serif;
	line-height: 22px;
	padding-bottom: 20px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: #619aae;
}
#news2 p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding: 0 20px 20px;
	color: #45535a;
	margin: 0;
}
#news2 img {
	margin: 0 auto 32px;
	display: block;
}
#news2 a:hover {
	text-decoration: underline;
}
#news2 .desc {
	border-top: 1px solid #dadada;
	padding-top: 18px;
}
#news2 .desc p {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	padding: 0 10px 20px 0;
}
#news2 .desc ol {
	padding: 0 0 0 20px;
}
#news2 .desc ol li {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	padding: 0 10px 10px 0;
}
#news2 .contact {
	border-top: 1px solid #dadada;
	padding-top: 25px;
	margin-top: 15px;
}
#news2 .contact h5,
#news2 .contact p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #45535a;
	text-align: left;
	padding: 0;	
}
#news2 .contact h5{
	font-weight: 700;
}
#news2 .contact p {
	font-weight: 400;
	padding-bottom: 5px;
}
#news2 .contact p.tel {
	font-size: 14px;
}
#news2 .contact a {
	float: left;
}

.news-destacado {
	background-color: #f1f7f7;
	padding: 40px 0;
}

#news2 .menu_content {
	padding-top: 15px;
	margin-bottom: 45px;
}
#news2 .menu_content a {
	font-family: "Noto Sans";
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 15px;
	margin-right: 12px;
	/*color: #bcd8dc;*/
	color: #ccc;
	text-decoration: none;
}
#news2 .menu_content a.selectable {
	color: #bcd8dc;
}
#news2 .menu_content a.selected, .menu_content a.selectable:hover {
    color: #45535a !important;
    background: url('../images/menu-content-selected.png') center bottom no-repeat;
}

.news-destacado p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #45535a;
}
.news-destacado p.titular {
	font-size: 25px;
	line-height: 26px;
	font-weight: bold;
	color: #619aae;
	margin-top: 0px;
}
.news-destacado p.fecha {
	font-size: 12px;
	line-height: 15px;
	color: #6d8b90;
}
.news-destacado p.fecha span {
	margin-left: 20px;
	color: #2bb9e9;
}
.news-destacado hr {
	border-color: #b7d5d9;
	margin: 15px 0 15px;
}

#competences .formwrap {
	padding-left: 60px;
}

#competences form h5 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #619aae;
	text-align: left;
	padding-bottom: 0;
	padding-left: 10px;
}
#competences form h5 span {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #619aae;
}
#competences form hr {
	margin: 20px 0 20px 10px;
	border-color: #dadada;
	width: 100%;
}
#competences form p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 0 20px 30px 10px;
	text-align: left;
	color: #45535a;
	margin: 0;
}

#competences .formwrap .form-group,
#about .form-group {
	padding-right: 0;
}


form div{position:relative;} 

select.select{
	color: #45535a;
	position:relative;
	z-index:10;
	width:100% !important;
	height:40px !important;
	line-height:26px;
	-webkit-appearance: none; /* Para evitar que se monte en Chrome-Mac */
}
select.select option {
	font-size: 14px;
	line-height: 16px;
	color: #45535a;
	border: none;
	padding: 5px;
}
span.select{
	position:absolute;
	bottom:0;
	font-size: 14px;
	line-height: 16px;
	color: #45535a;
	float:left;
	left:10px;
	width:97%;
	height:40px;
	line-height:40px;
	text-indent:10px;
	background:url(../images/select-bg.png) no-repeat right 15px;
	border: 1px solid #dadada;
	z-index:1;
}

.custom-input-file {
    overflow: hidden;
    position: relative;
    cursor: pointer;
	font-family: 'Noto Sans', sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	color: #2bb9e9;
    width: 180px;
    /*height: 25px;*/
    margin-top: 12px;
    padding-right: 10px;
	/*background: url('../images/link-small-over.png') right 4px no-repeat;*/
}
.custom-input-file:hover {
    text-decoration: underline;
}
.custom-input-file-name {
	font-style: italic;
	padding-left: 10px;
	color: #999;
	display: none;
}
	.custom-input-file-name .delete {
		color: #666;
		cursor: pointer;
		font-weight: 700;
	}
		.custom-input-file-name .delete:hover {
			color: #111;
		}
.custom-input-file .input-file {
    margin: 0;
    padding: 0;
    outline:0;
    font-size: 10000px;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1000px;
    top: -1000px;
    cursor: pointer;
}
input.send.careers {
	margin-top: -25px;
}

.jobportal h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #003a68;
	padding-bottom: 20px;
	margin-bottom: 0;
	margin-top: -40px;
	padding-left: 15px;
	background: url('../images/bullet-bg.jpg') center bottom no-repeat;
}
.jobportal div {
	padding-top: 30px;
}
.jobportal p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	text-align: left;
	padding-bottom: 20px;
	color: #45535a;
}
.jobportal p.titular {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	padding-bottom: 20px;
	border-bottom: 1px solid #dadada;
	margin: 0 0 20px 0;
}
.jobportal .education {
	padding-right: 40px;
	padding-bottom: 20px;
	background: url('../images/education-bg.jpg') center top no-repeat;
}
.jobportal .job {
	/*background: url('../images/job-bg.jpg') center top no-repeat;*/
}
.jobportal ul {
	padding-left: 0px;
	list-style: none;
}
.jobportal li {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	text-align: left;
	color: #45535a;
	padding: 14px;
}
.jobportal li span {
	float: right;
}
.jobportal li.odd {
	background-color: #f1f7f7;
}

.campus {
	background: #f1f7f7 url('../images/campus-bg.png') center 40px no-repeat;
	padding: 80px 0 0;
}
.campus .campus1 {
	padding-right: 30px;
}
.campus .campus2 {
	padding-left: 30px;
}
.campus h5,
.careers-contact h5 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	text-align: left;
	color: #45535a;
	padding-bottom: 20px;
	border-bottom: 1px solid #b7d5d9;
	margin-bottom: 20px;
}
.campus p,
.careers-contact p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	text-align: left;
	color: #45535a;
	padding: 0 0 10px 0;
	margin: 0;
}

.campus p.titulo a,
.careers-contact p.titulo a {
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	padding: 0;
	margin-bottom: 20px;
	color: #45535a;
	text-transform: uppercase;
}
.campus a.mini-link,
.careers-contact a.mini-link  {
	margin-bottom: 40px;
}

.campus p,
.careers-contact p {
	padding: 0;
	margin-bottom: 6px;
}
.campus p.titulo,
.careers-contact p.titulo {
	padding: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.campus p.sede,
.careers-contact p.sede {
	font-size: 18px;
	line-height: 20px;
	padding: 0;
	margin-bottom: 0;
	border-bottom: none;
}


.campus hr {
	margin: 20px 0 20px 0;
	border-color: #d4e6e8;
	width: 100%;
}

.careers-contact {
	background: url('../images/contact-bg.jpg') center 40px no-repeat;
	padding: 80px 0 40px;
}

/* 10. CONTACT ============================== */

#about article.formulario-contacto {
	padding-left: 50px;
	border-left: 1px solid #dadada;
}

#about article .datoswrap {
	height: 95px;
}

#about.world h4.menosmargin {
	margin-bottom: 25px;
}
#about section.menosmargin {
	margin-top: -5px;
}

/* 10. FOOTER ============================== */


footer {
	background-color: #003a68;
	padding: 40px 0 0;
}	

footer p.copy {
	font-family: 'Noto Sans', sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #316a8b;
	margin: 30px 0 30px;
}
.linksfooter {
	padding-right: 12px;
}
	.linksfooter hr {
		margin: 0 0 15px 0;
		border-color: #1d577d;
		width: 95%;
	}
	.linksfooter h2 {
		font-family: "Arial Black", Arial, sans-serif;
		font-size: 21px;
		line-height: 18px;
		font-weight: 900;
		margin: 0 0 10px 0;
		padding: 0;
		text-transform: uppercase;
		color: #fff;
	}
	.linksfooter h3 {
		font-family: Arial, sans-serif;
		font-size: 21px;
		line-height: 18px;
		font-weight: normal;
		margin: 0 0 20px 0;
		padding: 0;
		color: #fff;
	}
	.linksfooter h4,
	.linksfooter h4 a {
		font-family: 'Noto Sans', sans-serif;
		font-size: 15px;
		line-height: 18px;
		color: #fff;
		text-transform: uppercase;
		font-weight: normal;
		margin: 0;
		padding: 0 0 10px 0;
	}
	.linksfooter p {
		font-family: 'Noto Sans', sans-serif;
		font-size: 14px;
		line-height: 18px;
		margin: 0;
		padding: 0 10px 17px 0;
		color: #316a8b;
	}
	.linksfooter li {
		padding-bottom: 5px;
	}
	.linksfooter a {
		font-family: 'Noto Sans', sans-serif;
		font-size: 14px;
		line-height: 18px;
		color: #619aae;
		padding-right: 15px;
	}
	.linksfooter h4 a {
		font-family: 'Noto Sans', sans-serif;
		font-size: 14px;
		line-height: 18px;
		color: #fff;
		padding-right: 15px;
	}
	
	.linksfooter a:hover {
		color: #fff;
		text-decoration: none;
		background: url('../images/link-footer-hover.png') right 5px no-repeat;
	}

	.redessociales > li {
		padding-right: 15px;
	}
	.redessociales li a img {
		opacity: 0.25;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
		-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
		filter:alpha(opacity=25);
	}
	.redessociales li a:hover img {
		opacity: 1;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
	}



#select-language {
	display: block;
    border: 1px solid rgba(0, 0, 0, 0);
    height: 23px;
    overflow: hidden;
    padding: 4px 6px;
    position: absolute;
    right: 70px;
    bottom: 30px;
    width: 90px;
    z-index: 60;
}
#select-language.on {
	/*background-color: rgba(255,255,255,.2);*/
}
#select-language ul {
	list-style: none;
	padding: 0 0 0 10px;
}
#select-language ul li {
    padding: 2px 0;
    margin: 0;
}
#select-language ul li ul {
	border-bottom: 1px solid #1d577d;
	padding: 0 0 10px;
    margin: 0 0 10px;
}
#select-language ul li ul {
	padding-left: 10px;
}
#select-language .selected {
	font-family: 'Noto Sans', sans-serif;
	font-size: 12px;
    background: url("../images/select-language-arrow.png") no-repeat right 4px;
    color: #619aae;
    cursor: pointer;
    display: block;
    padding: 0 0 5px 10px;
}
#select-language .fixed {
	font-family: 'Noto Sans', sans-serif;
	font-size: 12px;
    background: url("../images/select-language-arrow2.png") no-repeat right 4px;
    color: #619aae;
    cursor: pointer;
    display: block;
    padding: 0 0 5px 10px;
}
#select-language .selected.activado {
	background: url("../images/select-language-arrow2.png") no-repeat right 4px;
}
#select-language a {
	display: block;
	font-family: 'Noto Sans', sans-serif;
	font-size: 12px;
    color: #619aae;
    padding: 5px 0;
}
#select-language a:hover {
    color: #fff;
    text-decoration: none;
}


footer .sub-footer {
	border-top: 6px solid #425ac6;
	background-color: #0323b2;
	padding: 25px 0 30px;
	margin: 0;
}
footer .sub-footer > div{
	margin: 0 auto;
}

map area { cursor: pointer; }