body
{
	background: #FFF;
	font-size: 62.5%;
	font-family: "Helvetica", sans-serif;
	-webkit-text-size-adjust: none;
}

p
{
	margin-bottom: 15px;
}

a
{
	color: #9e0728;
	text-decoration: none;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

acronym, abbr
{
	border-bottom: 1px dashed #999;
}

small
{
	color: #000;
	font-size: 1.2em;
}

ol, ul
{
	list-style: none;
}

pre span
{
	word-wrap: break-word;
	color: rgb(0, 128, 0);
	margin: 10px 0;
	font-size: 1.2em;
}

#stretcher
{
	margin-bottom: 103px;
	border: 1px solid;
}

/******* Header *********/
h1, h1 a
{
	font-size: 1.18em;
	font-family: "Helvetica", sans-serif;
	color: #9d9c66;
	margin-bottom: 8px;
}

h2, h3, .about h2
{
	font-size: 1.5em;
	color: #9d9c66;
	font-family: "Helvetica", sans-serif;
	line-height: 1.4;
	margin-bottom: 8px;
}

h2
{
	font-size: 1.6em;
	font-weight: normal;
	color: #eb4440 !important;
}

h3
{
	font-size: 1.2em;
	font-weight: normal;
}

.title
{
	font-size: 1.6em;
}

/*.archive .title:first-child {
 font-size:1.4em;
}*/

.title a
{
	color: #eb4440 !important;
}

/******* Logo *********/
#logo
{
	background: #e7e69a;
	display: block;
	height: 82px;
	width: 100%;
	position: relative;
}

#logo img.logotipo
{
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}


/******* Navigation ***********/
#nav
{
	padding: 15px 0;
}

#nav a
{
	color: #ffffff;
	padding: 10px 0;
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	border-right: 1px solid #ffffff;
}

#nav li:last-child a
{
	border: 0;
}

#nav-menu, ul.post
{
	margin: 0 3%;
}

#nav-menu
{
	list-style: none;
	background: #eb4440;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#nav-menu li:first-child, #nav-menu li:last-child
{
	width: 32%;
}

#nav-menu li
{
	display: inline-block;
	vertical-align: middle;
	width: 33%;
}

/********** Homepage **********/
.home ul li
{
	display: block;
	clear: both;
	position: relative;
}

.home ul li:first-child .lix-wrap,.home li:first-child .lix-wrap,  .archive .entry div.title:first-child
{
	border-top: 1px solid #d5d5d5;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

.home ul li:last-child .lix-wrap,.home li:last-child .lix-wrap, .archive .entry div.title:last-child
{
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.home .title
{
	float: right;
	display: inline-block;
	font-size: .8em;
	width: 100%;
	height: 70px;
}

.home div.entry
{
	display: inline-block;
	margin-right: -100px;
	padding: 7px 0 4px 0;
}

.archive div.entry
{
	display: block;
	margin: 0;
	padding: 0;
}

.lix-wrap, .archive div.title
{
	padding: 5px 5px 5px 12px;
	border: 1px solid #ffffff;
	border-top: none;
	background: #e7e69a url(images/flecha.png) no-repeat right;
	overflow: auto;
	font-size: inherit;
}

.blog-post .title h1
{
	padding-top: 15px;
}

.home .title h2 a, #content-category .title h2 a
{
	color: #eb4440 !important;
}

.home .title h2
{
	display: table;
	height: 100%;
	padding-left: 65px;
	font-size: 1.95em;
	margin: 0;
}

.home .title h2 a
{
	display: table-cell;
	vertical-align: middle;
	padding-right: 25px;
	font-weight: normal;
}

.home .title a
{
	display: table-cell;
	vertical-align: middle;
	padding-right: 25px;
	font-weight: normal;
}

.home img
{
	display: block;
	float: left;
	width: 56px;
	height: 56px;
	margin: 0 0 0 1px !important;
}

/****** Entry/Post *******/
#content.about, .blog-post
{
	margin: 0 3%;
	padding: 0 7px;
	background: #f5f5d7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content.about
{
	padding: 10px 5px;
}

#content.about p
{
	padding: 5px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #ffffff;
}


#content p
{
	font-size: 1.5em;
	line-height: 1.45em;
}

ul.post img
{
	float: none;
	display: block;
	margin: 5px 0 10px 0;
}

.blog-post ul.post li.post
{
	border-bottom: 1px solid green;
	padding-bottom: 7px;
	margin-bottom: 15px;
	clear: both;
}

.blog-post .entry li
{
	font-size: 1.4em;
	line-height: 1.43em;
	list-style-position: inside;
	list-style-type: disc;
	margin: 0 0 10px;
	padding-left: 10px;
	border: none !important;
}


#btn
{
	width: 22px;
	height: 18px;
	border: none;
	background: url(http://mobify.me/static/site/search_icon.png) no-repeat;
	margin-left: -30px;
	margin-top: 5px;
	vertical-align: top;
}

/********* Footer **********/
#footer
{
	background-color: #e7e69a;
	color: #000;
	padding: 5px;
	text-align: center;
	margin-top: 20px;
}

#footer p
{
	color: #000;
	font-size: 1.4em;
	margin: 10px 0 10px 0;
}

#footer a
{
	color: #eb4440;
	font-weight: normal;
}


/****** 404 ********/
.oops-txt p
{
	font-size: 1.4em;
	margin-bottom: 46px;
}

