/*
Theme Name: Albacete Cuenta 2017
Theme URI: www.albacetecuenta.com
Description: ABCuenta Responsive Theme
Version: 1.0
Author: @jagustincharco
Author URL: http://larevolucionindustrial.es/
*/

/*Estilos generales alineaciones para el articulo*/
.center {text-align: center;}
img.center, img[align="center"] {display: block;margin-left: auto;margin-right: auto;}
.alignleft {float: left;}
img.alignleft, img[align="left"] {float:left;margin: 2px 10px 5px 0px;}
.alignright {float: right;}
img.alignright, img[align="right"] {float:right;margin: 2px 0px 5px 10px;}
.clear {clear:both;}
hr.clear {clear:both; margin-bottom: 20px; border-bottom: 1px solid #666;}

#articles_list article p, #articles_single article p {
	margin-bottom:15px;
}

/*-----Estilos Generales-----*/
* {
	margin:0px;
	padding:0px;
}

body {
	background:#fff;
	font-size:12pt;
	font-family:"open sans", Arial, Helvetica, sans-serif;
}

header, #main {
	width:100%;
	max-width:1000px;
	margin:0px auto;
}

footer {
	width:100%;
	margin:0px auto;
	background-color: #eee;
}

a {
	color:#196F9A;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/*-----Header-----*/
header {
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
}

header #logo {
	width:100%;
	margin: 10px auto;
}

header #logo-single {
	width:100%;
	margin: 10px auto;
}

header #logo span {
	font-family:'Raleway', helvetica, arial, sans-serif;
	font-size:1rem;
	font-weight:300;
	text-align:center;
	color:#666;
	width: 100%;
	display: block;
	margin-top:10px;
}

header #logo img {
	display:block;
	position:relative;
	margin: 0 auto;
}

header #logo-single img {
	display:block;
	position:relative;
	float:left;
}

header #antecabecera {
	width:100%;
	float:right;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

header .fecha_portada {
	float:left;
	font-family:'Raleway', helvetica, arial;
	font-weight:300;
	font-size:0.9rem;
	color:#666;
}

header .fecha_portada .minuscula {
	display: inline-block;
	text-transform: lowercase;
}

header .sociales {
	float:right;
}

header .buscador-single {
	margin-top:8px;
	float:right;
	margin-bottom: 20px;
}

header .seccion_activa {
	width:100%;
	clear:both;
	text-align:center;
	padding:10px 0px 10px 0px;
	margin:10px auto;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background-color:#eee;
}

header .seccion_activa a {
	font-family:'Raleway', helvetica, arial;
	font-weight:900;
	font-size:1.4rem;
	color:#333;
	text-transform:uppercase;
}

header nav {
	width:100%;
	float:left;
	padding:12px 0px 5px 0px;
	margin-top:10px;
	margin-bottom:30px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

header nav .buscador {
	float:right;
	margin-top: -3px;
	margin-bottom: 2px;
}

header nav ul {
	float:left;
}

header nav ul li {
	list-style:none;
	display:inline-block;
	margin-right:20px;
	margin-bottom:10px;
}

header nav ul li a {
	font-family:'Raleway', helvetica, arial;
	font-weight:500;
	font-size:1.0rem;
	color:#666;
	text-transform:uppercase;
}

header nav ul li a:hover {
	color:#000;
	text-decoration:none;
}

header nav ul li.current-cat a,
header nav ul li.current-post-ancestor a,
header nav ul li.current-menu-item a { 
	text-decoration: none;
	color: #d40000;	
	font-weight:bold;
}

/*  MAIN  */

#main {
	overflow:hidden;
}

#main #izquierda {
	clear:both;
	width:60%;
	float:left;
}

#main #izquierda article {
	margin-bottom:30px;
	margin-right:4%;
	padding-bottom:30px;
	border-bottom:1px solid #999;
	overflow:hidden;
}

#main #destacado {
	clear:both;
	width:100%;
}

#main #destacado article {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #999;
	overflow:hidden;
}

#main #derecha {
	width:40%;
	float:left;
}

#main #derecha article {
	margin-bottom:30px;
	margin-left:4%;
	padding-bottom:30px;
	border-bottom:1px solid #999;
	overflow:hidden;
}

#main #derecha article img, #main #izquierda article img, #main #destacado article img {
	width:100%!important;
	height: auto!important;
}

#main #izquierda article .autor, #main #derecha article .autor, #main #destacado article .autor {
	clear:both;
	color:#196f9a;
	font-weight:500;
	font-family:'Raleway', helvetica, arial;
	text-transform:uppercase;
	margin-bottom: 15px;
	font-size: 0.8em;
}

#main #izquierda article .comentarios, #main #derecha article .comentarios, #main #destacado article .comentarios {
background:  url(img/post-comment.png) no-repeat top right;
display: inline-block;
	float:right;
	font-size: 1.2em;
	width:22px;
	height:24px;
	text-align:center;
}

#main #izquierda article .comentarios a, #main #derecha article .comentarios a, #main #destacado article .comentarios a {
	color:#fff;
	font-weight: normal;
}

#main #izquierda article .comentarios a:hover, #main #derecha article .comentarios a:hover, #main #destacado article .comentarios a:hover {
	color:#eee;
	text-decoration:none;
}

#main #articles_single article .fecha .comentarios_single {
background:  url(img/post-comment.png) no-repeat 0 2px;
display: inline-block;
	font-size: 1.2em;
	width:22px;
	height:24px;
	text-align:center;
	margin-left: 15px;
}

#main #articles_single article .fecha .comentarios_single a {
	color:#fff;
	font-weight: normal;
}

#main #articles_single article .fecha .comentarios_single a:hover {
	color:#eee;
	text-decoration:none;
}

#main #izquierda article .extracto, #main #derecha article .extracto, #main #destacado article .extracto {
	clear:both;
	font-family:'Lora', helvetica, arial;
	font-size: 1.1rem;
	margin-bottom: 10px;
	color:#666;
	line-height:140%;
}

#main #articles_list, #main #articles_single {
	clear:both;
	width:65%;
	float:left;
}

#main #articles_titular {
	clear:both;
	width:100%;
	float:left;
	margin-bottom: 20px;
}

#main #articles_titular article .sociales_single, #main #articles_list article .sociales_single, #main #articles_single article .sociales_single {
	padding:10px 0;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#main #articles_titular article .entradilla_interior {
	font-family:"Lora", "open-sans", helvetica, arial, sans-serif;
	font-size:1.0rem;
	font-weight:300;
	margin-bottom:20px;
}

#main #articles_titular article .entradilla_interior ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:20px;
	color:#555;
	text-align: center;
	list-style-position:inside;
}

#main #articles_titular article .imagen_destacada {
	margin:10px auto;
	display: table;
}

#main #articles_list article .pie_foto, #main #articles_titular article .pie_foto, #main #articles_single article .pie_foto {
	font-family:"Raleway", "open-sans", helvetica, arial, sans-serif;
	font-size:0.9rem;
	font-weight:300;
	color: #666;
	padding:5px 0;
	text-align:right;
}

#main #articles_list article{
	margin-bottom:40px;
	margin-right:8%;
	padding-bottom:40px;
	border-bottom:1px solid #666;
	overflow:hidden;
}

#main #articles_single article{
	margin-bottom:40px;
	margin-right:8%;
	overflow:hidden;
}

#main #articles_list article img, #main #articles_single article img, #main #izquierda article img, #main #derecha article img, #main #destacado article img {
	width:100%;
	height:auto;
	margin-bottom:15px;
}

#main #izquierda article h1, #main #articles_titular article h1, #main #articles_single article h1 #main #derecha article h1, #main #destacado article h1 {
	font-family:"Raleway", "open-sans", helvetica, arial, sans-serif;
	font-weight:600;		
	color:#333;
}

#main #articles_titular article h1, #main #articles_titular article h3 {
	text-align: center;
}

#main #articles_list article .normal h1, #main #izquierda article .normal h1, #main #derecha article .normal h1, #main #destacado .normal article h1, #main #articles_list article .campo h1, #main #izquierda article .campo h1, #main #derecha article .campo h1, #main #destacado .campo article h1 {
	letter-spacing: -1px;
}

#main #articles_list article .opinion h1, #main #izquierda article .opinion h1, #main #derecha article .opinion h1, #main #destacado .opinion article h1 {
	font-style:italic;
	letter-spacing: -1px;
}

#main #destacado article h1 {
	text-align:center!important;
}

#main #izquierda article h1 a, #main #derecha article h1 a, #main #destacado article h1 a, #main #articles_single article h1 a {
	color:#333!important;
}

#main #izquierda article h1 a:hover, #main #derecha article h1 a:hover, #main #destacado article h1 a:hover {
	color:#666;
	text-decoration:none;
}

#main #articles_list article h2, #main #articles_single article h2 {
	font-family:"Raleway", "open-sans", helvetica, arial, sans-serif;
	font-size:1.5rem;
	font-weight:300;
}

#main #articles_list article h2 a, #main #articles_single article h2 a {
	color:#000;
}

#main #articles_list article h2 a:hover, #main #articles_single article h2 a:hover {
	text-decoration:none;
	color:#bf2222;
}

#main #articles_list article h3, #main #articles_single article h3, #main #articles_titular article h3, #main #izquierda article h3, #main #derecha article h3, #main #destacado article h3 {
	font-family:"Raleway", "open-sans", helvetica, arial, sans-serif;
	font-size:0.8rem;
	font-weight:400;
	text-transform:uppercase;
	color:#666;
}

#main #destacado article h3 {
	text-align:center;
}

#main #izquierda article h3 a, #main #derecha article h3 a, #destacado article h3 a {
	color:#666;
	margin-right:5px;
	font-weight:600;
}

#main #articles_single article .fecha {
	font-family:"Raleway", "open-sans", helvetica, arial, sans-serif;
	font-size:0.9rem;
	font-weight:400;
	margin-bottom:15px;
	color: #999;
	padding:5px 0;
}

#main #articles_single article .fecha .fecha_margin {
	margin-left:15px;
	display: inline-block;
}

#main #articles_single article .fecha a {
	font-weight:600;
	text-transform:uppercase;
}

#main #articles_single article .entry {
	font-family:"Lora", "open-sans", helvetica, arial, sans-serif;
	font-size:1.1rem;
	font-weight:400;
	margin-bottom:20px;
	color: #333;
	padding:15px 0;
	line-height: 150%;
}

#main #articles_single article .entry a {
	color:#196F9A;
	font-weight:600;
}

#main #articles_single article .entry ul {
	list-style:square;
	margin:0 0 10px 10px;
	padding-left: 10px!important;
}

#main #articles_single article .entry ul>li {
	margin:0 0 10px 10px;
	padding-left: 10px!important;
}

#main #articles_single article .entry ol {
   list-style-type: decimal!important;
  	margin:0 0 10px 10px;
	padding-left: 10px!important;
}

#main #articles_single article .entry ol>li {
   margin:0 0 10px 10px;
	padding-left: 10px!important;
}


#main #articles_single article .archivado {
	font-family:"Raleway", "open-sans", helvetica, arial, sans-serif;
	font-size:0.8rem;
	font-weight:400;
	margin-bottom:10px;
	margin-top:10px;
	color: #333;
	padding:5px 0;
	text-transform:uppercase;
	float:left;
}

/*Aside*/
#main aside {
	width:35%;
	float:left;
}

#main .widget {
	width:100%;
}

.widget {
	margin-bottom:50px;
	display:block;
	float:left;
}

.widget h3 {
	font-size:0.8rem;
	text-transform:uppercase;
	font-family:"Raleway", "open-sans", arial, helvetica;
	font-weight:700;
	color:#333;
	margin-bottom:10px;
	border-bottom: 1px dotted #ddd;
	text-align:center;
	margin-bottom: 20px;
	padding: 10px 0;
}

.widget ul li {
	list-style:none;
	margin-bottom:15px;
	padding-left: 15px;
	border-left: 1px solid #ddd;
}

.widget ul li a {
	font-family:"open-sans", helvetica, arial, sans-serif;
	font-size:.9rem;
	color:#777777;
}

.widget ul li a:hover {
	color:#bf2222;
	text-decoration:none;
}

/*Footer*/

footer .ft_widgets {
	max-width: 1000px;
	margin:0 auto;
	padding-top:20px;
	background-color: #eee;
}

footer .widget {
	width:31%;
	margin:1.166666666%;
}

footer #copyright {
	padding:20px;
	clear:both;
	text-align:center;
	color:#fff;
	font-family:"Raleway", "open-sans", helvetica, arial;
	font-size:.9rem;
	border-top:5px solid #999;
	margin:0 auto;
	background-color: #666;
}

footer #copyright a {
	color: #eee;
	border-bottom: 1px dotted #eee;
}

footer #copyright a:hover {
	color: #d40000;
	text-decoration: none;
}

footer #copyright p {
	margin-bottom:15px;
}

footer #copyright .sociales_footer {
	padding-bottom:35px;
	padding-top: 20px;
}

footer #copyright .sociales_footer ul li {
	display: inline;
	list-style:none;
	margin-bottom:15px;
	padding: 5px;
}

/*Blog*/
#main #articles_single .cat_name {
	font-family:"Raleway", "open-sans", arial, sans-serif;
	font-size:2rem;
	color:#666;
	font-weight:500;
	margin-bottom:30px;
	text-align: center;
	padding: 5px 10px;
}

/*Comentarios *importante borrrar */

#comentarios {
	clear: both;
	width: 100%;
	margin: 20px auto;
	max-width: 1000px;
}

#comentarios > h1 {
	font-size:1.7rem;
	font-family:"Raleway", "open-sans", helvetica, arial;
	font-weight:600;
	margin-bottom:20px;
	color:#666;
	padding-bottom: 10px;
	border-bottom: 3px solid #666;
}

#comentarios .caja_comentarios {
	background:#fff;
}

/* BUSCADOR PORTADA */

input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}


input[type=search] {
	background: #fff url("img/search-icon.png") no-repeat 9px center;
	border:none;
	padding: 5px 10px 5px 32px;
	width: 55px;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 130px;
	background-color:#ccc;
	
	-webkit-box-shadow: 0 0 5px rgba(217,217,217,.5);
	-moz-box-shadow: 0 0 5px rgba(217,217,217,.5);
	box-shadow: 0 0 5px rgba(217,217,217,.5);
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

/* Demo 2 */
#demo-2 input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#demo-2 input[type=search]:hover {
	background-color: #fff;
}
#demo-2 input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #eee;
	cursor: auto;
}
#demo-2 input:-moz-placeholder {
	color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
}

/* MENU SECCIONES CON CLIC */

.click-nav {
	width:140px;
	text-align:right;
	float:right;
	margin-left: 15px;
	margin-top:8px;
	position: relative;
	z-index: 10;
	overflow: visible;
	font-family:'Raleway', helvetica, arial, sans-serif;
	font-size:0.9rem;
	font-weight:300;
	text-transform:uppercase;
}
.click-nav ul {
	font-weight:900;
	font-size:1em;
}
.click-nav ul li {
	position:relative;
	list-style:none;
	cursor:pointer;
	border:1px solid #ccc;
}
.click-nav ul li ul {
	position:absolute;
	left:0;
	right:0;
}
.click-nav ul .clicker {
	background:#eee;
	color:#666;
}
.click-nav ul .clicker:hover,
.click-nav ul .active, .click-nav ul li.current-cat a,
.click-nav ul li.current-post-ancestor a,
.click-nav ul li.current-menu-item a {
	background:#196F9A;
	color:#fff;
}

.click-nav img {
	position:absolute;
	top:6px;
	left:6px;
}
.click-nav ul li a {
	transition:background-color 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
	display:block;
	padding:5px 5px 5px 40px;
	background:#FFF;
	color:#333;
	text-decoration:none;
}
.click-nav ul li a:hover {
	background:#196F9A;
	color:#fff;
}
/* Fallbacks */
.click-nav .no-js ul {
	display:none;
}
.click-nav .no-js:hover ul {
	display:block;
}

/* TAMAÑO FUENTE */

.font_0 { font-size: 1.0em; }
.font_1 { font-size: 1.1em; }
.font_2 { font-size: 1.2em; }
.font_3 { font-size: 1.3em; }
.font_4 { font-size: 1.4em; }
.font_5 { font-size: 1.5em; }
.font_6 { font-size: 1.6em; }
.font_7 { font-size: 1.7em; }
.font_8 { font-size: 1.8em; }
.font_9 { font-size: 1.9em; }
.font_10 { font-size: 2em; }
.font_11 { font-size: 2.1em; }
.font_12 { font-size: 2.2em; }
.font_13 { font-size: 2.3em; }
.font_14 { font-size: 2.4em; }
.font_15 { font-size: 2.5em; }
.font_16 { font-size: 2.6em; }
.font_17 { font-size: 2.7em; }
.font_titular { font-size: 2.7em; }
.font_titular_opinion { font-size: 2.7em; font-style:italic; }

/* ESTILOS PORTADA */

.normal {
}

.normal p, .opinion p, .campo p { margin:0; }

.opinion {
	padding:15px;
	margin-bottom:10px;
	background-color:#eee;
}

.campo {
	border-left:5px solid #69BC68;
	padding:0 0 0 15px;
	margin-bottom:10px;
	background-color:#ffffff;
}

/* PAGINACION */

.pagination{
	margin-bottom: 35px; 
	}

/* ENLACES RELACIONADOS PORTADA */

.enlaces{
	font-family:'Raleway', helvetica, arial, sans-serif;
	font-size:1.0em;
	padding-left:10px;
	}
	
.enlaces{
	margin-top: 20px;
}

.enlaces li {
	list-style-image: url("img/enlace.png");
	list-style-type: square;
	margin: 10px 0 0 15px;
	color:#666;
	padding-left: 10px;
	}
.enlaces li a {
	text-decoration:none;
	color: #333;
	font-weight: bold;
	}
.enlaces li a:hover {
	text-decoration:none;
	border-bottom: 1px dotted #333;
	}
	
/* LO MAS VISTO */

ol.mas_visto {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
    margin: 0;
    margin-left: 3em;
    padding: 0;
    counter-reset: li-counter;
}

ol.mas_visto > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
    border-left: 2px solid #ccc;
}

ol.mas_visto > li a {
    color: #333;
}

ol.mas_visto > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #ddd;
    content: counter(li-counter);
    counter-increment: li-counter;
}

ol.mas_visto li span.wpp-stats { display:block; }

/* LO MAS LEIDO */

ul.mas_leido {
    list-style-type: none;
    margin: 0;
    margin-left: 1em;
    padding: 0;
}

ul.mas_leido > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    border-left: 2px solid #ccc;
}

ul.mas_leido > li a {
    color: #333;
}

/* PIE DE FOTO GENERAL */

.wp-caption {
    background: #fff;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 1px;
    margin-bottom: 15px;
}

.wp-caption p.wp-caption-text {
	font-family:"Raleway", "open-sans", helvetica, arial, sans-serif;
	font-size:0.9rem;
	font-weight:300;
	color: #666;
	padding-bottom: 10px;
   text-align: center;
   border-bottom: 1px dotted #ddd;
   margin-top: -10px;
}

/* CONTACT FORM 7 */

.wpcf7-form { 
	background:#eee; 
	padding:20px; 
	margin-bottom:30px; 
}
 
.wpcf7-form input { 
	background:#fff; 
	padding:5px 7px; 
	border:1px solid #ccc; 
	margin-bottom:8px;
}
 
.wpcf7-form textarea { 
	background:#fff; 
	padding:5px 0px 5px 7px; 
	border:1px solid #ccc; 
}
 
.wpcf7-form p { 
	color:#333; 
	margin-top:10px; 
}
 
.wpcf7-form .wpcf7-submit { 
	background:#333; 
	cursor:pointer; 
	padding-left:15px; 
	padding-right:15px; 
	color:#fff; 
}