﻿

.marginTop20 {
    margin-top: 13%;
}

.marginTop10 {
    margin-top: 8%;
}

.bodyContent {
    border: 1px solid #000000;
    padding: 20px;
}

.white-box {
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    
    border-bottom-width: 2px;
    padding: 45px 15px 55px 15px;
    
}

.fix-4-12 {
    max-width: 427px !important;
}

[class*='fix-'],
.article .article-content,
.page .article-content,
.article .checklist_in_post,
.page .checklist_in_post {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
}

h1 {
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
}

.label-title.required:after {
    content: " *";
    color: #db4433;
}

/*Footer*/

.footer {
    height:70px;
    width: 100%;
    position: fixed;
    bottom: 0;
    color: #000000;
    text-align: center;
    background: #ffc107;
}

#footerTxt {
    padding-top: 5px;
    font-family: Arial, Tahoma;
    font-size: 11px;
    float: right;
    width: 200px;
}

footer {
    display: block;
}

.footer .wave-canvas {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wave-top {
    position: absolute;
    top: -60px;
    left: 0;
}


html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

.btn-warning {
    background-color: rgb(253, 199, 47)
}

.footerItems {
    padding: 10px;
}

@keyframes animationFramesThree {
    0% {
        transform: translate(0px, 0px)
    }

    100% {
        transform: translate(0px, 50%)
    }
}

@-webkit-keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(165px, 0px)
    }

    100% {
        -webkit-transform: translate(100px, 10px)
    }
}

@-webkit-keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.msgResult {
    text-align: center;
    color: red;
}
.IconoWiki img {
    top: 3%;    
    position: absolute;
    /*left: 80%;*/
}

label.error {
    color: red;
}
.footerForm{
    align-items:center;
}

a.efe {
    color: #000000;
}
/*Head*/
#contHeader {
    height: 100px;
    width: 100%;
    position: inherit;
    z-index: 1;
    background-color: #ffd919 ;
    
}

#headerIzq {
    float: left;
    font-family: Arial, Tahoma;
    font-size: 11px;
    color: #000;
    text-align: left;
    width: 33%;
    padding-top: 5px;
    font-weight: bold;
    vertical-align: middle;
}

#headerCentro {
    width: 33%;
    float: left;
    text-align: center;
}
a.volverLogin {
    background: url(../Icons/volverLogin.png) no-repeat top left;
    display: block;
    width: 64px;
    height: 150px;
    text-indent: -9999px; /* hides the link text */
}

#iconWikiHeader{
    width: 200px;
}

#headerDere {
    float: left;
    font-family: Arial, Tahoma;
    font-size: 11px;
    color: #000;
    text-align: right;
    width: 33%;
    padding-top: 5px;
    font-weight: bold;
    vertical-align: middle;
}

@media screen and (min-width: 319px) and (max-width: 320px) {
    .g-recaptcha {
        transform: scale(0.79);
        -webkit-transform: scale(0.79);
        transform-origin:;
        -webkit-transform-origin:;
    }
}

@media screen and (max-width: 240px) {
    .g-recaptcha {
        transform: scale(0.58);
        -webkit-transform: scale(0.58);
        transform-origin:;
        -webkit-transform-origin:;
    }
}