﻿@charset "utf-8";
@charset "utf-8";
/* CSS Document */


/*-PrincipalContainer------------------------------------------*/

.ContainerMAIN {    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
}

.PrincipalContainer {
    background: #FFFFFF;
    padding: 15px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.PrincipalContainer img {
    border-radius: 10%;
    width: 330px;
    height: 200px;
}

    .PrincipalContainer div {
        padding: 30px 30px;
    }

    .PrincipalContainer div h4 {
        color: #4d4d5c;
        font-size: 20px;
        margin: 15px 0px;
    }

.PrincipalContainerCrear {
  
    background: #FFFFFF;
    padding-left: 120px;
    padding-right: 80px;
    margin-top: 30px;
    width: 100%;
    overflow: auto;
    max-height: 660px;
    margin-bottom: 30px;
    
    
}
/*--------------------------------*/









    /*----2 DATABASE TABLE -----*/
    .TablaViewListaRZ {
        
        background-color: #ffffff;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        overflow: auto;
        max-height: 400px; 
        padding: 0px;
        box-sizing: border-box;
    }
    
    /*-------------------------*/
/*--------------------------------------*/


        


/*-------botonesdiv--------------------------------------------*/
    .botonesdiv {
        background: #FFFFFF;
        
        width: 40%;
        padding: 0px 6px;
    }

        .botonesdiv div {
            padding: 10px 25px;       
        }

        .botonesdiv .botonesGenerales2 {
            text-decoration: none;
            padding: 10px 30px;
            border: 1px solid #000000;
            color: #1e0763;
            transition: 0.4s;
        }

            .botonesdiv .botonesGenerales2:hover {
                background: #4fa776ad;
            }
/*-------------------------------------------------------------*/


    .body04 {
        background: #FFFFFF;
        height: 450px;
        width: 10%;
    }

    
/*--------------------------------------------------------------*/







/*RESPONSIVE----------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
@media (max-width: 798px) {

    /*TableDAtaBASE--------------------------------------*/
    .body01 {
        display: none;
    }
    /*---------------------------------------------------*/


    /*---------------------------------------------------*/
    .body2 {
        height: 400px;        
    }
    /*---------------------------------------------------*/



    /*---------------------------------------------------*/
    .body02 div {
        padding: 10px;
        box-sizing: border-box;        
    }
    /*---------------------------------------------------*/


    /*---------------------------------------------------*/
    .TablaViewListaRZ{
        height: 800px;

    }
    /*---------------------------------------------------*/


    /*TableDAtaBASE--------------------------------------*/
    .PrincipalContainer {
        flex-direction: column;
        padding: 25px 0px;
    }

        .PrincipalContainer div {
            width: 100%;
        }
    /*---------------------------------------------------*/

    .botonesdiv {   
        margin-top: 20px;
        height: 350px;         
    }

    /*body04---------------------------------------------*/
    .body04 {
        display: none;
    }
    /*---------------------------------------------------*/

    .body04Formulario {
        display: none;
    }


}