/* PC */

/* General */
.custom_button { display: table; }
.two {width: 48%;}
.two:first-child {margin-right: 4%; }

/* Header / Nav */
.nav.navbar-nav > li > a {border-right: 1px solid #e5e6e6; }
.nav.navbar-nav > li:first-child > a {border-bottom-left-radius: 15px; border-top-left-radius: 15px; }
.nav.navbar-nav > li:last-child > a {border-left:none; border-bottom-right-radius: 15px; border-top-right-radius: 15px; }

@media (min-width: 768px ) and (max-width: 1023px ){
	.navbar-brand {display: block !important; margin: 0 auto !important; width: 100%; }
	.navbar-header {display: table; width: 100%; text-align: center; }
	.nav.navbar-nav {left: 50%; margin: 0 auto 0 -357px; position: relative; text-align: center; }
}

/* Accesos directos - home */
.direct_access { width: calc(90% / 5); margin: 15px 0.8%; }


/* Destacados */

.important_news { width: 45%; margin-left: 27%; }
.important_img {margin-left: 18%;border: #007cff4a 1px solid;}

/* Links - home */
#home-link .attachment-post-thumbnail.wp-post-image { margin: 10px 3px; height: auto; width: calc(100% / 6 - 9px); }

/* Noticias - home */
.block-home-news { width: 48%; }
.block-home-news:nth-child(3), .block-home-news:nth-child(4) {background-color: #FFF; }
.block-home-news:nth-child(2), .block-home-news:nth-child(5) {background-color: #FFF; }

/* Secciones - Home */
.table_home tr:first-child td:first-child {box-shadow: 0 0 1px 1px #fff inset, 0 5px 1px 0 #1768ed inset; }
.table_home tr:first-child td:nth-child(2) {box-shadow: 0 0 1px 1px #fff inset, 0 5px 1px 0 #17c0da inset; }
.table_home tr:first-child td:nth-child(3) {box-shadow: 0 0 1px 1px #fff inset, 0 5px 1px 0 #599136 inset; }
.table_home tr:first-child td:nth-child(4) {box-shadow: 0 0 1px 1px #fff inset, 0 5px 1px 0 #eb9131 inset; }
.table_home td {width: 25%; padding: 0 0 30px;}
.big_block > ul {display: block !important; height: auto !important; overflow: auto; padding-left: 20px; }
.big_block > .sede_electronica {background-color: #eb9131; color: #fff!important; display: block; padding: 10px; width: 100%; }
.big_block > .sede_electronica > * {display: block; text-align: center; }
.big_block > .sede_electronica > span {font-size: 16px; }
.big_block > .sede_electronica > strong {font-size: 24px; font-style: italic; }
.big_block > #sede_electronica {background-color: #eb9131; color: #fff; display: block; padding: 10px; width: 100%; }
.big_block > #sede_electronica > * {display: block; text-align: center; }
.big_block > #sede_electronica > span {font-size: 16px; }
.big_block > #sede_electronica > strong {font-size: 24px; font-style: italic; }
.small_block {border-color: transparent #c9c9c9 #c9c9c9; border-style: none solid solid; border-width: medium 1px 1px; position: relative; width: 35%; }
.more_see {display: list-item; list-style: square outside none; margin-left: 28px; }

/* Template - Seccion (incialmente Home) */
.inner { background-image: url("assets/img/background-inner.jpg"); background-position: left 225px; background-repeat: no-repeat; }
@media (min-width: 768px) and (max-width: 991px){ .inner{ background-size: 180px auto; } }
@media (min-width: 992px) and (max-width: 1199px){ .inner{ background-size: 236px auto; } }
@media (min-width: 1200px){ .inner{ background-size: 236px auto; } } /* 285px */


/* Botonera */
.inner > nav { margin: 15px 0 15px 2%; width: 23%; }

/* Contenido */
.inner > article {padding: 15px 30px; }

/* Botonera de contenido */
@media (min-width: 768px ) and (max-width: 1023px ){ 
	.inner > nav h1, .inner > nav h2 {font-size: 16px; line-height: 18px; padding: 15px 10px; }
	.inner > nav a { font-size:12px; }
}


.inner > nav > ul > li > a:before {content: "\25BA"; font-size: 10px; position: relative; top: -2px; }
/* #areas_delegaciones.inner > nav > ul > li:hover > a:before, */ 
#areas_delegaciones.inner > nav > ul > li.active > a:before{content: "\25BC";}

@media (min-width: 768px) and (max-width: 991px){ .inner > nav a{ padding:7px 15px 7px 10px; } .inner > nav li li a{ padding: 2px 15px 2px 21px; } }
@media (min-width: 992px) and (max-width: 1199px){ .inner > nav a{ padding:7px 15px 7px 10px; } .inner > nav li li a{ padding: 2px 15px 2px 21px; } }
@media (min-width: 1200px){ .inner > nav a{ padding:7px 15px 7px 10px; } /* 7px 15px 7px 30px */ .inner > nav li li a{ padding: 6px 15px 2px 21px; } /* 2px 15px 2px 60px */ }

/* Equipo de gobierno */
.block-person .home-category-thumbnail { margin: 0 2% 2% 0; }
.block-person .home-category-content { float: left; position: relative;}
.block-person span.phone { margin-right: 30px; }

/* Single Politico */
#single_politico .block-person table { min-width: 100%; margin-top: 20px; }
#single_politico .block-person a.email,
#single_politico .block-person span.phone { float: none; }
#single_politico .block-person .social_block { margin-top: 0; top:-13px; }
@media (min-width: 768px ) and (max-width: 1023px ){ 
#single_politico .block-person table tbody tr td { padding: 10px; }
#single_politico .block-person span.phone { font-size: 14px; }
}

/* Single Partidos Politicos */
#single_politico.partidos .block-person .social_block {float: right; }
#single_politico.partidos .block-person table tbody tr td { border-top: 1px solid #e6e6e6; height: 10px !important; padding: 5px 15px; }
#single_politico.partidos .block-person table tbody tr td address { margin-bottom: 0; }
#single_politico.partidos .block-person table { margin-top: 0; }

/* Single category area/delegaciones */
#areas_delegaciones header table.table_up tbody tr td {height: 65px !important; }
#areas_delegaciones header table.table_up { margin-left: 25px; width: calc(75% - 25px); margin-bottom:10px; }
#areas_delegaciones header table.table_up tbody tr:last-child td:last-child {font-size: 16px; font-weight: bold; }
#areas_delegaciones header table.table_up tbody tr td {background-color: #ededed; border: 1px solid #d1d1d1; }
#areas_delegaciones header table.table_down tbody tr td {font-size: 13px; padding: 10px; }
#areas_delegaciones header table.table_down tbody tr td:last-child {font-size: 16px; width: 96px; }

@media (min-width: 768px) and (max-width: 991px){ #areas_delegaciones footer div .direct_access { margin: 10px 0.8%; width: calc(95% / 2); } }
@media (min-width: 992px) and (max-width: 1199px){ #areas_delegaciones footer div .direct_access { margin: 10px 0.8%; width: calc(95% / 3); } }
@media (min-width: 1200px){ #areas_delegaciones footer div .direct_access { margin: 10px 0.8%; width: calc(95% / 3); } }


/* Single category area/delegaciones (departamentos) */
@media (min-width: 768px) and (max-width: 991px){
#areas_delegaciones aside.departamento .row-1 .attachment-post-thumbnail.wp-post-image {display: block; float: none; margin: 0 auto 10px; position: relative; width: 100px; }
}

/* Single category area/delegaciones ( Patrimonio Cultural ) */
#areas_delegaciones .deposit_monuments > article { margin-bottom: 5px; }
#areas_delegaciones .deposit_monuments div.cell-1 {width: 20%; }
#areas_delegaciones .deposit_monuments div.cell-2 {width: 45%; border-left: 1px solid #dcdcdc; }
#areas_delegaciones .deposit_monuments div.cell-3 {width: 20%; border-left: 1px solid #dcdcdc; }
#areas_delegaciones .deposit_monuments div.cell-4 {width: 15%; border-left: 1px solid #dcdcdc; }
#areas_delegaciones .deposit_monuments div[class*="cell"] > a {display: table-cell; }


#areas_delegaciones .environment_activity .more_info { top: 0; position: absolute; right: 0; }
#areas_delegaciones .environment_activity .attachment-post-thumbnail.wp-post-image {max-width: 160px; }

#areas_delegaciones .sports_facilities .wp-post-image {max-width: 160px; height: auto; }
