/*
¡Bienvenido a Custom CSS!

CSS (Hojas de estilo en cascada) es un tipo de lenguaje de programación
que indica al navegador cómo procesar una página web. Puedes eliminar
estos comentarios y comenzar con tus personalizaciones.

Por defecto, tu hoja de estilo se cargará después de las hojas de estilo
del tema, lo que significa que tus normas pueden prevalecer y anular las
reglas CSS del tema. Solo tienes que escribir aquí lo que quieres cambiar,
no es necesario copiar todo el contenido de la hoja de estilo de tu tema.
*/
#header {
	background-color: #ccc;
}

.publicidad_top {
	width: 780px;
	margin: 0 0 0 40px;
	float: left;
}

.publicidad_letaral {
	width: 300px;
	margin: 0 auto;
}

.publicidad_post {
	width: 336px;
	float: left;
	margin: 0 10px 10px 0;
}

.site-title {
	float: left;
	margin-left: 20px;
}

.cabecera {
	margin: 10px 0;
}

.post-meta {
	text-transform: none;
}

.firma p {
	margin: 0 !important;
}

.firma img {
	width: 145px;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.content .jetpack_subscription_widget {
	padding: 20px;
	background-color: #efefef;
	border: 1px solid #ccc;
}

#subscribe-email input {
	padding: 10px 5px;
	font-size: 14px;
}

.jetpack_subscription_widget input[type="submit"] {
	background: #3b8dbd;
	color: #fff;
	padding: 8px 14px;
	font-weight: 600;
	display: inline-block;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 5px;
	font-size: 18px;
}

.jetpack_subscription_widget input[type="submit"]:hover {
	background: #444;
}
.publicidad_post_attachment{
    width: 338px;
    margin: 10px auto;
}
p.attachment {
    width: 338px;
    margin: 0 auto 20px;
}
p.attachment a {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    text-decoration: none !important;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    color: #428bca;
    border-color: #357ebd;
    background-color: white;
}

p.attachment a:hover{
	background-color: #428bca;
	color: #fff;
}
a.boton_entrada{
	background: #3b8dbd;
	color: #fff;
	padding: 8px 14px;
	font-weight: 600;
	display: inline-block;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 5px;
  font-size: 25px;
  width: 95%;
  text-align: center;
}
a.boton_entrada:hover{
	background: #444;
}