/*
Theme Name: asodeguesegundaetapaversion4.7.3
Theme URI: http://wordpress.org/themes/asodegue
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: asodeguesegundaetapa

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
 
 
 
@font-face {
	font-family: asodegueBold;
	src: url('fuentes/Gotham Bold.ttf');
}

@font-face {
	font-family: asodegueBold;
	src: url('fuentes/Gotham Bold.ttf');
}

@font-face {
	font-family: asodegueBlack;
	src: url('fuentes/Gotham Black.ttf');
}

@font-face {
	font-family: asodegueBook;
	src: url('fuentes/Gotham Book.ttf');
}


@font-face {
	font-family: asodegueBlackIE;
	src: url('fuentes/Lato-Black.ttf');
}

@font-face {
	font-family: asodegueBoldIE;
	src: url('fuentes/Lato-Bold.ttf');
}

/*@font-face {
	font-family: asodegueBookIE;
	src: url('fuentes/Lato-Regular.ttf');
}*/

@font-face {
	font-family: flexifarmaLightIE;
	src: url('fuentes/Lato-Light.ttf');
}

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

#branding {display:none}

html{
	margin:0px !important;
	padding:0px !important;
	background-color:#f0eeef;
	background-image: url('images/html/trama-fondo.png');
}


body{
	width:980px;
	margin:auto;
	margin-top:0px !important;
	padding-top:0px !important;
	border-left: solid 15px #982d1b;
	border-right: solid 15px #b6ae6f;
	background-color:#fff;
}

#logoheader{
	padding-top:34px;
	padding-bottom:28px;
	padding-left:34px;
	

}



#menuheader{
	float:left;
	width:640px;
}

#menuheader ul{
	background-color:#000;
	height:35px;
	width:640px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}


#menuheader li{
	float:left;
	list-style:none;
	margin-left:17px;
	padding-top:10px;
	
   
	
}


#menuheader li a:hover{

	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-bottom-color: #fcc520;
	 padding-bottom: 5px;


}

#menuheader li:first-child{
	float:left;
	list-style:none;
	margin-left:34px;
}


#menuheader li a{
	float:left;
	text-decoration:none;
	color:#fff;
	font-family: asodegueBook,asodegueBookIE;
	font-size:14px;
}


#busqueda{
	width:340px;
	height:35px;
	float:left;
	background-color:#6d6d63;
	
}


#filtrosbusca select{
	border:none;

	font-family: asodegueBook,asodegueBookIE;

	

}


#search-container{
	float:left;
	width:340px;
}

#search-box{
	height:40px;
}

.screen-reader-text{
	display:none;
	visibility:hidden;
}

#textbusqueda{
	width: 340px;
	height: 35px;
	border-bottom:solid 1px #6d6d63;
}

#textbusqueda label{
	width:265px;
}

#textbusqueda input{
 border:0px;
}

.search-field{
	width:259px;
	text-align:center;
	background-color:#fff;
	color:#6d6d63;
	height: 33px;
	border:0px !important;
	font-family: asodegueBook,asodegueBookIE;
	font-size: 12px;
	
	
}

.search-submit{
	border:none;
	background: #80a61d;
	font-family: asodegueBold,asodegueBookIE;
	color:#fff;
	text-transform:uppercase;
	height:37px;
	font-size:13px;
	margin:0px;
	cursor:pointer;
	width:75px;
	float:right;
	padding-top:3px;

}


.search-submit:hover{

	background: #709219;

}

#filtrosbusca{
	float:left;
	height:35px;

}


#filtrosbusca select{
	cursor:pointer;
	font-family: asodegueBook,asodegueBookIE;
	/*background: url('images/header/pasapaginas-rojo-dcha.jpg') no-repeat 80px 3px #fff !important;*/
	appearance: none;
	
	

}
#filtrosbusca form{
	padding-left:10px;
	padding-top:7px;

}


#buscatema{
	width:121px;
	background: url('images/header/botonselect2.png') no-repeat 84px 0px #fff !important;
}

#divbuscatema{
	width:101px;
	overflow:hidden;
	float:left;
	margin-right:10px;
	
}

#buscames{
	width:92px;
	background: url('images/header/botonselect2.png') no-repeat 55px 0px #fff !important;
	
	
}

#divbuscames{
	width:72px;
	overflow:hidden;
	float:left;
	margin-right:10px;

}

#buscaanio{
	margin-left:0px;
	width:75px;
	background: url('images/header/botonselect2.png') no-repeat 38px 0px #fff !important;
}

#divbuscaanio{
	width:55px;
	overflow:hidden;
	float:left;
	margin-right:15px;

}


#filtroboton{
	border:none;
	background:#404038;
	color:#fff;
	font-family: asodegueBook,asodegueBookIE;
	cursor:pointer;
	height:19px;
	min-width:56px;

}

#filtroboton:hover{

	background:#35352e;

}

#fitroscliente h1{
	font-family: asodegueBook,asodegueBookIE !important;
	font-size: 14px;
}

#buscanodatos h1{

	font-family: asodegueBold,asodegueBookIE !important;
	font-size: 20px;
}


#buscanodatos h2{

	font-family: asodegueBold,asodegueBookIE !important;
	font-size: 20px;
}


.main-content{
	border-right: 1px solid #6c6e61;
    padding-left: 34px;
    width: 605px;
	float:left;
	min-height: 1000px;
	
}

#columnaizq{

	float:left;
	width:340px;
	margin-top: 36px;
}
 
#main-content  h1{

	font-family: asodegueBold, sodegueBookIE;
}

#main-content .page-content{
	font-family: asodegueBold, sodegueBookIE;
}


#main-content article{
	padding-top:5px;
	width:572px;
	border-top:solid 1px #c2c2c2;
	padding-bottom:25px;

}

#main-content article:first-child{
	padding-top:5px;
	width:572px;
	border-top:solid 0px #c2c2c2 !important;
	padding-bottom:25px;

}

.titleini{
	line-height:20px;
	margin-bottom:3px;
}

.titleini a{
	font-family: asodegueBold, sodegueBookIE;
	text-decoration:none;
	color:#000;
	font-size:16px;
	
}

.titleini a:hover{
	color:#992e1a;
	
}

#postinitext{
	font-family: asodegueBook,asodegueBookIE !important;; 
	overflow:hidden;
}

#postinitext a{
	
}

#postinitext strong{
	font-family: asodegueBold, sodegueBookIE !important;
	overflow:hidden !important;
	
}

#postinitext b{
	font-family: asodegueBold, sodegueBookIE !important;
	overflow:hidden !important;
	
}

#postinitext span{
	font-family: asodegueBook, sodegueBookIE;
	overflow:hidden !important;
	
	font-size:13px !important;
	text-align:left;
}


#postinitext p{
	margin-top:0px;
	padding-top:0px;
	font-size:13px !important;
	margin-bottom:0px;
	padding-bottom:0px;
	text-align:left;
}

#postinitimg {
 width:100%;
 height:180px;

}

#postinitimg img{
	
	width:280px;
	height:180px;
	float: right;
	 padding-left: 15px;

}

.read-more{
	text-decoration:none;
	color:#982d1b;
	font-family: asodegueBook,asodegueBookIE;
}

.entry-meta{
	margin-bottom:18px;
	font-family: asodegueBook,asodegueBookIE;
}

.autor{
	float:left;
	font-size:14px;
	font-family: asodegueBold, sodegueBookIE;
	margin-right:10px;
}

.fechapubli{
	float:left;
	color:#982d1d;
	font-size:14px;
	margin-right:10px;
}

.categorias{
	float:left;
	color:#73951c;
	font-size:14px;
}

.categorias a{
	text-decoration:none;
	color:#73951c;
	font-size:14px;
}


#contentcategory article{
	padding-top:5px;
	width:572px;
	border-top:solid 1px #c2c2c2;
	padding-bottom:25px;
	

}

#contentcategory article:first-child{
	padding-top:5px;
	width:572px;
	border-top:solid 0px #c2c2c2 !important;
	padding-bottom:25px;

}


#contentcategory{
	padding-left:34px;


}

#primarycat{
	width: 639px;
	border-right: 1px solid #6c6e61;
	float:left;
	min-height: 1000px;

}

#titmaincategory{
	position:relative;

}

#titmaincategory h1{
	position:absolute;
	left: 35px;
	top:0px;
	color:#fff;
	font-family: asodegueBold, sodegueBookIE;

}


#titmaincategory img{
	width:639px;
	height:auto;
	font-family: asodegueBold, sodegueBookIE;

}


.popular-posts{
	margin-left:15px;

}

.popular-posts h1{
	background-color: #6d6d63;
    color: #fff;
    font-family: asodegueBold,sodegueBookIE;
    font-size: 14px;
    padding-left: 5px;
    width: 300px;

}

.popular-posts ul{
	padding-left:0px;
	padding-right: 35px;

}

.popular-posts li{
	list-style:none;
	margin-bottom:12px;
	line-height:14px;

}

.popular-posts li a{
	text-decoration:none;
	color:#000;
	font-size: 13px;
	font-family: asodegueBook,asodegueBookIE;


}


.popular-posts li a:hover{
	
	color:#982d1b;

}

#siderecomendado{

margin-left:15px;
margin-top:35px;
}

#sideasodegueant{
	width:340px;
	height:62px;
}

#sideasodegueant a{
	text-decoration:none;
}



#siderecomendado h1{
	background-color: #6d6d63;
    color: #fff;
    font-family: asodegueBold,sodegueBookIE;
    font-size: 14px;
    padding-left: 5px;
    width: 300px;
}

#siderecomendado h1:hover{
	background-color: #585850;
}

#siderecomendado h1 a{
	text-decoration:none;
	color:#fff;
	font-family: asodegueBold,asodegueBookIE;
	font-size:14px;
	padding-right: 195px;

}


#titularslider{
	margin-bottom: 12px;
		line-height:14px;
		width:300px;
}

#siderecomendado #titularslider a{
	text-decoration:none;
	color:#000;
	font-family: asodegueBook,asodegueBookIE;
	font-size: 13px;

}

#siderecomendado #titularslider a:hover{
	
	color:#982d1b;

}

#cabeceranoticia{
	border-bottom: solid 1px #000;

}

.noticia article{
	padding-top:5px;
	width:572px;
	border-top:solid 1px #c2c2c2;
	padding-bottom:25px;
}

.noticia .post-thumbnail img{
	width:572px;
	height:auto;
}


.titlecontent{
	font-family: asodegueBold, sodegueBookIE;
	text-decoration:none;
	color:#000;
	font-size:16px;
	margin-bottom:3px;
}

.entry-content{
	font-family: asodegueBook, sodegueBookIE;
	overflow:hidden;
	/*color:#000 !important;*/
}

.entry-content blockquote{
	color:grey;
	padding:0px;
	margin:0px;
	font-style:italic;
}

.entry-content p{
	font-family: asodegueBook, sodegueBookIE !important;
	overflow:hidden !important;
	width:auto !important;
	
}

.entry-content a{
	font-family: asodegueBook, sodegueBookIE !important;
	overflow:hidden !important;
	text-decoration:none;
	
	
}

.entry-content strong{
	font-family: asodegueBold, sodegueBookIE !important;
	overflow:hidden !important;
	
}

.entry-content b{
	font-family: asodegueBold, sodegueBookIE !important;
	overflow:hidden !important;
	
}

.entry-content span{
	font-family: asodegueBook, sodegueBookIE !important;
	overflow:hidden !important;
	
}





.pagination {
	float:right;
	margin-right:100px;
	margin-bottom:15px;
	font-family: asodegueBold,asodegueBookIE;
}


.pagination  .prev{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:7px;
	padding-right:6px;
	background-color:#000;
	color:#fff;
	font-family: asodegueBold,asodegueBookIE;
	text-decoration:none;
	font-size:20px;

}

.pagination  .prev:hover{
	background-color:#972c18;
}

.pagination  .next{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:7px;
	padding-right:5px;
	background-color:#000;
	color:#fff;
	font-family: asodegueBold,asodegueBookIE;
	text-decoration:none;
	font-size:20px;

}

.pagination  .next:hover{
	background-color:#972c18;
}

.page-numbers{
	color:#000;
	text-decoration:none;
	font-size:20px;
	font-family: asodegueBold,asodegueBookIE;
}

.pagination  .current{
	color:#972c18 !important;

}


footer{
	background:#000;

}


#logofooter{
	padding-top:34px;
	padding-bottom:34px;
	padding-left:34px;
	

}


#menufooter{

	
}

#menufooter ul{
	background-color:#000;
	height:35px;
	
	margin:0px;
	padding:0px;
	overflow:hidden;
}


#menufooter li{
	float:left;
	list-style:none;
	margin-left:17px;
	padding-top:0px;
	
   
	
}


#menufooter li a:hover{

	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-bottom-color: #fcc520;
	 padding-bottom: 5px;


}

#menufooter li:first-child{
	float:left;
	list-style:none;
	margin-left:34px;
}


#menufooter li a{
	float:left;
	text-decoration:none;
	color:#fff;
	font-family: asodegueBold,asodegueBookIE;
	font-size:14px;
}

#anteriorweb{
	color:#fff;
	font-family: asodegueBook,asodegueBookIE;
	font-size:12px;
	margin-left:35px;
}

#anteriorweb p{
	float:left;
	margin-top:35px;
	margin-right:10px;
}

#anteriorweb p  a{
	color:#fff;
	font-family: asodegueBook,asodegueBookIE;
	text-decoration:none;
	
}

#anteriorweb img{
	float:left;
	margin-top:20px;
}


#footcorreo{
	color:#fff;
	font-family: asodegueBook,asodegueBookIE;
	font-size:13px;
	margin-left:35px;
	margin-top:20px;
}

#datoscontacto{
	color:#fff;
	margin-left:35px;
	margin-right:35px;
	text-align:left;
	margin-top:20px;
	padding-bottom:20px;
	font-size:11px;
	font-family: asodegueBook,asodegueBookIE;
}


#datoscontacto span{
	color:grey !important;
}

#datoscontacto a{
	color:#fff;
	text-decoration:none;
}

.addthis_toolbox{
	margin-top:35px!important;
	float:right;
}








