/*
 ██████╗ ███████╗███╗   ██╗███████╗██████╗  █████╗ ██╗     ███████╗███████╗
██╔════╝ ██╔════╝████╗  ██║██╔════╝██╔══██╗██╔══██╗██║     ██╔════╝██╔════╝
██║  ███╗█████╗  ██╔██╗ ██║█████╗  ██████╔╝███████║██║     █████╗  ███████╗
██║   ██║██╔══╝  ██║╚██╗██║██╔══╝  ██╔══██╗██╔══██║██║     ██╔══╝  ╚════██║
╚██████╔╝███████╗██║ ╚████║███████╗██║  ██║██║  ██║███████╗███████╗███████║
 ╚═════╝ ╚══════╝╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝
*/
body { 
    font-family:"AkzidenzCondensed",sans-serif,Arial,Helvetica;
    margin: 0px auto;
}

li {
    list-style: none outside none;
}

a {
    color: #000000;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}

.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.mostrar
{
  display: block;
}

.ocultar
{
  display: none !important;
}

.centrado
{
  text-align: center;
}

.round {
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
}
@font-face{
  font-family:"SolidoCondensedExtraBold";
  src:url(http://www.aldia.cr/static/ALDDia/fonts/SolidoCondensed/solidocondensed-extrabold-webfont.eot);
  src:url(http://www.aldia.cr/static/ALDDia/fonts/SolidoCondensed/solidocondensed-extrabold-webfont.eot?#iefix) 
  format('embedded-opentype'),
  url(http://www.aldia.cr/static/ALDDia/fonts/SolidoCondensed/solidocondensed-extrabold-webfont.woff) 
  format('woff'),
  url(http://www.aldia.cr/static/ALDDia/fonts/SolidoCondensed/solidocondensed-extrabold-webfont.ttf) 
  format('truetype'),
  url(http://www.aldia.cr/static/ALDDia/fonts/SolidoCondensed/solidocondensed-extrabold-webfont.svg#Whitney-Medium) 
  format('svg');
  font-weight:400;
  font-style:normal
}

/*
██╗  ██╗███████╗ █████╗ ██████╗ ███████╗██████╗ 
██║  ██║██╔════╝██╔══██╗██╔══██╗██╔════╝██╔══██╗
███████║█████╗  ███████║██║  ██║█████╗  ██████╔╝
██╔══██║██╔══╝  ██╔══██║██║  ██║██╔══╝  ██╔══██╗
██║  ██║███████╗██║  ██║██████╔╝███████╗██║  ██║
╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝╚═════╝ ╚══════╝╚═╝  ╚═╝
*/

#header {
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #000000;
    height: 54px;
    top: 0;
    width: 100%;
    z-index: 100;
    position: fixed;
}

#header .content {
    background-color: #FFFFFF;
    margin: 0 auto;
    width: 100%;
    height: 54px;
}

#logo {
	position: absolute;
}
#logo a {
	float: left;
}
#logo.ln a {
	width: 122px;
	height: 26px;
	left: 15px;
	margin: 16px 0 0 15px;
	background: url(http://nacion.addplay.com/publishers/nacion/svg/ln.svg) no-repeat center center;
	background-size: contain;
}


#logo.gn a {
	width: 56px;
	height: 62px;
	margin: 0;
	background: url(../svg/gn.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;
}
#share {
	position: absolute;
	right: 15px;
	top: 15px;
}
#share li {
	float: left;
}
#share li a {
	width: 23px;
	height: 23px;
	display: block;
	margin-left: 15px;
    opacity: 1;
	transition: opacity 0.5s ease 0s;
}
#share li a:hover {
    opacity: 0.5;
}
#share li.facebook a {
	background: url(http://nacion.addplay.com/publishers/nacion/svg/facebook.svg) no-repeat center center;
	background-size: contain;
}
#share li.twitter a {
	background: url(http://nacion.addplay.com/publishers/nacion/svg/twitter.svg) no-repeat center center;
	background-size: contain;
}
#share li.google a {
	background: url(http://nacion.addplay.com/publishers/nacion/svg/google.svg) no-repeat center center;
	background-size: contain;
}
#header .content .header_portada_container_left{
    width: 65%;
    float: left;
    text-align: left;
}

#header .content .header_portada_container_right{
    width: 35%;
    float: right;
    text-align: right;
}

#header .header_portada_container_left .logo a {
  background-color: #FFFFFF;
  background-image: url("/publishers/nacion/images/bg_header-logo.png");
  display: block;
  float: left;
  height: 54px;
  margin-left: 15px;
  width: 99px;
}

#header .header_portada_container_left .title {
  background-color: #FFFFFF;
  color: #333333;
  float: left;
  font-family: "AkzidenzCondensed",sans-serif,Arial,Helvetica,sans-serif;
  font-size: 36px;
  font-weight: normal;
  height: 20px;
  line-height: 18px;
  margin: 11px 0 0 15px;
  padding-top: 13px;
}

#header .header_portada_container_left .title h2 {
  color: #999999;
  font-family:"AkzidenzCondensed",sans-serif;
  font-size: 24px;
  text-align: left;
  z-index: 50;
  margin: 0px;
}

#header .header_portada_container_right .share {
  background: none repeat scroll 0 0 #E9E9E9;
  float: right;
  height: 30px;
  padding: 12px;
  margin: 0px;
}

#header .header_portada_container_right .share li {
    float: left;
}

#header .header_portada_container_right .share li a {
  display: block;
  height: 30px;
  opacity: 0.6;
  transition: opacity 1s ease 0s;
  width: 30px;
}

#header .header_portada_container_right .share li a:hover {
  opacity:1;
}

#header .header_portada_container_right .share li a.facebook {
  background: url("/publishers/nacion/images/btn_share-facebook.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#header .header_portada_container_right .share li a.twitter {
  background: url("/publishers/nacion/images/btn_share-twitter.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#header .header_portada_container_right .share li a.googleplus {
  background: url("/publishers/nacion/images/btn_share-googleplus.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}*

/*
███████╗███████╗██████╗ ███████╗ ██████╗██╗ █████╗ ██╗     
██╔════╝██╔════╝██╔══██╗██╔════╝██╔════╝██║██╔══██╗██║     
█████╗  ███████╗██████╔╝█████╗  ██║     ██║███████║██║     
██╔══╝  ╚════██║██╔═══╝ ██╔══╝  ██║     ██║██╔══██║██║     
███████╗███████║██║     ███████╗╚██████╗██║██║  ██║███████╗
╚══════╝╚══════╝╚═╝     ╚══════╝ ╚═════╝╚═╝╚═╝  ╚═╝╚══════╝
*/
.pulicidad_fixed {
height: 1px;
left: 0;
margin: auto;
position: fixed;
right: 0;
top: 200px;
/* width: 1320px; */
}
.pulicidad_fixed .publiA {
float: left;
padding-left: 3%;
}
.pulicidad_fixed .publiB {
float: right;
padding-right: 3%;
}
		.clear-fix {
		    height: 5px;
		}
		.gn_footer {
		    color: #BBB;
		}
		.gn_footer_menu {
		    color: #FFF;
		    padding: 25px 252px 0;
		}
		.gna_footer_logo_cont {
		    line-height: 50px;
		    padding: 10px 0;
		    text-align: center;
		}
		.gna_footer_logo {
		    padding: 0 10px;
		}
		.gna_footer_logo img {
		    height: 27px;
		}
		.gn_footer a {
		    color: inherit;
		}
		.gn_footer_corner_right {
		    height: 100%;
		    position: absolute;
		    top: 0;
		    right: -5px;
		    width: 5px;
		}
		.gn_footer_corner_left {
		    height: 100%;
		    position: absolute;
		    top: 0;
		    left: -5px;
		    width: 5px;
		}
		.gn_footer_corner_middlewhite {
		    background-color: #FFF;
		    height: 70%;
		    width: 5px;
		}
		.gn_footer_corner_topleft {
		    background-position: top left;
		    height: 15%;
		    width: 5px;
		}
		.gn_footer_corner_butleft {
		    background-position: bottom left;
		    height: 15%;
		    width: 5px;
		}
		.gn_footer_corner_topright {
		    background-position: top right;
		    height: 15%;
		    width: 5px;
		}
		.gn_footer_corner_butright {
		    background-position: bottom right;
		    height: 15%;
		    width: 5px;
		}
		.gn_footer_copyright {
		    font-size: 12px;
		    margin: 15px auto 0;
		    text-align: center;
		    width: 1195px;
		    color: #696969;
		}
		.gna_footer_background {
		    background-color: #ececec;
		}
		.gna_footer_terminos {
		    font-size: 14px;
		    padding: 10px 0 5px;
		    text-align: center;
		}
		.gna_footer_terminos>a {
		    text-transform: uppercase;
		    text-decoration: none;
		    color: #696969;
		}
		.gna_footer_quienes {
		    font-size: 14px;
		    padding: 32px 0 15px;
		    text-align: center;
		}
		.gna_footer_quienes>a {
		    text-transform: uppercase;
		    text-decoration: none;
		    color: #696969;
		    padding: 2px;
		}
		.gna_footer_img {
		    height: 95px;
		    width: 1202px;
		    overflow: hidden;
		    margin: 0 auto;
		}
		.contenedor{
			width:100%;
		}
		.barra_logotipo{
			height:110px;
/*			padding: 80px 0 0 105px; */
			padding: 80px 0 0 4%;
			background-image: url(/publishers/nacion/images/desktop/fondo.png)
		}
		.logo{
			float:left;
			margin-right: 15px;
		}
/* Removed by MAT as fixed height can't apply here'
                .juegos{
			height: 800px;
		}
*/
		.wrapper .pulicidad_fixed .publiB {
			float: right;
		}
/*
 ██████╗██████╗ ███████╗██████╗ ██╗████████╗ ██████╗ ███████╗
██╔════╝██╔══██╗██╔════╝██╔══██╗██║╚══██╔══╝██╔═══██╗██╔════╝
██║     ██████╔╝█████╗  ██║  ██║██║   ██║   ██║   ██║███████╗
██║     ██╔══██╗██╔══╝  ██║  ██║██║   ██║   ██║   ██║╚════██║
╚██████╗██║  ██║███████╗██████╔╝██║   ██║   ╚██████╔╝███████║
 ╚═════╝╚═╝  ╚═╝╚══════╝╚═════╝ ╚═╝   ╚═╝    ╚═════╝ ╚══════╝
*/

/*FOOTER*/
#footer .main {
	padding: 20px 0 20px 0;
    clear: both;
}
#footer .main p {
	color: #3C3B3B;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1px;
}
#footer .main p strong {
	color: #6b6b6b;
}

/*
 * Extra fixes by MAT
 */
/*
 * Sizes for h1 & h2
 * Whether ads are visible
 */
@media only screen and (max-width: 320px) {
    h1 { font-size: 1.5em; }
    h2 { font-size: 1em; }
    .publicidad { display: none; }
/*
    .pulicidad_fixed { display: none; }
*/
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
    h1 { font-size: 2em; }
    h2 { font-size: 1.5em; }
    .publicidad { display: none; }
/*
    .pulicidad_fixed { display: none; }
*/
    #zing_game_placeholder,
    #zing_ad_headline {
        display: inline-block;
    }
    
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    h1 { font-size: 3em; }
    h2 { font-size: 2em; }
/*
    .container {
        width: 668px;
        padding-left: 50px;
        padding-right: 50px;
    }
*/
    .publicidad { display: none; }
/*
    .pulicidad_fixed { display: none; }
*/
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    h1 { font-size: 3em; }
    h2 { font-size: 2em; }
/*
    .container {
        width: 528px;
        padding-left: 50px;
        padding-right: 50px;
    }
    #zing_nacion_sidebar_right { display: none; }
*/
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    h1 { font-size: 3em; }
    h2 { font-size: 2em; }
/*
    .container {
        width: 760px;
        padding-left: 220px;
        padding-right: 220px;
    }
    #zing_game_content {
        width: 698px;
        margin: 0 auto;
        padding-top: 10px;
    }
*/
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    h1 { font-size: 3em; }
    h2 { font-size: 2em; }
/*
    .container {
        width: 960px;
        padding-left: 220px;
        padding-right: 220px;
    }
    #zing_game_content {
        width: 698px;
        margin: 0 auto;
        padding-top: 10px;
    }
*/
}
@media only screen and (min-width: 1600px) {
    h1 { font-size: 3em; }
    h2 { font-size: 2em; }
/*
    .container {
        width: 960px;
        padding-left: 220px;
        padding-right: 220px;
    }
    #zing_game_content {
        width: 698px;
        margin: 0 auto;
        padding-top: 10px;
    }
*/
}
