/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23/12/2020, 05:36:19 PM
    Author     : alonso
*/
body{
    background-color: #fff;
}

.principal{
    background-color: #fff;
    margin-top: 60px !important;
}

.principal .contenido{
    padding: 2% 10%;
}

.principal .contenido h4{
    color: #000;
    margin: 0;
    font-family: 'Arial';
}

.principal .contenido hr{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.principal .contenido .parrafo{
    padding: 5px 0;
}

.principal .contenido .parrafo h5{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    font-family: 'Arial';
}

.principal .contenido .parrafo p{
    font-size: 12.5px;
    color: #000;
    font-family: 'Arial';
    text-align: justify;
}

.principal .contenido .parrafo .p-lista{
    margin: 0;
}

.principal .contenido .parrafo .vigencia{
    color: grey;
    text-align: right;
}

.principal .contenido .parrafo ol li{
    font-size: 12.5px;
    color: #000;
    font-family: 'Arial';
}

.principal .contenido .parrafo ul li{
    font-size: 12.5px;
    color: #000;
    font-family: 'Arial';
    text-align: justify;
}

.principal .contenido .parrafo p .enlace{
    font-size: 12.5px;
    color: #000;
    font-family: 'Arial';
}

/*******************************************************************************************************************/
/******************************************      PORTRAIT     ******************************************************/
/*******************************************************************************************************************/
/***********************PORTRAIT DISPOSITIVO MOVIL CELULAR**********************************************************/
/*@media only screen and (max-width: 680px) and (orientation: portrait){
    .principal .contenido {
        padding: 1% 6%;
    }
}*/

/*******************************************************************************************************************/
/******************************************      LANDSCAPE      ****************************************************/
/*******************************************************************************************************************/
/*********************LANDSCAPE DISPOSITIVO MOVIL CELULAR***********************************************************/

/*@media only screen and (max-width: 768px) and (orientation: landscape){
    .principal .contenido {
        padding: 1% 6%;
    }
}*/
