body {
	margin:0; padding:0;
	background: #f5f5f5;
	font-family: 'Arial', 'Verdana', sans-serif;
	font-size:12px;
	color:#2e2e2e;
}
.hidden{
	display: none;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

blockquote {
	padding: 10px;
	border-left: 10px solid;
	margin-left: 20px;
}

span.bigger { font-size:1.3em; }

span.title {
	font-size: 2.0em;
	line-height: 1.0em;
}

span.subtitle {
	font-size: 1.8em;
	margin-top: 15px;
	display: block;
}

span.dls {
	background: transparent url(./images/dls.png) no-repeat center center;
	margin: -10px 10px 10px 0;
	font-size: 3.2em;
	float: left;
	line-height: 1.2em;
	display: block;
	height: 45px;
	width: 45px;
}

h2 {
	font-size:2.4em;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 15px;
}

h3 {
	margin:5px 0;
	font-size:1.2em;
	line-height:0.75em;
}

h4 {
	font-size: 1.2em;
	margin: 0 0 1.2em;
}

hr {
	border-top: 1px solid #b6b6b6;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	margin: 1.2em 0;
}

p {
	margin: 1.2em 0;
}

#header {
	width:970px;
	margin:0 auto;
	padding:40px 10px;
	text-align:center;
	font-size:1.4em;
	position:relative;
}

#header img {
	margin:0;
	padding:0;
	font-size:1.0em;
	position: absolute;
	top:12px;
	left:10px;
}

#header a {
	margin:0 15px;
	text-decoration:none;
	padding-bottom:7px;
}

#header a:hover {
	padding-bottom:2px;
	border-bottom:5px solid;
}
#revistas-wrap {
    width: 100%;
    overflow: hidden;
	background: #333 url(./images/bg_textura.png);
	border-top: 3px solid #3b3b3b;
	border-bottom: 3px solid #3b3b3b;
	box-shadow: inset 0px 0px 50px black;
	-webkit-box-shadow: inset 0px 0px 50px black;
	-moz-box-shadow: inset 0px 0px 50px black;
	height: 0px;
}
#scroll-content {
    width: 2800px;
}
.item {
    float: left;
    margin:27px 20px 0;
    list-style-type: none;
}

#sidebar {
	float: left;
	width: 290px;
	text-align: center;
}

div.ficha {
	background: transparent url(./images/bg_textura.png);
	color: whiteSmoke;
	line-height: 1.4em;
	text-align: left;
	text-shadow: 1px 1px 2px black;
	font-size: 1.3em;
	width: 240px;
	margin: 25px auto;
	padding: 10px;
	box-shadow: inset 0px 0px 20px black;
	-webkit-box-shadow: inset 0px 0px 20px black;
	-moz-box-shadow: inset 0px 0px 20px black;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

#container {
	float: right;
	margin-right: 20px;
	width: 560px;
	font-size: 1.4em;
	line-height: 1.6em;
}

div.sobre {
	background: #FFFADB url(./images/edge.gif) right bottom no-repeat;
	font-size: 1.4em;
	padding: 15px;
	line-height: 1.2em;
}

span.st_fblike_vcount {
	position:absolute;
	right:80px;
	top:30px;
}

span.st_plusone_vcount {
	position:absolute;
	right:20px;
	top:30px;
}

#footer {
	padding: 15px;
	font-size:1.2em;
	line-height: 1.4em;
}

#footer span {
	font-size: 2.0em;
	font-weight: bold;
	line-height:2.0em;
}

div.footer-wrap {
	width: 960px;
	margin: 0 auto;
}

div.float-box {
	float:left;
	margin-right:20px;
}