article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}

@charset "utf-8";
/* CSS Document */
.idiomaEn{
	display:none;
}
	* { margin: 0; padding: 0; }
	section, header, footer, article { display: block; }
	a img { border: none; }
	a { outline: none; }
body
{
	width:960px;
	font-size:100%; 
	background: #393e43; 
	margin: 0; 
	margin-top: 4px; 
	padding: 0; 
	font-family: "Helvetica Neue", Helvetica, /*Tahoma,*/ Arial, sans-serif; 
	line-height: 1.51em;
}
body.inner { overflow: -moz-scrollbars-vertical; overflow-y: scroll; }
.top { margin-left:3%; background: url('./img/bg-top.png'); background-color: #27262a; overflow-y: hidden; min-width: 950px; }
.clip { overflow: hidden; }
.top.on { height:715px; }
.top a { color: #AFAFAF; text-decoration: none; }
.wrapper { width: 920px; margin: 0 auto;  }
header.main { display: table; padding: 21px 0px 28px 0px; }
#logo { display: table-cell; vertical-align: top; padding-left: 26px; }
#logo a.logo { text-indent: -5000px; width: 210px; height: 130px; background: url('./img/Logo.png') top left no-repeat; display: block; }
.main nav { float: right; display: table-cell; font-size: 1.125em; vertical-align: middle; padding-right: 34px; }
.main nav ul { margin-top: 17px; }
.main nav li { list-style-type: none; float: left; padding-right: 49px; background:no-repeat; background-position: center right; }
.main nav ul li:last-child { padding-right: 0; }
.main nav a 
{ 
	text-shadow: 0 0 2px #000; 
	-moz-text-shadow: 0 0 2px #000; 
	-webkit-text-shadow: 0 0 2px #000; 
	font-weight: bolder; 
	color: #56535E; 
	border-radius: 20px; 
	display: inline-block; 
	padding: 4px 0 6px 0; 
	text-shadow: 0px 0px 0px #000, 0px 0px 0px #000, 0px 0px 0px #000, 0px 0px 0px #000;
}
.main nav a:hover 
{ 
	display: inline-block; 
	padding: 4px 16px 6px 16px; 
	background: #1f1e22; 
	background: rgba(0,0,0,0.08);
	margin: 0px -16px 0 -16px ;
	box-shadow: 0px -1px 0 #131217; 
	-moz-box-shadow: 0px -1px 0 #131217; 
	color: #56535E; 
	border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
}
.main nav .active a 
{ 
	display: inline-block; 
	padding: 4px 16px 6px 16px; 
	background: #LFLE22; 
	background: rgba(0,0,0,0.2); 
	margin: 0px -16px 0 -16px ; 
	box-shadow: 0px -1px 0 #131217; 
	-moz-box-shadow: 0px -1px 0 #131217; 
	color: #56535E; 
	border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	text-shadow: 0px 0px 0px #000, 0px 0px 0px #000, 0px 0px 0px #000, 0px 0px 0px #000;
}

p
{
	margin-top:5px;
	margin-left: 6px;
	margin-right:3px;
	margin-bottom:6px;
 }
 p, li
 {
    line-height:20px;
 }
#sombra
 {
	padding: 4px 16px 6px 16px; 
	background: #1f1e22; 
	background: rgba(0,0,0,0.2);
	margin: 0px 80px 0 -40px ; 
	box-shadow: 0px -1px 0 #131217; 
	-moz-box-shadow: 0px -1px 0 #131217; 
	color: #56535E; 
	border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	text-shadow: 0px 0px 0px #000, 0px 0px 0px #000, 0px 0px 0px #000, 0px 0px 0px #000;
 }
 section#posts
 {
	float: left;
	width: 90%;
	text-align:justify;
 }
 section#posts aside
 {
	float: left;
	width: 25%;
	margin-top: 40px;
 }
 footer#autors
 {
	clear: both;
	margin-left: 3%;
	width: 99%;
	display: block;
	text-align:left;
	color:white;
	background-color:Black;
	font-size:10px;
 }
.google {
  padding: 6px 10px;
  -webkit-border-radius: 2px 2px;
  border-radius: 5px 5px;
  -moz-border-radius: 5px;
  border: solid 1px rgb(153, 153, 153);
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-shadow: 0px -1px 0px #333333;
  webkit-text-shadow: 0px 1px 1px rgba(255,255,255,1);
  line-height: 3;
  outline-width:thick;  
  /*  Chrome 1-9 and Safari 4-5.0  */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8b8b8b), color-stop(0.5, #707070), color-stop(0.5, #5e5e5e), color-stop(1, #777777));
  /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
  background-image: -webkit-linear-gradient(top, #8b8b8b, #707070 50%, #5e5e5e 50%, #777777);
  /*  Firefox 3.6+  */
  background-image: -moz-linear-gradient(top, #8b8b8b, #707070 50%, #5e5e5e 50%, #777777);
  /*  IE 10+  */
  background-image: -ms-linear-gradient(top, #8b8b8b, #707070 50%, #5e5e5e 50%, #777777);
  /*  Opera 11.10+  */
  background-image: -o-linear-gradient(top, #8b8b8b, #707070 50%, #5e5e5e 50%, #777777);
  /*  W3C  */
  background-image: linear-gradient(top, #8b8b8b, #707070 50%, #5e5e5e 50%, #777777);
}