/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

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

body {
    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;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
font-family: 'Depot';
src: url('../fonts/Depot-Bold.eot');
src: url('../fonts/Depot-Bold.eot?#iefix') format('embedded-opentype'),
     url('../fonts/Depot-Bold.woff') format('woff'),
     url('../fonts/Depot-Bold.ttf') format('truetype'),
     url('../fonts/Depot-Bold.svg#Depot') format('svg');
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: 'Depot';
src: url('../fonts/Depot-Light.eot');
src: url('../fonts/Depot-Light.eot?#iefix') format('embedded-opentype'),
     url('../fonts/Depot-Light.woff') format('woff'),
     url('../fonts/Depot-Light.ttf') format('truetype'),
     url('../fonts/Depot-Light.svg#Depot') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: 'Depot', sans-serif;
}

.wrapper{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

header .wrapper, #container .wrapper{
    overflow: visible !important;
    position: relative;
}

header{
    background-color: #001f4a;
    height: 137px;
    color: white;
}

.logo{
    float: left;
    margin-top: 28px;

}

#container{ 
    clear: both;
}

.contador{
    width: 287px;
    background: #1bb8e2 url('../img/bg-contador.png') !important;
    padding: 12px 27px 0;
    float: right;
    height: 144px;
    position: absolute;
    z-index: 100;
    right: 0;
}

.contador p{
    text-align: center;
    font-size: 20px;
    margin: 0 0 .2em 0;
    line-height: 1.5em;
}

.contador p span{
    font-size: 35px;
    font-weight: bold;
    display: block;
}

.contador p.sub{
    font-size: 16px;
    line-height: 1.2em !important;
}

.galleta{
    background: transparent url('../img/bg-galleta.png') no-repeat;
    width: 270px;
    height: 270px;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 100;
    right: -10px;
    top: -30px;
    padding-top: 1.5em;
}

.galleta p{
    font-weight: bold;
    font-size: 33px;
    line-height: 34px;
    margin-bottom: .2em;
}

.galleta span{
    font-size: 1.2em;
}

.content{
    background: url('../img/unaplayadiferente.jpg') no-repeat;
    width: 659px;
    position: relative;
    min-height: 575px;
}

.content div.claim{
    background-color: white;
    width: 275px;
    padding: 25px 18px 16px;
    position: absolute;
    left: 173px;
    top: 197px;
}

.content, #form{
    float: left;
}

h1, h2{
    font-family: 'BebasNeueRegular';
}

h1{
    font-size: 47px;
    color: #00164a;
    font-weight: normal;
    line-height: 39px;
    margin: 0 0 5px;
}

h2{
    font-size: 22px;
    color: #53ab29;
    margin: 0;
    font-weight: normal;
    line-height: 22px;
}

#form{
    background-color: #1bb8e2;
    width: 287px;
    padding: 21px 27px 10px;
    min-height: 544px;
}

#login{
    margin-top: 2em;
}

#formulario label, #login label{
    width: 100%;
    display: block;
}

#formulario label{
    color: white;
}

#login label{
    color: #555;
}

#formulario input[type="text"], 
#formulario input[type="email"],
#formulario select{ 
    width: 90% !important;
    border: none;
    padding: 14px 5%;
}

#formulario input[type="text"], 
#formulario input[type="email"],
#formulario select, #login input.login,
#login input.reset-btn{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 10px;
    font-family: 'Depot', sans-serif;
    font-size: 16px;
    color: #555;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}

#login input.login{
    width: 30%;
    border: 1px solid #e1e1e1;
    padding: 14px 2%;
}

#login input.login[type="submit"]{
    display: block;
    width: 34.4% !important;
    margin-top: 1.2em;
}

#login input.reset-btn{
    padding: 14px 2%;
    box-shadow: none;
    border: none;
}

#formulario select{
    width: 100% !important;
    background: white url('../img/arrow-select.jpg') no-repeat 95% center;
}

#formulario input[type="text"]:focus,
#formulario input[type="email"]:focus,
#formulario select:focus{
    outline: none;
}

#formulario input[type="submit"] {
    background: #f1a539 url('../img/bg-submit.png') no-repeat 50% 50%;
    height: 86px;
    width: 100% !important;
    opacity: .9;
    border: none;
    margin-top: 1em;
}

#formulario input[type="submit"]:hover{
    opacity: 1;
}

input[type="checkbox"]{
    width: 20px;
    float: left;
    position: relative;
    top: 4px;
}

label a{
    color: white;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.5);
}

label a:hover{
    border-bottom: 1px solid rgba(255,255,255,1);
}

#mce-success-response{
    background-color: white;
    padding: .5em 5%;
}

.registered-clients td{
    padding: 1em 2%;
    text-align: center;
}

#mensaje{
    text-align: center;
    color: #555;
    padding-top: 2em;
}

.booknumber{
    font-size: 2em;
    margin: .5em 0 !important;
}

.booknumber span{
    font-weight: bold;
}

#dialog{
    display: none;
    position: absolute;
    z-index: 101;
    background-color: white;
    width: 60%;
    top: 25px;
    left: 15%;
    padding: 30px 5% 20px;
    box-shadow: #333 0px 1px 5px;
}

#dialog p{
    font-size: 14px;
    color: #666;
}

#dialog h3{
    margin-top: 0;
}

p.title, p.subtitle{
    text-align: center;
}

p.title{
    color: #555;
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: bold;
}

p.subtitle{
    color: #666;
    font-size: 20px;
    margin-top: 0;
}

.doctors{
    margin: 30px auto;
    width: 730px;
}

.doctor{
    display: inline-block;
    width: 360px;
}

.doctor h3, .doctor a{
    text-align: center;
}

.doctor h3{
    font-size: 22px;
    color: #555;
    margin-bottom: 0;
}

.doctor a{
    font-size: 15px;
    color: #666;
    background: url('../img/arrow-resume.gif') no-repeat 78% center;
    padding-right: 12px;
    display: block;
    font-weight: normal;
    text-decoration: none;
}

.more-info{
    width: 370px;
    margin: 0 auto 35px;    
}

.more-info a{
    text-align: center;
    font: normal 36px 'BebasNeueRegular', sans-serif;
    background-color: #7dba60;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 15px 0 12px;
    line-height: 31px;
    display: block;
}

.full-content{
    padding-top: 2em;
    margin-bottom: 4em;
}

.full-content h2{
    font-family: Depot, sans-serif;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 1em;
}

.foot{
    width: 400px;
    margin: 0 auto 30px;
    overflow: hidden;
}

.foot h3, .foot ul, .foot ul li{
    float: left;
    font-size: 18px;
    color: #555;
}

.foot h3{
    height: 40px;
    margin-top: 10px;
}

.foot ul{
    margin: 10px 0 0;
}

.foot ul li{
    list-style: none;
    margin-right: 20px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

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

}

/* ==========================================================================
   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; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}