	.nombretitulo{
	color: #002B4D;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
}

.capitulo , .nombrecapitulo{
	text-align: center;
	font-weight: bold;
	margin-top: 1.5em;
}

.contenido h2, .noticia-contenido h2 {
    font-weight: normal;
}

.articulo{
	text-align: left;
}

.articulo-titulo{
	font-weight: bold;
	font-size: 14px;
	background-color: #F2F2F2;
	width: auto;
	display: inline-block;
	padding: 0.3em 0.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.paragrafo{
	font-weight: bold;
}

.resaltado {
	background-color:rgb(253, 253, 143);
}

.tabla-reglamento {
	font-size: 1em;
	color: #696969;
}

.acuerdo {
	text-decoration: underline;
	font-weight: bold;
}

.acuerdo a {
	color: #922952;
}

.lista{
	text-align: justify;
}

.inciso{
	text-align: justify;
}

.pagination > li > a, .pagination > li > span {
    text-decoration: none;
    background-color: #FFF;
    color: #002B4D;
    border: none;
    text-align: center;
}

.pagination > .active > span , .pagination > .active > span:hover{
	color: #002B4D;
	background-color: #F2F2F2;
}

a.btn-primary:visited , a.btn-primary{
  color: #fff !important;
}

.titulo_pagina h1 {
	margin-top: 18px;
}

/*
.articulo .titulo h2 {
	line-height: 0.7;
}

*/

.enlaces a {
	color: #922952;
}

.enlaces a:visited {
	color: #337AB7;
}

/*
.container {
	margin-top: -20px;
}
*/

#titulo_toggle{

	cursor: pointer;
}

.nav > li > a{
	/*background-color: #DDD;*/
}

.activo{
	background-color: #DDD;
}

.inline_menu_top{
	display: inline-flex;
}

.noticia-contenido{
	position: inherit;
}

.titulo_cursor{
	cursor: pointer;
	color: #0c3054;;
}

.titulo_cursor:hover{
	cursor: pointer;
	color: #2081BF;
}

.titulo_visitado{
	color: #2081BF;
}

.contenido-articulo{
	border-left: thin solid #286090;
}
.inline_menu_top{
	background-color: #F2F2F2;
}
.inline_menu_top > li{
	border-left: 2px solid #D9D9D9;
}
