body{
    background: #101010;
    font-family: Arial, Helvetica, sans-serif;
}
.PR_modal{
    background-color: #FFF;
    width: 80%;
    max-width: 650px;
    margin: 100px auto;
    position: relative;
    border-radius: 25px;
    padding-bottom: 30px;
}
.PR_modal_close{
    position: absolute;
    right: 15px;
    top: 15px;
}

.PR_modal_close img{
    width: 25px;
}

.PR_modal_title{
    padding: 50px 20px 10px 20px;
    text-align: center;
    color: #cc4537;
    font-size: 25px;
    margin-bottom: 8px;
}
.PR_modal_p{
    margin-top: 0;
    text-align: center;
}

.PR_table{
    width: 80%;
    margin: 0 auto 30px auto;
    padding: 0;
}
.PR_table_header{
    background-color: #cc4537;
    color: #FFF;
    font-weight: bold;
}
.PR_table li{
    border: 1px solid #4d4d4d;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.PR_table li:first-child{border-top: 1px solid #4d4d4d;}
.PR_table li div:first-child{width: 70%;}
.PR_table li div:last-child{width: 30%;}

.PR_modal_form{
    width: 80%;
    margin: 0 auto 30px auto;
}
.PR_modal_form div{
    display: flex;
    flex-wrap: wrap;
}
.PR_modal_formLabel{
    display: block;
    width: 65%;
}
.PR_modal_formInput{
    display: block;
    border: 1px solid #888888;
    width: 100%;
    padding: 5px;
    font-size: 18px;
    margin-bottom: 15px;
    background: #FFF;
    box-sizing: border-box;
    width: 35%;
}
.PR_modal_motoActual{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.PR_modal_motoActual span{
    width: 30%;
    text-align: center;
}
.PR_modal_motoActual div{
    width: 35%;
}
.PR_modal_motoActual .PR_modal_formLabel { width: 100%; margin: 0 10px;}
.PR_modal_motoActual .PR_modal_formInput { width: 100%; margin: 0 10px;}

.PR_modal_cintoRojo{
    background-color: #cc4537;
    color: #FFF;
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 15px 0;
}
.PR_modal_content{
    width: 80%;
    margin: 0 auto;
}

.PR_modal_formLabel2{
    display: block;
}
.PR_modal_formInput2{
    display: block;
    border: 1px solid #888888;
    width: 100%;
    padding: 5px;
    font-size: 18px;
    margin-bottom: 15px;
    background: #FFF;
    box-sizing: border-box;
}
.PR_modal_dobleInput{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.PR_modal_dobleInput span{
    width: 100%;
}
.PR_modal_btn{
    background-color: #cc4537;
    width: 60%;
    padding: 10px 5px;
    text-align: center;
    display: block;
    color: #FFF!important;
    text-decoration: none!important;
    font-weight: bold;
    font-size: 18px;
    margin: 20px auto 30px auto;
    border: none;
}
.PR_modal_legales{
    font-size: 12px;
    color: #666;
    text-align: center;
    display: block;
}
.PR_modal a{
    color: #cc4537;
    text-decoration: underline;
}
.PR_img_delete{
    width: 20px;
    margin: -3px 6px;
}

@media only screen and (max-width: 600px) {
  .PR_modal{
        width: 100%;
        padding: 0;
        margin: 0;
  }
  .PR_table, .PR_modal_form, .PR_modal_content{
        width: 90%;
  }
}