/* 
 * ------------------------------------------------------------------------------------ 
 * (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  ------ */

body {
  margin: 10px auto;
  padding: 0;
  color: #333;
  vertical-align: top ;
  text-align : left;
  font-family: arial,helvetica,sans-serif;
  font-size: 100%; /*1em*/
  background: #F9F9F7 url('https://www.juntadeandalucia.es/institutodeestadisticaycartografia/portal/images/fondoportal.png') repeat-x;
}

/* --- CABECERA.PHP --- */

/* -- Contenedores --*/

#contenedor_centrado {
	width: 1024px;
	margin: auto;
	background-color: #fff;
	box-shadow: 1px 1px 2px #888888; 
}
#contenedor {
  /*height: 100%;*/
  width: 100%;
  background-color: #fff;
}

/* -- Cabecera superior -- */

#cabecera {
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  height: 85px;  /* Logo 2020 */ 
  min-width:1000px;
  background-color: #ffffff;
  font-size: 0.7em;
}

#cabecera_1 {
  float: left;
  border: 0px solid #000;
  padding: 0 0 0 5px;
  width: 70%; /* Logo 2020 */ 
}
#logos a{
  /* margin-top:5px;*/
}      

#cabecera_2 {
  float: right;
  border: 0px solid blue;
  width: 25%;
}

#cabecera_2a {
  float: left;
  border: 0px;
  width: 58%; /* Logo 2020 */
  height: 100%;
  bottom: 0px;
}
#cabecera_2a img {
  float: right;
  list-style: none;
}
#redessociales {
  float: right;
  margin-right: 3px;
  margin-top: 60px;  /* Logo 2020 */   
}
#redessociales img {
  height: 22px;
  width: auto;
  padding: 3px;
  border: 0px;
}

#cabecera_2b {
  float: left;
  border: 0px;
  height: 60px;  /* Logo 2020 */
  width: 40%;
  margin-top: 7px;
}
.cabecera_2b_menu {
  height: 100%;
}
#cabecera_2b a {
  color: #808080;
  font-weight: bold;
  text-decoration: none;
  font-family: tahoma, arial, helvetica, sans-serif;
}
#cabecera_2b a:hover {
  list-style: none;
  color: #fff;
  text-decoration: none;
  background: #686868;
}
#cabecera_2b ul {
  display: block;
  margin-right: 0px;
  margin-top: 2px;
}
#cabecera_2b li {
  list-style: none;
  margin-bottom: 1px;
  padding: 0px 2px; 
  line-height: 1.6em;  /* Logo 2020 */                
  margin-left: -35px;
  background-color: #ffffff;
}

/* -- Barra de men? y camino de migas -- */

#navigation { 
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  min-width: 1000px;
  font-size: 0.7em;
  background: #fff;
}

.lineacolor{
  clear: both;
  padding: 0;
  width: 100%;
  height: 8px;
  line-height: 8px; 
  border-top: 0px solid #fff; /*3px solid #fff;*/
}

#menu_horizontal {
  clear: both;
  width: 100%;
  border: 0px solid red;
  margin-top: 5px;
  padding-left: 5px;
}
#menu_horizontal_1 {
  float: left;
  width: auto;
  border: 0px solid blue;
  padding-top: 0px;
}
#menu_horizontal_2 {
  float: right;
  width: 550px;
  border: 0px solid green;
}

#caminomigas{
  display:block;
  width: 100%;
  position: relative;
  line-height: 25px;
  font:1em tahoma,arial,helvetica,sans-serif;
}
#caminomigas img{
                 
  height:25px;
  vertical-align: middle;
  width: auto;
}
#caminomigas a{
  color: #404040;
  font-weight: normal;
  text-decoration: none;
}
#caminomigas a:hover{
  /* color: #fff; */
  /* background: #404040; */
  text-decoration: underline;
}

#botoneramenu {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -10px;
  padding-left: 0%;
  width: 100%;
  display: block;
  font: bold 1.2em Arial;
  color: #E51C1E;
  text-align: right;
}

/* -- Menu desplegable --*/

/*menu*/
ul.desplegable{
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 500;
  float: right;
  font-weight: bold;
}

/*elemento del menu*/
ul.desplegable li{
  clear: none !important;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  min-height: 1px;
  line-height: 1.2em;
  vertical-align: middle;
  padding: 5px 5px;
  background-color: #fff;
  color: #000;
}
ul.desplegable li.hover,
ul.desplegable li:hover
{
  position: relative;
  z-index: 550;
  cursor: default;
  background-color: #eee;
  color: #000;
}
ul.desplegable li:on{
  background-color: #eee;
  color: #000;
}
ul.desplegable li.sep{
  background-color: #fff;
  color: #f90;
}
ul.desplegable li ul a{
  font-weight: normal !important;
}

/*submenus*/
ul.desplegable ul{
  list-style: none;
  margin: 0;
  padding: 1px;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 600;
  width: 350px;
  margin-top: 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #afafaf;
  background-color: #fff;
  text-align: left;
}
ul.desplegable ul.sub_menu_izq{
  left: -275px;
}

/*elemento de submenu*/
ul.desplegable ul li {
  float: none;
  font-weight: normal;
}
ul.desplegable ul ul {
  top: 5px;
  left: 50%;
  width: 250px;
}
ul.desplegable ul ul.sub_menu_izq {
  top: 0px;
  left:-252px;
}
ul.desplegable li:hover > ul{
  visibility: visible;
}
ul.desplegable img{
  max-height: 24px;
  width: auto;
  float: right;
}
ul.desplegable a:link,
ul.desplegable a:visited { color: #000; text-decoration: none; }
ul.desplegable a:hover	{ color: #f90; }

/* -- Buscadores -- */

#minibuscador {
  clear: both;
  margin-top: -8px;
  width: 100%;
  height: 50px;
}
form.search {
  padding: 5px;
  font-size: 1.2em;
}
form.search label{
  position: relative;
  top: 6px;
  padding: 5px;
}
form.search .label{
  position: relative;
  top: 6px;
  padding: 5px;
}
form.search input{
  vertical-align: top;
}
form.search input#text {
  background-color: #fff;
  width: 200px;
  border: 1px solid #808080;
  padding: 4px 4px 2px 10px;
}
form.search>input#text {
  margin: 1px 0 0 0;
}
form.search input#search,
form.search input#glosario {
  background-color: #202020;
  font-weight: bold;
  color: #fff;
  height: 2em;
  width: 60px;
  border: 1px solid #808080;
  margin: 0px 0 0 6px;
  padding: 0 1px 2px 1px;
}
form.search>input#search,
form.search input#glosario {
  margin: 1px 0 0 6px;
  padding: 0px 1px 0 1px;
}
form.search input:hover#search,
form.search input:hover#glosario {
  background-color: #808080;
}
form.search input#glosario {
  display: none;
}

/* --- FIN CABECERA.PHP --- */

/* --- CUERPO GENERICO --- */

#cuerpo {
  clear: both;
  border-left: 12px solid #fff;
  border-right: 12px solid #fff;
  margin-top: 0px;
  width: auto;
}
#titulo_contenido {
  clear: both;
  width: 100%;
  font:1em tahoma,arial,helvetica,sans-serif;
}
#titulo_contenido h1 {
  display:none;  
}
#titulo_contenido h2 {
  color: #404040;
  margin-left: 3px;
  padding-left: 5px;
  font-size:1.5em;
}
#contenido,
#contenido2{
	margin-left: 5px;
	padding-left: 10px;
	text-align: justify;
	font-size: 0.9em;
}
#contenido{
	border-left: 1px solid #86A10B;
}

#subtema{
  font-size: 0.9em;
}

/* --- FIN CUERPO --- */

/* --- PIE.PHP --- */

#footer{
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  min-width: 1000px;
  margin-top: 20px;
  font-size: 0.7em;
}

#piea {
  clear: both;
  border-BOTTOM: 9px solid #fff;
  border-top: 9px solid #fff;
  margin-top: 0px;
  height: 65px;
  width: 100%;
  font:1em tahoma,arial,helvetica,sans-serif;
}
#piea1 {
  float: left;
  margin-top: 0px;
  margin-bottom: 6px;
  width: 62%;
  margin-left:5px;
}
#piea1 a {
  line-height: 15px;
  color: #404040;
  FONT-WEIGHT: bold;
  font-size: 1em;
  text-decoration: none;
  background: #fff;
  padding: 5px;
  margin: 0px;
}
#piea1 a:hover {
  list-style: none;
  color: #fff;
  text-decoration: none;
  background: #686868;
}
#logow3caa {
  border: 1px;
  margin: 0px 0 -9px 5px;
}

#piea2 {
  float: right;
  text-align: center;
  width: 36%;
  margin-top: -10px;
  margin-bottom: 5px;
} 

/* ------ FIN PIE ----------- */
