@charset "utf-8";
/*
Theme Name: delmercat blog theme
Theme URI: http://www.lamosquita.net/
Description: básico
Version: 1.0
Author: lamosquita
Author URI: http://www.lamosquita.net/

This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com

font-family:"urw-din", sans-serif;
*/

/*reset style
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
    font-family:"urw-din", sans-serif;
}

a img {
  border: 0px;
}
a {
	color: #9DB4E1;
	text-decoration:none;
	}
a:hover {
	color: #9DB4E1;
	text-decoration:underline;
	}
.movil {
    display: none;
}
.tablet {
    display: initial;
}
.desktop {
    display: none;
}
h1 {
    font-weight: 400;
    font-size: 32px;
}
h2 {
    font-weight: 400;
    font-size: 32px;
}
p {
    color: #888;
    font-size:15px;
    font-weight:200;
    margin-bottom:11px;
}
/* =Layout
-------------------------------------------------------------- */
.limpia {
	clear:both;
	}
#page {
    width: 924px;
    margin: 0 auto;
    padding-top: 30px;
}
#header {
    padding-bottom:26px;
}
#headerimg {
    height: 62px;
    width: 100%;
}
.titblog {
    font-weight: 400;
    width: 300px;
    text-transform: uppercase;
    height: 42px;
    border-left: 1px solid #ccc;
    float: left;
    margin-left: 11px;
    padding-left: 11px;
    padding-top: 20px;
}
.titblog a {
    color: #888;
}.titblog a {
    color: #888;
    text-decoration: none;
}
.logohead {
    float: left;
    width: 196px;
}
div#site-title {
    font-weight: 400;
    width: 300px;
    font-size: 20px;
    vertical-align: middle;
}
h1#site-title {
    font-weight: 400;
    width: 300px;
    font-size: 20px;
    vertical-align: middle;
}
#content {
    width: 700px;
    float: left;
}
.columnahome, .columna {
    width: 600px;
    padding-left: 49px;
}
.columna h2{
   font-weight: 400;
    font-size: 24px; 
    margin-top: 11px;
    color: #999;
    
}
.columna ul {
    margin-left:55px;
    color: #888;
    font-size:15px;
    font-weight:200;
}
.columna ol {
    margin-left:55px;
    color: #888;
    font-size:15px;
    font-weight:200;
}
#respond {
    border-top: 1px solid #ccc;
    padding-top: 22px;
    margin-top: 22px;
}
#respond h3 {
    font-size:20px;
    font-weight: 200;
    margin-bottom:11px;
}
p.postmetadata {
    border-top: 1px solid #ccc;
    padding-top: 11px;
    margin-top: 22px;
}
.columna .entry {
    padding-top:22px;
}
table {
    background: #ebebeb;
    font-size:13px !important;
    color: #000 !important;
    font-weight: 200 !important;
}
table p {
    font-size:13px !important;
    color: #000 !important;
    font-weight: 200 !important;
}
td {
    border-bottom: 1px solid #666;
    padding-left: 5px;
    padding-bottom:5px;
}
.tag-cloud-link {
    text-transform: lowercase;
    font-size: 14px !important;
}
.columnahome .post {
    margin-bottom: 44px;
}
/* =sidebar
-------------------------------------------------------------- */
#sidebar {
    width: 200px;
    padding-left:18px;
    padding-top: 0px;
    float: left;
    border-left: 1px solid #888;
    border-top: 0px solid #888;
}
#sidebar ul {
    list-style: none;
    font-size: 14px;
}
#sidebar ul {
    padding-bottom: 11px;
    font-weight: 200;
}
#sidebar h2 {
    font-size:20px;
    text-transform: uppercase;
    color: #888;
    font-weight: 400;
}
#sidebar a {
    color: #888;
}
.widget_search {
    margin-bottom:11px;
}

/* =footer
-------------------------------------------------------------- */
#footer {
    margin-top: 22px;
    padding-bottom:44px;
    position: relative;
    
}
#footer p {
    font-size:12px;
}
#footer a {
    color: #999;
    text-decoration: underline;
}
#footer a:hover {
    color: #999;
    text-decoration: line-through;
}
#cookie-law-info-bar {
    border: 0;
    font-size: 10pt;
    margin: 0 auto;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
    font-weight: 200;
    background: #ebebeb;
}
/* =formularios
-------------------------------------------------------------- */
input#author, input#email, input#url, textarea#comment {
    border: 1px solid #999;
    padding: 2px;
    font-size: 14px;
    font-family:"urw-din", sans-serif;
    margin-bottom: 7px;
}
input#submit {
   border: 1px solid #9DB4E1;
    background: #9DB4E1;
    color: #000;
    padding: 2px;
}
input.botsearch {
   border: 1px solid #9DB4E1;
    background: #9DB4E1;
    color: #000;
    padding: 2px;
}
.bloquebuscar {
    margin-bottom: 22px;
}