/*RESET*/
html, body, header, main, footer, section, article, iframe, div, p, form, input, ul, li, h1, h2, h3, table, th, td {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Open Sans', sans-serif;
	background: #000;
}
li {
	list-style: none;
}
a {
    text-decoration: none;
}
/*RESET*/
/*TEMPLATE*/
header {
	width: 100%;
	height: 60px;
    position: fixed;
	top: 0px;
	z-index: 1000;
	background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 40%,rgba(0,0,0,0) 100%);
    border: 0px;
}
#logo {
	position: absolute;
}
#logo a {
	float: left;
    opacity: .75;
}
#logo.ln a {
	width: 122px;
	height: 26px;
	left: 15px;
	margin: 16px 0 0 15px;
	background: url(../svg/logo_ln.svg) no-repeat center center;
	background-size: contain;
}
#logo.pe a {
	width: 117px;
	height: 30px;
	left: 15px;
	margin: 16px 0 0 15px;
	background: url(../svg/logo_pe.svg) no-repeat center center;
	background-size: contain;
}
#logo.ef a {
	width: 60px;
	height: 60px;
	margin: 0px;
	background: url(../svg/logo_ef.svg) no-repeat center center;
	background-size: contain;
}
#logo.lt a {
	width: 84px;
	height: 48px;
	margin: 7px 0 0 15px;
	background: url(../svg/logo_lt.svg) no-repeat center center;
	background-size: contain;
}
#logo.ad a {
	width: 83px;
	height: 47px;
	margin: 9px 0 0 15px;
	background: url(../svg/logo_ad.svg) no-repeat center center;
	background-size: contain;
}
#logo span {
	margin-left: 15px;
    
	line-height: 60px;
	font-weight: 100;
	font-size: 15px;
	text-transform: uppercase;
}
@media screen and (max-width: 570px) {
#logo span {
    display: none;
}
}
#share {
	position: absolute;
	right: 15px;
	top: 15px;
}
#share li {
	float: left;
}
#share li a {
	width: 23px;
	height: 23px;
	display: block;
	margin-left: 15px;
	opacity: 0.5;
	transition: opacity 0.5s ease 0s;
}
#share li a:hover {
	opacity: 1;
}
#share li.facebook a {
	background: url(../svg/share_facebook.svg) no-repeat center center;
	background-size: contain;
}
#share li.twitter a {
	background: url(../svg/share_twitter.svg) no-repeat center center;
	background-size: contain;
}
#share li.google a {
	background: url(../svg/share_google.svg) no-repeat center center;
	background-size: contain;
}
footer {
/*	margin: 20px;*/
    position: relative;
}
footer .link {
    width: 290px;
    display: none;
    position: absolute;
    right: 10px;
    top: -105px;
    padding: 15px;
    background: #000;
    border-radius: 4px;
    opacity: .9;
    z-index: 100;
}
footer .link .close {
    width: 290px;
    display: block;
    position: relative;
}
footer .link .close img {
    width: 10px;
    height: 10px;
    position: absolute;
    right: -10;
    top: -30px;
    cursor: pointer;
}
footer .link a img {
    width: 75px;
    float: left;
}
footer .link a span {
    width: 190px;
    float: left;
	color: #fff;
    margin-left: 20px;
    font-family: 'Roboto Slab', serif;
}
footer .link a span strong {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #616161;
}
footer .main {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 25px;
}
footer .main p {
	font-size: 9px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
}
footer .main p strong {
	color: #b4b4b4;
}
footer .main p a {
    text-decoration: underline;
    color: #616161;
}
footer .main p span {
    color: #a5a5a5;
}
main {
    width: 100%;
    position: relative;
}
/*TEMPLATE*/

/* publicidad */

.banner_uno, .banner_dos {
	margin: 30px 0;
}
.banner_uno p, .banner_dos p  {
	width: 728px;
	height: 25px;
	margin: 1px auto;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	line-height: 25px;
	background: #000;
}
.banner_uno .content, .banner_dos .content {
	width: 728px;
	height: 90px;
	margin: 0 auto;
	position: relative;
	background: #000;
}

.bannerMovil{
  position: fixed;
  width: 100%;
  bottom: 0px;
  margin:auto;
  background-color: #000;
  z-index: 1000;
    overflow: hidden;
}


@media screen and (max-width: 1400px) {
    .banner_uno, .banner_dos {
	display: none;
    }
}