@charset "utf-8";
/* CSS Document (C) adfop 2024 */

body {
	font-family: 'Helvetica', sans-serif;
	/*font-size: 1em;
	line-height: 1.5em;*/
	padding-top: 0px;
	text-align: left;
	min-height: 1000px;
}
img     			   {max-width:100%;}
img[height],img[width] {max-width:auto;}
a       			   {color: #000; text-decoration: none;}
a:hover 			   {color: #cbcbcb;}

/* ---------------------------------------------------- */
/* CONTENEDORES PRINCIPALES */
/* ---------------------------------------------------- */
#contenedor {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	/*border: 1px dotted grey;*/
}
#cabecera {
	width: 100%;
}
#cuerpo {
	width: 100%;
}
#pie {
	clear: both;
	width: 100%;
	font-size: 0.8em;
	color: #999;
	margin: 10px 0 10px 0;
}
#pie a {color:#999;}
#pie a:hover {color:#cbcbcb;}

/* ---------------------------------------------------- */
/* CABECERA */
/* ---------------------------------------------------- */
#cabecera nav {
	font-size: 0.75em;
	line-height: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
	text-transform: uppercase;

}
#cabecera nav a {
	margin-right: 3em;
}
#cabecera nav a.menuCurrent {
	color: #cbcbcb;
}
#cabecera img {
	width: 100%;
	max-width: 420px;
	margin-top: 30px;
}
#logosFE {
	position: relative;
	left: 0px;
	top: 40px;
}
#logosFE img {
	width: 20px;
	height: 20px;
	margin-top: -30px;
}
#logosFE img:hover {
	opacity: 0.5;
}


/* ---------------------------------------------------- */
/* MENÚ DESPLEGABLE PARA ELEGIR TIPOS DE TRABAJOS       */
/* ---------------------------------------------------- */
#menuTipos {
	/*width: 100%;
	max-width: 900px;
	margin: 0 auto;*/
	/*text-align: right;*/
	/*float: both;*/
	/*z-index: 999;*/
}
@media screen and (width:600px) {#menuTipos {margin-bottom:500px;}}
#menuTipos ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menuTipos .nav > li {
	/*border: 1px dashed blue;*/
	float:left;
}
#menuTipos .nav li a {
	font-size: 0.9em;
	display: inline;
	margin-right: 5px;
}
#menuTipos .nav li a img {
	height: 25px;
}
#menuTipos .nav li a:hover {
	opacity: 0.65;
	/*background-color:#434343;*/
}
#menuTipos .nav li ul {
	display:none;
	/*position:absolute;
	min-width:140px;*/
}
#menuTipos .nav li:hover > ul {
	display:block;
	display: inline;
}

/* ---------------------------------------------------- */
/* GALERÍA DE TRABAJOS (MOSAICO TRES COLUMNAS) */
/* ---------------------------------------------------- */
.galeria {
	clear: both;
	/*text-align: center;*/
	width: auto;
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.galeria ul {
	list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    /*width: 100%;*/
}
.galeria li {
	/*
    background-color: beige;
	border: 1px dashed grey;
	*/
	text-align: center;
	float: left;
	margin-bottom: 2.5em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*
	display: -webkit-flex;
	display: flex;
	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
	*/
}
.galeria li img {
	width: 100%;
	/*max-width: 270px;*/
}
.galeria li.box {
	width: 30%;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.galeria li.hueco {
	width: 5%;
	max-width: 75px;
	min-width: 5px;
	height: 50px;
}
.galeria li figure {
	text-align: left;
	display: block;
	/*padding: 0;*/
	margin: 1.5em;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	width: 100%;
}
.galeria li figure figcaption {
	text-align: center;
	width: 100%;
	height: 4em;
	font-size: 0.75em;
	line-height: 1.25em;
}

@media screen and (max-width:550px) {.galeria li figure figcaption {font-size: 0.60em;}}
@media screen and (max-width:460px) {.galeria li figure figcaption {font-size: 0.55em;}}
@media screen and (max-width:420px) {.galeria li figure figcaption {font-size: 0.50em;}}

/* ---------------------------------------------------- */
/* FICHA PARA TRABAJOS */
/* ---------------------------------------------------- */
#fichaTrabajo {
	margin-top: 3em;
	font-size: 0.9em;
	line-height: 1.2em;
	/*border: 1px dashed;*/
}
#fichaTrabajo img {
	margin: 1em 0 3em 0;
}
#fichaTrabajo .titulo {
	/*border: 1px dashed red;*/
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0;
}
#fichaTrabajo .subtitulo {
	/*border: 1px dashed red;*/
	text-align: left;
	font-size: 1.1em;
	/*line-height: 0.5em;*/
	margin-bottom: 0;
	margin-top: 0.5em;
}
#fichaTrabajo .texto {
	font-family: Georgia;
	font-size: 1.1em;
	line-height: 1.5em;
}
#fichaTrabajo .notaFotos {
	text-align: right;
	margin: 0;
	padding: 0;
	font-style: italic;
	color: #c76633;
}
#fichaTrabajo .notaPremio {
	text-align: left;
	margin: 0;
	padding: 0;
	color: #c76633;
}
#fichaTrabajo .share {
}
/*#fichaTrabajo .share img {
	margin: 1em 0 3em 0;
}*/
#fichaTrabajo .share img:hover {
	opacity: 0.5;
}
#fichaTrabajo .referencia_proy {
	text-align: left;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	/*font-style: italic;*/
	color: #202020;
}


/* ---------------------------------------------------- */
/* BLOG */
/* ---------------------------------------------------- */
#blog {
	font-size: 0.9em;
	line-height: 1.2em;
}
#blog img {
	clear: both;
	margin: 1em 1em 1em 0;
	width: 50%;
}
#blog .articulo {
	/*border: 1px dashed red;*/
}
#blog .titulo {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 0.2em;
	margin-bottom: 0;
}
#blog .fecha {
	font-size: 0.8em;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
	/*color:#CC0000;*/
}
#blog .texto {
	font-family: Georgia;
	font-size: 1.1em;
	line-height: 1.5em;
}


/* ---------------------------------------------------- */
/* ARTÍCULOS */
/* ---------------------------------------------------- */
#article {
	font-size: 0.9em;
	line-height: 1.2em;
}
#article img {
	clear: both;
	margin: 1em 1em 1em 0;
	width: 100%;
}
#article .titulo {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 0.2em;
	margin-bottom: 0;
}
#article .autor {
	/*font-size: 1.1em;*/
	margin-top: 0.2em;
	margin-bottom: 0;
	font-style: italic;
}
#article .texto {
	font-family: Georgia;
	font-size: 1.2em;
	line-height: 1.6em;
}


/* ---------------------------------------------------- */
/* VÍDEOS */
/* ---------------------------------------------------- */
#videos {
	font-size: 0.9em;
	line-height: 1.2em;
}
#videos .titulo {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0;
}
#videos .subtitulo {
	font-size: 1.1em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}


/* ---------------------------------------------------- */
/* ESCRITOS */
/* ---------------------------------------------------- */
#escritos {
	font-size: 0.9em;
	line-height: 1.2em;
	width: auto;
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
	/*
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	*/
}
#escritos ul {
	list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}
#escritos li {
	/*
    background-color: lightcyan;
    border: 1px dotted lightgrey;
	*/
	/*text-align: left;*/
	float: left;
	min-height: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#escritos li.box {
	width: 30%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#escritos li.hueco {
	width: 5%;
	max-width: 75px;
	min-width: 5px;
}
#escritos .titulo {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 0;
	margin-bottom: 0;
}
#escritos .texto {
	/*font-size: 1em;*/
	/*line-height: 1.4em;*/
}
#escritos .texto a {
	line-height: 1em;

}

/* ---------------------------------------------------- */
/* ESTUDIO */
/* ---------------------------------------------------- */
#Adhocmsl {
	float: left;
}
#Adhocmsl .titulo {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0;
}
#Adhocmsl .textoP {
	font-size: 0.9em;
}
#Adhocmsl .caja {
	float: left;
	font-size: 0.9em;
	padding: 6px;
	margin-right: 15px;
	margin-bottom: 15px;
}

/* ---------------------------------- */
#contacto {
	float: left;
	font-size: 1em;
	line-height: 1.2em;
}
#contacto .titulo {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0;
}
#contacto .textoG {
	line-height: 1.4em;
}
#contacto .textoP {
	font-size: 0.9em;
}
#contacto li {
	font-size: 0.9em;
}
#contacto .CIF {
	color: #aaa;
	font-size: 0.8em;
}

/* ---------------------------------- */
#equipo {
	float: left;
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
#equipo ul {
	list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}
#equipo li {
	/*
    background-color: lightcyan;
    border: 1px dotted lightgrey;
	*/
	/*text-align: left;*/
	float: left;
	min-height: 30px;
	/*margin-bottom: 2.5em;*/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#equipo li.box {
	width: 30%;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: -15px;
}
#equipo li.hueco {
	width: 5%;
	max-width: 75px;
	min-width: 5px;
	margin-bottom: -15px;
}
#equipo img {
}
#equipo .titulo {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0;
}
#equipo .textoP {
	font-size: 0.9em;
}

/* ---------------------------------- */
#situacion {
	float: left;
	margin-bottom: 50px;
}
#situacion .titulo {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0;
}
#situacion .textoP {
	font-size: 0.9em;
}


/* ---------------------------------------------------- */
/* GENERIC */
/* ---------------------------------------------------- */
#generic{
	font-size: 0.9em;
	line-height: 1.2em;
}
#generic .titulo {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0;
}
#generic .texto {
	line-height: 1.4em;
}
.fotoEquipo {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
}
.textoEquipo {
	float: left;
	margin-bottom: 2em;
}
.espacio {
	clear: both;
}

input:hover {
	opacity: 0.65;
}