@charset "UTF-8";
/*
   Theme Name: San Ildefonso
   Theme URI: http://www.lagranja-valsain.com
   Author: Oscar Pérez Gómez. (@operezgomez)
   Author URI: http://www.oscarperez.es/
   Description: Tema de WordPress creado para la web del Ayuntamiento de San Ildefonso (Segovia).
   Version: 3.0
   Tags: 
   Text Domain: sanildefonso
*/
/* ESTILOS NORMALES (para móviles en vertical)
   ========================================================================= /
/ RESPONSIVE
   ========================================================================= /
/ Móviles en horizontal o tablets en vertical
  @media (min-width: 768px) { }
  ------------------------------------------------------------------------- /
  / Tablets en horizonal y escritorios normales
  @media (min-width: 1024px) { }
  ------------------------------------------------------------------------- /
  / Escritorios muy anchos
  @media (min-width: 1200px) { } 
*/
/* 
  R E S E T (Por Oskar Pérez)
*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

@font-face {
  font-family: "Ubuntu";
  src: url("fonts/Ubuntu-Regular.ttf");
}
@font-face {
  font-family: "Marvel";
  src: url("fonts/Marvel-Regular.ttf");
}
@font-face {
  font-family: "Marvel-Italic";
  src: url("fonts/Marvel-Italic.ttf");
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Marvel", Helvetica, sans-serif;
}

h1, h2 {
  font-weight: 700;
  font-size: 2.1em;
  line-height: 1.5em;
}

h2 {
  line-height: 1.1em;
  color: #131313;
  margin: 1em 0;
}

h3, h4, h5, h6 {
  font-weight: 400;
  color: #4caf50;
  margin: 1em 0;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.3em;
  margin: 15px 0 5px;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

a {
  text-decoration: none;
}

blockquote {
  padding: 1.1em;
  line-height: 150%;
  color: #6d6d6d;
  background: #f2f2f2;
  font-family: "Marvel", Helvetica, sans-serif;
}

/* E S T I L O S    G E N E R A L E S  */
html, body {
  width: 100%;
  font-weight: 300;
}

body, input, textarea {
  font-family: "Ubuntu", Helvetica, sans-serif;
  line-height: 1.625;
  color: #424242;
}

p {
  padding: 0 0 0.6em;
}

/*img { max-width: 100% } */
a {
  color: steelblue;
  text-decoration: none;
  font-weight: 300;
}

a:hover {
  color: darkorange;
  text-decoration: none;
}

.italica {
  font-style: italic;
}

div.sharedaddy {
  margin: 2em 0 0;
}

.inline {
  padding: 0 0 5px;
  margin: 0 0 10px;
}

.inline a {
  padding: 0 5px;
  color: white;
  background: #8a6d3b;
  text-decoration: underline;
}

.inline a:hover {
  background: #a94442;
}

.inline h3 {
  display: inline-block;
  margin: 0px;
}

.recaptchaClass {
  border: 0 !important;
}

.partidospoliticos img {
  border: 0 !important;
}

.XXredespartidos {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}

.nav ol, .nav ul, .nav li,
.nav2 ol, .nav2 ul, .nav2 li {
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}

.tramites ol, .tramites ul, .tramites li {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}

.listdocs ol, .listdocs ul, .listdocs li {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}

.historico ol, .historico ul, .historico li {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}

.agendas li {
  margin: 0 0 0 1.3em;
  list-style-type: disc !important;
}

.agendas h4 {
  margin: 1.8em 0 0;
}

.agendas p {
  margin: 0 0 0 .6em;
  padding: 0;
}

/*
  C O O K I E S
*/
.cookies {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  color: white;
  z-index: 100;
  padding: 0 .5em 1em;
  font-size: 0.9em;
}

.cookies .close {
  position: absolute;
  right: 2em;
  top: .5em;
  padding: .4em .6em;
  background: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  border-radius: 10px;
}

.cookies a {
  color: white;
}

.cookies a:hover {
  color: #d9d9d9;
  background: #546e7a;
  cursor: default;
}

/*  C O O K I E S    P O L I C Y  */
.cookies-policy h3 {
  margin: 1% 0 0 1%;
}

.cookies-policy p {
  margin: 0 0 0 1%;
}

.cookies-policy li {
  margin: 0 0 0 2.5em;
  list-style-type: circle;
}

.margintop {
  margin: 1em 0 0;
}

.imgborder {
  border: 1px solid #f2f2f2;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.circle li {
  list-style: circle;
}

.wrapper {
  margin: 0 5px;
}

.separation {
  clear: both;
}

.agenda_alcalde li {
  margin: 0 0 0 20px;
  line-height: 2;
}

.volver {
  text-align: right;
}

.btn-volver {
  float: right;
  margin: 0 10px 20px 0;
  padding: 5px 10px;
  background: #f2f2f2;
  color: #546e7a;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}

.btn-volver:after {
  display: inline-block;
  content: '';
  width: 0px;
  height: 0px;
  margin: 0 0 0 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #546e7a;
}

.btn-volver:hover {
  cursor: pointer;
}

.paginacion, .navigation2 {
  text-align: center;
}

.fondo_main1 {
  background: #f2f2f2;
  display: inline-block;
  padding: 6px;
}

.fondo_main2 {
  background: #f2f2f2;
  display: inline-block;
  padding: 10px 60px;
}

.margin20 {
  margin: 20px;
}

.margin20notop {
  margin: 0 20px 20px;
}

.margin20top {
  margin: 20px 0 0;
}

.margin20left {
  margin: 0 0 0 20px;
}

.margin30left {
  margin: 0 0 0 30px;
}

.border {
  border: 1px solid #f2f2f2;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img.alignleft, .wp-caption.alignleft {
  margin: 0.857143rem 1.71429rem 0.857143rem 0;
}

img.alignright, .wp-caption.alignright {
  margin: 0.857143rem 0 0.857143rem 1.71429rem;
}

.imagenDOS {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.aligncenter2 {
  margin: 0 auto;
  width: 90%;
  height: auto;
  text-align: center;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  max-width: 90%;
  height: auto;
}

.negrita {
  font-weight: bold;
}

.resaltado {
  color: maroon;
}

.tiempo {
  margin: 10px 0;
}

.main {
  overflow: hidden;
  margin: 1em 0 0;
  width: 100%;
  line-height: 1.5em;
  border-bottom: 1px solid #424242;
}

.nobackground {
  background: none !important;
}

.remarcado {
  padding: 10px;
  margin: 5px;
  background: #f2f2f2;
  border-radius: 10px;
  font-style: italic;
}

/*  C A B E C E R A */
header {
  overflow: hidden;
  padding: 10px 0 0;
  border-bottom: 2px solid #546e7a;
  background: #f2f2f2;
}

.logo {
  float: left;
  margin: 0 0 0 5px;
  background: url("images/escudo.png") no-repeat;
  background-size: contain;
  height: 32px;
}

.title {
  color: #131313;
  margin: 0 0 0 30px;
  padding: 0;
  font-family: "Marvel", Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.title p {
  margin: 0;
  padding: 0;
  display: block;
}

.btn-menu {
  width: 35px;
  height: 32px;
  float: left;
  margin: 0 10px 0 0;
  background: url("images/iconos/icon-burger.png") no-repeat center center;
}

/* R E D E S */
.redes {
  display: none;
  margin: 0;
  float: right;
}

.redes .red-social {
  float: left;
  margin: -15px 0 0;
}

.posts .red-social {
  margin: 0 0 20px;
}

.posts .red-social .csmb {
  width: 56px;
  height: 56px;
  background-image: url("img/icon-sprite-x2.png");
  text-indent: 72px;
  font-size: 1.5em;
  line-height: 90px;
}

.posts .red-social .csmb.facebook.alt {
  background-position: -56px -168px;
}

.posts .red-social .csmb.twitter {
  background-position: 0px -616px;
}

.posts .red-social .csmb.youtube {
  background-position: 0px -840px;
}

.posts .red-social .csmb.gplus {
  background-position: 0px -280px;
}

.posts .red-social .csmb.instagram {
  background-position: -56px -784px;
}

/*  B U S Q U E D A  */
.form-busqueda {
  float: right;
  z-index: 1;
  margin: 0;
  display: none;
}

.icono-lupa {
  background: url("images/iconos/search_icon.svg") no-repeat center center;
  width: 20px;
  height: 20px;
}

.form-busqueda form {
  display: inline;
}

.form-busqueda h3 {
  display: none;
}

.form-search {
  padding: 4px;
  margin: 0 5px 0 0;
  border: 1px solid #6d6d6d;
  border-radius: 4px;
}

.busqueda article {
  margin: 15px 0;
  padding: 5px 10px;
}

form.bg-search-primary {
  float: right;
  overflow: visible;
  text-align: right;
  height: 0px;
  width: 100%;
  z-index: 2;
  position: relative;
}

.enhanced .bg-search-primary label {
  background: url("images/iconos/search_icon.svg") no-repeat scroll -1.3em 0.2em transparent;
}

.search div {
  float: right;
  width: 100%;
  position: relative;
}

.search-inputs {
  clear: both;
  float: left;
  text-align: left;
}

.agendas-sidebar p {
  color: #546e7a;
  display: block;
  font-weight: 400;
  padding: .5em 0;
  margin: 0;
}

.agendas-sidebar p:hover {
  background: rgba(0, 0, 0, 0.1);
}

.agendas-sidebar .icono {
  float: right;
  margin: 0 0 0 .5em;
  max-width: 30px;
}

/* M E N U   S U P E R I O R */
.expandida {
  background: url("images/iconos/close-icon.png") no-repeat center center !important;
}

.nav {
  clear: both;
  border-bottom: solid 1px #546e7a;
  background: #546e7a;
  margin: -1px 0 0;
}

.menu_padre a {
  display: block;
  padding: .4em;
  color: white;
}

.menu_padre a:hover {
  background: #93cdfc;
  color: white;
}

.nav2 {
  clear: both;
  border-bottom: solid 1px #7986cb;
  background: #7986cb;
  margin: -1px 0 0;
}

.menu_2 {
  text-align: right;
}

.menu_2 a {
  display: block;
  padding: .4em;
  color: white;
}

.menu_2 a:hover {
  background: #93cdfc;
  color: white;
}

.menu_selected {
  background: #93cdfc;
  color: white;
}

.submenu {
  overflow: hidden;
}

.submenu li a {
  background: #546e7a;
  color: white;
  padding-left: 1.5em;
  border-top: 1px solid #546e7a;
}

.submenu li a:hover {
  background: #d9d9d9;
  color: #546e7a;
}

.submenu_close {
  display: none;
}

/* mostramos la flecha blanca si hay submenus */
.hay_submenu:after {
  display: inline-block;
  content: '';
  width: 0px;
  height: 0px;
  margin: 0 0 0 20px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
}

/*  B A N N E R S  */
.banners {
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
}

.banner {
  width: 99%;
  padding: 10px .5%;
  text-align: center;
}

.banner a {
  width: 100%;
  color: #546e7a;
}

.banners .banner img {
  max-width: 200px;
}

/******************************** 
 ******************************** 
  P A G I N A   P R I N C I P A L  
 ******************************** 
 ********************************/
.heroe {
  background: white;
  padding: 0;
  overflow: hidden;
  clear: both;
}

.agenda {
  margin: 0;
  padding: 1em 0px 0px;
  border-bottom: 1px solid #424242;
}

.posts, .listdocs, .mapa_web {
  overflow: hidden;
  padding: 0 0 1em;
  width: 99.4%;
  line-height: 1.5em;
}

.listdocs {
  border-bottom: 3px solid #546e7a;
}

.posts h2 {
  margin: 1em 0;
}

.posts li {
  margin: 10px 0 0 1.5em;
}

.posts li:last-child {
  margin-bottom: 10px;
}

.concejal {
  clear: both;
  margin: 0;
  overflow: hidden;
  padding: 1em 0;
}

.nombre_concejal {
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
}

.desc_concejal {
  margin: 0;
  padding: 0 0 0 1em;
  font-size: .9em;
  color: #6d6d6d;
}

.bio_concejal {
  display: none;
}

.detalle_biography {
  margin: 2em 0 0;
}

.img_concejal img {
  float: left;
  max-width: 90px;
  margin: 0 15px 0 0;
}

.separator-head {
  color: #546e7a;
  background: url("images/separador-1.png") repeat-x center center;
  padding: 0 0 0 1.5em;
  margin: 0;
  clear: both;
}

.separator-head-2 {
  color: #546e7a;
  padding: 0 0 0 1.5em;
  margin: 0;
  clear: both;
}

.separator-head span, .separator-head-2 span {
  background-color: white;
  padding: 0 20px;
  font-size: .8em;
  margin: 0;
}

/* C A N A L E S   Y   A C C E S O S   D I R E C T O S */
.canales, .accesos-directos {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.canal-box, .accesos-directos-box {
  width: 22%;
  padding: 0;
  margin: 10px 1% 0;
  overflow: hidden;
  float: left;
  text-align: center;
}

.canal-box h3 {
  color: black;
  margin: 0 0 5px;
  padding: 0;
  font-size: 0.6em;
}

.canal-box p, .accesos-directos-box p {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Marvel", Helvetica, sans-serif;
  font-size: .9em;
  line-height: 0.9em;
}

.canal-box img, .accesos-directos-box img {
  margin: 0 auto;
  border: 1px solid #d9d9d9;
  height: 68%;
  width: 68%;
}

.accesos-directos-box a img:hover, .canal-box a img:hover {
  position: relative;
  top: 2px;
  left: 2px;
  box-shadow: 2px 2px 5px #424242;
}

.canal-box a img:hover {
  border-radius: 50%;
}

.accesos-directos img {
  border-radius: 50%;
}

.accesos-directos h3 {
  color: #546e7a;
  margin: 0;
  clear: both;
  padding: 10px 0 0 20px;
  padding-left: 20px;
  font-size: 1.1em;
  border-bottom: 2px solid #d9d9d9;
}

.accesos-directos-box p {
  height: 1.9em;
}

/* P A G I N A   D E L   A Y U N T A M I E N T O */
.ayuntamiento h3 {
  padding: 1em 0;
  margin: 0;
  line-height: 1em;
  color: #131313;
}

/* S A L U D A   A L C A L D E */
.saluda {
  background-color: #357ebd;
  overflow: hidden;
  position: relative;
  padding: 2%;
  width: 94%;
  margin: 10px 1%;
}

.saluda h3 {
  float: left;
  width: 50%;
}

.saluda img {
  float: right;
  width: 48%;
  max-width: 100px;
  height: auto;
}

.saluda a {
  color: white;
  font-size: 1.2em;
}

.saluda a:hover {
  text-decoration: underline;
}

.saluda > div {
  float: left;
  width: 66%;
  margin: 0;
  line-height: 1em;
}

.saluda > div > a > img {
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  height: 40px;
  width: 40px;
  float: none;
  margin: 0 5px 0 10px;
}

.saluda > div > a > span {
  position: relative;
  top: -15px;
}

.page-ayuntamiento {
  overflow: hidden;
  padding: 10px 0;
  width: 96%;
  margin: 10px auto;
  text-align: center;
  border: 1px solid #357ebd;
  border-radius: 5px;
}

.page-ayuntamiento h3 {
  padding: 0;
}

.page-ayuntamiento img {
  border-radius: 50%;
  margin: 10px 0 0;
  border: 1px solid #357ebd;
  height: 50px;
  width: 50px;
}

/* T A B L O N   D E    A N U N C I O S */
.tablon_anuncios {
  border: 1px solid #285e8e;
  margin: .2em;
}

.tablon_anuncios h2 {
  font-size: 1.3em;
  margin: 0;
  padding: 8px 5px 8px 10px;
  background-color: #357ebd;
  color: white;
}

.tablon_anuncios ul {
  line-height: 2em;
  list-style-type: none;
}

.tablon_anuncios li {
  padding: .5em;
  margin: 0 0 1px;
}

.tablon_anuncios li:hover {
  background-color: #f8efc0 !important;
}

.tablon_anuncios li a {
  color: #424242;
}

.tablon_anuncios li:nth-child(odd) {
  background: #d9d9d9;
}

.tablon_anuncios .the_title {
  font-size: 1.1em;
  font-weight: 400;
}

.tablon_anuncios .the_excerpt > p {
  font-size: .8em;
  font-style: italic;
  padding: 0 0 0 10px;
}

.tablon_anuncios .mas_anuncios {
  overflow: hidden;
  width: 98%;
  padding: 5px 1% 0;
}

.button2.btnMasAnuncios {
  background-color: #357ebd;
  color: #f2f2f2;
  margin-bottom: 5px;
}

.button2.btnMasAnuncios:hover {
  background-color: #285e8e;
}

/* C L A S E S    C A J A S    M A S O N R Y  */
.container {
  width: 100%;
}

.contenedor_index {
  overflow: hidden;
  padding: 0 .3%;
  width: 99.4%;
}

.box {
  width: 250px;
  overflow: hidden;
  padding: 0 0 10px;
}

.article, .article-cultura {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  padding: 0 5px 10px;
}

.article h4 {
  margin: 14px 0 4px 0;
}

.article a, .article a:hover {
  color: #424242;
  text-decoration: none;
}

.article img {
  max-width: 150px;
  float: left;
  margin: 0 10px 15px 0;
  border: 1px solid #d9d9d9;
}

.article p {
  float: right;
  width: calc(100% - 165px);
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}

.article h2 {
  color: #546e7a;
  margin: 0 0 5px;
  padding: 0;
  font-size: 1.5em;
  font-weight: 400;
}

.article small {
  display: block;
  float: none;
  clear: both;
  font-style: italic;
  color: #6d6d6d;
}

.literal_article {
  clear: both;
  font-size: .8em;
  margin-top: 20px;
}

.literal_article a {
  color: steelblue;
  padding: 20px;
}

.literal_article a:hover {
  color: darkorange;
  text-decoration: underline;
}

.noticias_index h2, .actividades h2, .destacados h2 {
  font-size: 1.5em;
  margin: 0;
  padding: 8px 5px 8px 10px;
}

.noticia_box_main_destacado h3 {
  font-size: 1.3em;
  color: #f2f2f2;
  margin: 0;
}

.noticia_box_main, .noticias_index .mas_noticias {
  clear: both;
}

/* N O T I C I A S   P R I N C I P A L  */
.noticias_index {
  margin: 1em .2em 0;
  padding: 0;
  clear: both;
}

.noticias_index h2 {
  color: #f2f2f2;
  background-color: #546e7a;
  border-bottom: 1px solid #f2f2f2;
}

.noticia_box_main, .noticia_box_main_destacado {
  overflow: hidden;
  margin: 0 0 1px;
  background-color: #546e7a;
}

.noticia_box_main:hover, .noticia_box_main_destacado:hover {
  background-color: #2b91af !important;
}

.noticia_box_main_destacado .noticia_box_img img {
  display: block;
  margin: 0;
  width: 100%;
}

.noticia_box_main_destacado .noticia_box_contenido {
  display: inline-table;
  padding: 10px;
}

.noticia_box_main .noticia_box_img {
  float: left;
  width: 125px;
}

.noticia_box_main .noticia_box_img img {
  display: block;
  margin: 0;
  width: 120px;
  max-height: 160px;
}

.noticia_box_main h3 {
  font-size: 1em;
  color: #f2f2f2;
}

.mas_noticias, .mas_anuncios {
  text-align: center;
}

.button2 {
  display: block;
  font-weight: bold;
  text-align: center;
  border: 0 none;
  padding: 13px 27px 12px;
  vertical-align: middle;
}

.button2.btnAllNewsIndex {
  background-color: #546e7a;
  color: #f2f2f2;
}

.button2.btnAllNewsIndex:hover {
  background-color: #2b91af;
}

.otras_noticias {
  border: 1px solid #546e7a;
  margin: 1em .2em;
  font-size: 1em;
}

.otras_noticias h2 {
  font-size: 1.3em;
  margin: 0;
  padding: 8px 5px 8px 10px;
  background-color: #546e7a;
  color: white;
}

.otras_noticias ul {
  line-height: 2em;
  list-style-type: none;
}

.otras_noticias li {
  padding: 0;
  margin: 0;
}

.otras_noticias li a {
  color: #424242;
  display: block;
  margin: 0;
  padding: 5px;
}

.otras_noticias li a:hover {
  background-color: #6d6d6d;
  color: white;
}

/* D E S T A C A D O S  */
.destacados {
  margin: 10px 0;
  overflow: hidden;
  clear: both;
  display: block;
  padding: 10px 0 0;
}

.destacados h2 {
  color: #f2f2f2;
  background-color: darkorange;
  border-bottom: 1px solid #f2f2f2;
}

.destacados h3 {
  font-size: 1em;
  color: #546e7a;
  margin: 10px 0;
}

.box-destacados {
  overflow: hidden;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
}

.box-destacados:hover {
  background-color: #ffe0b2 !important;
}

.box-destacados .destacados_img {
  float: left;
  width: 24%;
  padding: 0;
  margin: 0;
}

.box-destacados .destacados_img img {
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
}

.box-destacados .destacados_title {
  float: right;
  width: 74%;
  padding: 0;
  margin: 0 0 0 2%;
}

.mas-destacados {
  clear: both;
  text-align: center;
  background-color: darkorange;
}

.mas-destacados a {
  color: #f2f2f2;
  font-style: italic;
}

.mas-destacados a:hover {
  text-decoration: underline;
  color: #424242;
}

/* A C T I V I D A D E S */
.actividades {
  margin: 1em .2em 0;
  padding: 0;
  clear: both;
  overflow: hidden;
  border: 1px solid #429b42;
}

.actividades h2 {
  color: #f2f2f2;
  background-color: #429b42;
}

.actividades h3 {
  margin: 5px 0 0;
  font-size: 1em;
  color: #131313;
}

.actividades .evento {
  float: left;
  width: 49%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 1.2em;
}

.actividades .evento:hover {
  background-color: #429b42;
}

.actividades .evento img {
  max-width: 100%;
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #d9d9d9;
}

.actividades .actividades_main_texto {
  float: left;
  width: 100%;
  height: 70px;
}

.actividades .actividades_main_texto h3 {
  margin-bottom: .4em;
}

.actividades .evento a {
  display: block;
  margin: 0 .5em;
  color: #131313;
}

.actividades .evento p {
  font-size: 0.9em;
}

.mas_actividades {
  font-family: "Ubuntu", Helvetica, sans-serif;
  text-align: center;
  background: white;
  padding: 5px 0 0;
  clear: both;
  margin: 10px 0 0;
}

.button2.btnAllEventsIndex {
  background-color: #424242;
  color: #f2f2f2;
}

.button2.btnAllEventsIndex:hover {
  background-color: #429b42;
}

a {
  color: steelblue;
  text-decoration: none;
  font-weight: 300;
}

.img_post_main {
  width: 100%;
}

.box-cultura {
  width: 100%;
  overflow: hidden;
  padding: 0 0 10px;
}

.article-cultura img {
  max-width: 150px;
  float: left;
  margin: 0 10px 15px 0;
  border: 1px solid #d9d9d9;
}

.article-cultura h2 {
  padding: 0;
  margin: 0 0 5px !important;
  font-size: 1.5em;
  font-weight: 300;
}

.deportes-agenda {
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 50px;
  background: url("http://www.lagranja-valsain.com/wp-content/uploads/2016/11/logo-calendario.png") no-repeat left top;
  background-size: contain;
}

/*  A R E A   D E   L O S   C I U D A D A N O S  */
.ciudadanos {
  margin: 0;
}

.apartado {
  width: 99%;
  padding: 10px .5%;
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
}

.apartado:hover {
  background: rgba(0, 0, 0, 0.1);
}

.apartado a {
  width: 100%;
  color: #546e7a;
}

.apartado .icono {
  float: right;
  margin: 0;
  max-width: 45px;
}

.titulo {
  color: #131313;
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
}

/* A G E N D A   T E L E F O N I C A */
.agenda_telefonica h2 {
  font-size: 1.6em;
  color: #546e7a;
}

.agenda_telefonica h3 {
  font-size: 1.4em;
  color: #546e7a;
  margin: 1.5em 0 0.3em;
}

.agenda_telefonica h4 {
  font-size: 1.2em;
  font-weight: bold;
  background: #f2f2f2;
  padding: 10px;
}

.agenda_telefonica h5 {
  font-size: 1.2em;
  margin: 0;
  padding: 0 0 0 1em;
}

.agenda_telefonica p {
  margin: 0;
  padding: 0 2em 1em;
  color: #424242;
}

/* T R A N S P A R E N C I A */
.transparencia {
  overflow: hidden;
  margin: 1em 0 0;
  width: 100%;
  line-height: 1.5em;
}

.transparencia h4 {
  margin: 1em 0 1em -1.5em;
  padding: 5px;
  color: #131313;
  background: #d9d9d9;
}

.transparencia h5 {
  padding: 5px;
  margin: 10px 0 0 -17px;
  color: #131313;
  font-size: 1em;
  font-family: "Ubuntu", Helvetica, sans-serif;
  background-color: #dff0d8;
  display: inline-block;
}

.transparencia h6 {
  color: #131313;
  font-size: 1em;
}

.transparencia li {
  margin: 10px 0 0;
  padding: 0 5px;
}

.transparencia li a {
  padding: 5px 20px 0 0;
  color: #4caf50;
  text-decoration: underline;
}

.transparencia li a:hover {
  background-color: #31708f;
  color: white;
}

.transparencia-ok {
  color: #4caf50;
}

.transparencia-ko {
  color: maroon;
  text-decoration: line-through;
}

.transparencia .nivel1 {
  margin: 0 0 0 0.3em;
}

.transparencia .nivel2 {
  margin: 0 0 0 0.3em;
}

.transparencia .listado-indicadores {
  margin-left: 30px;
}

.transparencia .nivel1 li {
  margin: 0 1em 0 0;
}

/*  I N F O R M A C I O N   P U B L I C A  */
.informacion-publica {
  overflow: hidden;
  margin: -1em 0 0;
  width: 100%;
  line-height: 1.5em;
}

.informacion-publica h2 {
  margin: 0;
}

.informacion-publica h5 {
  margin: 1em 0 0;
  color: #131313;
  font-size: 1.1em;
}

.informacion-publica h5 a {
  font-weight: 400;
}

.informacion-publica h6 {
  margin: 0;
}

.informacion-publica a:hover {
  background: steelblue;
  color: white;
}

.informacion-publica .nivel1 {
  margin: 0 0 0 2em;
}

.informacion-publica .nivel2 {
  margin: 0 0 0 1.3em;
}

.informacion-publica .nivel1 li {
  margin: 0 2em 0 0;
}

/*
.transparencia ul { counter-reset: li }
.transparencia ol { list-style:none }
.transparencia li { margin: 5px 0; position:relative; list-style:none; *list-style: decimal }
*/
/*Los estilos del Número*/
/*.transparencia ol li:before { content:counter(li)". "; counter-increment: li; position:absolute; left: 5px; width:12px; text-align:right }
*/
.transparencia h3 {
  margin: 20px 0 0;
  padding: 10px;
  margin: 30px 0px 15px;
}

.transparencia .cumplidos {
  text-align: right;
  font-size: .9em;
  font-style: italic;
  padding: 0 10px;
}

.box-transparencia img {
  display: none;
}

.box-transparencia {
  margin: 0 0 1em;
  width: 100%;
}

.box-transparencia p {
  margin: 1em 0 0;
  display: none;
}

.box-transp-title {
  padding: 1em 5px;
  background: #efebe9;
  font-size: 1em;
  font-weight: 400;
  color: #546e7a;
}

#popup, #popup2, .bMulti {
  background-color: white;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 25px 5px #6d6d6d;
  color: #131313;
  display: none;
  min-width: 450px;
  padding: 25px;
}

.box-info-publica {
  margin: 10px 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  color: #546e7a;
}

.box-transp-title:before,
.box-info-publica:before {
  display: inline-block;
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #546e7a;
  padding-left: 8px;
}

.box-info-publica h6 {
  background: #f2f2f2;
  padding: 10px;
  font-size: 1em;
}

.box-info-publica ol {
  margin: 10px 0 0;
}

.box-info-publica li {
  position: relative;
  margin: 0 0 10px 2em !important;
  padding: 0px 10px;
  list-style: decimal;
}

.tramites .level-2 {
  color: #546e7a;
  font-size: .8em;
  font-style: italic;
  margin: 0 0 0 20px;
}

.tramites h3 {
  margin: 20px 0 10px;
}

.tramites li {
  padding: 5px 0;
}

.sidebar {
  background: white;
}

.banners, .ciudadanos, .agendas-sidebar, .ultima-hora {
  display: none;
}

/* B A N N E R S   Z O N A   I N F E R I O R  */
.banners-bottom {
  display: none;
  background: white;
}

/* F O O T E R */
footer {
  position: relative;
  overflow: hidden;
  clear: both;
  padding: 10px;
  margin: 1em 0;
  font-family: "Marvel", Helvetica, sans-serif;
  line-height: 1.1em;
  background: #d9d9d9;
}

.address {
  width: 100%;
}

.address p {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

.enlaces {
  width: 100%;
  text-align: center;
  margin: 1em 0;
  font-size: 1.2em;
}

.link-enlaces li {
  display: inline;
  margin: 1em 0.5em 1em 0;
}

.link-enlaces li a {
  color: #546e7a;
  text-decoration: underline;
}

.link-enlaces li a:hover {
  color: darkorange;
  font-weight: bold;
}

.copyright {
  width: 100%;
  float: left;
  font-size: .9em;
  color: #424242;
  text-align: center;
  margin: 10px 0;
}

.disenio {
  float: right;
}

.disenio a {
  color: #429b42;
}

.disenio a:hover {
  color: #429b42;
}

.banners-bottom {
  clear: both;
  padding: 10px;
  border-radius: 4px;
}

/* N O T   F O U N D */
.not_found {
  margin: 0 auto;
  padding: .5em 0 1em;
  overflow: hidden;
}

.img_not_found {
  float: left;
  background: url("images/iconos/error-404.png") no-repeat;
  background-size: contain;
  height: 120px;
  width: 100px;
}

.not_found h2 {
  color: maroon;
  font-weight: 700;
  margin: 0 0 1em;
}

.not_found p {
  text-align: left;
  margin: 0 0 0 110px;
  padding: 0;
  font-family: "Marvel", Helvetica, sans-serif;
  font-size: 1em;
}

/*  I C O N O S  */
.icon_pdf {
  padding: 0 0 0 25px;
  margin: 0 5px 0 0;
  background: transparent url("images/iconos/icon_pdf.png") no-repeat center left;
}

.icon_doc {
  padding: 0 0 0 25px;
  margin: 0 5px 0 0;
  background: transparent url("images/iconos/icon_doc.png") no-repeat center left;
}

.icon_xls {
  padding: 0 0 0 25px;
  margin: 0 5px 0 0;
  background: transparent url("images/iconos/icon_xls.png") no-repeat center left;
}

.icon_rar {
  padding: 0 0 0 25px;
  margin: 0 5px 0 0;
  background: transparent url("images/iconos/icon_rar.png") no-repeat center left;
}

.icon_jpg {
  padding: 0 0 0 25px;
  margin: 0 5px 0 0;
  background: transparent url("images/iconos/icon_jpg.png") no-repeat center left;
}

.icon_ppt {
  padding: 0 0 0 25px;
  margin: 0 5px 0 0;
  background: transparent url("images/iconos/icon_ppt.png") no-repeat center left;
}

.icon_pdf_back {
  padding: 0 20px 0 0;
  margin: 0 5px 0 0;
  background: transparent url("images/iconos/icon_pdf.png") no-repeat center right;
}

.icon_doc_back {
  padding: 0 20px 0 0;
  margin: 0 5px 0 0;
  background: transparent url("images/iconos/icon_doc.png") no-repeat center right;
}

.icon_xls_back {
  padding: 0 20px 0 0;
  margin: 0 5px 0 0;
  background: transparent url("images/iconos/icon_xls.png") no-repeat center right;
}

.icon_rar_back {
  padding: 0 20px 0 0;
  margin: 0 5px 0 0;
  background: transparent url("images/iconos/icon_rar.png") no-repeat center right;
}

.icon_jpg_back {
  padding: 0 20px 0 0;
  margin: 0 5px 0 0;
  background: transparent url("images/iconos/icon_jpg.png") no-repeat center right;
}

.icon_ppt_back {
  padding: 0 20px 0 0;
  margin: 0 5px 0 0;
  background: transparent url("images/iconos/icon_ppt.png") no-repeat center right;
}

.icon_youtube {
  padding: 0 75px 0 0;
  margin: 0 5px 0 0;
  background: transparent url("images/iconos/icon_youtube.png") no-repeat center right;
  font-weight: bold;
}

.icon_email {
  padding: 0 0 0 25px;
  margin: 0 10px;
  background: transparent url("images/iconos/icon_email.png") no-repeat center left;
  height: 25px;
  display: inline-block;
  position: relative;
  top: 6px;
}

/*  I C O N O S   R E C O R R E R    D I R E C T O R I O S  */
.icon_carpeta {
  padding: 2px 2px 0 50px;
  background: transparent url("images/iconos/icon-folder.png") no-repeat center left;
  font-weight: bold;
}

.icon_file {
  padding: 3px 2px 0 20px;
  background: transparent url("images/iconos/icon-file.png") no-repeat top left;
  margin: 1em 0 0 5px;
}

.icon_file_pdf {
  padding: 3px 2px 0 40px;
  background: transparent url("images/iconos/icon-file-pdf.png") no-repeat top left;
  margin: 1em 0 0 5px;
}

.icon_file_rar {
  padding: 3px 2px 0 40px;
  background: transparent url("images/iconos/icon-file-rar.png") no-repeat top left;
  margin: 1em 0 0 5px;
}

.icon_file_doc {
  padding: 3px 2px 0 40px;
  background: transparent url("images/iconos/icon-file-doc.png") no-repeat top left;
  margin: 1em 0 0 5px;
}

.icon_file_mp3 {
  padding: 3px 2px 0 40px;
  background: transparent url("images/iconos/icon-file-mp3.png") no-repeat top left;
  margin: 1em 0 0 5px;
}

.pleno_box {
  margin: 10px 0;
}

.dir-telefonico h4 {
  margin: 1em 10px 0;
  font-size: 1em;
  text-decoration: underline;
}

.dir-telefonico p {
  margin: 0 0 10px 20px;
  padding: 0;
}

.dir-telefonico a {
  font-weight: 300;
}

/*
    M E N S A J E S 
*/
.alert {
  padding: 15px;
  margin: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_alert_danger_background', endColorstr='$color_alert_danger_background_2', GradientType=0);
  background-repeat: repeat-x;
  color: #a94442;
  background-color: #f2dede;
  border-color: #dca7a7;
}

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_alert_success_background', endColorstr='$color_alert_success_background_2', GradientType=0);
  background-repeat: repeat-x;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_alert_info_background', endColorstr='$color_alert_info_background_2', GradientType=0);
  background-repeat: repeat-x;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #31708f;
}

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_alert_warning_background', endColorstr='$color_alert_warning_background_2', GradientType=0);
  background-repeat: repeat-x;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #f5e79e;
}

/*
    C A L E N D A R I O
*/
#calendar_wrap {
  border: 1px solid #6d6d6d;
}

#calendar_wrap caption {
  text-transform: capitalize;
  font-weight: 400;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar td {
  text-align: center;
}

#wp-calendar td a {
  font-weight: bold;
}

#wp-calendar #prev {
  text-transform: capitalize;
}

#wp-calendar #next {
  text-transform: capitalize;
}

/*
    F O R M U L A R I O   D E   C O N T A C T O
*/
.form-group {
  margin-bottom: 1em;
}

.form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

small, .small {
  font-size: 80%;
}

.wpcf7-form-control {
  padding: 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #424242;
  background-color: white;
  background-image: none;
  border: 1px solid #424242;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.wpcf7-form input {
  display: block;
  width: 90%;
}

.wpcf7-form textarea {
  display: block;
  width: 90%;
}

.wpcf7-form p {
  margin-top: 10px;
  font-weight: bold;
}

.wpcf7-form .wpcf7-submit {
  color: white;
  background-color: #428BCA;
  border-color: #357ebd;
  width: 20%;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  padding: 15px;
  margin: 20px;
  width: 80%;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.wpcf7-validation-errors, .wpcf7-mail-sent-ng {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_alert_danger_background', endColorstr='$color_alert_danger_background_2', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
  color: #a94442;
  background-color: #f2dede;
}

.wpcf7-mail-sent-ok {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_alert_success_background', endColorstr='$color_alert_success_background_2', GradientType=0);
  background-repeat: repeat-x;
  border-color: #d6e9c6;
  color: #3c763d;
  background-color: #dff0d8;
}

.wpcf7-captchar {
  width: 20% !important;
}

.wpcf7-not-valid-tip {
  margin: 10px;
  width: 80%;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #a94442;
}

.form-control {
  display: block;
  width: 90%;
  padding: 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #424242;
  background-color: white;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control:focus {
  border-color: #31708f;
  outline: 0px none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
  outline: thin dotted;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #131313;
  text-decoration: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #3071a9;
  border-color: #285e8e;
}

.datos_contacto {
  overflow: hidden;
  margin: 1em 0;
  padding: 0 0 10px;
  border-bottom: solid 1px #546e7a;
}

.datos_contacto h4 {
  margin: 10px 0;
  padding: 0;
  color: #546e7a;
}

.datos_contacto p {
  margin: 0;
  padding: 0;
}

.datos_contacto img {
  max-width: 300px;
}

.mensaje-modal {
  color: white;
  background: #6d6d6d;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -150px;
}

.mensaje-modal p {
  padding: 20px;
}

.mensaje-modal .close {
  position: absolute;
  right: 20px;
  bottom: 15px;
}

/*  P A G I N A T I O N  */
.pagination {
  padding: 0 0 10px;
  margin: 0 0 10px;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

.pagination span, .pagination a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  /*float:left;*/
}

.pagination a {
  color: #546e7a;
  background: #d9d9d9;
}

.pagination a:hover {
  color: white;
  background: #546e7a;
}

.pagination .current {
  color: white;
  background: #546e7a;
  padding: 6px 9px 5px 9px;
}

.navigation2 {
  padding: 0 0 10px;
  margin: 0 0 10px;
  text-align: center;
  width: 100%;
}

.navigation2 span, .navigation2 a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  /*float:left;*/
}

.navigation2 a {
  color: #546e7a;
  background: #d9d9d9;
}

.navigation2 a:hover {
  color: white;
  background: #546e7a;
}

.navigation2 .current {
  color: white;
  background: #546e7a;
  padding: 6px 9px 5px 9px;
}

/*  N O T I C I A S */
.noticias {
  font-size: 1em;
  color: #424242;
  padding: 0 0 5px 0;
  margin: 0;
}

.noticias li {
  margin: 0;
  overflow: hidden;
  padding: 5px;
}

.noticias li:nth-child(odd) {
  background-color: #dddddd;
}

.noticias li img {
  border: 1px solid #6d6d6d;
  float: left;
  width: 90px;
  margin: 0 10px 0 0;
}

.noticias li .fecha_noticia {
  font-style: italic;
  font-size: .8em;
  text-align: right;
}

.noticias .texto {
  margin: 0px auto;
  font-size: .9em;
}

.noticias .imagen {
  float: left;
  max-width: 96px;
  margin: 0 10px 0 0;
}

.noticias img {
  border: 1px solid #6d6d6d;
  float: left;
  width: 60px;
}

.noticias h4 {
  color: black;
  font-size: 140%;
}

.noticias1 a {
  color: #424242;
}

.noticias1 a:hover {
  color: #546e7a;
}

/* G A L E R I A   M U L T I M E D I A */
.openGaleria {
  float: right;
  cursor: pointer;
  color: #546e7a;
  background: #f2f2f2;
  padding: 10px;
  border-radius: 4px;
}

.galeria_imagenes {
  display: none;
}

.velo {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
}

.foto_galeria {
  position: fixed;
  left: 50%;
  top: 50%;
  padding: 5px 5px 50px 5px;
  background: white;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.9);
  z-index: 10001;
  border-radius: 10px;
}

.foto_galeria img {
  border-radius: 10px;
  margin: 0 auto;
}

.botonera_galeria {
  width: 100%;
  margin: 0 0 10px;
  overflow: hidden;
}

.prev_galeria, .next_galeria, .close_galeria {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-size: cover;
}

.prev_galeria {
  margin: 10px 5px 0 0;
  background: url("images/iconos/prev.png") no-repeat center;
  float: left;
}

.next_galeria {
  margin: 10px 0 0 5px;
  background: url("images/iconos/next.png") no-repeat center;
  float: left;
}

.close_galeria {
  margin: 10px 0;
  background: url("images/iconos/close.png") no-repeat center;
  float: right;
  position: relative;
  top: 0;
}

.textoAlt_galeria {
  float: left;
  display: none;
  text-align: center;
  margin: 7px 0 0 0;
  padding: 5px;
  font-style: bold;
  width: 75%;
}

.listado_con_imagen li {
  overflow: hidden;
  margin: 1em 0;
}

.listado_con_imagen img {
  float: right;
  width: 100px;
  margin: 0 0 10px 10px;
  border: 1px solid #424242;
}

/*  C O N C E J A L I A S   */
.concejalias .contacto {
  margin: 10px 0 1em 1em;
  overflow: hidden;
}

.concejalias p {
  margin: 0 0 0 10px;
  padding: 0;
}

.concejalias h4 {
  margin: 10px;
  clear: both;
  cursor: pointer;
  color: #131313;
  background: #d9d9d9;
  padding: 10px;
  font-size: 1.1em;
}

.concejalias h5 {
  margin: 0;
  font-size: 1em;
  color: #131313;
}

.concejalias h6 {
  margin: 10px 0 0 10px;
  font-size: 1em;
  color: #131313;
}

.concejalias ul {
  clear: both;
}

.concejalias .contacto2 {
  overflow: hidden;
}

.concejalias .contacto2 p {
  margin: 0 0 0 20px;
}

.concejalias .email {
  font-weight: 300;
  color: #546e7a;
}

.link-concejalia {
  clear: both;
  padding: 0 0 0 1.4em;
}

.link-concejalia ul {
  padding: 0 0 0 0.5em;
}

.link-concejalia li {
  padding: 5px 0;
  margin: 0;
}

.link-concejalia a {
  color: #546e7a;
  margin: 0;
}

.link-concejalia a:hover {
  color: darkorange;
}

.more_information {
  margin: 0 0 0 15px;
  padding: 5px;
}

/*  S I T E   M A P  */
.mapa_web1 {
  overflow: hidden;
  margin: 0;
  width: 100%;
  line-height: 1.5em;
  border-bottom: 1px solid #424242;
}

.mapa-web-listado {
  margin: 0 0 0 -0.4em;
}

.mapa_web ol, .mapa_web ul, .mapa_web li {
  list-style-position: outside;
  list-style-image: none;
}

.level {
  margin: 0;
  width: 100%;
}

.level-0 {
  padding: 10px;
  margin: 5px 0 0 0 !important;
  background: #f2f2f2;
  font-weight: 400;
  list-style-type: none;
}

.level-2 {
  margin: 0 0 0 .9em;
}

.level-2 li {
  margin: .5em 0 0 10px;
}

.level-2 a {
  color: #424242;
}

.level-2 a:hover {
  color: darkorange;
}

/*   T A B L E S   */
.border {
  border-collapse: collapse;
}

.border td {
  border: 1px solid #d9d9d9;
  padding: 10px 5px;
}

.posts table {
  width: 100%;
}

.posts tr {
  border: 1px solid #f2f2f2;
}

.posts td {
  padding: 10px;
}

.horario table {
  width: auto;
  border-collapse: collapse;
}

.horario td, .horario th {
  border: 1px solid #d9d9d9;
  text-align: center;
  padding: 10px 5px;
}

.horario th {
  vertical-align: middle;
  font-weight: 300;
  font-size: 1.2em;
  background: #f2f2f2;
}

/*   S E R V I C I O S   */
.servicios {
  width: 100%;
}

.servicios h3 {
  color: darkorange;
  margin: 20px 0 10px;
}

img.servicios {
  width: 80px;
  height: auto;
  float: left;
  margin: 0 10px 0 0;
}

/*   E S T I L O S   P A R A   */
/*   V E H I C U L O S    O F I C I A L E S ,   A V I S O S   */
.box2 {
  margin: 10px 0;
  padding: 10px;
  overflow: hidden;
}

.box2_inf {
  float: left;
  width: 60%;
}

.box2_inf p, .box2_inf_total p {
  margin: 0;
  padding: 0;
}

.box2 h4 {
  margin: 0;
  padding: 0;
}

.box2_img {
  float: right;
  width: 35%;
}

.box2_img img {
  width: 100%;
  max-width: 300px;
}

.box2:nth-child(even) {
  background-color: #d9d9d9;
}

.withColors tr:nth-child(even) {
  background-color: #d9d9d9;
}

/* H I S T O R I C O   A G E N D A   D E L   A L C A L D E */
.historico {
  margin: 20px 0;
}

.historico h3 {
  padding: 10px;
  background: #f2f2f2;
}

/*   V E N T A N A   M O D A L E S   */
/*   P A R A   L O S   A V I S O S   D E   U L T I M A    H O R A   */
.modalmask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}

.modalmask:target {
  opacity: 1;
  pointer-events: auto;
}

.modalbox {
  width: 250px;
  position: relative;
  padding: 5px 20px 13px 20px;
  background: white;
  border-radius: 3px;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}

.movedown {
  margin: 0 auto;
}

.rotate {
  margin: 10% auto;
  -webkit-transform: scale(-5, -5);
  transform: scale(-5, -5);
}

.resize {
  margin: 10% auto;
  width: 0;
  height: 0;
}

.modalmask:target .movedown {
  margin: 10% auto;
}

.modalmask:target .rotate {
  transform: rotate(360deg) scale(1, 1);
  -webkit-transform: rotate(360deg) scale(1, 1);
}

.modalmask:target .resize {
  width: 400px;
  height: 200px;
}

.close {
  background: #6d6d6d;
  color: white;
  line-height: 25px;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 1px;
  width: 24px;
  text-decoratiolistado-iten: none;
  font-weight: 700;
  border-radius: 3px;
}

.close:hover {
  background: #FAAC58;
  color: #131313;
}

#avisos p {
  padding: 0 0 0 20px;
}

/* L I S T A D O S   D E   A S O C I A C I O N E S   Y   A U T O N O M O S */
.listado-categorias {
  margin: 1.4em 0;
}

.listado-items {
  margin: 0;
}

.listado-items ul {
  margin: 1.2em;
  color: #131313;
}

.listado-items li {
  list-style: square;
  margin: 2px 0;
  padding: .8em .2em;
}

.listado-items li a {
  cursor: pointer;
}

/* D A T O S   V E N T A N A   M O D A L */
.PrintPageXX {
  cursor: pointer;
  float: right;
  display: none;
}

.box-item-detail {
  border-bottom: 1px dashed steelblue;
  color: #6d6d6d;
}

#element_to_pop_up {
  background-color: white;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 25px 5px #6d6d6d;
  color: #131313;
  display: none;
  min-width: 250px;
  padding: 25px;
  clear: both;
}

#element_to_pop_up h3 {
  color: steelblue;
  margin: 0;
}

#element_to_pop_up a {
  color: #6d6d6d;
}

#element_to_pop_up a:hover {
  background: #424242;
  color: white;
}

#element_to_pop_up img {
  display: block;
  float: none;
}

.button.small {
  border-radius: 15px;
  float: right;
  margin: 22px 5px 0;
  padding: 6px 15px;
}

.button {
  background-color: #2b91af;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}

.button.b-close, .button.bClose {
  border-radius: 7px 7px 7px 7px;
  box-shadow: none;
  font: bold 131% sans-serif;
  padding: 0 6px 2px;
  position: absolute;
  right: -7px;
  top: 1px;
}

.logo-gcivil {
  border-radius: 50%;
}

/* L I S T A D O   D E   B L O G S */
.listado {
  border-collapse: collapse;
}

.listado > tbody > tr:nth-child(2n+1) {
  background-color: #dddddd;
}

.listado td {
  display: table-cell;
  vertical-align: middle;
}

.listado img {
  height: 50px;
}

/* L I S T A D O   D E   F I C H E R O S */
.sectionFiles {
  display: none;
}

.visible {
  display: inline-block;
}

.puntero:hover {
  cursor: pointer;
}

/*
  C A N A L   D E   E D U C A C I O N
*/
.educacionSecciones {
  margin: 1em auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.itemEducacion {
  position: relative;
  height: 50px;
  list-style: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

.itemEducacion img {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
}

.itemEducacion .title {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0 70px 0 0;
  padding: 5px;
  color: steelblue;
  font-family: "Marvel", Helvetica, sans-serif;
  font-style: italic;
  font-size: 1.2em;
  font-weight: 400;
}

#jp-relatedposts {
  display: none !important;
}

/* C A L E N D A R I O   D E    E V E N T O S */
.ai1ec-month-view .ai1ec-allday .ai1ec-event, .ai1ec-month-view .ai1ec-multiday .ai1ec-event, .ai1ec-week-view .ai1ec-allday-events .ai1ec-allday .ai1ec-event, .ai1ec-week-view .ai1ec-allday-events .ai1ec-multiday .ai1ec-event, .ai1ec-oneday-view .ai1ec-allday-events .ai1ec-allday .ai1ec-event, .ai1ec-oneday-view .ai1ec-allday-events .ai1ec-multiday .ai1ec-event {
  background-color: #4caf50;
}

/* P L A N   D E   F O R M A C I O N   J U V E N I L */
.curso-formacion-juvenil {
  margin: 0 0 1em;
  clear: both;
  overflow: auto;
}

.curso-formacion-juvenil .fecha {
  border-bottom: 2px solid #546e7a;
  color: white;
}

.curso-formacion-juvenil .fecha span {
  background: #546e7a;
  padding: 5px;
  font-size: .9em;
}

.curso-formacion-juvenil h4 {
  font-weight: 700;
  color: #546e7a;
}

.curso-formacion-juvenil .info img {
  max-height: 200px;
  max-width: 100px;
  float: left;
  margin: 0 10px 0 0;
}

.curso-formacion-juvenil .link {
  text-align: right;
  margin: 0 10px;
  padding: 0;
}

.curso-formacion-juvenil .link a {
  color: maroon;
}

article.cine {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #546e7a;
  text-align: center;
}

/*
    N A V I D A D
*/
.navidad {
  display: none;
}

/*  P A G I N A   4 0 4  */
.error-container {
  text-align: center;
  font-size: 5em;
  font-weight: 800;
  margin: 0 15px 50px;
}

.error-container > span {
  display: inline-block;
  line-height: 0.7;
  position: relative;
  color: #ffb485;
}

.error-container > span > span {
  display: inline-block;
  position: relative;
}

.error-container > span:nth-of-type(1) {
  perspective: 1000px;
  perspective-origin: 500% 50%;
  color: #F0E395;
}

.error-container > span:nth-of-type(1) > span {
  transform-origin: 50% 100% 0px;
  transform: rotateX(0);
  animation: easyoutelastic 8s infinite;
}

.error-container > span:nth-of-type(3) {
  perspective: none;
  perspective-origin: 50% 50%;
  color: #D15C95;
}

.error-container > span:nth-of-type(3) > span {
  transform-origin: 100% 100% 0px;
  transform: rotate(0deg);
  animation: rotatedrop 8s infinite;
}

@keyframes easyoutelastic {
  0% {
    transform: rotateX(0);
  }

  9% {
    transform: rotateX(210deg);
  }

  13% {
    transform: rotateX(150deg);
  }

  16% {
    transform: rotateX(200deg);
  }

  18% {
    transform: rotateX(170deg);
  }

  20% {
    transform: rotateX(180deg);
  }

  60% {
    transform: rotateX(180deg);
  }

  80% {
    transform: rotateX(0);
  }

  100% {
    transform: rotateX(0);
  }
}
@keyframes rotatedrop {
  0% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(30deg);
  }

  15% {
    transform: rotate(90deg);
  }

  70% {
    transform: rotate(90deg);
  }

  80% {
    transform: rotate(0);
  }

  100% {
    transform: rotateX(0);
  }
}
/*
  O B J E T O S   P E R D I D O S
*/
.icono-objeto-perdido {
  display: inline-block;
  color: steelblue;
  width: 100px;
  border: 2px solid steelblue;
  text-align: center;
  margin: 10px;
  padding: 5px 20px;
}

.icono-objeto-perdido:hover {
  background: #e3f2fd;
}

.wrapper-objetos-perdidos p {
  margin: 15px 0 0;
}

.item-objeto-perdido {
  display: inline-block;
  width: 20%;
  margin: 5px;
  width: 20%;
}

.item-objeto-perdido .ref-item-objeto-perdido {
  font-size: 1.2em;
  font-weight: bold;
  color: #429b42;
}

.item-objeto-perdido img {
  width: 100%;
  background-size: cover;
}

/* PDF   E M B E B I D O S */
div.pdfemb-viewer {
  width: 90% !important;
}

li.share-deprecated {
  display: none !important;
}

/*  
  M E D I A    Q U E R I E S 
*/
@media print {
  header, footer, nav, aside, form, .sidebar, .banners-bottom {
    display: none !important;
  }

  table {
    width: 100%;
  }

  .table-hover thead th {
    background-color: #CCC !important;
    -webkit-print-color-adjust: exact;
    color: 222 !important;
  }
}
@media (min-width: 440px) {
  .article {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    margin: 0 0 10px;
    padding: 10px 5px 0;
    position: relative;
    overflow: hidden;
  }

  .article img {
    max-height: 250px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .article h2 {
    text-align: center;
  }

  .article p {
    float: none;
    width: 100%;
  }

  .article small {
    float: right;
  }
}
@media (min-width: 660px) {
  /* se muestra el menu y ocultamos el botón */
  .menu {
    display: block !important;
  }

  .btn-menu {
    display: none;
  }

  .hay_submenu:after {
    margin: 0 0 0 5px;
  }

  header {
    border: 0px;
  }

  .article p {
    font-size: 1em;
  }

  .nav {
    overflow: hidden;
  }

  .menu_padre {
    float: left;
    text-align: center;
    margin: 0 6px;
  }

  .submenu {
    position: absolute;
    z-index: 1000;
  }

  .submenu li {
    float: none;
    font-size: .9em;
    margin: 0;
  }

  .submenu li a {
    padding: .4em .5%;
  }

  .redes {
    display: block;
    margin: 0;
  }

  .social {
    display: none;
  }

  .posts .red-social {
    float: left;
    width: 33%;
    margin: 20px 0;
  }

  .title {
    font-size: 1.6em;
    line-height: 1em;
    font-weight: 300;
    margin-left: 1.3em;
  }

  .accesos-directos-box {
    width: 12.2%;
  }

  .address {
    float: left;
    width: 50%;
  }

  .enlaces {
    float: right;
    width: 50%;
    text-align: right;
    margin: .9em 0 0;
    padding: 0;
    font-size: 1.2em;
  }

  .actividades .evento {
    float: left;
    width: 33%;
    margin: 0 0 0 1px;
    padding: 0;
  }

  .actividades h3 {
    font-size: 1.3em;
  }

  .noticias li img {
    float: left;
    width: 150px;
    height: auto;
    margin: 0 10px 0 0;
  }

  .noticia_box_main_destacado .noticia_box_img {
    float: left;
    width: 29%;
    margin: 0 1% 0 0;
    padding: 0;
  }

  .noticia_box_main_destacado .noticia_box_contenido {
    float: right;
    width: 70%;
    margin: 0;
    padding: 0;
  }

  .noticia_box_main_destacado h3 {
    font-size: 2em;
  }

  .button2 {
    display: inline-block;
  }

  .button2.btnMasAnuncios {
    margin: 0 0 5px;
  }

  .button2.btnAllNewsIndex {
    margin: 10px 0 0;
  }

  .posts, .listdocs, .mapa_web {
    border-bottom: 0;
  }

  .imagenDOS {
    float: right;
    margin: 0 0 0 10px;
  }

  .img_concejal img {
    max-width: 200px;
  }

  .concejalias .contacto2 {
    float: left;
    width: 49%;
    margin: 10px 0;
  }

  .concejal {
    margin: 1.6em 0;
    padding: 0;
  }

  .nombre_concejal {
    font-size: 1.1em;
    font-weight: 400;
    margin: 0px 0 1.2em;
  }

  .desc_concejal {
    font-size: 1em;
  }

  .box-transparencia {
    overflow: hidden;
  }

  .box-transparencia:hover {
    background: #d9d9d9;
  }

  .box-transparencia img {
    display: none;
    width: 100%;
  }

  .box-transparencia p {
    display: block;
    color: #424242;
    font-size: 0.9em;
  }

  .box-transparencia {
    width: 46%;
    border-top: 1px solid #d9d9d9;
    margin: 1em 9px 0 0;
    float: left;
    padding: 5px;
    height: auto !important;
  }

  .box-transp-title, .box-info-publica {
    padding: 0;
    background: none;
    font-weight: 300;
  }

  .box-transp-title {
    margin: 1em 0 0;
  }

  .box-info-publica {
    margin: 0 1em 1em;
  }

  /* P A G I N A   D E L   A Y U N T A M I E N T O */
  .ayuntamiento h3 {
    padding: 1em 0;
    margin: 0;
    line-height: 1em;
    color: #131313;
  }

  /* S A L U D A   A L C A L D E */
  .saluda {
    background-color: #357ebd;
    overflow: hidden;
    position: relative;
    padding: 2%;
    width: 94%;
    margin: 10px 1%;
  }

  .saluda h3 {
    float: left;
    width: 50%;
  }

  .saluda img {
    float: right;
    width: 48%;
    max-width: 100px;
    height: auto;
  }

  .saluda a {
    color: white;
    font-size: 1.2em;
  }

  .saluda a:hover {
    text-decoration: underline;
  }

  .saluda > div {
    float: left;
    width: 66%;
    margin: 0;
    line-height: 1em;
  }

  .saluda > div > a > img {
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    height: 40px;
    width: 40px;
    float: none;
    margin: 0 5px 0 10px;
  }

  .saluda > div > a > span {
    position: relative;
    top: -15px;
  }

  .page-ayuntamiento {
    overflow: hidden;
    padding: 10px 0;
    width: 96%;
    margin: 10px auto;
    text-align: center;
    border: 1px solid #357ebd;
    border-radius: 5px;
  }

  .page-ayuntamiento h3 {
    padding: 0;
  }

  .page-ayuntamiento img {
    border-radius: 50%;
    margin: 10px 0 0;
    border: 1px solid #357ebd;
    height: 50px;
    width: 50px;
  }

  .ayuntamiento {
    margin: 10px 0 0;
    overflow: hidden;
  }

  .saluda {
    float: left;
    width: 44%;
    padding: 5px 2%;
    margin: 0 1% 0 0;
    border-top: 1px solid #357ebd;
    border-radius: 5px;
  }

  .page-ayuntamiento {
    float: left;
    width: 48%;
    margin: 0 1% 10px 0;
    padding: 0;
  }

  .ayuntamiento h3 {
    padding: 10px 0;
  }

  .level-2 {
    margin: 0 0 0 1.9em;
  }

  footer {
    padding: 1%;
  }

  .datos_contacto {
    border-bottom: 0px;
  }

  .datos_contacto h4 {
    margin: 0 0 10px;
    padding: 0;
    color: #546e7a;
  }

  .datos_contacto p {
    margin: 0;
    padding: 0;
  }

  .datos_contacto img {
    margin: 0 20px 0 0;
    float: left;
  }

  article.cine {
    float: left;
    width: 45%;
  }

  article.cine {
    margin: 10px .4%;
    padding: 10px;
    border: 1px solid #546e7a;
  }
}
@media (min-width: 900px) {
  .title {
    font-size: 1.8em;
    margin: 14px 0px 0px 49px;
  }

  .logo {
    height: 60px;
  }

  .redes, .form-busqueda {
    margin: 14px 5px 0 0;
  }

  .form-busqueda {
    display: inline-block;
  }

  .copyright {
    font-size: 1em;
  }

  .address p {
    font-size: 1.1em;
    line-height: 1.1em;
  }

  .banners, .ciudadanos, .agendas-sidebar, .ultima-hora {
    display: block;
  }

  .menu_padre {
    font-size: 1em;
  }

  .masenlaces {
    display: none;
  }

  .canal-box {
    width: 10.5%;
  }

  .accesos-directos-box {
    width: 12.2%;
  }

  .contenedor_index, .posts, .listdocs, .transparencia, .tramites, .main, .mapa_web, .informacion-publica {
    float: left;
    width: 74%;
    padding: 0;
  }

  .sidebar {
    float: right;
    width: 25%;
  }

  .ciudadanos, .banners {
    float: none;
    width: 99%;
    padding: 0;
    margin: 10px 0 0;
    border-top: 0;
  }

  .box-destacados {
    float: left;
    width: 33.3%;
    margin: 0;
    padding: 0;
    border-bottom: 0px;
    overflow: hidden;
    height: 340px;
  }

  .box-destacados .destacados_title, .box-destacados .destacados_img {
    width: 100%;
    text-align: center;
  }

  .box-destacados h3 {
    font-size: 1em;
  }

  .box-destacados .destacados_img img {
    width: 96%;
    margin: 0 auto;
  }

  .todas_noticias_index {
    overflow: hidden;
    background-color: #546e7a;
    padding: 0;
    margin: 0 0 10px;
  }

  .noticias_index {
    padding: 10px 0;
  }

  .noticias_index, .actividades {
    margin: 1em .2em 0;
    padding: 0;
    clear: both;
  }

  .actividades {
    clear: both;
  }

  .actividades h3 {
    font-size: .8em;
  }

  .noticias_index h2, .actividades h2 {
    font-size: 2em;
  }

  .actividades .evento {
    width: 16.6%;
    margin: 0;
    padding: 0;
  }

  .noticia_box_main {
    float: right;
    width: 51%;
    clear: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #d9d9d9;
    overflow: hidden;
    background-color: #546e7a;
  }

  .noticia_box_main:last-child {
    border-bottom: 0px;
  }

  .noticia_box_main .noticia_box_img {
    float: left;
    width: 40%;
    height: 100%;
  }

  .noticia_box_main .noticia_box_contenido {
    float: left;
    padding: 0 2%;
    width: 56%;
  }

  .noticia_box_main .noticia_box_img img {
    max-height: 100%;
    display: block;
    width: 100%;
  }

  .noticia_box_main_destacado {
    float: left;
    width: 49%;
  }

  .noticia_box_main_destacado .noticia_box_img {
    float: none;
    width: 100%;
  }

  .noticia_box_main_destacado .noticia_box_img img {
    margin: 0 auto;
    width: 100%;
  }

  .noticia_box_main_destacado .noticia_box_contenido {
    float: none;
    width: 98%;
    margin: 10px;
  }

  .noticias_index .noticia_box_main_destacado h3 {
    font-size: 1.3em;
    color: #f2f2f2;
    margin: 5px;
  }

  .button2.btnMasAnuncios {
    font-size: 1.1em;
  }

  .saluda {
    width: 61.6%;
  }

  .page-ayuntamiento {
    width: 32%;
  }

  img.servicios {
    width: 140px;
    height: auto;
    float: left;
    margin: 0 10px 0 0;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    width: 98%;
    margin: 0 auto;
  }

  .title {
    font-size: 2em;
  }

  .noticias_index {
    width: 60%;
    float: left;
    margin: 0 0 20px 0;
  }

  .otras_noticias {
    float: left;
    width: 38%;
    margin-top: 0;
  }

  .contenedor_index, .posts, .listdocs, .transparencia, .tramites, .main, .mapa_web, .informacion-publica {
    float: left;
    width: 79%;
  }

  .sidebar {
    width: 20%;
  }

  .tablon_anuncios {
    float: left;
    width: 78%;
    margin: 0 1% 0 0;
  }

  .tablon_anuncios .the_excerpt > p {
    line-height: 16px;
  }

  .accesos-directos {
    width: 20%;
    padding: 0;
    margin: 0;
  }

  .accesos-directos-box {
    width: 48%;
  }

  .accesos-directos-box img {
    width: 50px;
    height: 50px;
  }

  .accesos-directos h3 {
    padding-top: 0;
    border: 1px solid #d9d9d9;
    background-color: #424242;
    color: #f2f2f2;
  }

  .canal-box p, .accesos-directos-box p {
    font-size: 1em;
  }

  .noticia_box_main h3 {
    font-size: 1.2em;
  }

  .actividades {
    display: block;
    margin: 10px 0;
    overflow: hidden;
    clear: both;
    display: block;
  }

  .actividades h3 {
    font-size: 1.2em;
  }

  .actividades .evento p {
    font-size: 0.9em;
  }

  .actividades .actividades_main_texto {
    height: 90px;
  }

  .actividades .evento {
    width: 16.6%;
    margin: 0;
    padding: 0;
  }

  .box-destacados {
    width: 16.666666666666%;
    height: 320px;
    margin: 0;
    padding: 0;
  }

  .box-destacados .destacados_img img {
    max-width: 250px;
    max-height: 250px;
    margin: 0 auto;
  }

  .box-transparencia {
    width: 30%;
  }

  .saluda {
    width: 28.2%;
    height: 354px;
    text-align: center;
  }

  .saluda h3 {
    float: none;
    width: 100%;
    margin: 1em 0;
  }

  .saluda img {
    float: none;
    max-width: 175px;
    width: 100%;
    border-radius: 5px;
  }

  article.cine {
    float: left;
    width: 30%;
  }
}
@media (min-width: 1350px) {
  .actividades .evento {
    width: 16.6%;
    margin: 0;
    padding: 0;
  }

  .actividades h3 {
    font-size: 1.4em;
  }

  .box-destacados {
    height: 320px;
  }

  .canal-box p {
    font-size: 1.4em;
  }

  .contenedor_index, .posts, .listdocs, .transparencia, .tramites, .main, .mapa_web, .informacion-publica {
    width: 84%;
  }

  .sidebar {
    width: 15%;
  }

  article.cine {
    float: left;
    width: 22%;
  }

  article.cine img {
    max-width: 90%;
    margin: 0 auto;
  }
}
