﻿.botton1 {
    background-image: url(../../fonts/Volver.svg);
    background-color: darkblue;
    background-size: 25px;
    background-position-y: center;
    background-position-x: 10%;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    border-bottom: 5px;
    border-bottom-color: lightgray;
    padding: 20px 20px;
    vertical-align: middle !important;
}

.botton2 {
    background-image: url(../../fonts/AfiliacionesOficio.svg);
    background-color: #FAF8F7;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    border: 5px;
    border-bottom: 5px;
    border-bottom-color: black;
    padding: 20px 20px;
    vertical-align: middle !important;
}

.botton3 {
    background-image: url(../../fonts/download.svg);
    background-size: 25px;
    background-position-y: 10px;
    background-position-x: center;
    background-color: #FAF8F7;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
    border: 5px;
    border-bottom: 5px;
    border-bottom-color: black;
    padding: 55px 20px;
    padding-right: 30px;
}

.botton4 {
    background-image: url(../../fonts/upload.svg);
    background-size: 25px;
    background-position-y: 10px;
    background-position-x: center;
    background-color: #FAF8F7;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
    border: 5px;
    border-bottom: 5px;
    border-bottom-color: black;
    padding: 45px 20px;
    padding-left: 30px;
}

.container1 {
    padding-top: 50px !important;
}

.div1 {
    padding-left: 0px !important;
    padding-right: 0px !important
}

/*css Afiliacion.aspx*/
.bottontitulo {
    background-color: darkblue;
    width: 100%;
    height: 40px;
    border-bottom: 5px;
    border-bottom-color: lightgray;
    vertical-align: middle !important;
    margin-top: 5px;
}

h5 {
    color: cornflowerblue !important;
    font-size: medium !important;
}
.hr1{
    border-color:cornflowerblue !important;
}

.white {
    background-color: white !important;
    height: 10px;
}

.control-label{
    font-size:small !important;
    padding-left:30px !important;
}

.imgLabel1 {
    background-image: url(../../fonts/Icono_documento.svg);
    background-size: 25px;
    background-position-x: left;
    background-repeat: no-repeat;
}
.imgLabel2 {
    background-image: url(../../fonts/Icono_Buzon.svg) !important;
    background-size: 25px;
    background-position-x: left;
    background-repeat: no-repeat;
}
.imgLabel3 {
    background-image: url(../../fonts/Icono_Telefono.svg);
    background-size: 21px;
    background-position-x: left;
    background-repeat: no-repeat;
}

.rcorners1 {
    border-radius: 20px !important;  
    border-width:2px;
    border-color:lightgray;
}

.label1 {
    color: cornflowerblue !important;
    font-size: medium !important;
}

.btnUpload1 {
    background-color: darkblue !important;
    color: white !important;
    border-radius: 20px !important;

}
.btnFinal1 {
    background-color: darkblue !important;
    color: white !important;
    border-radius: 20px !important;
    width:200px !important;
}

.btnPopup {
    background-color: darkblue !important;
    color: white !important;
    border-radius: 20px !important;
    width: 200px !important;
    position: center !important;
}