body{
	margin-top:100px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, .h1, .h2, .h3{margin-top:10px}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family:Arial, Helvetica, Verdana, sans-serif}
h3{font-weight: 501}
.alert > p, .alert > ul{font-size:2rem}

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control{padding-top: 0px}

a, a:active, a:focus, object, embed{outline:none}
a, a.list-group-item{
	color:#8594ab;
	text-shadow: 1px 1px 0 #000;
}
a.navbar-brand{color:white}

.container-fluid a:hover{color:#17b8cb !important}

hr{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: 0px;
	border-top: 1px solid #485568;
}

footer{
	padding: 15px;
	background-color: #222;
	/*position: absolute;
	bottom: 0;
	width: 100%;*/
}

.nav-logo{
	margin-top:5px;
	padding:20px;
}

.borde10{border:10px solid #5d6368}
.alinea-etiqueta{padding-top: 9px}
.agenda div.highlight{background-color:#3e444c}

.plegar{
	padding: 5px;
	margin-top: -5px;
	cursor: pointer;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

.morris-chart-bar{
	height:350px;
	padding-bottom:25px;
}

svg{height:500px}

.navbar-inverse{
	background-image: -webkit-linear-gradient(#666, #444 60%, #272b30);
	background-image: -o-linear-gradient(#666, #444 60%, #272b30);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666), color-stop(60%, #444), to(#272b30));
	background-image: linear-gradient(#666, #444 60%, #272b30);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#222', GradientType=0);
	-webkit-filter: none;
	filter: none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a{color:white}

.breadcrumb > .active{color:#d8d8d8}

.top-nav > .open > .dropdown-menu{background-color:#272b30}

td > p{margin: 0}

.enlace{cursor:pointer}

#wrapper{padding-left:0}

#page-wrapper{
	width:100%;
	padding:0;
	background-color:#d8d8d8;
}

.page-header{
	margin:10px 0 20px;
	border-bottom: 1px dashed #8c93a1;
	color:#464b4e;
}

.page-header > small{color:#7a8288}

.huge{
	font-size:50px;
	line-height:normal;
}

.titulo{text-transform:uppercase}

.borde-contenido{
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	padding:10px;
}

.columnas12{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1em;
	/*row-gap: 1em;*/
}

@media (min-width: 768px) {
	.col_horarios{grid-column: span 12}
	.col_contactos{grid-column: span 12}
	.col_reglamentos{grid-column: span 12}

	.referencias{grid-column: span 12}
	.deudores{grid-column: span 12}
}

@media (min-width: 992px) {
	.col_horarios{grid-column: span 6}
	.col_contactos{grid-column: span 6}
	.col_reglamentos{grid-column: span 12}

	.referencias{grid-column: span 5}
	.deudores{grid-column: span 7}
}

@media (min-width: 1200px) {
	.col_horarios{grid-column: span 3}
	.col_contactos{grid-column: span 4}
	.col_reglamentos{grid-column: span 5}

	.referencias{grid-column: span 5}
	.deudores{grid-column: span 7}
}

@media (min-width: 1880px) {
    h1{font-size: 4.5rem}
	h2{font-size: 2.5rem}
	h3{font-size: 2rem}
	
	p, th, td, li, a, .btn{font-size: 1.6rem}
}

/*@media (min-width: 2500px) {
	h1{font-size: 4.5rem}
	h2{font-size: 2.5rem}
	h3{font-size: 2rem}
	
	p, th, td, li, a, .btn{font-size: 1.6rem}
}*/

@media(min-width:768px){
	body{margin-top:50px}
	
	#wrapper{padding-left:225px}

	#page-wrapper{padding:10px}

	/* Side Navigation */
	.side-nav{
		position:fixed;
		top:51px;
		left:225px;
		width:225px;
		margin-left:-225px;
		border:none;
		border-radius:0;
		overflow-y:auto;
		background-color:#272b30;
		bottom:0;
		overflow-x:hidden;
		padding-bottom:40px;
	}

	.side-nav > li > a{width:225px}

	.side-nav li a:hover,
	.side-nav li a:focus{
		outline:none;
		background-color:#424953 !important;
	}
}

.oculto{display:none}

/* Que no se aplique lo anterior para impresion */
@media print{
	#wrapper{padding-left:0}

	#page-wrapper{padding:0}

	body{margin-top:0}
}

.top-nav{padding:0 15px}

.top-nav > li{
	display:inline-block;
	/*float:left;*/
}

.top-nav > li > a{
	padding-top:15px;
	padding-bottom:15px;
	line-height:20px;
	color:#999;
}

.top-nav > li > a:hover,
.top-nav > li > a:focus,
.top-nav > .open > a,
.top-nav > .open > a:hover,
.top-nav > .open > a:focus{
	color:#fff;
	background-color:black;
}

.top-nav > .open > .dropdown-menu{
	float:left;
	position:absolute;
	margin-top:0;
	border:1px solid rgba(0,0,0,.15);
	border-top-left-radius:0;
	border-top-right-radius:0;
	background-color:#000;
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
	box-shadow:0 6px 12px rgba(0,0,0,.175);
}

.top-nav > .open > .dropdown-menu > li > a{white-space:normal}

ul.message-dropdown{
	padding:0;
	max-height:250px;
	overflow-x:hidden;
	overflow-y:auto;
}

li.message-preview{
	width:275px;
	border-bottom:1px solid rgba(0,0,0,.15);
}

li.message-preview > a{
	padding-top:15px;
	padding-bottom:15px;
}

li.message-footer{margin:5px 0}

ul.alert-dropdown{width:200px}

.side-nav > li > ul{padding:0}

.side-nav > li > ul > li > a{
	display:block;
	padding:10px 15px 10px 38px;
	text-decoration:none;
	color:#999;
}

.side-nav > li > ul > li > a:hover{
	color:#fff;
	/*background-color: red !important;*/
}

.contenido{
	background-color:white;
	min-height:800px;
}

#btn_login{margin:7px 10px}

.margen-superior{margin-top:10px}
.margen-inferior{margin-bottom:10px}
.text-normal{font-weight:normal}
.borderless{border:none !important}
.bordeado{border:thin solid #DDD !important}
.enmedio{vertical-align:middle !important}
.back-gris{background-color:#F5F5F5 !important}
.salto-pagina{page-break-after:always}
.bloque-impresion{
	page-break-after:always; 
	page-break-inside:avoid;
}
.espaciar-abajo{margin-bottom:15px !important}

.recuadro{
	background-color:white;
	text-align:center;
	margin-bottom:20px;
	border:1px solid #EEE;
}
.recuadro:hover{box-shadow:0 0 15px 0 rgba(0, 0, 0, 0.5)}
.recuadro h4{
	font-size:1.2rem;
	color:black;
	padding:5px;
}
.recuadro hr{
	background-color:white;
	height:1px;
	margin:15px 0;
}
.recuadro .titulo{height:55px}

.celda-blanca{
    background-color:white;
    color:black;
}

.txt-acento1{color:#337AB7}

.txt-rojo{
	color:#ff2d2d !important;
	text-shadow: 1px 1px 0 #000;
}
.txt-naranja{
	color:#ff6600 !important;
	text-shadow: 1px 1px 0 #000;
}
.txt-amarillo{
	color:yellow !important;
	text-shadow: 1px 1px 0 #000;
}
.txt-verde{
	color:#2ba82b !important;
	text-shadow: 1px 1px 0 #000;
}
.txt-azul{
	color:#4190d4 !important;
	text-shadow: 1px 1px 0 #000;
}
.txt-blanco{
	color:white !important;
	text-shadow: 1px 1px 0 #000;
}
.txt-negro{
	color:black !important;
	text-shadow: 1px 1px 0 #FFF;
}
.txt-link{
	color:#8594ab;
	text-shadow: 1px 1px 0 #000;
}

.txt-obscuro{color:#7a8288}
.txt-claro{color:white}

.bg-negro{background-color:#23292E !important}
.bg-blanco{background-color:white !important}

.w100p{width:100%}

/*.calendario .highlight{}*/
.calendario .highlight > a{color:yellow !important}
.evento{
	padding: 13px;
	background-color: #343B41;
	border-color: #3e444c #212529 #212529 #3e444c;
	border-style: solid;
	border-width: 2px;
	text-align: justify;
}
.describe-evento{
	margin-top:25px;
	clear:both;
}

.sangria{padding-left:20px}

.g-recaptcha{float:right}

.borde-contenido{
	border-bottom:1px solid #1c1e22;
	border-left:1px solid #1c1e22;
	border-right:1px solid #1c1e22;
	padding:10px;
	overflow:auto;
}

ul.sin-bullet{
	list-style:none;
	margin-left:-15px;
}

.fixedcol{
	position:absolute;
	background-color: white;
	min-width:110px;
	color: black;
}

#tabla-saldos.table-responsive > .table > thead:first-child > tr:first-child > th:nth-child(2){padding-left:110px}

#tabla-saldos.table-responsive > .table > tbody > tr > td:nth-child(2){padding-left: 110px !important}

.tab-content{background-color: #3e444c}

button.close{
	color:#c8c8c8;
	opacity:1;
	width: 30px;
	height: 30px;
}

.copyright{
	color: #c8c8c8;
	margin-top: 35px;
	padding-bottom: 50px;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th{
	background-color: #388aa2;
}

abbr[title], abbr[data-original-title]{
	cursor: help;
	border-bottom: 1px dotted white;
}

ul.lower-alpha{list-style: lower-alpha}

.alert{
	border-width: 4px;
	border-radius: 0px;
}
.alert-success{
    background-color: #62bd4f;
    border-color: #90d183 #2ba82b #2ba82b #90d183;
    color: #ffffff;
}
.alert-info{
    background-color: #01a3d4;
    border-color: #3eb4d8 #068ab0 #068ab0 #3eb4d8;
    color: #ffffff;
}
.alert-warning{
	background-color: #f89406;
	border-color: #f8b14b #ae6908 #ae6908 #f8b14b;
	color: #5e3c0c;
}
.alert-danger{
    background-color: #b42020;
    border-color: #c04848 #801010 #801010 #c04848;
    color: #ffffff;
}

.spoiler{
	color:black;
	background-color: black;
	padding:3px;
}

.spoiler:hover{color:inherit}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th{
	color: #2e3338;
}

.flashing{animation: blinker 1s linear infinite}

@keyframes blinker{
	50%{opacity: 0.25}
}
.faqs h4{
	color:#8594ab;
	margin-top:20px;
}

blockquote{
	padding: 10px 15px;
	margin: 0 0 20px;
	font-size: 14px;
	border: 1px solid #3e444c;
	background-color: #202327;
}

#saldos_correo{display: none}

.transition-fade {
	transition: 0.3s;
	opacity: 1;
}

.is-animating .transition-fade {
	opacity: 0;
}

.recuadro-clasificados:hover{
    background-color:#3e444c;
    cursor:pointer;
}

ul.clasificado{list-style: none}
ul.clasificado > li.enlace, .rec_clasificado{
	border: 4px outset white;
	margin: 8px 8px 8px -20px;
	padding: 8px;
	background: #868d93;
	color: black;
}

.tarjeta{
    border-radius: 15px;
    border-color: rgba(0,0,0,0.6);
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #2e3338;
    /*min-height: 230px;*/
}

.tarjeta .icono{font-size:5rem}

.tarjeta-header{
    color: #c8c8c8;
    background-color: #3e444c;
    border-color: rgba(0,0,0,0.6);
    text-align:center;
    border-bottom:1px solid rgba(0,0,0,0.6);
}
.tarjeta-header h3{padding-bottom:10px}
.tarjeta-texto{
    margin-top: -10px;
    padding:1.5rem;
    min-height: 155px;
}

.tarjeta-texto > ul > li{margin-bottom:10px}

.alpha-white{color:rgba(255, 255, 255, 0.5)}
caption{color:#c8c8c8}
.carousel-control{text-shadow: 0 1px 2px rgba(0,0,0,0.8)}
.carousel-control.right, .carousel-control.left{background-image:none}
.carousel-indicators li{border: 1px solid rgba(0,0,0,0.5)}
.carousel-indicators .active{background-color: rgba(0,0,0,0.5)}

.grid-tablero{
    display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: 1rem;
}
.censurado{
    color:black;
    background-color:black;
}
.censurado a{color:black !important;}
.censurado:hover{color:white !important;}

.modal-header{background-color:#3e444c;}