/* ########################### GENERAL ########################### */

@font-face {
    font-family: 'helveticaBold';
    src: url('helvetica_neue_lst_td_bd.eot');
    src: url('helvetica_neue_lst_td_bd.eot?#iefix') format('embedded-opentype'),
         url('HelveticaNeueLTStd-Bd.otf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaThin';
    src: url('helvetica_neue_lts_td_roman.eot');
    src: url('helvetica_neue_lts_td_roman.eot?#iefix') format('embedded-opentype'),
         url('HelveticaNeueLTStd-Roman.otf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Helvetica;
    font-size: 10px;
}

h1 {
    font-family: 'helveticaBold';
    margin: 0;
    padding: 0;
    font-size: 33px;
    letter-spacing: -0.048em;
}

input[type=button] {
    cursor: pointer;
}

a {
    color: black;
    text-decoration: none;
}

.colorBlue {
    color: #084871;
}

.colorGreen {
    color: #278551;
}

.colorBrown {
    color: #cc7442;
}

.colorWhite {
    color: white;
}

.fontBold {
    font-weight: bold;
}

.fontBig {
    font-size: 13px;
}

.fontNormal {
    font-size: 15px;
    letter-spacing: 0.02em;
}

.fontSmall {
    font-size: 13px;
    letter-spacing: -0.01em;
}

.font12 {

}

.fontTiny {
    font-size: 11px;
}

.fontExtraSmall {
    font-family: 'helveticaThin';
    letter-spacing: 0.03em;
    font-size: 9px;
}

.highTopSpace {
    margin-top: 25px;
}

.lowTopSpace {
    margin-top: 5px;
}

.footerSpacing {
    margin-left: 30px;
}

.footerLeftSpacing {
    margin-left: 40px;
}

.footerRightSpacing {
    margin-right: 40px;
}

.bottomBorder {
    width: 485px;
    border-bottom: 2px solid #084871;
}

.relativePos {
    position: relative;
}

/* ########################### PAGE LAYOUT ########################### */

.banner, #headerProducts, .productsRow {
    width: 556px;
}

.banner {
    margin-bottom: 15px;
    display: block;
}

#site {
    text-align: center;
}

#corpse {
    margin: 30px auto 0 auto;
    width: 875px;
}

#social {
    position: relative;

}

#social img {
    float: right;
    margin: 0 0 0 5px;
    width: 30px;
    height: 30px;
    background-color: white;
}

#socialTitle {
    position: absolute;
    top: 7px;
    right: 80px;
    color: grey;
    font-size: 12px;
}

#leftColumn, #formColumn {
    float: left;
}

#leftColumn {
    width: 575px;
    text-align: left;
    background-color: white;
}

#headerProducts {
    height: 44px;
    margin-bottom: 8px;
}

.products {
    float: left;
    position: relative;
    margin-left: 8px;
    width: 129px;
    text-align: center;
    background: white;
}

.products a:hover {
    opacity: 0.5;
}

.products img {
    margin: 8px 0 8px 0;
    vertical-align: bottom;
}

.productsRow {
    background-color: lightgrey;
}

.productsSeparatorHeight {
    height: 8px;
}

.productDescription {
    height: 30px;
    text-align: left;
    line-height: 11px;
    margin: 0 4px 8px 4px;
}

.products img.productImageEmpty {
    margin: 50px 0 50px 0;
}

.productEmpty {
    position: absolute;
    bottom: 0px;
    width: 129px;
    height: 20px;
    background: #084871;
    text-align: center;
    line-height: 20px;
}

.textPrice {
    position: absolute;
    top: 4px;
    left: 4px;
}

.buttonVer a {
    color: white;
}

.buttonVer {
    position: absolute;
    right: 4px;
    width: 26px;
    height: 15px;
    color: white;
    background: #278551;
    cursor: pointer;
}

.buttonVer:hover {
    opacity: 0.5;
}

#formColumn, #ingressioLogo, #registrationForm, #registrationFormFooter {
    width: 300px;
}

#ingressioLogo {
    margin: 69px 0 30px 0;
    height: 120px;
}

.formLabel {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: bold;
}

#registrationForm {
    text-align: left;
    background-color: #084871;
    color: white;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

#registrationFormFooter {
    height: 40px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #cc7442;
}

#registrationForm input[type=text] {
    border: 0;
    font-size: 12px;
    height: 20px;
    background-color: lightgrey;
    width: 220px;
}

#registrationForm select {
    border: 0;
    font-size: 12px;
    height: 20px;
    background-color: lightgrey;
    width: 220px;
}

#registrationForm input.inputLowBar,
#registrationForm select.inputLowBar {
    border-bottom: 2px solid #cc7442;
}

#registrationForm input.inputLowBarInvalid,
#registrationForm select.inputLowBarInvalid {
    background-color: pink;
    border-bottom: 2px solid red;
}

.formField {
    margin-bottom: 10px;
}

#buttonComprar {
    background-color: #cc7442;
    color: white;
    border: 0;
    width: 160px;
    border-radius: 8px;
    height: 40px;
    font-size: 20px;
    margin: 0 auto 0 auto;
}
#buttonComprar:hover {
    color: #86162c;
}

#footerWrapper {
    background-color: #084871;
}

#footer {
    margin: 0 auto 0 auto;
    background-color: #084871;
    color: white;
    width: 875px;
    height: 40px;
    margin-bottom: 50px;
}