
html {
	height: 100%;
}
body {
    
}
div.clear {
        clear: both;
}
.pie {
        behavior: url(htc/PIE.htc);
}
p, a, input {
        font-family: 'Roboto', Arial, serif;
}




/* Header
-----------------------------------------------------------------------------*/
header {
    display: block;
    width: 100%; 
    position: relative;    
    background-color: #191919;
    border-bottom: 1px solid #4f4f4f;    
}
#h-center {
    width: 990px;    
    padding: 30px 0px;
    margin: 0 auto;
    position: relative;
}
#logo {
    display: block;
    width: 370px;
    margin: 0 auto;
    position: relative;
    padding-left: 90px;
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}
#logo span {
    font-weight: 500;
}
#logo p {
    display: block;
    width: 65px;
    height: 47px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -24px;
}
#logo p img {
    display: block;
    width: 100%;
    height: 100%;
}
#headerText {
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
}



/*Content
----------------------------------------------------------*/

article {
    display: block;
    padding: 40px 40px 10px 40px;
    background-color: #000;
}
article ul {
    text-align: justify;
    line-height: 0;
    font-size: 1px;
    text-justify: newspaper;
    zoom:1;
}
article ul:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
article ul li { 
    display: inline-block;    
    text-align: left;
    line-height: normal;
    vertical-align: top;
    position: relative;
    margin-bottom: 30px;    
}
article ul li a {
    display: block;
    width: 200px;
    padding: 4px;
    background-color: #242424;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 3px;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius:3px;
}
article ul li a:hover {
    background-color: #dc1919;
}
article ul li a p {
    display: block;
    width: 200px;
    height: 200px;
    position: relative;
}
article ul li a p img {
    display: block;
    width: 100%;
    height: 100%;
}
article ul li a span {
    display: block;
    text-align: center;
    padding: 24px 0px 20px 0px;
}

#signup-AMTAT3-form #field-login {
    width: 100%;
}


/*footer
-----------------------------------------------------------*/

footer {
    display: block;
    width: 100%;
    background-color: #191919;
    border-top: 1px solid #4f4f4f;    
}
#f-center {
    width: 990px;
    padding: 75px 0px;
    margin: 0 auto;    
}
#f-menu{
    width: 990px;
    //padding: 75px 0px;
    margin: 0 auto;   
}
div#f-menu a{
    float: left;
    display: block;
    text-align: center;
    color: #019cff;
    //text-decoration: underline;
    font-size: 14px;    
    font-weight: 400;
    width: 100%;
}
.name_link{
    text-decoration: underline;
}
#footerText {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
}
#infLegales {
    display: block;
    text-align: center;
    color: #019cff;
    //text-decoration: underline;
    font-size: 20px;    
    font-weight: 400;
}
#infLegales:hover {
    text-decoration: none;
}









/*-----------------------------------------------------------------------*/

@media (min-width: 320px) {
    #h-center {
        width: 300px;    
        padding: 22px 0px;
    }
    #logo {
        width: 195px;
        padding-left: 45px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    #logo p {
        width: 33px;
        height: 24px;
        margin-top: -12px;
    }
    #headerText {
        font-size: 13px;
    }
    article {
        padding: 10px 10px 0px 10px;
    }
    article ul li { 
        margin-bottom: 10px;    
    }
    article ul li a {
        width: 90px;
        padding: 3px;
        font-size: 11px;
    }
    article ul li a p {
        width: 90px;
        height: 90px;
    }
    article ul li a span {
        padding: 11px 0px 8px 0px;
    }
    #f-center {
        width: 300px;
        padding: 30px 0px;   
    }
    #footerText {
        font-size: 13px;
        margin-bottom: 25px;
    }
    #infLegales {
        font-size: 14px; 
    }
} 
/*321*/

@media (min-width: 640px) {
    #h-center {
        width: 620px;    
        padding: 30px 0px;
    }
    #logo {
        width: 250px;
        padding-left: 60px;
        margin-bottom: 30px;
        font-size: 26px;
    }
    #logo p {
        width: 43px;
        height: 30px;
        margin-top: -15px;
    }
    #headerText {
        font-size: 16px;
    }
    article {
        padding: 15px 15px 0px 15px;
    }
    article ul li { 
        margin-bottom: 15px;    
    }
    article ul li a {
        width: 110px;
        padding: 3px;
        font-size: 12px;
    }
    article ul li a p {
        width: 110px;
        height: 110px;
    }
    article ul li a span {
        padding: 13px 0px 10px 0px;
    }
    #f-center {
        width: 620px;
        padding: 40px 0px;   
    }
    #footerText {
        font-size: 13px;
        margin-bottom: 20px;
    }
    #infLegales {
        font-size: 14px; 
    }
} 
/*641*/

@media (min-width: 990px) {
    #h-center {
        width: 990px;    
        padding: 30px 0px;
    }
    #logo {
        width: 370px;
        padding-left: 90px;
        margin-bottom: 30px;
        font-size: 38px;
    }
    #logo p {
        width: 65px;
        height: 47px;
        margin-top: -24px;
    }
    #headerText {
        font-size: 24px;
    }
    article {
        padding: 40px 40px 10px 40px;
    }
    article ul li { 
        margin-bottom: 30px;    
    }
    article ul li a {
        width: 200px;
        padding: 4px;
        font-size: 16px;
    }
    article ul li a p {
        width: 200px;
        height: 200px;
    }
    article ul li a span {
        padding: 24px 0px 20px 0px;
    }
    #f-center {
        width: auto;
        padding: 75px 0px;   
    }
    #footerText {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #infLegales {
        font-size: 20px; 
    }
} 
/*991*/



