@charset "UTF-8";


body {
	background: url( 'images/pattern.png' );
	background-repeat: repeat;
	background-position: center;
	height: auto;
	font-family: 'museo700';
}
.page-revista {
	position: relative;
}

.page-revista header {
	background: url( 'images/revista/header-transparency.png' ) center bottom repeat-x;
	background-size: 100% 134px;
}

.operadora {
	width: 350px;
	height: 306px;
	background: url( 'images/revista/foto-operadora.png' ) top right no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

.login-box {
	position: relative;
	z-index: 100;
}

.logo {
	padding: 30px 0 30px 20px;
}

#main {
	padding-bottom: 0;
}

.clearfix {
	display: inherit !important;
	*zoom: 1;
}
.clearfix:after,
.clearfix:before {
	content: '';
	display: table;
}
.clearfix:before {
	clear: both;
}

.last-edition {
	margin-bottom: 30px;
	position: relative;
	z-index: 100;
}
.last-edition .header {
	background-color: #ffb904;
	padding: 7px 20px;
}
.last-edition .search {
	float: right;
}
.last-edition .search fieldset {
	position: relative;
}
.last-edition .search input#search {
	padding: 5px 45px 5px 20px;
	border: 0;

	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	font-size: 14px;

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	width: 240px;
}

.last-edition .search input#search::-webkit-input-placeholder {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	font-size: 14px;
}
.last-edition .search input#search:-moz-placeholder {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	font-size: 14px;
}
.last-edition .search input#search::-moz-placeholder {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	font-size: 14px;
}
.last-edition .search input#search:-ms-input-placeholder {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	font-size: 14px;
}
.last-edition .search input#submit {
	position: absolute;
	top: 3px;
	right: 15px;
}

.last-edition .magazine {
	background: rgb( 255, 255, 255 );
	background: rgba( 255, 255, 255, 0.85 );
	padding: 20px;
}
.last-edition .magazine-cover {
	width: 300px;
	float: left;
}
.last-edition .magazine-cover img {
	margin-bottom: 10px;
	max-width: 280px;
	width: 100%;
	height: auto;
}

.last-edition .excerpt {
	width: 600px;
	float: left;
	height: 465px;
	overflow-y: auto;
	padding-right: 10px;
}
.last-edition .excerpt .title.main-title,
.magazine-search .results-for {
	font-size: 24px;
	border-bottom: 1px solid #65aed0;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-family: 'museo700';
	color: #65aed0;
}
.last-edition .excerpt h2,
.last-edition .excerpt h3,
.last-edition .excerpt h4,
.last-edition .excerpt h5,
.magazine-search .title a {
	color: #65aed0;
	font-size: 18px;
	margin-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.last-edition .excerpt p,
.magazine-search .item-magazine p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
}
.last-edition .excerpt a,
.magazine-search .read-more {
	color: #65aed0;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

.previous-editions .wrapper {
	width: 945px;
	width: 946px\9\0;
}
.previous-editions .header {
	padding: 15px 0;
	background-color: #296a89;
}
.previous-editions .carousel {
	background-color: #347492;
}
.previous-editions .magazines {
	padding: 20px 0;
}
.previous-editions .carousel .bx-wrapper {
	position: relative;
}
.previous-editions .bx-controls-direction a {
	position: absolute;
	top: 50%;

	outline: 0;

	width: 22px;
	height: 34px;

	text-indent: -9999px;
	z-index: 9999;

	background-image: url( 'images/navigation-arrows.png' );
	background-repeat: no-repeat;
}
.previous-editions .carousel a.bx-prev {
	background-position: 0 0;
	left: -30px;
}
.previous-editions .carousel a.bx-next {
	background-position: -30px 0;
	right: -30px;
}
.previous-editions .carousel .title {
	text-align: center;
	padding: 15px 0;
}
.previous-editions .carousel .title a {
	font-family: 'museo700';
	font-size: 16px;
	color: #fdfdfd;
}
.previous-editions .carousel img {
	border: 0;
}

.previous-editions .find {
	padding: 20px 0 20px;
}
.previous-editions .find p {
	float: left;

	color: #fff;
	line-height: 30px;
	font-family: 'museo700';
	font-size: 18px;

	margin-right: 50px;
}
.previous-editions .find label {
	display: inline-block;
	position: relative;
}
.previous-editions .find label:after {
	content: "\25BC";
	
	position: absolute;
	top: 50%;
	right: 10px;
	
	height: 34px;
	
	background: #fff;

	font-size: 20px;
	line-height: 34px;
	color: #347492;
	
	margin-top: -17px;
	padding-right: 5px;

	pointer-events: none;

	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkitborder-top-right-radius: 10px;
	-webkitborder-bottom-right-radius: 10px;
}
.previous-editions .find select {
	padding: 7px 10px;
	margin-right: 12px;

	width: 215px;
	height: 34px;

	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-appearance: none;
}
.previous-editions .find select::-ms-expand {
    display: none;
}
.previous-editions .find button {
	background: rgb( 8, 79, 112 );
	background: rgba( 8, 79, 112, 1 );
	color: #fff;

	padding: 8px 45px;
	margin-left: 20px;

	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	cursor: pointer;
}
.previous-editions .find button:hover {
	background: rgb( 8, 79, 112 );
	background: rgba( 8, 79, 112, 0.7 );
}
.magazine-search .results-for {
	margin-bottom: 20px;

	font-size: 20px;
}
.magazine-search .item-magazine {
	max-width: 620px;

	margin-bottom: 20px;
}
.magazine-search .thumbnail {
	float: left;

	margin-right: 30px;
}
.magazine-search .title {
	margin-bottom: 10px;
}
.magazine-search .last-edition .results-wrapper {
    height: 465px;
    overflow-y: auto;
    padding-right: 10px;
}

.section-title {
	color: #fff;
	font-size: 22px;
	font-family: 'museo700';

	margin-top: 3px;

	max-width: 630px;
}

.ybutton {
	display: block;
	width: 280px;
	max-height: 15px;
	margin-bottom: 10px;
	padding: 10px 0;
	background-color: rgb( 255, 182, 4 );
	background-color: rgba( 255, 182, 4, 1 );
	text-align: center;
	color: #fff;

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.ybutton:hover {
	background-color: rgb( 255, 182, 4 );
	background-color: rgba( 255, 182, 4, 0.7 );
	text-decoration: none;
}

#footer {
	margin-top: 0;
}
#footer .wrapper {
	border: 0;
	
	width: 945px;

	padding-top: 50px;
}
#footer .wrapper #copyright {
	color: #347492;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
#footer .wrapper a {
	color: #347492;
	font-weight: bold;
}