@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

/*font-family: 'Raleway', sans-serif;
*/

body {
	color: #525252;
	font-family: 'Raleway', sans-serif;
	background-image: url(images/bg-body.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#header_area .page {
	width: 960px;
}
#header {
	background-image: url(images/imagen-header.png);
	background-repeat: no-repeat;
	background-position: left 13px;
	height: 170px;
	margin: 0px;
	padding: 0px;
}
#header #logo {
	margin-top: 57px;
	margin-left: 118px;
	position: absolute;
}
#logo, #logo a {
	color: #006B92;
	font-size: 42px;
	font-weight: 300;
}
#logo, #logo a:hover {
	color: #006B92;
}
#header #tagline {
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #79A644;
	margin-top: 100px;
	margin-left: 170px;
	position: absolute;
}
.custom .sidebar ul.sidebar_list {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.custom #header_widget_1 ul.sidebar_list li.widget {
	position: absolute;
	display: block;
	top: 120px;
	left: 680px;
	width: 280px;
	color: #79A644;
	font-size: 12px;
}
.custom #header_widget_1 ul.sidebar_list li.widget input[type="text"] {
	border: 1px solid #BBBBBB;
	background-color: #FFF;
	border-radius: 3px;
}
.custom #header_widget_1 ul.sidebar_list li.widget input[type="submit"] {
	border-radius: 3px;
	background-image: url(images/bg-boton-buscar.png);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	font-family: 'Raleway', sans-serif;
}


.full_width > .page {
	width: 960px;
}
#content {
	float: left;
	width: 680px;
}
.teasers_box {
	width: 100%;
	padding: 0px;
}
.teaser {
	width: 610px;
	padding: 25px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.20);
	margin-bottom: 25px;
	border-radius: 10px;
}
.teaser_right {
    float: left;
}
.teaser .teaser_author {
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #79A744;
	font-style: normal;
	font-variant: normal;
}
.teaser .teaser_author .author {
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #79A744;
	font-style: normal;
	font-variant: normal;
}
.teaser .teaser_date {
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #79A744;
	font-style: normal;
	font-variant: normal;
}
.teaser h2 {
	margin-top: 10px;
}
.teaser h2 a {
	font-size: 30px;
	line-height: normal;
	font-weight: normal;
	color: #006B93;
}
.teaser .format_teaser {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
}
.teaser .teaser_link {
	background-image: url(images/leer-mas.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	height: 34px;
	width: 110px;
	display: block;
	float: right;
}

.post_box {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
    padding: 25px;
    width: 610px;
}
.headline_area h1 {
    color: #006B93;
    font-size: 30px;
    font-weight: normal;
    line-height: normal;
}
.headline_area h1, .headline_area h2, #archive_intro h1 {
    color: #006B93;
    font-size: 30px;
}
.headline_area h1 a, .headline_area h2 a, #archive_intro h1 a {
    color: #006B93;
    font-size: 30px;
}
.headline_meta {
    color: #79A744;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: none;
}
.format_text {
    color: #525252;
    font-size: 17px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    text-transform: none;
}
#sidebars {
	float: right;
	width: 240px;
	margin-right: 30px;
}
.sidebar {
    width: 250px;
}
li.widget {
    width: 250px;
}
.sidebar h3 {
	color: #FFFFFF;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.popular-posts {
	background-color: #83B243;
	padding: 15px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.30);
	width: 220px !important;
}
.popular-posts ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 10px;
}
.popular-posts ul li a {
	color: #FFF;
	text-decoration: none;
}
.widget_text {
	    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}





#footer_area {
	background-color: #83B243;
	height: 66px;	
}
#footer {
	background-color: #83B243;
	height: 66px;
	text-align: left;
	margin: 0px;
	padding: 0em;
}
#footer a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer .iconos {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
#footer .texto {
	position: absolute;
	font-size: 12px;
	color: #FFF;
	margin-top: 25px;
	margin-left: 300px;
}
.publicidad {
	padding-top: 15px;
	padding-bottom: 15px;
}















