#Container .mix {
	display: none;
}

.mixL {
	display: none;
}
#Container
{
    overflow:hidden;
    height: 559px;
    transition:all 0.8s ease 0s;
}

#ContainerL
{
    overflow:hidden;
    height: 559px;
    transition:all 0.8s ease 0s;
}


#btnVermasL {
    background-color: transparent;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-family: "open_sanslight",Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#anteriores_revista
{
    overflow:hidden;
    height:630px;
    transition:all 0.8s ease 0s;
}