/*
Theme Name:     Customizr Child
Theme URI:      http://themesandco.com/customizr
Description:    A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr's core code. In order to keep your code as clean and flexible as possible, try to use Customizr's hooks API for your customizations. Do something awesome and have fun !
Author:         Nicolas Guillaume (nikeo)
Author URI:     http://themesandco.com
Template:       customizr
Version:        1.0.0
*/

/* Your awesome customizations start right here !
-------------------------------------------------------------- */

/* Tabla con programa de las IV Jornadas TIMM */
table#progIVtimm{
	border: none;
}

table#progIVtimm td{
	min-width: 90px;
	padding: 5px;
	border: 1px solid #CCC;
}

table#progIVtimm td:first-child{ /* Los td que son primer hijo (los de las horas) */
	text-align: center;
}

/* Centro del pie de página para logotipos Ministerio */
.credits{
	text-align: center;
}

/* Paginación inferior de los listdos de grupos, proyectos... */
nav{
	text-align: center;
	margin-top: 10px;
}

#paginacion a{
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 4px 8px;
	margin: 0 5px;
	text-decoration: none !important;
	display: inline-block;
}

#paginacion a:hover{
	background-color: #08c;
	color: #fff;
}

#paginacion a.active_page{
	background-color: #08c;
	color: #fff;
}

/* Tabla Proyectos */
#proyectos th{
	min-width: 200px;
}
#proyectos td{
	padding-left: 4px;
}
/* Para que salgan los párrafos bien alineados respecto a las celdas de título */
#proyectos td p{
	margin: auto auto;
}

/* Navegación de recursos */
#navrecursos li{
	
}

#navrecursos li.activo a{
	background-color: #08c;
	color: #fff;
}

/* Formulario de Inscripción a las V Jornadas TIMM */
#formuInscripcion{

}

#formuInscripcion label{
	display: inline;
}

#formuInscripcion input[type="radio"]{
	display: inline;
	vertical-align: top;
}

#formuInscripcion input[type="text"]{
	display: block;
}

#formuInscripcion input[type="email"]{
	display: block;
}

#formuInscripcion input[type="submit"]{
	margin-top: 20px;
}

.mensajeok{
	padding: 10px;
	border: 1px solid #0CA10C;
	background-color: #CDF7BA;
	color: #0CA10C;
	text-align: center;
}

.mensajenook{
	padding: 10px;
	border: 1px solid #A41313;
	background-color: #FCB7B7;
	color: #A41313;
	text-align: center;
}

/* Listado de recursos */
/* Sangría francesa para que aparezca bien la 2ª línea con respecto al icono de página de la 1ª */
.recursos{
	text-indent: -64px;
	padding-left: 64px;
	line-height: 1.2em;
}

/* En single-recursos.php */
.custom_posts h2{ color: #08c; margin-bottom: 20px;}

.custom_posts h3{ color: #08c;}

#detalles_recurso div{
	min-height: 60px;
	font-size: 1.2em;
	margin-bottom: 20px;
}

/* La arroba */
.patmoil{
	margin: 0 1px 0 2px;
	width: 1.2em;
}

/* Imagen de grupo y miembro */
.image_featured_grupo{ 
	text-align: center;
	margin-bottom: 10px;
}

.image_featured_grupo img{ 
	box-shadow: 1px 1px 4px #333;
	max-height: 400px;
	width: auto;
}

.image_featured{ 
	max-width: 120px;
	text-align: center;
}

.image_featured img{
	box-shadow: 1px 1px 4px #333;
	margin: 5px 0;
	max-width: 90%;
	height: auto;
}

/* Tabla con info del miembro */
#tabla_miembro td{
	padding: 2px 10px;
}

/* Clase para cada noticia de page-noticias.php */
.noticia{
	border-left: 8px solid #08c;
	margin-bottom: 30px;
	padding-right: 10px;
	padding-left: 20px;
}

.noticia h2{
	color: #08c;	
}

/* Listado de enlaces de prensa */
td.fechaprensa{ width: 80px; padding-left: 5px; }

/* Fecha del listado de empleos */
span.fechaempleo{ padding-left: 5px; padding-right: 10px; }

/* Genérico (Se utiliza para mostrar más detalles en el empleo) */
.oculto{ display: none; }

/* Postit */
#grupopostits{
	text-align: center;
}

.postit{
	display: inline-block;
	width: 201px;
	height: 215px;
	margin-right: 15px;
	background: url("img/postitnormal.png") no-repeat;
	text-align: center;
	font-size: 2.4em;
}

.postit a{
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	padding-left: 5px;
	text-decoration: none;
	transform:rotate(-3deg);
	-ms-transform:rotate(-3deg); /* IE 9 */
	-webkit-transform:rotate(-3deg); /* Opera, Chrome y Safari */
	text-shadow: 0px 0px 1px #666;
}

/* Columna título campos en tabla ORCID */
td.titulo{ width: 120px; padding-left: 5px; }

/* Portada para descargar II catálogo recursos */
#descarga_catalogo{ text-align: center; }

#descarga_catalogo img{ max-width: 300px; box-shadow: 1px 1px 4px #333; margin-bottom: 10px;}

/* Tabla inicial del recurso. Para que aparezcan los párrafos a la misma altura que las celdas de título */
#autores_recurso td p{
	margin: auto auto;
}

/* General para todas las celdas */
td{
	padding-left: 4px;
}