.menuMovil, .barraMovil {
	display:none;	
}

html, body {
	margin:0px;
	padding:0px;
	font-family: 'Source Sans Pro', sans-serif;
	min-width:335px;
	border-top: 7px #C0D1F3 solid;
	font-size:26px;
	font-weight:300;
}

html {
	min-width:1030px;
	overflow-y: scroll;
}	

body {
	width:100%;
	overflow-x:hidden;
}

.bgColor {
	background-color:#C0D1F3;
}

.color {
	color:#C0D1F3;	
}

.clear {
	clear:left;
}
.clearBoth {
	clear:both;	
}

.none {
	display:none;	
}

.subraya { 
	border-bottom:1px solid #000;
}

.lineaDebil {
	border-bottom:1px solid #000;
	margin-top:15px;
}

.lineaFuerte {
	border-bottom: 3px solid #000;
	margin-top:15px;
}	

a {
	text-decoration:none;
	color:#000;
}

a:hover {
	text-decoration:underline;	
}

/*****ACCORDION***********/
.accordion, .toggle{
	cursor:pointer;
}
.accordion .respuesta{
	display:none;
	padding-top:20px;
	padding-bottom:20px;
}
.no-js .accordion .respuesta{
	display:block;	
}

/*TIPOS*/
.titulo {
	font-size: 48px;
	line-height:70px;
	font-weight:900;
	color:#000;
	margin-bottom:35px;
	border-bottom:7px solid #000;
	/*padding-left:30px;
	padding-right:25px;
	margin-left:30px;*/
	float:left;
}
.subtitulo {
	font-size: 48px;
	font-weight:900;
	margin-top:48px;
	margin-bottom:30px;	
	text-decoration:underline;	
}

.enunciado {
	font-size:20px;
	line-height:180%;	
}

.peque {
	font-size:14px;	
}

/*PRELOADING - LOAD BAR*/
.body {
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	opacity:0;
}

.body.init {
	opacity:1;	
}

.loadBar {
	pointer-events: none;
	position:absolute;
	width:100%;
	z-index:1000000;
}
.loadBar .cortinaTop { 
	position:fixed;
	top:0%;
	transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	background-color:#C0D1F3;
	width:100%;
	height:50%;
}
.loadBar .cortinaBot {
	position:fixed;
	top: 50%;
	transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	background-color:#C0D1F3;
	height:50%;	
	width:100%;
}

.loadBar.hide .cortinaTop {
	top:-50%;
}
.loadBar.hide .cortinaBot {
	top:100%;
	opacity:0;
}

/*PROYECTOS*/
.ficha {
	width:990px;
}
.scrollable {
	max-width:990px;
}
#noticia .scrollable .scrollableFlechaDer {
	margin-top:-516px;
	margin-left:940px;
}
.tituloProyecto, .tituloProyectoFicha {
	font-size:33px;
	font-weight:900;
	line-height:120%;
	color:#000;
	text-decoration:underline;
}
.subtitProyecto, .subtitProyectoFicha {
	font-size:24px;
	font-weight:900;
	line-height:120%;
	color:#C0D1F3;
	padding-top:20px;
}
.tituloFicha {
	position:absolute;
	top:350px;
	z-index:1;
	left:calc((100% - 990px)/2);
}
.tituloProyectoFicha, .subtitProyectoFicha {
	background-color:#C0D1F3;
	display:inline-block;
}
.tituloProyectoFicha {
	color:#000;
	font-size:50px;
	padding-bottom:0px;
	text-decoration:none;
	min-height:50px;
}
.subtitProyectoFicha {
	color:#000;
	font-size:26px;
	padding-top:5px;
}
.lineaNegraFicha {
	border-bottom:7px solid #000;
	margin-top:10px;
	margin-bottom:10px;
	width:170px;
}
.proyecto {
	font-style:italic;
	font-size:14px;
	background-color:#C0D1F3;
	top:-8px;
	position:relative;
	margin-bottom:-8px;
}
.lineaProyecto {
	border-bottom:3px solid #000;
	border-top:none;
	width:22px;
	display:inline-block;
	margin-right:5px;
}
.subtitProyecto {
	color:#000;
}
.columna1, .columna1Ficha {
	float:left;
	width:calc(55% - 75px);
	padding-right:25px;
	padding-left:50px;
	height:400px;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
	font-size:22px;
}
.columna1Ficha {
	padding-left:0px;
	width:calc(55% - 25px);
}
.columna2 {
	float:left;
	width:45%;
	margin-bottom:-11px;
}
.columna2Listado {
	float:right;
	width:46%;
	margin-bottom:-11px;
}
.columna1Noti {
	float:left;
	width:calc(15%);
}
.columna2Noti {
	float:left;
	width:calc(50% - 30px);
	padding-left:10px;
	padding-right:20px;
}
.columna3Noti {
	float:left;
	width:calc(35%);
}
.columna4Noti {
	float:left;
	width:calc(70% - 40px);
	padding-right:40px;
}
.columna5Noti {
	float:left;
	width:calc(30%);
	font-weight:400;
}

.bloque {
	padding-bottom:10px;
}
.bloque .tit {
	cursor:pointer;
}
.bloque .content {
	font-weight:300;
}
.circulo, .circulo2 {
     width: 73px;
     height:73px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #A9BEEB;
	 margin-top:30px;
	 color:#FFF;
	 font-size:40px;
	 text-align:center;
	 cursor:pointer;
}
.circulo2 {
	background:#FFF;
	color:#A9BEEB;
}
.mas {
	top:15px;
	position:relative;
}
.fichaSup {
	font-size:18px;
	margin-top:40px;
	/*height:530px;*/
	padding-bottom:20px;
}
.fichaSup2 {
	margin-left:650px;
}
.flex-container {
	border-bottom:1px solid #C0D1F3;
	padding-bottom:12px;
	margin-bottom:12px;
}
.lineaFicha {
	border-bottom:1px solid #FFF;
}

/*MENU*/
.body .top {
	margin-top:25px;
	/*border-bottom:7px solid #333333;*/
}
.top .fecha {
	float:right;
	font-size:14px;
	font-weight:600;
	font-family: 'Source Sans Pro';
	text-align:right;
	line-height:100%;
}	

.top #top {
	transition: all 500ms cubic-bezier(0.000, 1.110, 0.000, 0.965);
	width:992px;
	position:relative;
	top:0px;
}
.top.fixed #top {
	width:750px;
	top:12px;
}

.top ul {
	text-align:justify;
	margin:0px;
	padding:0px;
	width:100%;
}

.top ul a {
	color:#000;
	display:inline-block;
}	

.top li {
	text-align:left;
	transition: all 300ms cubic-bezier(0.315, 1.340, 0.415, 1.000);
	display:inline-block;
	font-size:14px;
	font-weight:regular;
	margin-right:22px;
	position:relative;
	height:50px;
	font-family: 'Source Sans Pro';
}

.top .menuEN li {
	margin-right:2px;
}	

.top li a {
	text-decoration:none;
	padding-left:7px;
	padding-right:7px;
	position:relative;
}

.top li .bg {
	position:absolute;
	transition: all 300ms cubic-bezier(0.315, 1.340, 0.415, 1.000);
	background-color:#C0D1F3;
	height:0px;
	width:100%;
	top:50px;
}

.top li:hover .bg, .top li.selected .bg{
	height:50px;
	top:0px;
}

.top.fixed {
	position:fixed;
	overflow:hidden;	
	width:100%;
	background-color:#FFF;
	top:-120px;
	z-index:100000;
}

.topHolder {
	height:219px;	
}

.top li.idiomaES {
	font-size:12px;
	font-family: 'Source Sans Pro';
	font-weight:regular;
}

.top li.idiomaEN {
	font-size:12px;
	font-family: 'Source Sans Pro';
	font-weight:regular;
}

/*ESTRUCTURA*/
.main {
	width:990px;
	margin-left:auto;
	margin-right:auto;	
	line-height:160%;
}

ul.interno  {
	padding-left:0px;
	margin-top:30px;
}

ul.interno li::before {
	content: "";
	display:block;
	margin-left:-35px;
	margin-top:10px;
	margin-bottom:5px;
	width:100px;
	border-top: 7px solid #B2F1BC;		
}

ul.interno li {
	list-style-type:none;
}

.block {
	font-size:26px;
	font-weight:300;
	padding:30px;
	padding-left:30px;
	padding-right:30px;
	margin:-30px;
	margin-top:30px;
	margin-bottom:40px;
	line-height:150%;
}



.vPadding {
	padding-top:40px;
	padding-bottom:40px;
}

.listado {
	line-height:130%;	
}

/*FORMULARIOS*/
form p {
	clear:both;
}	
textarea {
	background-color:#C0D1F3;
	width:calc(100% - 30px);
	display:block;
	font-size:18px;
	margin-top:15px;
	padding:15px;
	border:0px solid #000;
	min-height:24px;
}
.bgColor textarea {
	background-color:#FFF;	
}

.max {
	float:right;
	font-size:12px;
	background-color:#E5E5E5;
	color:#666666;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
}

/*.bgColor .max {
	background-color:#A0D9A9;
	color:#FFF;
}*/

input {
	border:1px solid #000;	
	background-color:#C0D1F3;
}
.bgColor input {
	background-color:#FFF;		
}

input[type="checkbox"], input[type="file"] {
  display:none;
}

input[type="checkbox"] + label {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
	border:1px solid #000;
	background-color:#FFF;
	width:18px;
	height:18px;
}
input[type="checkbox"]:checked + label div {
    background-image:url('../IMG/checked.jpg');
	background-repeat:no-repeat;
	background-position:3px 3px;
	width:18px;
	height:18px;
}
label {
	cursor:pointer;	
}

div.fileInput {
	background-color:#C0D1F3;
 	border:1px solid #000;	
	width:auto;
	float:left;
	font-size:14px;
	font-weight:bolder;
	line-height:100%;
	padding:10px;
	margin-top:10px;
	cursor:pointer;
}
div.fileInput:hover {
	padding-bottom:8px;
	border-bottom:3px solid #000;
}	
.bgColor div.fileInput {
	background-color:#FFF;
}

input[type="submit"] {
	background-color:#FFF;
	border:1px solid #000;
	cursor:pointer;
}

input[type="submit"], input[type="buttom"] {
	background-color:#000;
	color:#FFF;
	border:1px solid #000;
	padding:10px;	
	font-weight:bold;
}

/******PESTAÑAS*****/
.pestana {
	padding-bottom:20px;	
}
.pestanaBtn {
	font-size:18px;
	display:inline-block;
	padding:3px;
	cursor:pointer;
	line-height:100%;
}
.pestanaBtn.selected{
	cursor:auto;
	background-color:#FFF;
}
.pestanaBtn2.selected {
	background-color:#C0D1F3;
}

/*PAGINACIÓN*/
.paginacion {
	text-align:center;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.bold {
	font-weight:600;
}
.pag {
	cursor:pointer;
	display:inline-block;
}

/*CIERRE*/
.cierreMovil {
	display: none;
}
.cierre {
	color:#333333;
	background-color:#C0D1F3;
	padding-top:40px;
	border-bottom:14px solid #000;
	border-top:1px solid #000;
}
.cierre .volver {
	float:right;
	font-size:30px;
	font-weight:600;	
}

.pie {
	padding-top:20px;
	padding-bottom:50px;
	margin-top:20px;
	font-size:16px;	 
	border-top:1px dashed #333333;
	background-color:#C0D1F3;
}
.pie .columna {
	float:left;
	width:240px;	
}
.pie .columna img {
	float:left;	
}
.pie .columna div {
	margin-left:50px;	
}

/*SCROLLABLE*/
img.set{
	display:none;	
}
.scrollable{
	height:130px;	
	min-height:130px;
}
.scrollable, .scrollable .content{
	position:relative;
	height:100%;
	overflow:hidden;	
	float:left;
}
.scrollable div.scroll{
	position:relative;	
}
.scrollable div.scroll div.ficha{
	float:left;
	position:absolute;
	padding-right:0px;
}
.scrollable div.scroll div.ficha a img{
	height:465px;
}
.scrollable div.scroll div.ficha div.columna{
	margin-left:160px;	
}
.scrollable div.scroll div.ficha img.obra{
	float:left;
	width:150px;
	margin-right:10px;
	margin-bottom:10px;
}

.scrollableFlechaIzq, .scrollableFlechaDer{
	float:left;
	position:relative;	
	left:10px;
	cursor:pointer;
	padding-left:5px;
	z-index:2;
}
.scrollableFlechaIzq{
	padding-right:20px;
	margin-top:51px;
}
.scrollableFlechaDer{
	margin-left:-55px;
	margin-top:-51px;
}

/* qTip2 v2.2.1 | Plugins: None | Styles: core css3 | qtip2.com | Licensed MIT | Sat Sep 06 2014 18:07:17 */
.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:medium none;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-titlebar .ui-icon,.qtip-icon .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}.qtip-focus{}.qtip-hover{}.qtip-default{border:1px solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111} .qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1} .qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030} .qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0} .qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon{border-color:#D95252}.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252} .qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0} .qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-rounded,.qtip-tipsy,.qtip-bootstrap{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border:0 solid transparent;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:#4A4A4A;background-color:rgba(0,0,0,0)}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"}.qtip-jtools .qtip-titlebar,.qtip-jtools .qtip-content{background:transparent;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:transparent}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}

@media screen and (max-width: 1280px) {
	.columna1 {
		padding-left:41px;
	}	
}

@media screen and (min-width: 1040px) {
	.scrollable {
		margin-top:-85px;
	}	
}