/*
 Theme Name:     Twenty Eleven Child Theme
 Theme URI:      https://wordpress.org/themes/twentyeleven/
 Description:    Twenty Eleven Child Theme
 Author:         WordPress.org
 Author URI:     https://wordpress.org
 Template:       twentyeleven
 Version:        2.1
*/
 
@import url("../twentyeleven/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/*OCULTAR TITULO DEFAULT PAGINA DE INICIO*/
#post-1203 .entry-title {
display: none;
}

/*HACER MAS GRANDE PRIMERA FRASE PAGINA INICIO (IGUAL A LOS TITULOS DE PAGINA DEFAULT)*/
#post-1203 .entry-content h2 {
  font-size: 26px;
  font-weight: bold;
  }


#site-title a {
	font-size: 55px !important;
}

#site-description {
	font-size: 24px !important;
	margin-bottom: 1.45625em !important;
}

.by-author {
	display: none !important;
}

.sep {
	display: none !important;
}

.widget-title {
	color: #333333 !important;
	font-size: 11px !important;
	font-weight: bold !important;
}

#access a {
	padding: .1px .67em !important;
}

#access ul ul {
	width: auto !important;
}

#access ul ul a {
	line-height: 2.5em !important;
	width: 119px !important;
}

#content nav a {
	display: none !important;
}

.cdp-cookies-alerta.cdp-cookies-tema-gris {
	background-color: #333333 !important;
	border-top: 1px solid #333333 !important;
	border-bottom: 1px solid #333333 !important;
}

.cdp-cookies-texto p {
	padding: 0 40px !important;
}

#site-generator a {
	display: none !important;
}

#first.widget-area {
	text-align: center !important;
}

.advps-slide .sd-content ul {
	display: none !important;
}

.advps-slide div.sharedaddy h3.sd-title {
	display: none !important;
}

/*para modificar el list category post==========================*/

/*esto es para que el titulo se suba ariba al lado de la imagen*/
.lcp_catlist img{
  float: left;
  margin-right: 15px;
  }
  
  /*esto es para acercar toda la lista a la izkierda*/
  .lcp_catlist {
  margin-left: 0px !important;
  }
  
 /*para que se separen los post*/
.lcp_catlist li{
  margin-bottom: 50px;
  /*padding-bottom: 49px;*/
  /*margin-top: 50px;*/
  height: 150px;
  list-style: none;
  }
  
  /*para quitar margen entre titulo y extracto*/
  .lcp_title {
  margin-bottom: 0px !important;
  }
  
  /*PARA KITAR LAS ETIKETAS DE LOS PIES DE LOS POSTS=================*/
  /*para quitar las etiquetas del pie de cada entrada=========================*/
  .tag-links{
  display: none !important;
  }
  
  
  
  
  
  
  
  
  
  
  
  