@charset "UTF-8";

@import url("tipografias.css");

body {
    margin: 0 auto;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    background: #eee;
}

p {
    font-size: 12px;
    color: #000000;
}

h1 {
    margin: 0;
    margin-bottom: 1.0E-4pt;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.header {
    width: 100%;
    margin-bottom: 10px;
}

.headerContainer
{
    background: #242C4F!important;
    border-radius: 5px;
}

.headerContainer table
{
    width: 100%;
}

.headerContainer tr td
{
    text-align: center;
}



.footer {
    width: 980px;
    background: #141414;
    margin: 0 auto;
    text-align:center;
    color:white;
    line-height: 16px;
    font-size:11px;
}

.footer .contenedor
{
    background: none;
    color: white;
}

.footer .contenedor p
{
    color: white;
}

.footer .contenedor a
{
    color: #E7BA61;
}


.titulo{
    text-align: center;
	overflow: hidden; 
    background-color: #45658D;
    font-size: 25px;
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
}

        .titulo span{
            font-size: 16px;
        }

.contenedor {
    max-width: 980px;
    margin: 10px auto;
    background: white;
    padding: 0;
	border-radius: 5px 5px 0 0; 
}
.contenedorIndice {
    border-radius: 0; 
	margin:-5px auto;
}
.contenedorIn{
    padding: 10px;
}

        .visualiza {
            text-align: right;
            font-size: 10px;
            padding: 10px;          
        }

.indice
{
    border-collapse: inherit;
    width: 100%;
}

.input{
    float: left;
}

        .indice .titulo-gral{
            color:#333;
            font-size:20px;
            font-weight: 400;
            margin-bottom: 5px;
        }

        .indice .titulo-label{
            color:#333;
            text-align: center;
            font-size:15px;
            font-weight: 500;
            margin-bottom: 5px;

        }

        .indice ul.subtitulo-gral{
            margin: 0 0 0 5px;
            padding: 0;
        }

        .indice ul.subtitulo-gral li{
            list-style-type: none;
            padding-left: 3px;
        }

        .indice ul.subtitulo-gral li a{
            text-decoration:none;
            color:#45658D;
            font-size: 15px;
        }

        .tabla1 {
            width:  100%;
            border: 2px solid;
            border-radius: 4px;
			box-shadow: 0 2px 2px rgba(0,0,0,0.2);
            color: #111;
            font-size:18px;
            text-decoration: none !important;
            background: white;
        }
        .tabla-borde {
            border: 0;
            border-radius: 4px;
            box-shadow: 0 2px 2px rgba(0,0,0,0.2);
            color: #111;
            font-size:18px;
            text-decoration: none !important;
            background: white;
        }

        .titulo-norma {
            font-family: "Montserrat", sans-serif;
            color: #333;
            font-size: 20px;
            font-weight: normal;
            text-align: justify;
            float: left;
			max-width: 770px; 
        }

        .titulo-norma a {
            font-size: 18px!important;
            color: #45658D;
            text-decoration: none;
            font-weight: 500;
        } 

		.titulo-norma a:hover {
            text-decoration: underline;
        }

        .subtitulo-norma {
			font-family: "Montserrat", sans-serif; 
            font-size:16px;
            color:#666;
            font-style:italic;
            margin: 2px 0 5px 0;
            font-weight: 500;
        }

        .subtitulo-norma a{
            text-decoration: none; 
            color:#0088cc; 
            font-weight:normal
        }

        .publicacion {
			font-family: "Montserrat", sans-serif; 
            font-size:12px;
            color:#666;
            font-style:italic;
            font-weight: 500;
        }

        .top{
            text-align: right;
        }

        .top a{
            font-size: 14px;
            text-decoration: none;
            color: #45658D;
        }

		.titulo-gral-fondo {
			background-color:#45658D;
			line-height:21px;
			font-size:20px;
			color:#FFF;
			padding:8px;
			margin: 15px 0;
			border-radius:  5px 5px 0 0;
		}

        .subtitulo-gral-fondo{
            font-size: 22px;
            color: #45658D;
            font-weight: 600;
            text-align: center;
        }

        .detalle p.resumen, .detalle .sintesis{
            text-align:justify;
			font-style: normal!important;
            font-size:14px;
            color:#141414;
            line-height:1.4;
            font-weight: normal;
			margin-top: 10px;
        }

        .detalle p.caratula{
            text-align:justify;
            margin:10px 0;
            font-size:12px;
            color:#141414;
            line-height:1.4;
            font-weight: 600;
            font-style: italic;
        }

        .detalle{
            margin-top: 30px;
        }
        .detalle:last-child{
            border-bottom: none;
        }

        .detalle .texto-completo {
            font-size: 12px;
            color: #666;
            text-align: right;
        }

        .detalle .texto-completo a{
            text-decoration: none;
            color: #45658D;
        }

        .detalle .bo{
            font-size:14px;
            color:#666;
            font-style:italic;
            text-align:right;
        }
        #myBtn {
           display: none;
           position: fixed;
           bottom: 20px;
           right: 30px;
           z-index: 99;
           font-size: 18px;
           border: none;
           outline: none;
           background-color: #45658D;
           color: white;
           cursor: pointer;
           padding: 15px;
           border-radius: 4px;
        }

        #myBtn:hover {
           background-color: #555;
        }

.redesSociales{
    float: right;
}
.redesSociales a{
    vertical-align: middle;
}
hr.separadorNormas
{
    margin: 20px 0 ;
	border:2px solid #ddd;
}
.btnBoletin{
  float: left;
    font-size: 14px;
    background: #45658D;
    box-shadow: 0px 0px 3px #333;
    padding: 5px 10px;
    border-radius: 5px;
    width: 20%;
    color: white;
    text-decoration: none;
}
.btnBoletin:hover{
   background-color: #555;
   text-decoration:none;
   color: white;
}

.txtFecha{
    font-size: 15px;
    text-align: center;
    width: 100%;
    line-height: 33px;
}


