 
body{
    background-color:#233559;
    background-image: url(../assets/lineas-1.png), url(../assets/lineas-2.png);
    background-repeat: no-repeat;
    background-position: 80px 160px,calc(100% - 90px) top;
    font-family: Arial, Helvetica, sans-serif;
}
#contenedor{
    background-color: #fff;
    color: #233559;
    width:calc(100% - 320px);
    margin: 20px 160px;
}

 
.texto_buscador{
    background-color: #EFEFEF;
}
.datos_generales{
    background-color: #233559;
    color: #fff;
    padding:10px;
    border-radius: 5px;
    margin:20px;
}
.form-buscar{
    border: #fff;
    border-radius: 3px;
    background-color: #fff !important;
    
}

.form-control{
    background-color: #EFEFEF;
    border: #EFEFEF;
    border-radius: 3px;
    margin-top:10px;
    padding:5px 15px;
    width: 200px;
}
select.form-control{
    width: 250px;
}
.form-button{
    background-color: #E30512;
    color: #fff;
    border: #E30512;
}
select option{
    color: #8E8E8E;
}
.row{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding:10px;
}
.row .form-group{
    width: 33.3%;  
}
.row .form-group_etiqueta{
    width: 50%;  
}
.form-group{
    display: flex;
    flex-direction: column;
    padding-top:5px;
}
.formulario{
    padding: 0 50px;
}
#grabar{
    width: 200px;
    padding:10px;
}
.flex-center{
    justify-content: center;
    align-items: center;
}

.flex-left{
	text-align: left;
   
}
.flex-column{
    flex-direction: column;
}
.texto_buscador{
    flex-direction: column;
    align-items: flex-start;
}
.texto_buscador, 
.header{
    padding:20px 70px;
}
.header{
    justify-content: space-between;
    padding-top:50px;
    padding-bottom:50px;
}
.buscador{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding:20px 0;
    line-height: 25px;
}
.nombre_parentesco{
    width: 500px;
}
.bold{
    font-weight: bold;
}
.texto{
    line-height: 150%;
}
.texto_inferior{
    padding:50px 20px;
    line-height: 150%;
}
.texto_header{
    font-size: 22px;
    border-left:1px solid  #233559;
    padding:20px;
}
#btn_buscar{
    height: 25px;
    margin-top: 8px;
    background-color: #C9C9C9;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border:0;
    width: 30px;
}
#btn_validaMail{
    height: 20px;
    margin-top: 8px;
    background-color: red;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border:0;
    width: 180px;
    color: white
}
#btnValidaCodigoRegistro{
    height: 20px;
    margin-top: 8px;
    background-color: red;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border:0;
    width: 50px;
    color: white
}
.buscador_texto{
    height: 25px;
    margin-top: 8px;
    margin-right: 5px;
}
@media (max-width: 600px) {
    body{
        background-image: none;
    }
    #contenedor{
        background-color: #fff;
        color: #233559;
        width:calc(100vw - 60px);
        margin: 20px 20px;
    }
    .header{
        padding: 20px !important;
        flex-direction: column;
    }
    .texto_header{
        border-left:0;
        border-top: 1px solid  #233559;
        margin-top:20px;
        font-size: 16px;
    }
    .texto_buscador, .header{
        padding:20px 20px;
    }
    .form-buscar{
        width: 150px;
    }
    .formulario{
        padding:0 10px;
    }
    .row{
        flex-direction: column;
    }
    .row .form-group{
        width: 100%;
    }
    .form-control{
        width: calc(100% - 30px);
    }
    select.form-control{
        width: calc(100% - 30px);
    }
    .buscador_texto{
        width: 100px;
    }        
}

.grid
{
    width:100%;
    border: 1px solid #CCCCCC;
    border-spacing: 0px;
    border-collapse: collapse;
    font-size:11px;
}
.grid thead tr th
{
    padding:3px;
 
    border-bottom:1px solid #DDDDDD;
    border-left:1px solid #DDDDDD;
    background-color:#F7F7F7;
    color:#104A7B;
    font-weight:bold;
    text-align: center;
    vertical-align: baseline;
}
 
 
 #btnaddListParentesco{
    height: 20px;
    margin-top: 8px;
    background-color: blue;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border:0;
    width: 75px;
    color: white
}