* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body .cabecera_purina {
    background-color: #e1061c;
    height: 36px;
    margin: auto;
    width: 962px;
}

.cabecera_purina a {
    border: 0 none;
    display: block;
    float: right;
    height: 36px;
}

.cabecera_purina img {
    border: none;
}

body .cabecera {
    background-image: url("../_img/cabecera.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 162px;
    margin: auto;
    position: relative;
    width: 962px;
}

body main {
    display: block;
    float: left;
    padding: 0px 30px 50px;
    width: 100%;
    min-width: 980px;
}

main .form_container {
    display: block;
    float: left;
    margin-top: 30px;
    width: 100%;
}

/*
.form_container h1 {
    display: block;
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
*/

.form_container .content {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 950px;
}

.form_container .white_content {
    display: block;
    float: left;
    margin-top: 20px;
    border-radius: 12px;
    background-color: #fff;
    padding: 20px 40px 40px;
    width: 100%;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
}

.white_content .back {
    background-image: url("../_img/migas_volver.gif");
    background-position: 0 3px;
    background-repeat: no-repeat;
    color: #000;
    display: block;
    float: left;
    font-size: 11px;
    padding-left: 13px;
    padding-right: 10px;
    margin-left: -20px;
}

.white_content p {
    display: block;
    float: left;
    margin-top: 30px;
    color: #000;
    font-size: 16px;
    width: 100%;
}

.white_content p strong {
    font-weight: bold;
}

.white_content p.error {
    color: #e1061c;
    font-weight: bold;
    padding-bottom: 10px;
}

.white_content ul {
    padding-left: 18px;
    padding-bottom: 10px;
}

.white_content li {
    margin-top: 8px;
    color: #e1061c;
}

.white_content .button {
    display: block;
    border: 0;
    margin: auto;
    width: 215px;
    cursor: auto;
}

.white_content .button a {
    display: block;
    float: left;
    border: 2px solid #fff;
    border-radius: 8px;
    background-color: #e1061c;
    background: -moz-linear-gradient(top, #e73849 50%, #e1061c 51%);
    background: -webkit-linear-gradient(top, #e73849 50%, #e1061c 51%);
    background: linear-gradient(to bottom, #e73849 50%, #e1061c 51%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73849', endColorstr='#e1061c', GradientType=0);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition: background-color 150ms ease-out;
    transition: background-color 150ms ease-out;
}

.white_content .button a:hover {
    background-color: #af141b;
    background: -moz-linear-gradient(top, #bf4349 50%, #af141b 51%);
    background: -webkit-linear-gradient(top, #bf4349 50%, #af141b 51%);
    background: linear-gradient(to bottom, #bf4349 50%, #af141b 51%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf4349', endColorstr='#af141b', GradientType=0);
}

.white_content .zip_count {
    display: block;
    text-align: center;
    color: #e1061c;
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-top: 10px;
}