

.container.main div.post-area.grid_12 > div{ padding: 30px 20px 0 20px;}



/* ---------------- single-project.php css classes -------*/
#lnkListBox{
    margin: 20px 0 30px;
    text-align: center;
}

article.project{margin-bottom: 50px;}
.project a.lnkProject{ padding: 5px 20px; font-size: 1.3em; font-weight: bold; display: block;}
.project a.lnkProject:hover{ text-decoration: underline;}

.project .project-foot{font-size: 0.85em; padding: 25px 40px; background: #e1e1e1; border-radius: 5px;  margin: 15px 250px !important; text-align: center; /*! display: inline-block; */ border: 1px solid #c1c0c0;line-height: 1.2em;}

aside.related-posts{ margin: 40px 0px 150px;}

.project h2{font-size: 2.6em; margin-bottom: 5px; margin-top: 5px;}
.project h3{ margin: 5px 0 5px 0; }
.project .logo{
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    left: 15px;
    max-height: 80px;
    max-width: 200px;
    padding: 10px;
    position: relative;
    top: -130px; }


.list-projects {margin: 40px 0 30px;}
.list-projects .theme-one-half,.list-projects  .theme-one-third,.list-projects  .theme-two-third,.list-projects .theme-three-fourth, .list-projects .theme-one-fourth,
.list-projects .theme-one-fifth,.list-projects  .theme-two-fifth,.list-projects  .theme-three-fifth,.list-projects  .theme-four-fifth,.list-projects  .theme-one-sixth,
.list-projects .theme-five-sixth{
    margin-right: 2%;
}


/*.project footer {  display: inline-block !important;}*/


/*article.project header h2{margin: -10px auto 0;}*/

.project-body ul{  margin: 15px 10px 15px 50px; }
.project .project-body ul li{  line-height: 1.4em; text-align: justify;}
.project .project-body h2.title{ font-size: 2.4em; color:#3B74A9; text-align: right; min-height: 30px;}
.project .project-body p{text-align: justify;}

/*.... contenido de los posts del blog ....*/
.post-body-text p{ text-align: justify;  font-size:1.2em;}
.post-body-text h3{ font-size:1.4em;}
/*article.post header{ margin-bottom: 10px;}*/


.logosOficPie{ margin: 0 auto; width: 80%; text-align: center;   }
.logosOficPie img{ padding: 0 10px;  vertical-align: middle;  max-height: 250px;  max-width:750px;    width: auto;    height: auto;}


a.lnkFooter{ font-size: 0.9em; color:#fff; text-decoration: none; padding:5px 10px;}
a.lnkFooter:hover{ text-decoration: underline;}


article.project header img.top{ margin: 23px 0 0; width: 100%;}
article.project footer{display: inline-block; margin-top: -25px; width: 100%;}


article.post header{display: inline-block;}





article.listProject{
    border-left: 1px solid #0e5d7f;
    border-top-left-radius: 34px;
    box-shadow: 3px 3px 3px rgba(14, 93, 127, 0.8);
    height: 200px;
    margin-left: 10px;
}


article.listProject footer{
    background: rgba(200, 200, 200, 0.8) none repeat scroll 0 0;
    border-top-left-radius: 30px;
    height: 100%;
    left: -5px;

    opacity: 0;
    overflow: hidden;
    padding: 0 0 15px;
    position: relative;
    top: -11px;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;

}

.list-projects article.listProject img.logo{     background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    bottom: 10px;
    box-shadow: 2px 2px 4px rgba(14, 93, 127, 0.8);
    padding: 5px;
    position: absolute;
    max-width: 200px;
    max-height: 75px;
}
article.listProject footer h2{ background-color: #0E5D7F; color:#fff; padding: 2px 3px; text-align: center;width: 100%; font-size:2.2em; margin-top:0;}

article.listProject footer  h2 a{color:#fff;}

article.listProject footer p{ padding: 3px 7px; margin:0; color: #333;
    font-size: 0.95em;
    line-height: 1.3em;
    margin: 0;  padding: 0 10px;
    }

article.listProject footer a.lnkProject{   background: #999 none repeat scroll 0 0;
    border: 1px solid #0e5d7f;
    border-radius: 5px;
    bottom: 5px;
    color: #0e5d7f;
    font-size: 0.9em;
    padding: 3px 5px;
    position: absolute;
    right: 5px;
    text-transform: capitalize;
}

article.listProject footer a.lnkProject:hover{  background: #0e5d7f; color:#fff;  border: 1px solid #fff;}


article.listProject:hover footer{
/*    -webkit-transform: translateX(5000px);
    -moz-transform: translateX(5000px);
    -o-transform: translateX(5000px);
    -ms-transform: translateX(5000px);
    transform: translateX(5000px);*/
    opacity:1;
}

/******.............. estilos listado PROYECTOS ...............*/
.view {
    width: 300px;
    height: 200px;
    margin: 10px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
    width: 300px;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view img {
    display: block;
    position: relative;
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}
.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}
.view a.info:hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}


/*---------------- efectos 5 ----------*/

.view-fifth img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
    background-color: rgba(146,96,91,0.3);
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.view-fifth h2 {
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    -webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
    -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
    box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.view-fifth p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: #333;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.view-fifth:hover .mask {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.view-fifth:hover img {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
}
.view-fifth:hover p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/* -------------------- fin estilo listado proyectos --------------*/



/* ... estilo para titulo automatico en ESPAÑOL en la seccion de documentos ***/
.w3eden::before{ content: "Documentos"; font-size: 1.2em; font-weight: bold;}
.w3eden{ margin-top: 30px;}


.wp-pagenavi{ text-align: center;}


/*... formulario contacto y mapa ...*/
#map-box>p{ display: unset;}
#map-box p.lnkMapUPV{background: rgba(200, 200, 200, 0.7) none repeat scroll 0 0; bottom: 20px; color: #000000; font-size: 0.8em; left:40%; padding: 0 10px; position: relative; }


/*.... estuilo especifico para pagina de socios y lianzas ...*/
#socios_temp .theme-one-third{ padding: 5px 10px; margin:15px 5px; border-radius: 10px; border: 1px solid #E8E8E8; width:29%;
-webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;}
#socios_temp .theme-one-third:hover{ background: #ebebeb;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;}

#pageSocios .theme-one-third h2 { margin-top: 5px; margin-bottom :10px}
#pageSocios .theme-one-third  a { margin-top: 5px; margin-bottom :10px}
#pageSocios .theme-one-third img{ background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(200, 200, 200, 0.8);
    display: block;
    padding: 6px;}
/*#pageSocios .theme-one-third .two-headers a{    top:100%}
#pageSocios .theme-one-third .two-headers{ padding-right: 30px;}*/
#pageSocios ul { padding: 5px 10px 10px 35px; margin: -10px 0;}
#pageSocios li { padding: 5px 10px ; line-height: 1.5em; text-align:justify;}
#pageSocios p {text-align:justify;}


.advantages a[href=''],.member-details a[href='#'], article.service a[href='#'] { cursor: default;}




/*.... pie enlaces recomednados */
footer .lnkFavs a{ color: #fff; margin:5px 10px;}
footer .fWidgets h2{margin-top: 0; margin-bottom: 5px;}
footer .fWidgets p{ color: #fff; line-height: 1.2em;}
footer .fWidgets section{margin-bottom: 15px; display: table;}


/*... template temp_projects   ... */
#listProy .z-tabs.vertical{ border:none;}
#listProy .vertical .z-tabs-nav::after{ background: none; width: 0; content: "";    height: 0;    left: 0;  position: absolute;  top: 0;}
#listProy .vertical .z-tabs-nav{ width: 5%;}
#listProy .z-tab{ border-right: 1px solid #006594;  /*border-left: 1px solid #f3f3f3;*/ }
#listProy li.z-active{ border-right: 1px solid #f3f3f3;  border-left: 1px solid #006594; border-top: 1px solid #006594; border-bottom: 1px solid #006594;}
#listProy  .vertical.top-left .z-container{ width: 93%;   float: left;    margin-left: -1px;}
#listProy .vertical.top-left .z-active .z-link{ border-left-color: #006594; }
#listProy .z-content.z-active{ border-left: 1px solid #006594; }
#listProy .vertical .z-link {    border-left: 0 none;    border-radius: 0;    border-right: 0 none;    box-sizing: unset;   line-height: 38px;    padding: 0 0 0 10px;    text-align: left;    width: 84%;}
#listProy .vertical.top-left .z-active .z-link,
#listProy .z-active .z-link{ border-top:none; box-shadow: none; border-bottom: none;}



/*.... estilo tabla listado eventos eventos por años ...*/
table.tabEvents .nomEvent{ width: 40%; font-size: 1.2em; color: #006594; font-weight: bold; }
table.tabEvents .dateEvent{ width: 10%; font-size: 0.85em; text-align: center;}
table.tabEvents .descEvent{ width: 50%; padding-left: 15px; padding-bottom: 15px;  }
table.tabEvents td{vertical-align: top; padding: 15px 0 0; }
table.tabEvents tr{border-bottom: 1px dashed #e1e1e1;}




/*Modificaciones Pablo Fornés*/
.container.main{
	margin-top: 60px;
	/*margin-bottom: 30px;*/
    padding: 0 40px;
}

/*  .container.main ul{ padding: 0 0 0 20px;}       */

.container.main p{ margin: 10px 0 10px 0;}

.post-area img{	margin-top: 0 !important;
	margin-bottom:15px !important;
}
.post-helper-absolute{
	position: inherit;
}
.post-helper-absolute img{
	margin: 0 !important;
	padding: 0 !important;
	margin-right: 5px !important;
	margin-bottom: 5px !important;
}
.header-image {
	height: 0 !important;
}
.grid_12 h1{
	margin-top: 10px !important;
}
.page-path{
	margin-top: 15px !important;
}

.clearfix:after, .clearfix:before{
	display: inline-block !important;
}

.project .project-body {
	padding-top: 0px; margin-top: -90px;
}

.post:first-child{
    margin-top:10px;
}
/*Fin Modificaciones*/




/*...seccion members (Nuestro equipo)  */
.personal-details h2{
    margin:0; font-size:1.8em ;
}
.personal-details .member-social{
    display: inline-block;
}
.personal-details .member-position{
    margin: 5px 10px 10px 10px;
}

.personal-details .member-info img{ width: auto;}
.member-social a{ margin-right: 5px; margin-bottom: 5px;}


.personal-details  a.lnkMember{
    color:#999;
}
.personal-details  a.lnkMember:hover{
    color:#3b74a9;
}
.personal-details a.lnkMember img, .greyImg {
    filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
    filter: Gray(); /* IE4-8 and 9 */

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.personal-details  a.lnkMember:hover img, .greyImg:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.personal-details p.description{ text-align: justify;}


/*.... encabezado con banner ...*/
#canvasloader-container h2, #canvasloader-container h1 {color:#fff; text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);}


/*... listado elementos menu años proyectos ...*/

#listAnuarioProy { margin: 15px auto; padding: 10px; list-style: none; width: 80%}
#listAnuarioProy li{   font-size: 1.2em; color:#006594; }
#listAnuarioProy li a{ display: block; padding: 10px 10px 10px 40px; border-bottom: 1px solid #ccc;}
#listAnuarioProy li a:hover{ background: #006594; color:#fff; font-weight: bold; }






/*... pagina SALA DE PRENSA ....*/
#salaPrensa h3{ margin-bottom: 5px;}
#salaPrensa p{ margin-bottom: 5px;}
#salaPrensa .autor, #salaPrensa .pressDate{ color:#666; font-style: italic; font-size: 0.9em;}
#salaPrensa a.lnkPress:before{ font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: '\e023'; padding-right: 5px;
}


.listPublications ul{padding: 5px; }

.listPublications li{padding: 3px 0; list-style: none;}
.listPublications li:before{
    /*list-style-image: url("../img/list-type1.png");*/
    content: "\e012";
    font-family: "icomoon";
    font-size: 14px;
    margin-left: -24px;
    padding-right: 8px;
    text-transform: none;
}


/*... eventos, agenda y formacion ...*/
table.tabEvent, table.tabAgenda{ margin: 30px auto;
    border: none;}
td.dateEvent, td.dateAgenda { font-size: 1.2em; width: 20%; padding: 5px; text-align: center; font-weight: bold; vertical-align: top;}
td.placeEvent, td.placeAgenda { font-size: 1.1em; width: 20%; padding: 5px; text-align: center;vertical-align: top;}
td.descEvent, td.descAgenda{ font-size: 1em; width: 60%; padding: 5px 5px 15px; text-align: left;vertical-align: top;}
table.tabEvent td, table.tabAgenda td{ border-bottom:1px solid #ddd;}
table.tabEvent tr:first-child td, table.tabAgenda tr:first-child td{ border-top:1px solid #ddd;}


/*... pagina Proyectos ....*/
#pageProyecto ul{ padding: 20px 20px 20px 40px;}
#pageProyecto ul li{ padding: 10px 0; font-size:1.2em;}
#pageProyecto h2{  font-size:1.2em;}

#pageProyecto .flexslider img{  max-height: 100px; min-height: 75px; min-width: 75px;
    max-width:200px ;   background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(200, 200, 200, 0.8);
    display: block;
    padding: 6px;
    margin:0 auto;
}
#pageProyecto .flexslider  li{ padding: 0; text-align: center;}
#pageProyecto .flexslider  { margin:-30px 0 20px;}
#pageProyecto .flex-viewport  { height: 120px !important;}



/*.... pagina de Nuestras Colaboracion ...*/
#pageColaboraciones ul{ padding: 10px 20px;}
#pageColaboraciones li{ padding: 5px 0 5px 15px; font-size: 1.2em;}
#pageColaboraciones strong{ font-size: 1.2em;}
#pageColaboraciones a{ font-size: 0.9em;}
#pageColaboraciones a:hover{ text-decoration: underline;}


/*... pagina Nuestro Equipo ....*/
#ourTeamPage .sc-highlight-standard{ box-shadow: 0 0 11px 12px rgba(245, 245, 245, 1) inset;}



/*... pagina ... aviso legal ...*/
#pageAviso p{ margin-left: 35px; text-align: justify; }
#pageAviso ul{ margin-left: 75px;  }
#pageAviso ul li{ padding: 3px 20px;  }
#pageAviso { margin: 0 auto 80px; width: 80%; }

/*... pagina NOTAS DE PRENSA ....*/
#tabPrensa ul.z-tabs-nav { width: 10%;}

#tabPrensa ul.z-tabs-nav a.z-link{ text-align: center;}
#tabPrensa .z-container{
    width: 90%;
}
#tabPrensa .z-tabs.vertical{ border: none;}

/*.... comunes y genericos ...*/
.alignRight{ text-align: right;}
.headerGlowImg{box-shadow: 0 -15px 20px 20px rgba(243, 243, 243, 0.7) inset, 21px -9px 14px 10px rgba(243, 243, 243, 0.9) inset;
    margin-bottom: 40px;
    min-height: 120px;
}

.boxTitle{ padding: 5px 20px;}

.photoShadow{
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.6);
    padding: 10px;
}
.whiteTitle{ color: #fff; font-size: 2em; text-shadow: 2px 2px 3px rgba(0,0,0,0.7);}

.special-text{ line-height: 1.7em; }


footer address{ font-style: normal;}
footer address .phone, footer address .email {margin-top:20px; min-height: 30px;}
footer address .email a{padding: 0;}
section.optMenuAct  .advantages-img{ position:inherit; }


#politCookies { margin-bottom:40px;}
#politCookies ul, #politCookies ol  { margin: 10px 20px; padding: 0 10px;}
#politCookies ul li, #politCookies ol li {  padding: 3px 10px;}


.post-author{ width: 100%; text-align: left;}

ul.listaClasica{margin: 10px  0 10px 20px; padding: 0  0 0 10px;}
ul.listaClasica li{ line-height: 1.3em;  padding: 5px 0;}

.pKnowMore{ width: 80%; text-align: right; font-size: 0.85em;}




.post-body-text ul { margin-left:35px;  font-size:1.2em;}
.post-body-text ul li{ margin-bottom:5px; }