/*
==============================================
CSS AQUÍ VA EL EMERGENTE USUARIO
==============================================
*/
.p_emergenteusuario{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
    background-color: rgba(0, 0, 0, .65);
    z-index: 2;
    display: none;
}

.p_emergenteclose{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
}

.p_emerbox{
    width: 70%;
    max-width: 600px;
    max-height: 600px;
    background-color: #f2f2f2;
    background-image: url(../img/p_menutexture.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    border-radius: 10px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .35);
    position: absolute;
    overflow-x: hidden;
}

.p_emerclose{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0%;
    right: 0%;
    cursor: pointer;
    background-image: url(../img/p_iconosmenu.png);
    background-size: 1800% 100%;
    background-position: 47.04% 0%;
    background-repeat: no-repeat;
}


.p_emerboxconte{
    width: 82%;
    display: table;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Fedra Sans Std";
    display: none;
}

.p_emeralerta{
    width: 100%;
    float: left;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #f15a24;
}

.p_emerdatos{
    width: 100%;
    float: left;
    margin-top: 10px;
}

.p_emerdatostxt{
    width: 100%;
    float: left;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    color: #4d4d4d;
}

.p_emerdatosinput{
    width: 100%;
    height: 30px;
    float: left;
    border: 0px;
    margin-top: 5px;
    background-color: rgb(0, 177, 233);
    color: #f2f2f2;
    text-indent: 1rem;
}

.p_emerinfo, 
.p_emertexto{
    width: 100%;
    float: left;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #4d4d4d;
    margin-top: 10px;
}

.p_emerinfo{
    cursor: pointer;
    text-decoration: underline;
}

.p_emerbtn, 
.p_emerfoto{
    width: 100%;
    float: left;
    margin-top: 20px;
}

.p_emerbtnin{
    width: 170px;
    height: 40px;
    margin: auto;
    display: block;
    background-color: rgb(0, 177, 233);
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #f2f2f2;
    cursor: pointer;
    border: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-image: url(../img/p_iconosgradostemas.png);
    background-size: 1800% 210%;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

.p_emertitle{
    width: 100%;
    float: left;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #4d4d4d;
}



.p_emerfotoin{
    display: table;
    margin: auto;
    position: relative;
}

.p_emerfotoimg{
    width: 140px;
    margin: auto;
    background-color: #f2f2f2;
    border-radius: 10px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .35);
}

.p_emerinputfile {
    width: 0px;
    height: 0px;
    opacity: 0;
    overflow: hidden;
    margin-top: 10px;
    float: left;
    display: none;
}

.p_emerinputfile + label {
    width: 100% !important;
    height: 30px;
    font-size: 1.4rem;
    text-align: center;
    color: rgb(0, 177, 233);
    display: table;
    text-decoration: underline;
    font-weight: bold;
    margin-top: 10px;
    outline: 0px;
    cursor: pointer;
}

.p_emerinputfile:focus + label, 
.p_emerinputfile + label:hover {
    color: rgb(0, 177, 233);
}

.p_emertable{
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: right;
    color: #4d4d4d;
    padding-right: 2%;
}

.p_emertable > tbody > tr > td:nth-child(1){
    vertical-align: top;
    border: 5px solid transparent;
}

.p_emertable > tbody > tr > td:nth-child(2){
    width: 70%;
    color: rgb(0, 177, 233);
    vertical-align: top;
    text-align: left;
    padding-left: 2%;
    border: 5px solid transparent;
}

.p_emerdatosselect{
    width: 100%;
    height: 30px;
    float: left;
    border: 0px;
    margin-top: 5px;
    background-color: rgb(0, 177, 233);
    /* background-image: url(../img/p_emergenteselect.png); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    color: #f2f2f2;
    text-indent: 1rem;
}

.p_emerdatosselect option{
    background:#4d4d4d;
}

.p_emerboxbienvenido{
    width: 100%;
    display: table;
    margin: auto;
    font-family: "Fedra Sans Std";
    /* background-image: url(../img/p_emergentefondo.png); */
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.p_emerfrase{
    width: 100%;
    height: 100px;
    float: left;
    /* background-image: url(../img/p_emergentefrase.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 40px;
}

.p_emerfrasesalir{
    width: 100%;
    height: 120px;
    float: left;
    /* background-image: url(../img/p_emergentefrasesalir.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
}

.p_emerfrasetxt{
    width: 68%;
    float: right;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    color: #4d4d4d;
    margin-top: 60px;
}

.p_emerpleca{
    width: 70%;
    height: 20px;
    float: right;
    background-color: rgba(0, 177, 233, .80);
    margin-top: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.p_emerfrasetxtdias{
    width: 68%;
    float: right;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    color: #4d4d4d;
    margin-top: 10px;
    margin-bottom: 40px;

}
.p_emerfrasetxtdias > span{
    font-weight: bold;
    color: rgb(252, 91, 88);
    /*text-shadow: 0px 0px 4px rgba(0,0,0,.5);*/
}
.p_emercontactotitle{
    width: 100%;
    float: left;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    color: rgb(0, 177, 233);
    margin-bottom: 20px;
}

.p_emercontacto{
    width: 100%;
    float: left;
    margin-top: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.p_emercontacto:hover{
    border: 1px solid rgb(0, 177, 233);
}

.p_emercontactoicon1, 
.p_emercontactoicon2, 
.p_emercontactoicon3, 
.p_emercontactoicon4{
    width: 36px;
    height: 36px;
    float: left;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.p_emercontactoicon1{
    /* background-image: url(../img/p_emergenteicontelefono.png); */
}

.p_emercontactoicon2{
    /* background-image: url(../img/p_emergenteiconcorreo.png); */
}

.p_emercontactoicon3{
    /* background-image: url(../img/p_emergenteiconayuda.png); */
}

.p_emercontactoicon4{
    /* background-image: url(../img/p_emergenteicondireccion.png); */
}

.p_emercontactotxt{
    width: calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
    width: -moz-calc(100% - 45px);
    min-height: 36px;
    float: left;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    color: #4d4d4d;
    word-wrap: break-word;
    margin-left: 9px;
}

.p_emerdatosimg{
    width: 100%;
    height: 120px;
    float: left;
    /* background-image: url(../img/hab_rv_3021.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 10px;
}


.p_emerdatosimg > .p_emerdatosplay > .p_recienteinfoplayicon:hover{
    transform: none;
}

.p_emerdatosplay{
    /* width: 60%;
     height: 100%;
     margin: auto;
     background-size: 40%;
     background-position: center;
     background-repeat: no-repeat;
     cursor: pointer;
     */
     width: 50%;
     height: 50%;
     margin-top: 30px;
     margin-left: 25%;
     cursor: pointer;
 }
 .p_emerdatosplay > .p_recienteinfoplayicon {
     top:none;
     left:none;
     position: inherit;
     height: 100%;
     width:100%;
 }
 .p_emerdatosplay > .p_recienteinfoplayicon > svg{
     position: inherit;
     height: 100%;
     width:100%;
     
 }

.p_emerdatostitle{
    width: 100%;
    float: left;
    font-family: "Fedra Sans Std";
    font-weight: bold;
    text-align: left;
    font-size: 2rem;
    color: #4d4d4d;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .35);
    border-bottom: 1px solid #4d4d4d;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 10px;
}

.p_emerdatosobjetivos{
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    float: left;
    font-family: "Fedra Sans Std";
    font-weight: bold;
    text-align: left;
    color: #4d4d4d;
    font-size: 1.5rem;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .35);
}

.p_iframe{
    width:100%;
    height:100%;
    position:fixed;
    top:0%;
    left:0%;
    z-index:3;
    border: 0px;
    /*background-color:rgba(110, 167, 145, 0.5);
*/  display:none;
}
/*

/***********************************************************/
/*********************     TEST     ************************/
/***********************************************************/

#formRegistro .p_emerdatos:nth-child(2),
#formRegistro .p_emerdatos:nth-child(3),
#formRegistro .p_emerdatos:nth-child(6),
#formRegistro .p_emerdatos:nth-child(7) {
    width: 49%;
}

#formRegistro .p_emerdatos:nth-child(3),
#formRegistro .p_emerdatos:nth-child(7) {
    margin-left: 2%;
}

@media screen and (max-width: 550px) {
    #formRegistro .p_emerdatos {
        width: 100% !important;
        margin-left: 0% !important;
    }
}

@media screen and (max-width: 720px) {
    #formRegistro .p_emerbtn input {
        margin-left: 22% !important;
    }
}

/***********************************************************/