/* CSS Document */
:root {
    --color-text-muted-warm: #6F6558;
    --color-highlight-bg: #FFFDF4;
    --color-highlight-border: #F5A23A;
    --color-highlight-accent: #74399A;
}

.text-muted-warm {
    color: var(--color-text-muted-warm);
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	background-color: #F3F0E8;
	color: #000;
	padding-top: 88px;
	min-width: 380px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Libre Baskerville', sans-serif;
	font-weight: 400;
}
h1 {
	font-size: 3rem;
}
h3 {
	font-size: 150%;
	margin: 0;
	padding: 5px 0;
}
a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}
a {
	color: #222;
}
a:hover {
	color: #8A5D00;
	text-decoration: none;
}
strong {
	font-weight: 600;
}
label {
	font-weight: normal;
	cursor: pointer;
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
	outline: 3px solid #FFF !important;
	outline-offset: 2px;
	box-shadow: 0 0 0 5px #005FCC !important;
}

.form-control,
.form-select,
.form-check-input {
	border-color: #767676;
}

.text-danger {
	color: #B02A37 !important;
}

.text-muted {
	color: #626A71 !important;
}
#bottomButtons {
	display: none;
}
#bg {
	width: 100%;
	height: 100%;
	position: fixed;
	background-size: cover;
	z-index: -1000;
	background-position: center center;
}

@media (min-width:800px){
	.conRayas::before {
		content: '— ';
	}
	.conRayas::after {
		content: ' —';
	}
}

/* LOGIN */
#mainLogin .bg-primary {
    background-color: #191919 !important;
}
#mainLogin b {
    color: #FEAC00;
}
#mainLogin .btn-primary {
    background-color: #FEAC00;
    border-color: #FEAC00;
	color: #000;
}
#mainLogin .btn-primary:hover {
    background-color: #FFF;
    color: #8A5D00;
}

html, body {
    font-family: "Montserrat", sans-serif;
}
label {
    text-transform: uppercase;
    color: #333;
    font-size: 90%;
    cursor: pointer;
}
.btn {
	border-radius: 0;
}
/* pagination styling */
.pagination {
    height: 30px;
    -webkit-font-smoothing: antialiased;
}
.pagination li {
    float: left;
    display: block;
    padding-right: 10px;
}
.pagination li.disabled a {
    color: #CCC;
    cursor: default;
}
.pagination  li.active a {
    color: #000;
    cursor: default;
}


.btn {
	border-radius: 0;
}
.btn-outline-yellow {
	color: #8A5D00;
	border-color: #8A5D00;
	border-radius: 0;
	padding: 5px 20px;
}
.btn-outline-yellow:hover {
	color: #FFF;
	background-color: #8A5D00;
	
}

.btn-yellow {
	background-color: #FEAC00;
	color: #000;
}
.btn-yellow:hover {
	color: #8A5D00;
	background-color: #FFF;
	border: 1px solid #8A5D00;
}
.btn-success:hover {
	color: #068754;
	background-color: #FFF;
	border: 1px solid #068754;
}
.btn-primary:hover {
	color: #3566FD;
	background-color: #FFF;
	border: 1px solid #3566FD;
}
.btn-white {
	color: #000;
	background-color: #FFF;
	border-radius: 0;
	border: none;
	padding: 5px 20px;
}
.btn-white:hover {
	background-color: #CCC;
}
.btn-purple {
	background-color: var(--color-highlight-accent);
	color: #FFF;
}

.bg-gray {
	background-color: #CCC;
}
.bg-darkgray {
	background-color: #222;
}
.bg-yellow {
	background-color: #CC9933;
	color: #000;
}
.bg-green {
	background-color: #068754;
}
.bg-purple {
	background-color: var(--color-highlight-accent);
}

.sectionArrowDownGreen {
	background: url('/img/sectionArrowDownGreen.png') no-repeat center top;
	min-height: 23px;
}
.sectionArrowDownPurple {
	background: url('/img/sectionArrowDownPurple.png') no-repeat center top;
	min-height: 23px;
}
.sectionArrowDownRed {
	background: url('/img/sectionArrowDownRed.png') no-repeat center top;
	min-height: 23px;
}

.card {
	border-radius: 0;
}
.card-img, .card-img-top {
	border-radius: 0;
}

p.quote {
	font-style: italic;
	color: #666;
}

p.initial-quote {
	font-style: italic;
	font-size: 1em;
	color: #666;
	text-align: right !important;
}

.mainBlock {
	background-color: #FFF;
	padding: 30px;
}

/*********************************************************
  NAV
*********************************************************/
#mainNav {
	background-color: rgba(0,0,0,0.9);
	text-align: center;
}
#mainNav a:hover,
footer a:hover,
.bg-darkgray a:hover {
	color: #FEAC00;
}

.bg-green a:hover {
	color: #FFF;
	text-decoration: underline;
}

.bg-yellow a:hover {
	color: #000;
	text-decoration: underline;
}
#mainNav nav li {
	display: flex;
	align-items: end;
}
#mainNav nav li a.nav-link {
	padding-bottom: 4px;
}
#restore-session{
	position: fixed;
	bottom: 10px;
	right:10px;
	z-index: 10000;
}
/*********************************************************
  FOOTER
*********************************************************/
footer {
	color: #FFF;
	font-size: 85%;
	padding: 40px 0 0 0;
	border: solid #CCC;
	border-width: 1px 0 0 0;
	background: url(../img/logoBg.png) no-repeat right rgba(0,0,0,0.8);
	background-position: right -315px top 50%;
}
footer a {
	color: #FFF;
	text-decoration: none;
}
.footer-social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	min-height: 32px;
}
/******************************************************************
  BREADCRUMBS
******************************************************************/
#breadcrumb {
	border: solid #000;
	border-width: 1px 0;
	padding: 10px 18px;
	text-transform: uppercase;
	background-color: rgba(0,0,0,0.1);
}

#breadcrumb ul {
	padding: 0;
	margin: 0;
}

#breadcrumb li {
	list-style: none;
	display: inline;
}
#breadcrumb li + li::before {
	content: " » ";
}

/******************************************************************
  SEARCH RESULTS
******************************************************************/
#searchResults h2 {
	margin-top: 2rem;
}
/******************************************************************
  HOME
******************************************************************/
#franjaSuscripcion {
	background-color: #FFA901;
	color: #000 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.75);
	background-size: 55% 55%;
}
#homeEspectaculos,
#homeCELCITTV {
	background-color: #d3d3d3;
}
#general #slide {
	position: relative;
	margin-top: -25px;
	height: 600px;
	width: 1900px;
}
#general #slide div {
	overflow: hidden;
	width: 1900px;
	height: 600px;
}
/******************************************************************
  MAIN
******************************************************************/
main .mainTitle {
	text-align: center;
	padding: 4rem 0 2rem 0;
}
main .mainTitle h1 {
	font-size: 3.5rem;
}
main .mainTitle h2 {
	font-size: 1rem;
}
main .mainContent {
	margin-top: 2rem;
	padding: .1rem 0;
	background-color: #EEE;
}

/******************************************************************
  ESPECTÁCULOS
******************************************************************/
.bgEspectaculos{
	background-image: url(../arc/bg/espectaculos.jpg);
}
#espectaculos .slide {
	border: solid #FFF;
	border-width: 1px 0 0 0;
}
#espectaculos .slide img {
	min-height: 250px;
}
#espectaculosListado .listadoCategoria {
	background-color: #FFF;
	padding: 25px 0;
}
#espectaculosListado .cuadro {
	margin-bottom: 30px;
}
#espectaculosListado .cuadro .conImg,
#espectaculosListado .cuadro .sinImg {
	position: relative;
}
.conImg .comprar {
	position: absolute;
	top: 20px;
	right: 30px;
	border: 1px solid #333;
	background-color: rgba(0,0,0,0.75);
	padding: 5px 10px;
	color: #FFF;
}
.conImg .comprar:hover {
	color: #FFAC00;
}
#espectaculosListado .cuadro .sinImg .texto {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #FFF;
	background-color: rgba(0,0,0,0.7);
	padding: 0 20px 10px 20px;
}
#espectaculosVer .title h1 {
	padding-bottom: 8px;
}
#espectaculosListado .col {
	margin-bottom: 30px;
}
#espectaculosListado .col .data {
	padding: 5px 0;
	/*background-color: #EEE;*/
	min-height: 120px;
	border: solid #DDD;
	border-width: 1px 0;
}
#espectaculosListado .col h2 {
	margin: 10px 0 5px 0;
	padding: 0;
}
#espectaculosVer .popup-gallery img {
	margin-bottom: 20px;
}
/******************************************************************
  PUBLICACIONES
******************************************************************/
.bgPublicaciones {
	background-image: url(../arc/bg/publicaciones.jpg);
}
#publicacionesListado .listadoCategoria {
	background-color: #FFF;
	padding: 25px 0;
}
#publicacionesListado .col {
	/*height: 110px;
	display: block;*/
}
#publicacionesListado .col h2 {
	font-size: 18px;
	border: solid #DDD;
	border-width: 0 0 1px 0;
	padding: 3px 0 4px 0;
	overflow: hidden;
	margin-top: 0;
}
#publicacionesListado .col p {
	margin: 0;
	padding: 0;
}
#publicacionesListado .col .docente {
	font-size: 90%;
}
#publicacionesVer .recuadro .col {
	padding: 0 5px;
}

#publicaciones .tapitas div {
	margin-bottom: 30px;
}
#publicaciones #delPer {
	cursor: pointer;
}
#listaDLA {
	max-height: 800px;
	overflow: auto;
	padding-right: 10px;
	border: solid #DDD;
	border-width: 1px 0;
	margin: 10px 0;
}
@media (max-width:800px){
	#listaDLA {
		max-height: 600px;
	}
	#listaDLA hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width:767px){
	#listaDLA {
		max-height: 400px;
	}
	#listaDLA hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
/******************************************************************
  CURSOS
******************************************************************/
.course-sidebar {
	padding: 12px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.course-content {
	width: 100%;
}

.course-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
	grid-template-areas:
		"header sidebar"
		"body sidebar";
	column-gap: 1.5rem;
	align-items: start;
}

.course-detail-header {
	grid-area: header;
}

.course-detail-sidebar {
	grid-area: sidebar;
}

.course-detail-body {
	grid-area: body;
	min-width: 0;
}

#cursosListado {
	background-color: #F3F0E8;
}

.courses-search {
	padding: 1rem 1.25rem;
	background-color: #FFF;
	border: 1px solid #E4DED5;
	border-radius: .5rem;
}

.courses-search-input {
	position: relative;
}

.courses-search-input > i {
	position: absolute;
	top: 50%;
	left: 1rem;
	z-index: 2;
	color: #7D358E;
	transform: translateY(-50%);
}

.courses-search-input .form-control {
	min-height: 2.75rem;
	padding-left: 2.75rem;
	border-color: #D8D0C5;
}

.courses-active-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .6rem;
}

.courses-active-label,
.courses-summary {
	color: #746E67;
	font-size: .9rem;
}

.courses-active-label {
	margin-right: .25rem;
}

.courses-filter-chip {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	padding: .4rem .9rem;
	background-color: #FFAC00;
	border-radius: 2rem;
	font-size: .8rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.courses-filter-chip:hover {
	background-color: #E99D00;
	color: #222;
}

.courses-list-toolbar {
	min-height: 2.5rem;
}

.courses-currency form {
	margin-bottom: 0 !important;
}

.courses-currency form > span {
	color: #746E67;
	font-size: .9rem;
}

.courses-grid[aria-busy="true"] {
	opacity: .55;
	pointer-events: none;
}

.course-card {
	overflow: hidden;
	background-color: #FFF;
	border-color: #E4DED5;
	border-radius: .75rem;
}

.course-card .card-header {
	position: relative;
	overflow: hidden;
	background-color: #EEE;
	border: 0;
}

.course-card .card-header img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.course-card-badges {
	position: absolute;
	left: .9rem;
	bottom: .75rem;
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
}

.course-card-badges .badge {
	position: static;
	padding: .45rem .75rem;
	border: 1px solid #E4DED5;
	border-radius: 2rem;
	background-color: #FFF !important;
	color: #332E28 !important;
	font-size: .7rem;
	font-weight: 500;
	text-transform: none !important;
}

.course-card-badges .badge.course-status-last-spots {
	background-color: #A42D3B !important;
	border-color: #A42D3B;
	color: #FFF !important;
}

.course-card-badges .badge.course-status-last-days {
	background-color: #F2A900 !important;
	border-color: #F2A900;
	color: #2B241B !important;
}

.course-card .card-body {
	padding: 1.1rem 1.25rem;
}

.course-card .card-body h3 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.375rem;
	font-style: normal;
	line-height: 1.35;
}

.course-card .card-body h3 a {
	font-style: normal;
}

.course-card-schedule {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
	padding: .85rem 1.25rem 0;
}

.course-card .card-footer {
	padding: 1rem 1.25rem 1.25rem;
	background-color: #FFF;
	border-top: 1px solid #EEE7DE;
}

.course-card .card-footer > .text-danger {
	color: #746E67 !important;
	font-size: .9rem;
}

.course-card .card-footer .btn {
	border-radius: .4rem;
}

.course-card .card-footer .btn-warning {
	background-color: #FFF;
	border-color: var(--color-highlight-accent);
	color: var(--color-highlight-accent);
}

.course-card .card-footer .btn-success {
	background-color: var(--color-highlight-accent);
	border-color: var(--color-highlight-accent);
	color: #FFF;
}

.course-card .card-footer .btn-warning:hover,
.course-card .card-footer .btn-success:hover {
	background-color: #FFF;
	border-color: #552872;
	color: #552872;
}

.course-save {
	display: inline-flex;
	align-items: center;
	padding: 0;
	background-color: transparent;
	border: 0;
}

.course-topic-tags {
	display: inline-flex;
	flex-wrap: wrap;
	gap: .5rem;
}

.course-topic-tags a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: .375rem .75rem;
	border: 1px solid #D17A22;
	border-radius: 0;
	color: #9B5517;
	text-decoration: none;
}

.course-topic-tags a:hover {
	background-color: #D17A22;
	color: #FFF;
}

.course-primary-action {
	max-width: 19rem;
}

.course-primary-action .btn-success,
.course-sidebar-actions .btn-success {
	background-color: var(--color-highlight-accent);
	border-color: var(--color-highlight-accent);
	color: #FFF;
}

.course-primary-action .btn-success:hover,
.course-sidebar-actions .btn-success:hover {
	background-color: #FFF;
	border-color: #552872;
	color: #552872;
}

.course-teacher-heading {
	margin-bottom: 1rem;
}

.course-teacher-card {
	display: grid;
	grid-template-columns: minmax(200px, 35%) 1fr;
	overflow: hidden;
	background-color: #F3F0E8;
	border: 1px solid #E7D7A8;
	border-radius: 1rem;
}

.course-teacher-card + .course-teacher-card {
	margin-top: 1rem;
}

.course-teacher-photo,
.course-teacher-photo a {
	display: block;
	height: 210px;
}

.course-teacher-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.course-teacher-content {
	padding: 1.25rem 1.5rem 1rem;
}

.course-teacher-content h3 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.5rem;
	font-style: normal;
}

.course-teacher-content h3 a {
	font-style: normal;
	text-decoration: none;
}

.course-teacher-summary {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	font-size: .85rem;
	line-height: 1.45;
}

.course-teacher-actions {
	margin-top: .75rem;
	text-align: right;
}

.course-teacher-more {
	padding: .4rem 1.35rem;
	background-color: #FFF;
	border: 1px solid var(--color-highlight-accent);
	border-radius: .4rem;
	color: var(--color-highlight-accent);
	font-size: .8rem;
}

.course-teacher-more:hover {
	background-color: var(--color-highlight-accent);
	color: #FFF;
}

.course-status-badge {
	padding: .5rem .85rem;
}

.course-status-badge.bg-danger,
.course-status-badge.bg-success {
	color: #FFF !important;
}

@media (max-width: 767.98px) {
	.course-detail-layout {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"header"
			"sidebar"
			"body";
	}

	.course-detail-header h1 {
		font-size: 2.1rem;
	}

	.course-detail-hero-photo {
		display: block;
		overflow: hidden;
		margin-bottom: 1rem;
		aspect-ratio: 16 / 9;
	}

	.course-detail-hero-photo img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
	}

	.course-sidebar {
		margin-top: 20px;
	}

	.courses-search {
		padding: .85rem;
	}

	.courses-active-label {
		flex-basis: 100%;
	}

	.courses-list-toolbar {
		align-items: flex-start !important;
		flex-direction: column;
	}

	.course-primary-action {
		max-width: none;
	}

	.course-teacher-card {
		grid-template-columns: 1fr;
	}

	.course-teacher-photo,
	.course-teacher-photo a {
		height: auto;
	}

	.course-teacher-photo img {
		height: auto;
		aspect-ratio: 16 / 9;
	}
}

.course-data-item > i,
.course-data-item small {
    color: var(--color-text-muted-warm);
}

.course-price-highlight {
    padding: 1.25rem 1.5rem;
    background-color: var(--color-highlight-bg);
    border: 1px solid var(--color-highlight-border);
    border-radius: 0.4rem;
    text-align: center;
}

.course-price-highlight strong,
.course-price-highlight b {
    color: var(--color-highlight-accent);
}

.ondemand .tag {
	position: absolute;
	top: 8px;
	left: 10px;
	background-color: rgba(0,0,0,0.8);
	font-size: 85%;
	padding: 3px 6px;
	color: #FFF;
}
.ondemand .text {
	padding: 15px;
}
.ondemand .btn {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
}

#cursosVer .recuadro .col {
	padding: 0 5px;
}
#cursosVer .docenteDescripcion {
	font-size: 90%;
}

@media (max-width:767px){
	#navCourses {
		float: left;
	}
}
img.gray-scale {
	filter: grayscale(100%);
}
.bio-text {
    max-height: 190px; /* Altura máxima inicial de la biografía */
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.bio-text.expanded {
    max-height: none; /* Elimina la restricción de altura al expandir */
}

.bio-container {
    position: relative;
}

.bio-container .show-more {
    display: none; /* Botón oculto por defecto */
    margin-top: 10px;
    background-color: #ffc107; /* Amarillo Bootstrap */
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.bio-container.overflowed .show-more {
    display: inline-block; /* Mostrar el botón si hay contenido oculto */
}

.course .card-header img {
	position: relative;
}

.course .card-header > .badge {
	position: absolute;
	top: 10px;
	right: 12px;
}


/******************************************************************
  CELCIT TV
******************************************************************/
.bgTV {
	background-image: url(../arc/bg/celcittv.jpg);
}
#tvListado .listadoCategoria {
	background-color: #FFF;
	padding: 25px 0;
}
#tvListado .col h2 {
	font-size: 18px;
	margin-top: 0;
	height: 75px;
	padding: 10px 0;
	margin-bottom: 20px;
	border: solid #DDD;
	border-width: 1px 0;
}
#tvListado .col {
	min-height: 250px;
}
#tvListado .col p {
	margin: 0;
	padding: 0;
}
#tvVer iframe {
	margin-top: 15px;
}
@media (max-width: 800px) {
	#tvListado .col {
		height: 300px;
	}
}
/******************************************************************
  HISTORIA
******************************************************************/
.bgHistoria {
	background-image: url(../arc/bg/historia.jpg);
}
/******************************************************************
  BLOG
******************************************************************/
#blog .abstract {
	font-style: italic;
	font-size: 1.1rem;
	padding: 0;
}

#postView  {
	line-height: 200%;
}
#postView .abstract {
	font-size: 2rem;
	line-height: 1.2;
	color: #666;
	font-style: italic;
}
#postView .content p {
	margin-bottom: 1rem;
	text-indent: 2rem;
	text-align: justify;
}
#postView .content p:first-child {
	text-indent: 0;
}

/******************************************************************
  CARRITO
******************************************************************/
#cart-icon .badge {
    
}

/******************************************************************
  GENERAL
******************************************************************/
.bgGeneral {
	background-image: url(../arc/bg/historia.jpg);
}
#general {
	position: relative;
}
#general .contenido {
	background-color: #FFF;
	padding: 25px 0;
}
.img-container-16x9 {
	position: relative;
	width: 100%; /* O un ancho fijo, por ejemplo, 300px */
	padding-top: 56.25%; /* 16:9 = 9 / 16 = 0.5625 */
	overflow: hidden;
  }

  .img-container-16x10 {
	position: relative;
	width: 100%; /* O un ancho fijo, por ejemplo, 300px */
	padding-top: 62.5%; /* 16:2 = 12 / 16 = 0.75 */
	overflow: hidden;
  }
  
  .img-container-16x9 img,
  .img-container-16x10 img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover; /* Asegura que la imagen se ajuste sin deformarse */
	transform: translate(-50%, -50%);
  }

  /* Barra de progreso en la parte superior */
.progress-container {
    position: fixed;
    top: 88px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(255,255,255,0);
    z-index: 100;
}

#readingProgressContainer .progress-bar {
    height: 4px;
    width: 0%;
	background-color: #8A5D00;
    transition: width 0.2s ease;
}

.list-group-item.active {
	background-color: #FEAB00;
	border-color: #8A5D00;
	color: #000;
}

.list-group-item.active a {
	color: #000;
}

.list-group-item .bg-primary {
	background-color: #FEAB00 !important;
	color: #000 !important;
}

  
/******************************************************************
  ESTILOS
******************************************************************/
.titleDivider {
	background: linear-gradient(to left, rgba(255,255,255,0), #DDD, rgba(255,255,255,0));
	padding: 1px;
	max-width: 200px;
	text-align: center;
	margin-bottom: 40px;
}
.fondoNaranja {
	color: #8A5D00;
}
.fondoRojo {
	color: #B02A37;
}
.fondoGris {
	color: #666;
}
.fondoVerde {
	color: #08752E;
}
.contenido {
	background-color: #FFF;
	padding: 30px 0;
}
.recuadro {
	background-color: #EEE;
	padding: 15px 25px;
	border: solid #CCC;
	border-width: 0 0 1px 0;
	margin: 15px 0;
}
.box {
	background-color: #F6F6F6;
	padding: 5px 25px 30px 25px;
	border: solid #CCC;
	border-width: 0 0 1px 0;
	margin: 0 0 30px;
}
h2.subrayado {
	border: #BBB solid;
	border-width: 0 0 1px 0;
}
h3.subrayado {
	border: #CCC solid;
	border-width: 0 0 1px 0;
	margin-bottom: 10px;
}
.altBg {
	background-color: #F6F6F6;
}

/* Contenido enriquecido de artículos */
.article-content figure.image {
	display: table;
	margin: 1.5rem auto;
	max-width: 100%;
}
.article-content figure.image.image-style-side {
	float: right;
	margin: 0 0 1.5rem 1.5rem;
	max-width: 50%;
}
.article-content figure.image img,
.article-content img.image-inline {
	display: block;
	height: auto;
	max-width: 100%;
}
.article-content figure.image figcaption {
	background-color: #F2F2F2;
	caption-side: bottom;
	color: #555;
	display: table-caption;
	font-size: .875rem;
	padding: .5rem;
	text-align: center;
}
.article-content figure.media {
	clear: both;
	margin: 1.5rem 0;
}
.article-content blockquote {
	border-left: 4px solid #CCC;
	font-style: italic;
	margin: 1.5rem 0;
	padding-left: 1rem;
}
.article-content::after {
	clear: both;
	content: '';
	display: block;
}
/******************************************************************
  MOBILE
******************************************************************/
@media (max-width:1200px){
	footer {
		background-image: none;
	}
	#bottomButtons {
		display: block;
		position: fixed;
		bottom: 36px;
		left: 0;
		right: 0;
		z-index: 10;
		text-align: center;
	}
	#bottomButtons img {
		margin: 0 7px;
	}
	#tvListado .col h2 {
		height: auto;
	}
}
