/* Colors template */
:root {
	--cassiopeia-color-primary: #d9682a;
	--cassiopeia-color-link: #576b90;
	--cassiopeia-color-hover: #d9682a;
}
/* Espacio entre elementos activos */
:root {
	--body-line-height: 2.5;
}
/* Header y Footer container */
.container-header,
.footer {
	background-color: #fff;
	background-image: url(../images/bg.jpg);
}
.container-header .mod-menu li {
	color: #576b90;
}
.container-header .navbar-toggler,
.footer {
	color: #d9682a;
}
.container-header .mod-menu li:hover {
	color: #d9682a;
}
.container-header .navbar-toggler:hover {
	color: #576b90;
}
/* Topbar container */
.container-topbar {
	width: 90%;
}
/* Espacio entre lúneas */
p {
	line-height: 1.75;
}
/* Links */
a:not([class]) {
	text-decoration: none;
}
/* h1 */
.h1, h1 {
	font-size: 2.0rem;
	text-align: center;
	color: #d9682a;	
}
/* h2 */
.h2, h2 {
	font-size: 1.5rem;
	text-align: center;
	color: #d9682a;	
}
/* h3 */
.h3, h3 {
	font-size: 1.25rem;
	text-align: center;
	color: #d9682a;	
}
/* legend */
legend {
	font-size: 1.25rem;
	color: #d9682a;	
}
/* blockquote */
blockquote {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding-left: 0.4em;
	font-size: 1.25rem;
	font-style: italic;
}
blockquote:before {
	content: "\201C";
	font-size: 30px;
	color: #d9682a;
	position: absolute;
	top: -0.2em;
	left: -0.5em;
}
blockquote:after {
	content: "\201D";
	font-size: 30px;
	color: #d9682a;
	position: absolute;
	bottom: -0.6em;
	right: -0.6em;
}
/* code */
code {
	font-size: 1.05rem;
	color: #3c3e3f;
	background-color: #eeeeee;
}
/* ul */
.ul-perexila {
	list-style: none;
	margin: 2rem 2rem;
	padding: 0;
}
.ul-perexila li {
	background: url(../images/bullet-verde.png) no-repeat 0 10px !important;
	margin: 0 !important;
	padding: 2px 0 2px 28px;
	line-height: 1.8rem !important;
	list-style: none;
	overflow: inherit;
}
/* ol */
.ol-perexila {
	padding: 0;
	margin: 2rem 2rem;
	list-style-position: inside;
	display: block;
}
.ol-perexila li {
	margin: 0 !important;
	padding: 2px 0 20px 20px;
	overflow: inherit;
}
/* Info Article */
.article-info dd {
	font-size: 0.8em;
}
/* Blog Category */
p.readmore a.btn.btn-secondary {
	background-color: #d9682a !important;
	color: #fefefe !important;
}
.comments-readmore a.btn.btn-secondary {
	color: #576b90 !important;
	border-color: #576b90 !important;
}
.comments-readmore a.btn.btn-secondary:hover {
	border-color: #d9682a !important;
}
/* CSS Módulos Último publicado, Lo más popular y PereXilandia en Redes Sociales */
ul.mod-articleslatest.latestnews.mod-list li,
ul.mostread.mod-list li {
	margin-bottom: 10px;
	line-height: 1.3rem;
	list-style: circle;
}
ul.mod-articleslatest.latestnews.mod-list li a:hover,
ul.mostread.mod-list li a:hover {
	text-decoration: none;
}
div.moduletable.ultimo-publicado,
div.moduletable.mas-popular {
	max-width: 400px;
}
div.moduletable.ultimo-publicado h3,
div.moduletable.mas-popular h3 {
	font-size: 1.1rem;
	color: #d9682a;
	text-align: center;
	text-transform: uppercase;
}
/* SCLogin Club Personal */
.sclogin {
	text-align: right !important;
	float: right;
}
.sclogin-modal-links a.btn-primary {
	font-size: 0.9rem;
	background-color: #d9682a !important;
	color: #fefefe !important;
	margin-bottom: 10px;
	margin-right: 10px;
}
.sclogin.ns-bs5 .btn-secondary {
	font-size: 0.9rem;
	background-color: #d9682a !important;
	color: #fefefe !important;
}
.ns-bs5 .btn-primary {
	background-color: #d9682a !important;
	border-color: #f3f3f3 !important;
}
.ns-bs5 a {
	color: #576b90 !important;
}
.ns-bs5 a:hover {
	color: #3c3e3f !important;
}
.modal-header {
	padding: 15px 15px;
}
#scLogoutButton-141 .btn.btn-primary,
#scLogoutButton-142 .btn.btn-primary {
	background-color: #d9682a !important;
	color: #fff !important;
	margin-bottom: 10px;
}
#sclogin-form141 li,
#sclogin-form142 li {
	list-style: none;
}
.sclogin .sclogout-button {
	float: right !important;
}
.sclogin .scprofile-pic,
.sclogin .sclogin-greeting,
.sclogin .sclogin-profile-link {
	margin-right: 10px !important;
}
/* Modal Club Movil */
.modal-lg, .modal-xl {
	max-width: 400px;
}
/* JBCookies Original */
.jb-cookie {
	position: fixed!important;
	z-index: 1035;
	width: 100%!important;
	height: auto;
	text-align: center;
	display: none;
	box-shadow: 0 0 40px #444;
	padding: 15px 0;
	left: 0;
	right: 0;
	float: none!important;
	text-shadow: none;
	border-radius: 0!important;
	margin: 0 auto!important;
	max-width: 80%;
}
.jb-cookie.top {
	top: 0px;
}
.jb-cookie.bottom {
	bottom: 0px;
}
.jb-cookie div.jb-cookie-bg {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; 
	opacity: 0.9;
	filter: alpha(opacity=90);
	position: absolute;
	z-index: -1;
}
.jb-cookie-bg.black {
	background-color: black;
}
.jb-cookie-bg.white {
	background-color: white;
}
.jb-cookie.black {
	color: white;
}
.jb-cookie.white {
	color: black;
}
.jb-cookie p.jb-cookie-title {
	font-size: 18px;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 25px;
}
.jb-cookie p {
	font-size: 14px;
	margin-bottom: 5px;
	padding: 0;
	float: none!important;
}
.jb-cookie p a {
	cursor: pointer;
	float: none!important;
}
.jb-accept {
	cursor: pointer;
	font-size: 14px;
	margin: 5px auto;
	min-width: 100px;
	border-radius: 4px;
	float: none!important;
}
.jb-accept:hover {
	box-shadow: 0 0 15px #000;
}
.jb-decline.link {
	cursor: pointer;
}
/* COLORS LINKS */
.jb-cookie.top.blue .jb-cookie-bg.white, .jb-cookie.top.blue .jb-cookie-bg.black {
	border-bottom: 1px solid #0089f2;
}
.jb-cookie.top.green .jb-cookie-bg.white, .jb-cookie.top.green .jb-cookie-bg.black {
	border-bottom: 1px solid #52a552;
}
.jb-cookie.top.orange .jb-cookie-bg.white, .jb-cookie.top.orange .jb-cookie-bg.black {
	border-bottom: 1px solid #e88a05;
}
.jb-cookie.top.red .jb-cookie-bg.white, .jb-cookie.top.red .jb-cookie-bg.black {
	border-bottom: 1px solid #dd2f26;
}
.jb-cookie.bottom.blue .jb-cookie-bg.white, .jb-cookie.bottom.blue .jb-cookie-bg.black {
	border-top: 1px solid #0089f2;
}
.jb-cookie.bottom.green .jb-cookie-bg.white, .jb-cookie.bottom.green .jb-cookie-bg.black {
	border-top: 1px solid #52a552;
}
.jb-cookie.bottom.orange .jb-cookie-bg.white, .jb-cookie.bottom.orange .jb-cookie-bg.black {
	border-top: 1px solid #e88a05;
}
.jb-cookie.bottom.red .jb-cookie-bg.white, .jb-cookie.bottom.red .jb-cookie-bg.black {
	border-top: 1px solid #dd2f26;
}
.jb-cookie.blue p a {
	color: #0089f2;
}
.jb-cookie.green p a {
	color: #52a552;
}
.jb-cookie.orange p a {
	color: #e88a05;
}
.jb-cookie.red p a {
	color: #dd2f26;
}
.jb-accept.blue {
	background: #0089f2;
	border: 1px solid #0654b3;
	color: #ffffff;
}
.jb-accept.green {
	background: #52a552;
	border: 1px solid #008000;
	color: #ffffff;
}
.jb-accept.orange {
	background: #e88a05;
	border: 1px solid #8a5203;
	color: #ffffff;
}
.jb-accept.red {
	background: #dd2f26;
	border: 1px solid #9c0404;
	padding: 4px 12px;
	color: #ffffff;
}
/* MODAL */
#jbcookies {
	color: #333;
}
/* JFinder Search */
.mod-finder.js-finder-searchform.form-search {
	width: 160px;
	float: right;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
/* CSS Error Page */
#error-perexila .btn.btn-secondary {
	background-color: #d9682a !important;
	color: #fff !important;
}
#button-home,
.error-image {
	text-align: center;
}
/* CSS JLSitemap Mapa del Sitio */
div#JLSitemap.html ul.unstyled li {
	list-style-type: none;
}
/* CSS SchuWeb Mapa del Sitio */
/*#SchuWeb_Sitemap li a {
	line-height: 2.6rem;
}
#SchuWeb_Sitemap ul.level_0 {
	list-style-type: inherit;
}
#SchuWeb_Sitemap ul.level_1 {
	list-style-type: square;
}
#SchuWeb_Sitemap ul.level_2 {
	list-style-type: circle;
}
#SchuWeb_Sitemap ul.level_3 {
	list-style-type: disc;
}
#SchuWeb_Sitemap ul.level_4 {
	list-style-type: circle;
}*/
/* Audio y Video Server */
.audio-perexila,
.video-perexila {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Video YouTube */
p.video-youtube-perexila iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.video-youtube-perexila iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Mapas Google */
div.map-perexila iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%!important;
}
/* JComments Original style.css */
/* content plugin styles */
.jcomments-links {
	margin-top: 10px;
	clear: both;
	text-align: left;
}
.comments-link, .readmore-link {
	padding: 0 5px 5px 14px;
	background-image: url(../../../../../components/com_jcomments/tpl/default/images/jc_blog.gif);
	background-repeat: no-repeat;
}
.comments-link {
	background-position: 0 -27px;
}
.readmore-link {
	background-position: 0 2px;
}
/* JComments common styles */
#jc {
	clear: both;
}
#jc a:link, #jc a:visited, #jc a:hover {
	outline: none;
}
#jc .busy {
	display: none;
	margin: 3px auto;
	padding: 0;
	width: 16px;
	height: 16px;
	background: url(../../../../../components/com_jcomments/tpl/default/images/jc_busy.gif) no-repeat;
}
#jc p.message {
	color: #777;
	background-color: inherit;
	background-image: none;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	text-indent: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #D2DADB;
}
#comments {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	text-indent: 0;
}
#comments a {
	text-decoration: none;
}
#comments a[rel*=external], #comments a[rel*=external]:active, #comments a[rel*=external]:hover, #comments a[rel*=external]:focus {
	background: url(../../../../../components/com_jcomments/tpl/default/images/jc_link.gif) no-repeat center right;
	padding: 0 10px 0 0;
	margin: 0 2px;
	display: inline-block;
}
/* List footer */
.comments-list-footer {
	margin-bottom: 1rem;
}
/* Show/hide form */
#comments-form-link .showform {
	margin: 5px 0 22px 22px;
	font-weight: bold;
}
/* Comment */
#comments .comment-box {
	margin: 0;
	padding: 0;
}
#comments .comment-avatar {
	float: left;
	margin: 0 .5rem .5rem 0;
	min-width: 32px;
	padding: 0;
}
#comments .avatar-indent {
	padding-left: 40px;
}
.comment-info dd {
	float: left;
	font-size: .8em;
	margin-top: .2em;
	margin-right: .5em;
}
/* Avatar */
#comments .comment-avatar img {
	max-width: 200px;
	border: none !important;
}
#comments .comment-body {
	clear: both;
	margin: 6px 0 0;
	padding: 0 0 2px;
}
/* Quote, Code and Hidden block styles */
#comments .quote, #comments blockquote, #comments .code {
	margin: 5px 0;
}
#comments blockquote {
	color: #849B9F;
	text-align: left;
	padding: 8px;
}
#comments blockquote {
	border-left: 0.25em solid #849B9F;
}
#comments .code {
	background: none;
	border: none;
	padding: 0;
}
#comments figure {
	margin-bottom: 1rem;
}
/* Quote and Reply to buttons panel */
#comments .comments-buttons {
	float: right;
	margin: 5px !important;
}
#comments .email, #comments .emailactive {
	text-decoration: none;
	white-space: normal;
	margin: 0;
	padding: 0;
	line-height: 10px;
	cursor: pointer;
	border-bottom: 1px dotted #999;
}
#comments .email {
	color: #444;
	background-color: inherit;
}
#comments .emailactive {
	color: #cc0000;
	background-color: inherit;
}
#comments .email img, #comments .emailactive img {
	padding: 0;
}
#comments .comment-body img {
	padding: 0;
	border: 0 none;
}
#comments .comment-body .img {
	padding: 4px 0 !important;
	max-width: 500px;
}
#comments .toolbar {
	clear: both;
	border-top: 1px solid #ccc;
	margin: 8px 0 0 0;
	padding: 5px 0 0 0;
}
#comments .toolbar .main-actions {
	float: left;
}
#comments .toolbar .main-actions a {
	padding: 0 5px 0 0;
}
#comments .toolbar .user-actions {
	float: right;
}
#comments .toolbar .user-actions a {
	padding: 0 0 0 5px;
}
/* Comments list */
#comments .even, #comments .odd {
	margin-bottom: 10px;
}
.comments-list-child .comment {
	background-color: #fafafa;
	margin-left: 1rem;
}
#comments-list .comments-inline-edit {
	padding: 5px;
}
#comments .comment.hide-children + .comments-list-child {
    display: none;
}
/* Comment form */
div.comments-policy {
	padding: 5px;
	margin: .5rem 0;
}
#comments-form .counter {
	color: #777;
	font-size: 1em;
}
#comments-inline-edit {
	padding: .5rem;
}
#comments-form img.smile {
	margin: 0 3px 3px 0;
	padding: 0;
	border: none;
	cursor: pointer;
	float: none;
}
#comments-form img.captcha {
	padding: 0;
	margin: 0 0 3px 0;
	border: 1px solid #ccc;
}
#comments-form span.captcha {
	color: #777;
	cursor: pointer;
	display: inline-block;
}
.comments-inline-report {
	margin-top: .5rem;
}
#comments-form input.captcha {
	width: 116px;
	margin: 3px 0 5px 0;
}
#comments-form textarea {
	min-width: 250px !important;
	resize: none;
}
#comments-form-message {
	padding: .5rem;
}
#comments-form .counterpanel {
	height: 13px;
	display: block;
	overflow: hidden;
	color: #ccc;
	padding: 0;
	margin: 0;
	border: 1px solid #ddd;
	border-top-width: 0;
	max-width: 400px !important;
	width: 350px;
	background-color: #eee;
}
#comments-form .grippie {
	height: 13px;
	display: block;
	overflow: hidden;
	color: #ccc;
	padding: 0;
	margin: 0;
	border: 1px solid #ddd;
	border-top-width: 0;
	min-width: 250px !important;
	cursor: s-resize;
	background: #eee url(../../../../../components/com_jcomments/tpl/default/images/jc_resize.gif) no-repeat right 2px;
}
#comments-form .grippie .counter {
	font-size: 10px;
	padding: 0;
	margin: 0;
}
#comments-form .grippie span {
	display: block;
	float: left;
}
#comments-form .grippie span span {
	display: inline;
	float: none;
}
#comments-form-smilespanel {
	display: none;
	cursor: pointer;
	padding: 2px;
	max-width: 200px;
	background-color: #fff;
	border: 1px solid #ccc;
	overflow: auto;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 999999 !important;
}
#comments-footer, #comments-footer a {
	color: #ccc !important;
	background-color: inherit;
	font: normal 9px Verdana, Arial, Sans-Serif !important;
}
#comments-footer {
	display: block;
	height: 14px;
	border-top: 1px solid #ccc;
	padding-top: 1px;
	margin-top: 4px;
	text-align: right;
}
#comments-footer a {
	text-decoration: none !important;
	text-transform: none;
	padding: 0;
	margin: 0;
	border: none !important;
	float: right;
	background: none !important;
}
/* Vote */
#jc .comments-vote {
	width: 6em;
	float: right;
}
#jc .comments-vote .busy {
	margin: 0;
	float: right;
	width: 16px;
}
#jc .comments-vote .vote-value {
	font-weight: 700;
	line-height: 14px;
	margin: 0;
	float: right;
}
/* BBCode */
#jc .bbcode a, #jc .bbcode a:focus, #jc .bbcode a:active, #jc .bbcode a:hover {
	width: 23px;
	height: 23px;
	float: left;
	margin: 0 2px 0 0;
	display: block;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-image: url(../../../../../components/com_jcomments/tpl/default/images/jc_bbcodes.gif);
	text-decoration: none;
	border: none !important;
}
#jc a.bbcode-empty {
	background-position: 0 0;
}
#jc a.bbcode-b {
	background-position: -30px 0 !important;
}
#jc a.bbcode-i {
	background-position: -60px 0 !important;
}
#jc a.bbcode-u {
	background-position: -90px 0 !important;
}
#jc a.bbcode-s {
	background-position: -120px 0 !important;
}
#jc a.bbcode-url {
	background-position: -150px 0 !important;
}
#jc a.bbcode-img {
	background-position: -180px 0 !important;
}
#jc a.bbcode-list {
	background-position: -210px 0 !important;
}
#jc a.bbcode-hide {
	background-position: -240px 0 !important;
}
#jc a.bbcode-quote {
	background-position: -270px 0 !important;
}
#jc a.bbcode-smile {
	background-position: -300px 0 !important;
}
#jc a.bbcode-youtube {
	background-position: -330px 0 !important;
}
#jc a.bbcode-google {
	background-position: -360px 0 !important;
}
#jc a.bbcode-wiki {
	background-position: -390px 0 !important;
}
#jc a.bbcode-facebook {
	background-position: -420px 0 !important;
}
#jc a.bbcode-flickr {
	background-position: -450px 0 !important;
}
#jc a.bbcode-instagram {
	background-position: -480px 0 !important;
}
#jc a.bbcode-vimeo {
	background-position: -510px 0 !important;
}
#jc .bbcode img {
	width: 23px;
	height: 23px;
	float: left;
	margin: 0 2px 0 0;
}
/* Rounded comments */
#jc .rbox {
	padding: 4px 8px;
	overflow: hidden;
}
/* JComments Personal */
#jc div.h6 {
	color: #d9682a;
	background-color: inherit;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #D2DADB;
	padding: 0 0 2px 0;
	margin-bottom: 10px;
}
#comments .createdby span {
	color: #d9682a;
}
#comments .comment-avatar {
	display: none;
}
#comments-form-link .btn-outline-primary {
	color: #fff;
	background-color: #d9682a;
}
#comments-form-buttons .btn-success {
	border-color: #fff;
	background-color: #d9682a;
}
div#jc .alert-warning {
	border-color: #fff;
	color: #fff;
	background-color: #d9682a;
}
/* Espacio entre elementos activos en Comentarios */
div#jc {
	line-height: 1.8;
}
/* Reducir el tamaño fuente en la Paginación Blog */
.pagination {
	/*--pagination-font-size: 0.6rem;*/
	--pagination-active-bg: #d9682a;
}
div.com-content-category-blog__navigation.w-100 {
	font-size: 0.6rem;
}
div.com-content-category-blog__navigation.w-100 a.page-link {
	padding: .25rem 0.4rem;
}
/* Tamaño títulos en galerías de fotos Sigplus*/
.slideplus-viewport.slideplus-horizontal > .slideplus-button {
	scale: 60%;
}
.slideplus-below > .slideplus-caption, .slideplus-bottom .slideplus-caption {
	scale: 80%;
}
/* Anuncio desactivación temporal Registro */
#mod-custom140 {
	color: #d9682a;
	padding: 0.6rem;
}
/* Mostrar las casillas de selección de la opción a elegir en los Formularios de Registro y de Contacto y mensaje a enviar */
#contact-form .form-check-input,
#jform_privacyconsent_privacy .form-check-input {
	appearance: auto;
}
