@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'gobCL';
    src: url('../fonts/gobcl_regular-webfont.eot');
    src: url('../fonts/gobcl_regular-webfont.eot?iefix') format('eot'),
         url('../fonts/gobcl_regular-webfont.woff') format('woff'),
         url('../fonts/gobcl_regular-webfont.ttf') format('truetype'),
         url('../fonts/gobcl_regular-webfont.svg#webfont3jnenQ5S') format('svg');

}

@font-face {
    font-weight: bold;
    font-style: normal;
    font-family: 'gobCL';
    src: url('../fonts/gobcl_bold-webfont.eot');
    src: url('../fonts/gobcl_bold-webfont.eot?iefix') format('eot'),
         url('../fonts/gobcl_bold-webfont.woff') format('woff'),
         url('../fonts/gobcl_bold-webfont.ttf') format('truetype'),
         url('../fonts/gobcl_bold-webfont.svg#webfont59I7heLt') format('svg');
}

body {	font-family: 'gobCL', Verdana, sans-serif;
		font-size: 14px;
}

header#top nav#menu{ display:none;}
header#top div#tools{ display:none;}
header#top { display:none; }
nav.breadcrumb { display:none;}
aside.sidebar { display:none;}
footer { display:none;}
p.share { display:none;}

h2.title {
	clear: both;
	color: #006CB7;
	border-bottom: 1px solid #E2E2E2;
	font-size: 32px;
	font-weight: normal;
	text-transform: none;
	padding: 9px 20px 14px 0;
	overflow: hidden;
	margin: 20px 0px 0px 20px;
	background: url(../img/header/logo.png) no-repeat;
}
div.meta time {
	color: #9F9F9F;
	font-size: 11px;
	margin: 2px 0px 2px 0px;

}
article.post section.body img {
max-width: 460px;
height: auto;
}
div.excerpt {
margin-bottom: 20px;
padding: 0 10px;
color: #CCC;
font-weight: bold;
}
div.image {
text-align: center;
margin-top: 20px;
}
article.post section.body p {
color: #666;
text-align: justify;
margin-right: 20px;
overflow: hidden;
line-height: 20px;
}