/* INI - ELEMENTOS MODIFICADOS*/
html body {
	background-color: #f2f2f2;
}

html a {
  /* antiguo color del enlace
  color: #0279d4;
  font-weight: 300;*/
  /* nuevo color del enlace Eduardo Martín 03-04-2018 */
  color: #006D9E;
}

#navbar .navbar-nav {
    /* Eduardo cambio a menos de 100% para poder editar los textos y las opciones del menú superior 09-04-2018 */
	width:100%;
}

/* modificación para meter línea entre opciones Eduardo Martín 05/04/2018 */
#navbar .navbar-nav > li {
	width: 20%;
	border-left: 1px solid #f2f2f2;
	text-align:center;
}

#header_menu .navbar-default {
/* color antiguo del menú superior
  background-color: #ffffff;
  border-color: #eeeeee;*/
  /* nuevo menú superior degradado en azules. Eduardo Martin 03-04-2018*/
    background: rgba(0,153,200,1);
	background: -moz-linear-gradient(top, rgba(0,153,200,1) 0%, rgba(0,125,170,1) 50%, rgba(0,108,170,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,153,200,1)), color-stop(50%, rgba(0,125,170,1)), color-stop(100%, rgba(0,108,170,1)));
	background: -webkit-linear-gradient(top, rgba(0,153,200,1) 0%, rgba(0,125,170,1) 50%, rgba(0,108,170,1) 100%);
	background: -o-linear-gradient(top, rgba(0,153,200,1) 0%, rgba(0,125,170,1) 50%, rgba(0,108,170,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,153,200,1) 0%, rgba(0,125,170,1) 50%, rgba(0,108,170,1) 100%);
	background: linear-gradient(to bottom, rgba(0,153,200,1) 0%, rgba(0,125,170,1) 50%, rgba(0,108,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099c8', endColorstr='#006caa', GradientType=0 ); 
}

#header_menu a {
  /* color antiguo de los textos del menú superior y de idiomas
  color: #333333;*/
  /* nuevo color de menú superior Eduardo Martín 13-03-2018*/
  color: #FFFFFF;
}

#header #header_menu a:hover,
#header #header_menu a:focus {
  /* antiguo color hover menu supeior
  color: #333333;*/
 /* nuevo color hover del menú superior Eduardo Martin 13-03-2018*/
 color: #FFFFFF;
  text-decoration: none;
}

#header #header_top #language_list {
  margin-top: 1.5em;
}

#header #header_menu .navbar-nav > li > a {
/* Melchor */  
  color: #FFFFFF;
}

#header #header_menu .navbar-nav > li.active > a,
#header #header_menu .navbar-nav > li > a:hover {
  /*antiguo color de la barra que indica la selección del menu superior
  border-color: #0279d4;*/
  /*nuevo color de la barra que indica la selección de una opción del menu supeior. Eduardo Martin 13-03-2018*/
  border-color: #FFFFFF;
}

.dropdown-menu li> a:hover {
    background-color: white;
}

#header_menu .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  /* Estilos antiguos */   
  /*  color: #fff !important;
  background-color: #428bca !important;
  */  
  color: black;
  background: #f4f4f4;
/* accesibilidad  
  border-left-style:
*/  
}

#header #header_menu .navbar .navbar-nav .open .dropdown-menu .yamm-content > div {
  border-right: 1px solid #cbcbcb;
  min-height: 16px;
  min-width: 120px;
  padding: 1px 1px;
  /*  Estilos antiguos
  min-width: 120px;
  padding: 15px 20px;
  */
}


#header_menu .navbar .navbar-nav .open .dropdown-menu {
  width: 20%;
}


#header_menu .navbar .navbar-nav .open .dropdown-menu .menu-1 a,
#header #header_menu .navbar .navbar-nav .open .dropdown-menu .menu-2 a {
  /*    
  color: #0279d4;
  color: #005d8e;
  */  
   color: #006d9e;
  white-space:normal;
}

#header #header_menu .navbar .navbar-nav .open .dropdown-menu .menu-1 {
  /* Eduardo 09-04-2018 Antes   font-size: 16px;
  font-weight: 600; */
  font-size: 0.9em;
  font-weight: bold;
  /* melchor 09_04_2018*/  
  padding-bottom: 3px;
  border: 0.5px solid #D3D3D3;
}


#header #header_menu .navbar .navbar-nav .open .dropdown-menu .menu-1 a:after {
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
  font-weight: bold;
  /*content: "\e258";*/
  padding-left: 6px;
  color: transparent;
}


#header_menu .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
#header_menu .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
#header_menu .navbar .navbar-nav .open .dropdown-menu > .active > a,
#header_menu .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
#header_menu .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
/*    
  color: #fff !important;
  background-color: #428bca !important;
*/  
color: black;
background: #f4f4f4;
/* accesibilidad
border-left-style:
*/  
}

#content_main .block-content-1 {
  /* actual - height: 252px;*/
  height: 152px;
  position: relative;
  width: 100%;
}

#content #side_left .nav-side-left .links-menu-side > li > a {
  /* color antiguo 
  color: #2473b9;*/
  /* color nuevo de los enlaces del menú izquierdo Eduardo Martín 03-04-2018 */
  color: #006D9E;
}


/* FIN - ELEMENTOS MODIFICADOS*/

/* INI - ELEMENTOS NUEVOS*/
.rowMateria {
  top: 1px;
  bottom: 1px;
  margin-left: -10px;
  margin-right: -10px;
  float: left;
  width: 100%;
/*  
  border: 1px;
*/  
}

.textoCabecera_Materia{
    font-style: italic;
    font-size: medium;    
}

.separador_lineaMateria{
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 0.5em;
    font-style: italic;
    font-size: small;    
}

.col-xs-4Materia{ 
  width: 25.0%;
  position: relative;
  min-height: 1px;
  padding-left: 1px;
  padding-right: 1px;
  float: left;
}

.rowMateria:before,
.rowMateria:after {
  content: " ";
  display: table;
}

.rowMateria:after {
  clear: both;
}

#header_logo_slogan .icon-search_b {
  background-image: url('../assets/img/ico_search_blue.png');
  top: 0;
  background-position-x: 24px;
  background-size: 106%;
  background-position-y: 3px;
  background-repeat: repeat-x;
}

.colorAzulPrueba { color: #0259e4; }

.categorias-links > li {
  padding: 10px 0;
}
.categorias-links > li > a {
  color: #0279d4;
  font-size: 16px;
}

.items-1Materia .item .title-item {
  font-size: 18px;
  margin-top: 1px;
}
.items-1Materia {
  margin: 0;
/*    
  margin: 0 -18px 30px;
*/  
}
.items-1Materia .item {
/*    
  padding: 0 20px;
*/  
}
.items-1Materia .item .title-itemMateria,
.items-1Materia .item p,
.items-1Materia .item ul {
/*    
  padding-right: 5px;
*/  
  border-style: ridge;
  border-width: 0.1px;  
}
.items-1Materia .item .title-itemMateria {
  font-size: 18px;
/*  
  margin: 10px;
  margin-top: 1px;
  border-style: ridge;
  border-width: 0.1px; 
*/  
}

.items-1Materia .item a {
  color: #006d9e;
  font-weight: 400;
}

/*Boton opciones Eduardo Martin 28-03-2018*/
/*.boton-opcion {
border: 1px solid #D3D3D3;
margin: 5px;
background: #ffffff;
min-height: 34px;
padding: 4px;
border-radius: 3px;
text-align: left;
-webkit-box-shadow: 0 3px 6px #c9c9c9;
box-shadow: 0 3px 6px #c9c9c9;
}
.boton-opcion:hover {
background: #f2f2f2;
border-left-style:
}*/
/* fin boton-opcion */

/*AMJ - Estilos plantilla Materias*/
.boton-opcion {
border: 1px solid #ddd;
margin: 5px;
background: #fff;
min-height: 36px;
padding: 4px;
/*border-radius: 3px;*/
text-align: left;
font-weight: 500;
}
.boton-opcion:hover {
background: #f9f9f9;
box-shadow: 3px 5px 5px #777;
border: 1px solid #0099c8;

}
/*AMJ - Estilos plantilla Materias*/

/*
.dropDownMenuPa{
    margin-left:0%;
}

.dropDownDerecho-de-acceso-a-la-informacion-publica{
    margin-left:19.70%;
}

.dropDownGobierno-abierto{
    margin-left:39.40%;
}

.dropDownParticipacionCiudadana{
    margin-left:58.90%;
}

 .dropDownYademas{
    margin-left:78.50%;
}*/

.navbar-nav .dropDown-elemento1 .dropdown-menu {
    margin-left: 0%;
}

.navbar-nav .dropDown-elemento2 .dropdown-menu {
    margin-left: 20%;
}

.navbar-nav .dropDown-elemento3 .dropdown-menu {
    margin-left: 40%;
}

.navbar-nav .dropDown-elemento4 .dropdown-menu {
    margin-left: 60%;
}

.navbar-nav .dropDown-elemento5 .dropdown-menu {
    margin-left: 80%;
}

#navbar ul li a:hover ul, #navbar ul li:hover ul {
    width: 19.90%;
}

#header #header_menu .navbar .navbar-nav .dropdown-menu .list-menu-link {
    /*font-size: 1.2em;*/
    /*color: #006D9E;*/
    /*color: #13699C; Eduardo 26-04-2018*/
    color: #006CAA;
    font-weight: 600;
}

#footer .border-footer:before {
  background-color: #f2f2f2;
}
/* FIN - ELEMENTOS NUEVOS*/