/* 
 * ------------------------------------------------------------------------------------ 
 * (25/05/2020 jmarenas)
 * A partir de "estiloPortal2015.css" se crean dos ficheros css:
 * "estilosGenericos.css" --> Contiene los estilos genericos que se usan en el portal
 * "estiloCabecera2015.css" --> contiene solo los estilos de cabecera y pie
 * Se pueden usar ambos combinados, para el aspecto tradicional, o bien usar
 * "estilosGenericos" junto a "estiloResponsive.css" para un aspecto adaptable.
 * ------------------------------------------------------------------------------------ 
 */


/* ------ GENERAL  ------ */

h2{
  margin: 20px 0 20px 0;
  padding:0;
  font-size: 1.4em;
  font-weight: bold;
}
a:link, a:visited{
  color: #000;
  text-decoration: none;
}
a:hover{
  color: #f90;
  text-decoration: none;
}
img {
  border: 0px;
  page-break-inside: avoid !important;
}

.displaynone {
  display: none;
}
.displayblock {
  display: block;
}
.displayinline {
  display: inline;
}
.alignleft {
  text-align: left !important;
}
.aligncenter,
.centrar{
  text-align: center !important;
}
.alignright {
  text-align: right !important;
}
.alignjustify {
  text-align: justify !important;
}
.clearboth {
  clear: both;
}
.bordernone {
  border: none;
}
.borde1{
  border: 1px solid #000;
}
.cursiva{
  font-style: italic;
}
.negrita,
.ponernegro {
  font-weight: bold;
}
.ponermayuscula{
  text-transform: uppercase;
}
.azulillo {
  color: #360;
}
.negra {
  color: #4E4D4D;
}
.derder {
  margin-left: 370px;
  FONT-WEIGHT: bold;
}
.sombra{
  box-shadow: 1px 1px 2px #999;
}
.enlace{
  color: #000;
  text-decoration: none;
}
.enlace:hover{
  color: #f90;
  text-decoration: none;
  cursor:pointer;
}

/* estilos especiales de titulos*/
.titPag {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  color: #666 !important;
  text-align: center;
  margin-top: 1em;
}
.subTitPag {
  font-size: 1.3em;
  font-weight: bold;
  color: #666 !important;
  text-align: center;
}
.titservidores {
  font-size: 1.6em;
  font-weight: bold;
  color: #52564d;
  text-align: left;
}
.titulo{
  font-weight: bold;
  font-size: 1.1em;
}
.titulo1{
  margin-top:1.5em;
  font-weight: bold;
  font-size: 1em;
}
.titCol{
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #555555;
	padding: 20px 5px 0px 10px;
}

/* estilos especiales de texto */
.actualizacion{
	font-size: 1.0em;
	font-weight: normal;
	font-style: italic;
	text-align: right;
}
.novedades {
  font-size: 0.9em;
  text-align: justify;
}
.nv {
  font-size: 0.8em;
  text-align: center;
}
.lateral10{
  border-left: 10px solid #fff; /*#B4CC96;*/
}
.lateral25{
  border-left: 25px solid #fff; /*#B4CC96;*/
}
.separado{
  letter-spacing: 0.3em;
}
.solo_imprimir{
  display:none;
}
.subtemah3 {
  font-size: 1.1em;
  padding: 4px 0px 0px 0px;
  margin: 25px 0px 0px 0px;
  border-top: 1px dashed #360;
}
.subtemah3 a {
  color: #666;
  background-image: url(http://www.juntadeandalucia.es/institutodeestadisticaycartografia/portal/images/icons/link_02.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 20px;
  display:block;  
}
.subtemavolver {
  color: #360;
  text-align: right;
  background-image: url('http://www.juntadeandalucia.es/institutodeestadisticaycartografia/portal/images/icons/subir.gif');
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 0px;  
  padding-right: 15px;  
}

.barratitulo{
  margin: 0 0 10px 0;
  padding: 2px 10px 10px 10px;
  /*font-size: 0.9em;*/
  border-radius: 5px;
  box-shadow: 1px 1px 2px #999;
  background-color: #F3F7E3;
}
.barracontenido,
.barracontenido1{
  background-color: #fdfded;
  border: 1px solid #EFEBC6;
  border-left: 0px;
  border-right:0px;
  padding: 5px; /*2px 8px 2px 8px;*/
  margin: 0px; /*2px 0px 2px 0px;    */
}
.barracontenido1{
  border-top: 2px solid #C8CD97;
}


/* ------ OTROS ------------- */

/* Barra social */
#social{
  display: block;
  border: 0px solid #999;
  font-size:0.7em;
}
#social a span{
  vertical-align: middle;
  font-weight: bold;
  padding-top: 5px;
  color: #666 !important;
}
#social a:hover{
  text-decoration: none !important;
}
#social a:hover span{
  color: #f90 !important;
}
#social ul{
  float: left;
  display: inline;
}
#social li{
  float: left;
  list-style: none;
  padding: 5px !important;
}
#social img{
  max-height: 24px;
  width: auto;
  float: left;
}

/* menu desplegable */
#social > ul{
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 500;
  font-weight: bold;
}
#social > ul > li{
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  vertical-align: middle;
  padding: 5px 5px;
  background-color: #fff;
}
#social > ul > li:hover{
  position: relative;
  z-index: 550;
  cursor: default;
  background-color: #eee;
  color: #000;
}
#social > ul > li:on{
  background-color: #eee;
  color: #000;
}

/*submenu*/
#social #soc_compartir{
  margin: 0;
  padding: 1px;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 600;
  width: 350px;
  margin-top: 0px;
  border: 1px solid #afafaf;
  background-color: #fff;
  text-align: left;
}
#social #soc_compartir li {
  font-weight: normal;
}
#social > ul > li:hover > #soc_compartir{
  visibility: visible !important;
}


/* mensajes de aviso */
.aviso{
  position: absolute;
  top:0px;
  right: 0px;
  z-index:100;
  height: auto;
  width: 100%;
  margin:0px;
  padding:5px;
  font-size: 0.8em;
  text-align: center;
  color: #000;
  background-color: #ffc;
  box-shadow: 2px 0px 5px #666;
}
.aviso a{
  color:#999;
  text-decoration:none;
}
.aviso a:hover{
  border-bottom: 1px dotted #999;
}

/* estilos bloques mapea JS*/
.mapea_tipo_1{
    width: 580px !important;
    height: 400px !important;
    border: 1px solid #666   !important;
    box-shadow: 4px 4px 4px #aeaeae;
    margin:0 auto;
}
.m-layerswitcher {
    z-index: 100 !important;
}


/* ------ COLORES DEL PORTAL ------- */

/*
 * color base: #86A10B;
 * color secundario: #C8CD97;
 * color terciario: #F3F7E3;
 
 * TABLAS
 * encabezados: #C8CD97;
 * ladillo: 
 * pijama - f1: #F3F7E3;
 * pijama - f2: #fdfded;
 */

.fondocolor1{
  background-color:  #86A10B;
 }
.fondocolor2{
  background-color: #C8CD97;
 }
.fondocolor3{
  background-color: #F3F7E3;
 }
.bordecolor1{
  border-color:  #86A10B;
 }
.bordecolor2{
  border-color: #C8CD97;
 }
.bordecolor3{
  border-color: #F3F7E3;
 }
 
.color1{
  color:  #86A10B;
 }
.color2{
  color: #C8CD97;
 }
.color3{
  color: #F3F7E3;
 }
 
#minibuscador {
  /* degradado minibuscador - CSS3*/
    background: #c8cd97; /* Old browsers */
    background: -moz-linear-gradient(top,  #c8cd97 5%, #ffffff 95%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#c8cd97), color-stop(95%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c8cd97 5%,#ffffff 95%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c8cd97 5%,#ffffff 95%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c8cd97 5%,#ffffff 95%); /* IE10+ */
    background: linear-gradient(to bottom,  #c8cd97 5%,#ffffff 95%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8cd97', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  /* fin degradado */
}

 /* ------ FIN COLORES ------- */
 