/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Vittorio's custom styles
   ========================================================================== */
:focus{ outline:none !important; }
::-moz-focus-inner{ border:0 !important; }
*::-moz-selection{ background: none repeat scroll 0 0 #B3D4FC !important; text-shadow: none !important; }
body{ background: url("../images/barrasuperior.jpg") no-repeat 50% -35px; }
a, a:hover{ text-decoration: none !important; }
input{ font-size: inherit !important; }
.campo{
    background: #e7f0f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.30) !important;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.30) !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.30) !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
textarea.campo{ height: 150px; }
.no-margin{ margin: 0; }
.no-padding{ padding: 0; }
.border-top-bottom{ border-top: 1px solid #adabab; border-bottom: 1px solid #adabab; }
.bold{ font-weight: bold; }
.titulo-modulo{ text-align: center; color: #686765; font-size: 18px; font-weight: bold; }
.img-space{ margin-right: 10px; }
.currentdate{ margin: 10px 0 0 0; }
.img-hover{ cursor: pointer; margin: 0 auto; }
#social-icons{ text-align: right; padding: 20px 0 10px 0; }
.content-section-a{ background: url('../images/texturainferiorpagina.jpg') #fff center bottom repeat-x; }
.content-section-b{ background: #fff; font-size: 12px; padding-bottom: 40px; }
.white{ color: #fff; }
.label-personalized{ padding-left: 0; }
.top-background{ background: url('../images/barrasuperior.jpg') repeat-x 50% -35px; }

#footer{ padding: 10px 0; margin: 10px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }

#right2 img{ margin: 0 auto; }
#formulario{ margin: 20px 0; }

/* Suscribe */
.suscribe-tit{ padding-top: 20px; }
.suscribe-tit img{ margin: 0 auto; }
.suscribe-txt{ font-size: 20px; text-align: left; }
.suscribe-space{ margin-bottom: 27px; }
.orange{ color: orange; }

/* Modal */
.modal-dialog{ width: 700px; }
.modal-header{ border: 0; }


/* Home */
.page-header{ margin-top: 0; padding: 10px 0; border: 0; }


/* Main */
#main{  }
#main .main-body{ background: #fff; padding: 20px 0; }
#main form{ font-size: 12px; }
#main .form-control{
    background: #e4e5e5 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    height: 100% !important;
    line-height: 100% !important;
    padding: 5px 12px !important;
}





/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Smartphones start somewhere around here */
@media (min-width: 300px) {
    body{ background: url("../images/barrasuperior.jpg") repeat-y 50% -2%; }
    #main, #right{ background: #fff; }
    .suscribe-txt{ text-align: center; }
    .modal-dialog{ width: 80%; margin: 10% auto; }
    #social-icons{ text-align: center; }
    #logo img{ margin: 0 auto; }
    .white{ color: #999; }
}

/* You might do landscape phones here if your content seems to need it */
@media (min-width: 450px) {
    .white{ color: #999; }
    .suscribe-txt{ text-align: center; }
}

/* Starting into tablets somewhere in here */
@media (min-width: 600px) {
    #social-icons{ text-align: center; }
    .suscribe-txt{ text-align: center; }
    .white{ color: #999; }
}

/* Perhaps bigger tablets */
@media (min-width: 750px) {
    #social-icons{ text-align: right; }
    .suscribe-txt{ text-align: center; }
    .white{ color: #999; }
}

/* Desktop screen or landscape tablet */
@media (min-width: 900px) {
    body{ background: url("../images/barrasuperior.jpg") no-repeat 50% -35px; }
    .suscribe-txt{ text-align: center; }
    #social-icons{ text-align: right; }
    .modal-dialog{ width: 700px; margin: 30px auto; }
    #logo img{ margin: 0; }
    .white{ color: #fff; }
}

/* A bit bigger if you need some adjustments around here */
@media (min-width: 1100px) {
    body{ background: url("../images/barrasuperior.jpg") no-repeat 50% -35px; }
    .suscribe-txt{ text-align: left; }
}

/* Widescreens */
@media (min-width: 1500px) {
    body{ background: url("../images/barrasuperior.jpg") no-repeat 50% -35px; }
}






@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}