/*
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 : 30/07/2019, 05:44:02 PM
    Author     : kmejia
*/


#avisoPrivacidad{
    margin-left:53%;
    color: rgb(13, 87, 247);
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    cursor: pointer;
}

#modalAviso .modal-body{
    max-height: 70%;
    overflow-y: auto;
}

.tituloAviso{
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 90%;
}

.parrafo{
    margin: 0 0px 3% 0px;
    font-family: Arial, sans-serif;
    text-align: justify;
}
.listaAviso{
    list-style-type: none;
}

.listaAviso li:before {
    
  content: "-";
  padding-right: 5px;
}

#cierraAviso{
    margin-top: -6% !important;
}

.modal-body__buttons {
    text-align: right;
}

.mr--16 {
    margin-right: 16px! important;
}