@charset "utf-8";
.crear {
    clear: both;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin-bottom: 10px;
}

.wp-caption.alignleft {
    margin: 0px 10px 10px 0px;
}

.wp-caption.alignright {
    margin: 0px 0px 10px 10px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}

.aligncenter {
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin: 15px auto
}

img.alignleft {
    display: inline;
    margin: 15px 15px 15px 0;
}

img.alignright {
    display: inline;
    margin: 15px 0 15px 15px;
}

img.aligncenter {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin: 15px auto
}

img.size-full {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 15px auto
}

/* Widget calendar --------------------------------------- */

#wp-calendar {
    width: 100%;
    max-width: 100%;
    color: #888;
    text-align: center;
}

#wp-calendar, #wp-calendar caption, #wp-calendar tr, #wp-calendar td, #wp-calendar th {
    text-align: center;
}

#wp-calendar th, #wp-calendar td {
    padding: 4% 2%;
}

#wp-calendar caption, #wp-calendar thead {
    color: #666;
    border-bottom: 1px solid #eee;
}

#wp-calendar caption {
    font-style: italic;
    text-transform: capitalize;
    color: #999;
    padding-bottom: 4%;
}

#wp-calendar thead {
    color: #019EBD;
}

#wp-calendar thead th {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9em;
}

#wp-calendar tfoot {
    border-top: 1px solid #EEE;
}

#wp-calendar tfoot td {
    padding: 0;
}

#wp-calendar tfoot #prev {
    text-align: left;
}

#wp-calendar tfoot #next {
    text-align: right;
}

#wp-calendar tfoot a {
    display: block;
    margin-top: 10px;
    font-size: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
}

#wp-calendar tfoot a:hover {
    text-decoration: none;
    color: #666;
}

.main_text img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.acce input {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin: 0 15px 0 0;
}

input[type='submit'][disabled] {
    /*background: #DCDCDC;*/
}

input[type='submit'][disabled]:hover {
    cursor: not-allowed;
    opacity: 1;
}

.screen-reader-response {
    display: none
}

.wpcf7-response-output, .wpcf7-not-valid-tip {
    display: block;
    text-align: center;
}

.wpcf7-validation-errors, .wpcf7-not-valid-tip {
    color: #E91013;
    font-weight: bold
}