#main_left {
    float: left;
    width: 45%;
    height: 90%;
}

#main_right {
    float: right;
    width: 45%;
    height: 80%;
}

#asterisk {
    background-image:url(/static/img/asterisco-global.png);
    background-repeat: no-repeat;
    width: 498px;
    height: 484px;
}

@media screen and (max-width: 640px) {
    h1 {
    font-size: 1.2em;
    }
    #main_left {
    margin-top: 5em;
    width: 80%;
    }
    #main_right {
    float: left;
    height: 50%;
    }
    #asterisk {
        display: none;        
    }
}

#no-asterisk {
    background-image:url(/static/img/asterisco_small.png);
    margin-top: 5em;
    float: left;
    width: 149px;
    height: 145px;
}

#no-asterisk ul {
    font-size: 0.7em;
}

@media screen and (min-width: 640px) {
    #no-asterisk {
        display: none;       
    }
} 

.ak {
   width: 126px;
   height: 126px;
   text-align: center;
    -moz-border-radius: 63px;
    -webkit-border-radius: 63px;
    border-radius: 60px;
	font-weight: bold;
}


.ast {
    text-decoration: none;
    display: block;
    padding-top: 50px;
    color: #FFF;
    border-bottom: none;
}

.no-ast {
    text-decoration: none;
    color: red;
    border-bottom: none;
}


#ak_1 {
    margin-left: 187px;
}

#ak_2 {
    margin-top: 5px;
}

#ak_3 {
    margin-left: 372px;
    margin-top: -120px;
}

#ak_4 {
    margin-top: 89px;
    margin-left: 69px;
}


#ak_5 {
    margin-top: -287px; 
    margin-left: 185px;    
}

#ak_6 {
    margin-top: 42px; 
    margin-left: 301px;
}
.login_button {
    display: block;
    background-color: #ff2d2d;
    background-image: -webkit-linear-gradient(top,#f00,#ff2d2d);
    background-image: -moz-linear-gradient(top,#f00,#ff2d2d);
    background-image: -ms-linear-gradient(top,#f00,#ff2d2d);
    background-image: -o-linear-gradient(top,#f00,#ff2d2d);
    background-image: linear-gradient(top,#f00,#ff2d2d);
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    padding: 20px;
    float: right;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-bottom: none;
}

.strict {
    text-align: right;
    padding-right: 30px;
}

