/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/*reduccion de nav - henry@nodolibre.org*/
/* Menú Pegostoso */

.izq {
	max-width: 95% !important;
	float:left
}

.der {
	max-width: 95% !important;
	float:right;
} 

div.uk-float-left {
	max-width: 49% !important;
}

div.uk-float-right {
	max-width: 49% !important;
}

.rrss {
	width: 25px !important;
	margin-left:0px;
	margin-right:15px;
}

header {
    position: -webkit-sticky; /* Safari */
	position: sticky;
    z-index: 999;
	box-shadow: 0px 5px 20px #3d3d3d90;
	top:0px;
}
.cintillo{
    top: -89px;
}
/* FIN Menú Pegostoso */

.uk-container {
    max-width: 100%;
}

.tm-toolbar {
	padding: 0px;
}
.tm-logo.uk-visible-small {
    width: 80%;
	padding:0px;
	overflow: auto;
}

nav {
	height: 50px;
}

.uk-navbar-nav > li > a {
	height: 50px;
	line-height: 50px;
}



.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
	height: 50px;
}

.tm-search-bar:not(.uk-hidden) {
	top: 50px;
}
.transicion {
	transition:5s ;
}

/*fin reduccion de nav - henry@nodolibre.org*/

altopantalla { height: 100vh;}

/*Migas de pan*/
.uk-breadcrumb{
	padding:35px;
	margin-bottom: -35px;
}
/*Migas de pan*/

/* Estilo para tablas */

table {	
	overflow-x: auto;
    border-collapse: collapse;
    width: 100%;
}

th {
	text-align: center;
	color: #ffffff;
	background-color: #0fa2e6;
}

td, th {
    border: 1px solid #dddddd;
    padding: 8px;
}


tr:nth-child(odd) {
    background-color: #dddddd;
}

/*Fin Estilo para Tablas*/

/* Enfasis original era Rosado Fuerte*/
em {
	color: #384148;
}
/* Fin enfasis*/

/* Imagen Principal al 100% del contenedor*/
.wp-post-image {
	width: 100%
}
/* Fin Imagen Principal*/

/* Párrafos Justificados */
p {
	text-align: justify
}
/* Fin de Párrafos Justificados */

/* Imagen Circular */
.circular {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
	border-radius: 50%;
	margin-bottom: 20px;
}
/* Fin Imagen Circular */

/* Texto del menú desplegable */

.uk-dropdown {
	font-size: 15px;
	line-height: 1;
}

/* Fin Texto del menú desplegable */

/* Pestañas verticales */
.lvca-tabs .lvca-tab-nav .lvca-tab a {
    white-space: nowrap;
}
.lvca-tabs.lvca-vertical .lvca-tab-nav {
    margin-top: 10%;
    /*margin-bottom: auto;*/
}

/* Botón de Descargas */

a.boton:link, a.boton:visited {
	 display: block;
	 padding: 10px;
	 text-align: center; 
	 border: solid;
	 border-color: #0fa2e6;
	 border-width: 2px;
	 font-size: 0.9em;
	-webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;

	 
}

a.boton:hover, a.boton:active {
	background-color: #0fa2e6;
	color: white;
	text-decoration: none;
	-webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
    cursor: pointer;
}

/* Botón para boletines*/ 

.botondescarga ul {
    list-style-type: none;
    padding: 0px !important;


}

.botondescarga a:link::before, .botondescarga a:visited::before  {
        color: #0fa2e6;
        content: "Descarga el PDF aquí";
        display: block;
        font-size: 16px;
        padding: 10px;

}

.botondescarga a:link, .botondescarga a:visited {
	 display: block;
	 padding: 20px;
	 text-align: center; 
	 border: solid;
	 border-color: #0fa2e6;
	 border-width: 2px;
	 font-size: 1px;
        line-height: 0px;
	-webkit-transition-duration: 0.5s; /* Safari */
        transition-duration: 0.5s;
        content: none;
	color: white;
 
}

.botondescarga a:hover, .botondescarga a:active {
	background-color: #0fa2e6;
	text-decoration: none;
	-webkit-transition-duration: 0.5s; /* Safari */
        transition-duration: 0.5s;
        cursor: pointer;
        color: #0fa2e6;
}

.botondescarga a:hover::before, .botondescarga a:active::before {
        color: white;
}

 /*FIN Botón de Descargas*/

/* Centrar Tuits y otros elementos embebidos*/
.wp-embedded-content,
.twitter-tweet { 
	margin: auto;
	display:block;
}
/* FIN Centrar Tuits y otros elementos embebidos*/

/*Open Street Maps*/

#map_ol3js_1_popup-content {
	color: #384148;
	font-size:0.8em;
	line-height: 1;
}

#map_ol3js_1_popup-closer:link {
	color: #384148 !important;

}

/* FIN Open Street Maps*/

.ancho {
	width: 100%;
	height: auto;
}

/* Grilla de noticias a 2:1 */
.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9::before {
    padding-top: 50%;
}
/* Fin Grilla de noticias a 2:1*/

/* Cuadro de Aviso */
.aviso {
  background-color: #dcf4ff;
  max-width: 90%;
  border: 2px solid #0D8AC4;
  padding: 15px;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 15px solid #0D8AC4;
  color:#11663b;
  border-radius: 15px;
  display:block;
  margin:auto;
	margin-top:10px;
}
.importante {
  background-color: #ffffb9;
  width: 50%;
  border: 2px solid #e9a94c;
  padding: 15px;
  margin: 25px;
  border-left: 15px solid #e9a94c;
  color:#bb863d;
  border-radius: 15px;
}
.urgente {
  background-color: #f0b5b5;
  width: 90%;
  border: 2px solid #d9534f;
  padding: 15px;
  margin: 25px;
  border-left: 15px solid #d9534f;
  color:#7e2f2e;
  border-radius: 15px;
}

/* TALLA */

.talla {
	max-width: 85%;
}

.talla-txt {
	max-width: 80%;
	margin: auto;
	font: 300 20px / 30px 'Roboto';}

.pqñ {
	font: 300 19px / 29px 'Roboto';
}
/* TALLA */

.ytp-title { display:none;}

.ytp-title-text {
    white-space: normal !important;
    word-wrap: normal !important;
}

.flickr-embed-photo {
	background: #384148 !important;
}

/* Buscador */
.buscador {
	height:40px;
	width: 300px;
	max-width: 70%;
	font: 200 20px / 20px 'Roboto';
}

/* sombra */

.sombra {
	box-shadow: 0px 0px 25px #3d3d3d90;
}
