﻿body {
    background-color: #ffffff;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #232C38;
}

a,a:hover{
    color:#1B95E0;
}

.mainContainer {
    width: 800px;
    min-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.topMargin {
    width: 100%;
    height: 50px;
    text-align: center;
}
.newsHeader {
    width: 100%;
    padding: 50px 30px 50px 30px;
    background-color: #232C38;
}

.nrmRelevante_Tipo {
    width: 40%;
    color: #232C38;
    vertical-align: top;
    padding: 20px 0 40px 0;
    border-bottom: 1px solid #cccccc;
}

.nrmRelevante_Numero {
    width: 20%;
    color: #00CFCD;
    vertical-align: top;
    padding: 20px 0 40px 0;
    border-bottom: 1px solid #cccccc;
}

.nrmRelevante_Titulo {
    width: 40%;
    color: #7B7B7B;
    vertical-align: top;
    padding: 20px 0 40px 0;
    border-bottom: 1px solid #cccccc;
    font-size: 9pt;
}

.sector_Titulo {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #cccccc;
}

.sector_Button {
    cursor: pointer;
}

.sector_TextoTitulo {
    color: #FF8C48;
    cursor: pointer;
    text-decoration: underline;
}

.sector_Contenido {
    display:none;
}

.sector_Contenido_Detalle {
    padding: 10px 0 10px 40px;
    line-height: 20px;
}

.sector_Contenido_Tipo {
    font-weight: bold;
    text-decoration: underline;
}

.sector_Contenido_Publicacion{

}

.sector_Contenido_Descripcion{

}