body {
	color: black !important;
}
.container {
		width: 80%;
}
@media (min-width:1170px) {
	body{
		font-size: 1.8em !important;
	}
	.header-top {
		font-size: 14px;
	}
	.fa {
		font-size:18px;
	}
	input[type="radio"], input[type="checkbox"] {
		transform: scale(1.5);
		margin-right: 6px;
	}
}

@media (min-width:1500px) {
	body{
		font-size: 2em !important;
	}
/*
	.container {
		width: 80%;
		width:1450px;
	}
*/
	.dropdown-menu > li > a, .navbar-default .navbar-nav > li > a, .header-top,.blogpost footer, .footer, .subfooter, .subfooter .navbar-default .nav > li > a {
		font-size: 18px;
	}
	.fa {
		font-size:22px;
	}
	label ~ .form-control-feedback {
		top: 36px;
	}
	.form-control {
		font-size: 18px;
	}
	input[type="radio"], input[type="checkbox"] {
		transform: scale(1.8);
		margin-right: 10px;
	}
}

@media (min-width:2100px) {
	body{
		font-size: 2.2em !important;
	}
	.container {
		width: 90%;
	}
	.dropdown-menu > li > a, .navbar-default .navbar-nav > li > a, .header-top,.blogpost footer, .footer, .subfooter, .subfooter .navbar-default .nav > li > a {
		font-size: 22px;
	}
	.fa {
		font-size:24px;
	}
	label ~ .form-control-feedback {
		top: 40px;
	}
	.form-control {
		font-size: 22px;
	}
	input[type="radio"], input[type="checkbox"] {
		transform: scale(2);
		margin-right: 12px;
	}
}

.h4-toptop{
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	font-weight: bold;
	font-style: italic;
}
.dark-translucent-bg::after{
	opacity: 0.35 !important;
}
.tp-caption a.link {
	text-decoration: none !important;
	color: #990000 !important;
}
.tp-caption a.btn{
	background-color: rgba(0,0,0,0.5) !important;
}
.tp-caption a.btn:hover {
	background-color: var(--color-skin) !important;
}
.tp-caption a.btn,
.tp-caption a.btn:hover {
	text-shadow: 1px 1px 1px #000000;
}

h2 {
	font-weight:bold;
}

h1.page-title {
	font-size: 28px;
}

h3 {
	font-weight: bold;
}

.txtfondocabecero {
	padding-left:15px;
	padding-right:15px;
	width:100%;
	color: white;
}

.fondocabecero {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	margin-left:0px !important;
	height: 270px;
	color: white;
	padding:0px;
}

.fondocabeceronc {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	margin-left:0px !important;
	height: 350px;
	color: white;
	padding:0px;
}

.fondocabeceroncadmin {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	margin-left:0px !important;
	height: 46px;
	color: white;
	padding:0px;
}

.contenedortxtcab {
	width:1920px;
	height:360px;
	text-align:left;
	display:table-cell;
	vertical-align:bottom;
}

.contenedortxtcabadmin {
	width:1920px;
	text-align:left;
	display:block;
	vertical-align:bottom;
}

.contenedortxtcabcenter {
	width:1920px;
	height:270px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

.lasombra {
	text-shadow: 2px 2px 2px black;
}

@media (max-width:991px) {
	.txtfondocabecero {
		font-weight:bold;
		padding-left:15px;
		padding-right:15px;
		width:100%;
	}
}

div.logo > a:hover{
	text-decoration: none;
}

h3.logotxt {
	font-size: 1.7em;
	font-weight: bold;
	color: white !important;
	padding: 0.2em;
	background-color: var(--color-skin);
	display: table;
	border-radius: 0.2em;
}

#logo{
	max-height: 80px;
}

#logo-footer{
	max-height: 120px;
}

.txtpie {
	color: #cccccc;
}

.timeline-date-label {
	width: fit-content !important;
}

h1.reducido {
	font-size: 0.8em;
}

.fondogrisgeneral {
	background-color:#ededed;
}