@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Fray Gabriel';
	src: url('fonts/Fray_Gabriel.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Papyrus';
	src: url('fonts/Papyrus.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
/*	background-image: url(imagenes/background.jpg);*/
	background-color: #F5F5F5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow-x: hidden;
}

iframe {
	border: none;
	overflow: hidden;
}

.background {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: -500;
}

.bg-ver-aviso-importante {
	background-color: #F00;
/*	background-image: url(imagenes/bg-aviso-importante-rojo.jpg);*/
	background-size: 100% 100%;
	width: 100%;
/*	height: 150px;
	line-height: 150px;*/
	text-align: center;
	font-size: 2rem;
	float: left;
	color: #FFF;
	padding: 10px 0px;
}

.bg-inicio {
/*	background-image: url(imagenes/bg-inicio.jpg);
	background-position: center center;
	background-size: cover;*/
}

.web {
	position: relative;
	min-width: 320px;
	max-width: 1200px;
	margin: auto;
}

.webx {
	position: relative;
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
	max-width: 1600px;
	margin: auto;
	float: left;
}

input[type="submit"], input[type="text"], input[type="select"], button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
/*
input, textarea, select, button {
	-webkit-appearance: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
}
*/
textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	resize: none;
}

a:active {text-decoration: none;}
a:link {text-decoration: none; color: #00F;}
a:visited {text-decoration: none; color: #00F;}
a:hover {text-decoration: underline;}

a img {border: 0px;}

p {margin: 0px; margin-bottom: 10px;}

h1, h2, h3, h4, h5 {
	margin: 10px 0px;
	padding: 0px;
}

h1 {
	font-family: 'Fray Gabriel';
	margin-top: 30px;
	margin-bottom: 20px;
	font-style: normal;
}

h2 {
	margin: 10px 0px;
	font-style: normal;
}

h3 {
	margin-left: 15px;
	margin-top: 25px;
}

label {
	width: 100%;
	float: left;
	text-align: left;
}

input:focus {
	outline: 0px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}

.centrado {
	width: 100%;
	float: left;
	text-align: center;
}

.hide {
	display: none !important;
}

.invisible {
	width: 0px;
	height: 0px;
	float: left;
	overflow: hidden !important;
}

li {
	margin: 0px;
	margin-bottom: 10px;
}

label {
	width: 100%;
	float: left;
	text-align: left;
}

.tabla {
	width: 100%;
	float: left;
	display: table;
}

.tabla-tr {
	float: left;
	display: table-column;
}

.tabla {
	float: left;
	display: table-row;
}

.bg-fila {
	background-color: #F2F2F2;
}

.left {float: left !important;}
.right {float: right !important;}

.tleft {text-align: left !important;}
.tcenter {text-align: center !important;}
.tright {text-align: right !important;}
.justificado {text-align: justify !important;}

.bg-blanco {background-color: #FFF !important;}
.bg-casi-blanco {background-color: #F8F8F8 !important;}
.bg-negro {background-color: #000 !important;}
.bg-gris {background-color: #666 !important;}
.bg-grisecito {background-color: #999 !important;}
.bg-rojo {background-color: #900 !important;}
.bg-azul {background-color: #05B !important;}
.bg-morado {background-color: #60C !important;}
.bg-rosa {background-color: #F3C !important;}
.bg-verde {background-color: #090 !important;}
.bg-amarillo {background-color: #FF6 !important;}
.bg-naranja {background-color: #E30 !important;}

.blanco {color: #FFF !important;}
.casi-blanco {color: #F8F8F8 !important;}
.negro {color: #000 !important;}
.gris {color: #666 !important;}
.grisecito {color: #999 !important;}
.rojo {color: #900 !important;}
.azul {color: #05B !important;}
.morado {color: #60C !important;}
.rosa {color: #F3C !important;}
.verde {color: #090 !important;}
.amarillo {color: #FF6 !important;}
.naranja {color: #E30 !important;}

.blur {box-shadow: 10px 10px 15px #999;}

.redondeado {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.readonly {background-color: #EBEBEB !important;}

.inline {width: 100%; float: left;}
.diline {width: 50%; float: left;}
.triline {width: 33%; float: left;}
.ditriline {width: 66%; float: left;}
.tetraline {width: 25%; float: left;}

.overflow {
	width: 100%;
	float: left;
	padding: 10px 0px;
	overflow-x: auto;
}

.bg-header {
	border-bottom: #FFF 3px solid;
	background-color: #05B;
	background-image: url(imagenes/bg-header.jpg);
	background-repeat: repeat;
	width: 100%;
	float: left;
}

.header {
	position: relative;
	width: 100%;
	float: left;
}

.logo-proteccion {
	position: absolute;
	width: 90px;
	height: 135px;
	left: 15px;
	top: 20px;
	z-index: 50;
}

.logo {
	background-image: url(imagenes/logo.jpg);
	background-size: 100% 100%;
	width: 90px;
	height: 135px;
	float: left;
}

.logo-eucaristia {
	position: absolute;
	width: 30px;
	top: 5px;
	left: 5px;
	z-index: 50;
}

.parroquia {
	width: auto;
	float: left;
	font-family: 'Fray Gabriel';
	margin-left: 120px;
	text-align: left;
	padding-top: 20px;
}

.nombre {
	width: auto;
	float: left;
	font-family: 'Fray Gabriel';
/*	font-size: 2.5rem;*/
	font-size: 38px;
	color: #FFF;
	text-align: left;
	font-weight: bolder;
}

.vicaria-arquidiocesis {
	width: auto;
	float: left;
	font-family: 'Fray Gabriel';
/*	font-size: 1.5rem;*/
	font-size: 28px;;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
}

.busqueda-header {
	width: 250px;
	float: right;
	margin-right: -10px;
	margin-bottom: 15px;
}

.busqueda {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

.busqueda-input {
	border: #999 1px solid;
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	width: calc(100% - 40px);
	height: 30px;
	float: left;
	padding: 0px 5px;
	margin: 0px;
	box-sizing: border-box;
}

.busqueda-btn {
	background-color: #333;
	background-image: url(imagenes/buscar.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90% 90%;
	border: none;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0px;
}

.busqueda-resultado {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	border: #F5F5F5 2px solid;
	padding: 5px;
	float: left;
	margin-bottom: 30px;
}

.busqueda-titulo-liga {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
}

.busqueda-liga {
	font-family: Arial, Helvetica, sans-serif;
}

.busqueda-img {
	width: 65px;
	height: 95px;
	float: left;
	margin-right: 10px;
}

.header-responsive {
	display: none;
}

.datos-contacto {
	width: auto;
	max-width: 300px;
	float: right;
	padding: 10px;
	padding-right: 0px;
	line-height: 22px;
	text-align: right;
	font-weight: bold;
	font-size: 1rem;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}

.datos-contacto-responsive {
	display: none;
}

.bg-menu {
/*	width: -moz-calc(100% - 120px);
	width: -webkit-calc(100% - 120px);
	width: -o-calc(100% - 120px);
	width: calc(100% - 120px);*/
	background-color: rgba(0, 34, 102, 0.6); /*	#026  */
	width: 100%;
	min-height: 40px;
	float: left;
	margin-top: 15px;
/*	margin-left: 120px;*/
	text-align: center;
	padding: 5px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
/*	overflow: hidden;*/
}

.menu {
	display: inline-block;
	text-align: center;
}

.submenu-grupo {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	height: 30px;
	line-height: 30px;
	color: #FFF;
	text-align: right;
	float: left;
	margin: 0px 10px;
}

.btn-menu-responsive {
	display: none;
}

.menu-responsive {
	display: none;
}

.bg-slider-navidad {
	background-image: url(imagenes/slider/Bg-Navidad.jpg);
	background-size: 100% 100%;
}

.bg-slider {
	background-color: #FFF;
	position: relative;
	width: 100%;
	height: auto;
	max-height: 720px;
	float: left;
}

.slider {
/*	background-color: #FFF;*/
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	max-height: 720px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	object-fit: cover;
	object-position: 50% 50%;
}

.slider-misa-sanacion {
	background-color: rgba(255, 255, 255, 0.75);
	position: absolute;
	width: auto;
	font-size: 3.2vw;
	left: 75px;
	bottom: 50%;
	color: #05B;
	padding: 20px 35px;
	text-shadow: 2px 2px 5px #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.slider-sombra {
	background-color: #FFF;
	width: 100%;
	height: 30px;
	float: left;
	padding-bottom: 20px;
}

.slider li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	margin: 0px;
	left: 0px;
	top: 0px;
}
	
.slider li:first-child {
	position: relative;
	display: block;
	float: left;
}
	
.slider img {
	display: block;
	width: 100%;
	height: auto;
	float: left;
	border: 0px;
}

.prev {
	position: absolute;
	width: 40px;
	height: 40px;
	float: left;
	left: 10px;
	top: 50%;
	margin-top: -20px;
	z-index: 100;
}

.next {
	position: absolute;
	width: 40px;
	height: 40px;
	float: left;
	right: 10px;
	top: 50%;
	margin-top: -20px;
	z-index: 100;
}

.flecha-prev {
	width: 40px;
	height: 40px;
	float: left;
}

.flecha-next {
	width: 40px;
	height: 40px;
	float: left;
}

.nuevo-slider-main {
	width: 100%;
	float: left;
	margin: 30px 0px;
}

.nuevo-slider-columna {
	width: -moz-calc(100% / 3 - 60px);
	width: -webkit-calc(100% / 3 - 60px);
	width: -o-calc(100% / 3 - 60px);
	width: calc(100% / 3 - 60px);
	float: left;
}

.nuevo-slider-columna-enmedio {
	width: -moz-calc(100% / 3 + 120px);
	width: -webkit-calc(100% / 3 + 120px);
	width: -o-calc(100% / 3 + 120px);
	width: calc(100% / 3 + 120px);
	float: left;
}

.nuevo-slider {
	background-color: #FFF;
	width: 100%;
	height: 250px;
	float: left;
	margin: 20px 0px;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px #00000035;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.nuevo-slider-enmedio {
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	width: calc(100% - 40px);
	height: 540px;
	margin: 20px;
}

.nuevo-slider-img {
	width: 100%;
	height: -moz-calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
	height: -o-calc(100% - 60px);
	height: calc(100% - 60px);
	float: left;
	object-fit: cover;
	object-position: 50% 50%;
}

.nuevo-slider-txt {
	width: 100%;
	height: 60px;
	float: left;
	color: #F00 !important;
	margin: 10px 0px;
	padding: 5px 0px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.nuevo-slider-txt:link, 
.nuevo-slider-txt:visited {
	color: #F00 !important;
}

.noticias {
	position: relative;
	background-color: #e3e3e3;
	width: 100%;
	height: 30px;
	line-height: 30px;
	float: right;
	color: #626262;
	overflow: hidden;
	margin-bottom: -20px;
}

.noticias-titulo {
	position: absolute;
	background-image: url(imagenes/ultimas-noticias.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 200px;
	height: inherit;
	line-height: inherit;
	left: 0px;
	top: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	z-index: 50;
}

.noticias-marco {
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: -o-calc(100% - 200px);
	width: calc(100% - 200px);
	height: inherit;
	float: left;
	margin-left: 200px;
	overflow: hidden;
}

.noticias-contenido {
	position: relative;
	width: -moz-calc(100% + 50px);
	width: -webkit-calc(100% + 50px);
	width: -o-calc(100% + 50px);
	width: calc(100% + 50px);
	height: inherit;
	float: left;
	text-align: left;
}

.noticias-txt {
	position: absolute;
	width: auto;
	height: inherit;
	line-height: inherit;
}

.noticias-txt ul {
	list-style: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: inherit;
	line-height: inherit;
	overflow: hidden;
}

.noticias-txt li {
	width: auto;
	margin: 0px;
	position: relative;
	float: left;
}

.noticias-txt a {
	border-right: #000 2px solid;
	margin-right: 15px;
	padding-right: 15px;
}

.primera-noticia {
	margin-left: 20px;
}

.bg-contenido {
	background-color: #FFF;
	width: 100%;
	min-height: -moz-calc(100% - 580px);
	min-height: -webkit-calc(100% - 580px);
	min-height: -o-calc(100% - 580px);
	min-height: calc(100% - 580px);
	float: left;
}

.bg-contenido-iframe {
	background-color: #FFF;
	width: 100%;
	min-height: 100%;
	float: left;
}

.bg-contenido-iframe .web {
	min-width: 288px;
}

.info {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	float: left;
	padding: 10px;
	text-align: justify;
}

.bg-login {
	background-image: url(imagenes/bg-login.jpg);
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 300px;
	float: left;
}

.login-main {
	width: 100%;
	max-width: 830px;
	margin: auto;
	margin-top: -120px;
}

.login-marco-largo {
	width: 450px;
	float: left;
	margin-right: 30px;
}

.login-marco {
	width: 350px;
	float: left;
}

.login-titulo-largo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	color: #05B;
	margin-top: 130px;
	margin-bottom: 20px;
}

.login-titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	color: #05B;
	margin-bottom: 20px;
}

.login-adicionales {
	width: 100%;
	float: left;
	font-size: 0.8rem;
}

.login-formulario {
	background-color: rgba(255, 255, 255, 0.95);
	width: 260px;
	float: left;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}

#login .input-text, #login .select {
	border: #333 1px solid;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	float: left;
	margin-bottom: 10px;
	box-sizing: border-box;
}

#login .boton {
	width: 100%;
	border: #FFF double 4px;
	background-image: url(imagenes/bg-azul.jpg);
	padding: 10px 20px;
	float: left;
	color: #FFF;
	margin-top: 25px;
	box-sizing: border-box;
	font-weight: bolder;
}

/*
.login-img {
	background-image: url(imagenes/parroquia-retablo.jpg);
	background-size: cover;
	background-position: center center;
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);
	height: 150px;
	float: left;
	margin-bottom: 15px;
}
*/
.columna {
	width: 320px;
	margin-top: 30px;
}

.columna-main {
	border: #666 1px solid;
	background-image: url(imagenes/bg-columna.jpg);
	width: 300px;
	float: left;
	padding: 8px;
	margin-bottom: 25px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.columna-titulo {
	background-image: url(imagenes/bg-header.jpg);
	background-repeat: repeat;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	height: 40px;
	line-height: 40px;
	float: left;
	color: #FFF;
	font-size: 1rem;
	font-weight: bold;
	text-align: right;
	padding: 0px 10px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.columna-img {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
}

.columna-link {
	width: 100%;
	float: left;
	font-size: 0.7rem;
	text-align: right;
	margin-top: 5px;
}

.tabla-calendario {
	font-size: 12px;
	display: table;
	border: #CCC 1px solid;
	border-collapse: collapse;
	border-spacing: 1px;
	vertical-align: middle;
	margin: 0px auto;
	text-align: center;
	padding: 3px;
}

.tabla-calendario td {
	border: #CCC 1px solid;
}

.tabla-calendario-header {
	background-color: #333;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

.tabla-calendario-columna {
	width: 40px;
	height: 25px;
	font-size: 15px;
}

.calendario-main {
	position: relative;
	width: -moz-calc(100% - 4px);
	width: -webkit-calc(100% - 4px);
	width: -o-calc(100% - 4px);
	width: calc(100% - 4px);
	max-width: 38px;
	float: left;
	margin: 2px;
	overflow: hidden;
}

.calendario-img {
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
	object-position: 0px 0px;
}

.calendario-dia {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.75);
/*	width: 25px;*/
	width: 100%;
/*	height: 25px;*/
	height: 15px;
/*	line-height: 25px;*/
	line-height: 15px;
	text-align: center;
	left: 0px;
/*	top: 0px;*/
	bottom: 0px;
	font-size: 12px;
	color: #FFF !important;
	z-index: 50;
}

.calendario-santo {
	display: none;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.95);
	width: 100%;
	height: 38px;
	float: left;
	margin-top: -20px;
	left: 0px;
	bottom: 0px;
	padding: 5px;
	font-size: 13px;
/*	font-size: 1vw;*/
	color: #FFF !important;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 50;
}

.contenido {
	position: relative;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	float: left;
	margin: 10px;
	font-size: 1rem;
	text-align: justify;
}

.celebraciones-main {
/*	width: -moz-calc(33% - 30px);
	width: -webkit-calc(33% - 30px);
	width: -o-calc(33% - 30px);
	width: calc(33% - 30px);
	min-width: 320px;*/
	min-width: 270px;
	display: inline-block;
	text-align: center;
	margin: 15px;
}

.celebraciones {
	position: relative;
/*	width: 320px;
	height: 180px;*/
	width: 270px;
	height: 150px;
	display: inline-block;
}

.celebraciones-img {
	position: absolute;
/*	width: 320px;
	height: 180px;*/
	width: 270px;
	height: 150px;
	left: 0px;
	top: 0px;
	z-index: 25;
}

.celebraciones-marco {
	position: absolute;
	border: #FFF 2px solid;
/*	width: 286px;
	height: 146px;*/
	width: 236px;
	height: 116px;
	float: left;
	left: 15px;
	top: 15px;
	z-index: 50;
}

.celebraciones-txt {
	background-color: rgba(255, 255, 255, 0.8);
	width: auto;
	float: left;
/*	margin-top: 90px;*/
	margin-top: 60px;
/*	padding: 10px 25px;*/
	padding: 10px 15px;
	text-align: left;
	color: #06B;
/*	font-size: 1rem;*/
	font-size: 0.9rem;
	font-weight: bold;
	z-index: 25;
}

.inicio {
	width: -moz-calc(100% - 370px);
	width: -webkit-calc(100% - 370px);
	width: -o-calc(100% - 370px);
	width: calc(100% - 370px);
	float: left;
	margin: 10px;
	text-align: justify;
}

.inicio-titulo {
	font-family: 'Fray Gabriel';
	font-size: 3.2rem;
	font-style: italic;
	font-weight: bolder;
	color: #05B;
	text-align: left;
	margin-left: 30px;
}

.video-inicio {
	width: 100%;
	float: left;
}

.video-destacado-main {
	width: 100%;
	float: left;
	margin-bottom: 100px;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.10);
}

.video-destacado-thumbnail {
	position: relative;
	width: 300px;
	height: 180px;
	margin: 15px;
}

.video-destacado-linea-derecha {
	position: absolute;
	width: 50%;
	height: 50%;
	border-right: #F00 3px double;
	border-bottom: #F00 3px double;
	right: -8px;
	bottom: -8px;
	z-index: 50;
}

.video-destacado-linea-izquierda {
	position: absolute;
	width: 50%;
	height: 50%;
	border-left: #F00 3px double;
	border-top: #F00 3px double;
	left: -8px;
	top: -8px;
	z-index: 50;
}

.video-destacado-izquierda {
	float: left;
	margin-right: 25px;
}

.video-destacado-derecha {
	float: right;
	margin-left: 25px;
}

.video-destacado-contenido {
	width: -moz-calc(100% - 340px);
	width: -webkit-calc(100% - 340px);
	width: -o-calc(100% - 340px);
	width: calc(100% - 340px);
	float: left;
}

.video-destacado-titulo {
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #F00;
	font-size: 1.5rem;
	font-family: "Trebuchet MS";
	text-shadow: 2px 2px 1px rgba(51, 51, 51, 0.25);
}

.video-destacado-descripcion {
	border-top: #CCC 1px solid;
	width: 100%;
	float: left;
	margin-top: 15px;
	padding-top: 15px;
	margin-bottom: 10px;
}

.transparente {
	background: none;
	width: 100%;
	float: left;
}

.bg-cita-dia {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 400px;
	float: left;
	overflow: hidden;
}

.cita-dia-main {
	position: absolute;
	width: 90%;
	float: left;
	margin: 130px 5%;
	top: 0px;
	left: 0px;
	z-index: 50;
}

.cita-dia-img {
	width: 100%;
	height: 700px;
	float: left;
	object-fit: cover;
	object-position: 50% 50%;
}

.cita-dia-titulo {
	width: 100%;
	float: left;
	font-size: 3rem;
	color: #FFF;
	text-align: left;
	text-shadow: 0px 0px 2px #333;
}

.cita-dia-txt {
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -o-calc(100% - 50px);
	width: calc(100% - 50px);
	float: left;
	font-size: 1.8rem;
	font-style: italic;
	text-align: left;
	color: #FFF;
	margin-left: 50px;
	margin-top: 20px;
	text-shadow: 0px 0px 2px #333;
}

.mini-videos-papa {
	width: 200px;
	height: 120px;
	display: inline-block;
	margin: 10px;
}

.img {
/*	width: 300px;
	height: 450px;*/
	width: 358px;
	height: 537px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 5px 5px 10px #333;
}

.txt {
	width: -moz-calc(100% - 385px);
	width: -webkit-calc(100% - 385px);
	width: -o-calc(100% - 385px);
	width: calc(100% - 385px);
	float: right;
}

.lightbox {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 500;
}

.lightbox-web {
	position: absolute;
	width: 90%;
	height: 80%;
	max-width: 980px;
	display: inline-block;
	top: 10%;
	left: 50%;
	margin-top: 0px;
	margin-left: -490px;
	z-index: 550;
}

.lightbox-iframe {
	background-color: #FFF;
	width: 100%;
/*	height: 70%;
	margin-top: 15%;*/
	height: 100%;
/*	margin-top: 10%;*/
	box-shadow: 15px 15px 20px #000;
}

.lightbox-cerrar {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
/*	margin-top: -moz-calc(15% - 15px);
	margin-top: -webkit-calc(15% - 15px);
	margin-top: -o-calc(15% - 15px);
	margin-top: calc(15% - 15px);*/
	margin-top: -15px;
	z-index: 550;
}

.lightbox-main {
	background-color: #FFF;
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: -o-calc(100% - 30px);
	height: calc(100% - 30px);
	float: left;
	padding: 15px;
	overflow-y: auto;
	overflow-x: hidden;
}

.lightbox-web-intenciones {
	position: relative;
	width: 80%;
	height: 440px;
	max-width: 980px;
	display: inline-block;
	top: 50%;
	margin-top: -220px;
}

.no-scroll{
    overflow: hidden;
}

.input-general,
.select-general {
	border: #333 1px solid;
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	float: left;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.textarea-general {
	border: #333 1px solid;
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);
	height: 130px;
	padding: 5px;
	float: left;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.boton-general {
/*	width: 90px;*/
	width: auto;
	border: #FFF double 4px;
	background-image: url(imagenes/bg-azul.jpg);
	padding: 10px 20px;
	float: right;
	color: #FFF;
	font-weight: bolder;
	margin-right: 10px;
}

.input-busqueda-curp {
	border: #999 1px solid;
	width: -moz-calc(100% - 110px);
	width: -webkit-calc(100% - 110px);
	width: -o-calc(100% - 110px);
	width: calc(100% - 110px);
	height: 40px;
	float: left;
	padding: 0px 5px;
	text-align: center;
	text-transform: uppercase;
	box-sizing: border-box;
}

.boton-busqueda-curp {
	width: 90px;
	height: 40px;
	border: #FFF double 4px;
	background-image: url(imagenes/bg-azul.jpg);
	padding: 10px 20px;
	float: right;
	color: #FFF;
	font-weight: bolder;
	margin-left: 10px;
}

#prebautismales {
	width: 100%;
	float: left;
	margin-top: 20px;
}

#prebautismales .input-text, #prebautismales .select {
	border: #333 1px solid;
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	float: left;
	margin-bottom: 10px;
}

#prebautismales .textarea {
	border: #333 1px solid;
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);
	height: 130px;
	padding: 5px;
	float: left;
	margin-bottom: 10px;
}

#prebaustismales .boton {
	width: 90px;
	border: #FFF double 4px;
	background-image: url(imagenes/bg-azul.jpg);
	padding: 10px 20px;
	float: right;
	color: #FFF;
	font-weight: bolder;
	margin-right: 10px;
}

#prematrimoniales {
	width: 100%;
	float: left;
	margin-top: 20px;
}

#prematrimoniales .input-text, #prematrimoniales .select {
	border: #333 1px solid;
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	float: left;
	margin-bottom: 10px;
}

#prematrimoniales .textarea {
	border: #333 1px solid;
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);
	height: 130px;
	padding: 5px;
	float: left;
	margin-bottom: 10px;
}

#prematrimoniales .boton {
/*	width: 90px;*/
	width: auto;
	border: #FFF double 4px;
	background-image: url(imagenes/bg-azul.jpg);
	padding: 10px 20px;
	display: inline-block;
	color: #FFF;
	font-weight: bolder;
	margin-right: 10px;
	margin-top: 20px;
}

.columna-pareja-prematrimoniales {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	float: left;
	padding: 10px;
}

.columna-fecha-prematrimoniales {
	width: auto;
	float: right;
	text-align: right;
	margin-top: -30px;
	color: #666;
	margin-right: 10px;
}

.columna-izquierda-formulario {
	width: -moz-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	width: -o-calc(50% - 10px);
	width: calc(50% - 10px);
	float: left;
	margin-right: 10px;
}

.columna-derecha-formulario {
	width: -moz-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	width: -o-calc(50% - 10px);
	width: calc(50% - 10px);
	float: left;
	margin-left: 10px;
}

.columna-centrada-formulario {
	width: 50%;
	float: left;
	margin: 0px 25%;
}

.datos-novio {
	border: #06C 1px solid;
	background-color: #CEF;
}

.datos-novia {
	border: #F3C 1px solid;
	background-color: #FDF;
}

.tabla-novios {
	width: 100%;
	float: left;
	margin-bottom: 100px;
}

.tabla-novio {
	width: -moz-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	width: -o-calc(50% - 10px);
	width: calc(50% - 10px);
	float: left;
	margin-right: 10px;
}

.tabla-novia {
	width: -moz-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	width: -o-calc(50% - 10px);
	width: calc(50% - 10px);
	float: left;
	margin-left: 10px;
}

.tabla-novio-label {
	font-size: 0.9rem;
	font-weight: bold;
	text-align: right;
}

.tabla-novio-data {
	font-size: 0.9rem;
}

.tabla-novia-label {
	font-size: 0.9rem;
	font-weight: bold;
	text-align: right;
}

.tabla-novia-data {
	font-size: 0.9rem;
}

.tabla-novios-label {
	width: 100px;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: right;
}

.tabla-novios-data {
	font-size: 0.9rem;
}

.tabla-data-tiempo {
	border-bottom: #F00 2px solid;
	padding-bottom: 100px;
}

#prebautismales .boton {
	width: 90px;
	border: #FFF double 4px;
	background-image: url(imagenes/bg-azul.jpg);
	padding: 10px 20px;
	display: inline-block;
	color: #FFF;
	font-weight: bolder;
	margin-right: 10px;
	margin-top: 20px;
}

.datos-papa {
	border: #06C 1px solid;
	background-color: #CEF;
}

.datos-mama {
	border: #F3C 1px solid;
	background-color: #FDF;
}

.datos-padrino {
	border: #063 1px solid;
	background-color: #7B9;
}

.datos-madrina {
	border: #063 1px solid;
	background-color: #7B9;
}

.asistente-titular {
	width: -moz-calc(100% - 12px);
	width: -webkit-calc(100% - 12px);
	width: -o-calc(100% - 12px);
	width: calc(100% - 12px);
	float: left;
	padding: 5px 0px;
	margin-top: 25px;
}

.asistente-bautismo {
	display: none;
	width: 100%;
	float: left;
	margin-top: 10px;
}

.biblioteca {
	width: 100%;
	float: left;
}

.biblioteca-main {
	width: 100%;
	float: left;
	margin-bottom: 100px;
}

.biblioteca-autor-img {
	width: 180px;
	height: 260px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.biblioteca-autor-nombre {
	background-image: url(imagenes/bg-header.jpg);
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: -o-calc(100% - 200px);
	width: calc(100% - 200px);
	height: 40px;
	margin-left: -15px;
	margin-bottom: 15px;
	line-height: 40px;
	padding-left: 20px;
	float: right;
	color: #FFF;
	font-size: 1.5rem;
}

.biblioteca-autor-biografia {
	width: 100%;
	font-size: 1rem;
}

.biblioteca-escrito {
	width: 340px;
	height: 180px;
	display: inline-block;
	margin: 20px 15px;
}

.biblioteca-escrito-portada {
	width: 100px;
	height: 150px;
	float: left;
}

.biblioteca-escrito-titulo {
	width: 230px;
	height: 40px;
	float: left;
	color: #05B;
	font-size: 1rem;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin-left: 10px;
}

.biblioteca-escrito-tipo {
	font-size: 0.8rem;
	font-style: italic;
	color: #090;
}

.biblioteca-escrito-resumen {
	width: 230px;
	height: 90px;
	float: left;
	font-size: 0.8rem;
	text-align: justify;
	overflow: hidden;
}

.biblioteca-escrito-footer {
	width: 230px;
	float: right;
}

.biblioteca-escrito-peso {
	width: 50px;
	float: left;
	text-align: left;
	margin-top: 3px;
	font-size: 0.8rem;
	font-style: italic;
}

.biblioteca-escrito-descargar {
	width: 150px;
	float: right;
	text-align: right;
}

.ubicacion {
	width: 80%;
	height: 80%;
	max-height: 550px;
	float: left;
	margin: 20px 10%;
}

.inicio-cursos {
	font-size: 1.2rem;
	font-weight: bold;
}

.letras-griegas {
	font-family: Tahoma, Geneva, sans-serif;
}

.koinonia-main {
	width: auto;
	margin: auto 0px;
	text-align: center;
}

.koinonia-ultimo {
	width: auto;
	text-align: center;
}

.koinonia-btn {
	background-color: #05B;
	background-image: url(imagenes/3D.png);
	background-size: 100% 100%;
	padding: 10px 15px;
	color: #FFF !important;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}

.koinonia-btn:hover {
	background-color: #000;
	text-decoration: none;
}

.koinonia-annio {
	border: #666 3px solid;
	width: 100px;
	height: 155px;
	margin: 15px;
	color: #666 !important;
	text-decoration: none;
	display: inline-block;
}

.koinonia-annio:hover {
	border: #05B 3px solid;
	background-color: #05B;
	color: #FFF !important;
	text-decoration: none;
	box-shadow: 0px 0px 10px #333;
}

.koinonia-portada {
	width: 100px;
	height: 135px;
	display: inline-block;
}

.koinonia-ultima-publicacion {
	font-size: 12px;
}

.koinonia-annios-anteriores {
	background-color: #999;
	width: 25px;
	height: 25px;
	margin: 5px;
	color: #FFF !important;
	display: inline-block;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	padding: 2px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25x;
}

.koinonia-annios-anteriores:hover {
	background-color: #05B;
	text-decoration: none;
}

.koinonia-annio-seleccionado {
	background-color: #900;
	width: 25px;
	height: 25px;
	margin: 5px;
	color: #FFF !important;
	display: inline-block;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	padding: 2px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25x;
	cursor: default;
}

.koinonia-data-main {
	width: auto;
	margin: auto;
}

.koinonia-data {
	border: #CCC 1px solid;
	width: 190px;
	height: 100px;
	display: inline-block;
	padding: 10px;
	margin: 15px;
}

.koinonia-data:hover {
	background-color: #FDFDFD;
	box-shadow: 0px 0px 10px #333;
}

.koinonia-data-annio {
	position: relative;
	width: 190px;
	height: 100px;
	float: left;
}

.koinonia-data-titulo {
	color: #999;
	font-size: 0.8rem;
}

.koinonia-link {
	color: #000;
	list-style: none;
}

.koinonia-descargar-pdf {
	position: absolute;
	width: 25px;
	height: 25px;
	right: 0px;
	bottom: 0px;
	z-index: 50;
}

.koinonia-thumbnail {
	width: 70px;
	height: 100px;
	float: left;
}

.koinonia-mes {
	width: 120px;
	height: 20px;
	float: left;
	text-align: right;
	margin-bottom: 10px;
	color: #999;
	font-size: 0.7rem;
}

.koinonia-id {
	width: 100px;
	height: 60px;
	float: left;
	font-size: 2rem;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: left;
}

.koinonia-data-contenido {
	width: auto;
	max-height: 100px;
	float: left;
	overflow-y: hidden;
}

.columna-koinonia-digital {
	width: 320px;
	margin-top: 30px;
	float: left;
}

.columna-koinonia-digital-main {
	border: #666 1px solid;
	background-image: url(imagenes/bg-columna.jpg);
	width: 300px;
	float: left;
	padding: 8px;
	margin-bottom: 25px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.columna-koinonia-digital-columnistas {
	width: -moz-calc(100% - 15px);
	width: -webkit-calc(100% - 15px);
	width: -o-calc(100% - 15px);
	width: calc(100% - 15px);
	float: left;
	margin-bottom: 10px;
	margin-left: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.columna-koinonia-digital-titulo {
	background-image: url(imagenes/bg-koinonia-rojo.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #FFF;
	font-size: 1rem;
	font-weight: bold;
	text-align: right;
	padding: 0px 10px;
	margin-left: 0px;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.columna-koinonia-digital-img {
	width: 50px;
	height: 50px;
	float: left;
	margin-top: -20px;
	margin-left: 0px;
}

.columna-koinonia-digital-link {
	width: 100%;
	height: 15px;
	line-height: 15px;
	float: left;
	font-size: 0.8rem;
	text-align: left;
	margin-bottom: 5px;
	margin-left: 10px;
	box-sizing: border-box;
	overflow: hidden;
}

.koinonia-digital {
	width: -moz-calc(100% - 360px);
	width: -webkit-calc(100% - 360px);
	width: -o-calc(100% - 360px);
	width: calc(100% - 360px);
	float: right;
	margin-left: 40px;
	margin-top: 30px;
	text-align: justify;
}

.koinonia-digital-link {
	width: 100%;
	float: left;
}

.koinonia-digital-main {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.formato-grande .koinonia-digital-img {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: auto;
	min-height: 180px;
	max-height: 350px;
	float: left;
}

.formato-grande .koinonia-digital-txt {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	height: 160px;
	float: left;
	margin: 10px;
	text-align: left;
}

.formato-grande .koinonia-digital-titulo {
	color: #FFF;
	font-size: 2rem;
}

.formato-grande .koinonia-digital-txt-preview {
	width: 100%;
	float: left;
	color: #FFF;
	font-size: 0.9rem;
	font-weight: lighter;
	display: block;
	margin-top: 15px;
}

.formato-mediano .koinonia-digital-img {
	background-position: center center;
	background-size: cover;
	width: 50%;
	height: 100%;
	min-height: 120px;
	max-height: 230px;
	float: left;
}

.formato-mediano .koinonia-digital-txt {
	width: -moz-calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	width: -o-calc(50% - 20px);
	width: calc(50% - 20px);
	height: 200px;
	float: left;
	margin: 10px;
	text-align: left;
}

.formato-mediano .koinonia-digital-titulo {
	width: 100%;
	float: left;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: bold;
	display: block;
}

.formato-mediano .koinonia-digital-txt-preview {
	width: 100%;
	float: left;
	color: #FFF;
	font-size: 0.8rem;
	font-weight: lighter;
	display: block;
	margin-top: 15px;
}

.koinonia-digital-compartir {
	width: 100%;
	height: 30px;
	float: left;
	margin: 10px 0px;;
}

.koinonia-digital-redes-sociales {
	width: 90px;
	height: 30px;
	padding: 2px 0px;
	box-sizing: border-box;
	float: right;
}

.koinonia-digital-tipo {
	width: 30px;
	height: 30px;
	float: left;
}

.koinonia-digital-ico {
	background-color: #FFF;
	width: 25px;
	height: 25px;
	float: left;
	margin: 0px 2px;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.noticia-tipo {
	margin-left: 10px;
}

.koinonia-digital-fecha-publicacion {
	width: auto;
	float: right;
	text-align: right;
	margin-top: -10px;
}

.categoria-papa {
	background-color: #F00;
}

.categoria-arquidiocesis {
	background-color: #096;
}

.categoria-parroquia {
	background-color: #05B;
}

.formulario {
	background-image: url(imagenes/bg-columna.jpg);
	border: #666 double 4px;
	width: -moz-calc(80% - 28px);
	width: -webkit-calc(80% - 28px);
	width: -o-calc(80% - 28px);
	width: calc(80% - 28px);
	float: left;
	margin: 0px 10%;
	padding: 10px;
}

.formulario-columna {
	width: 40%;
	float: left;
	margin: 20px 5%;
}

#contacto .input-text, #contacto .select {
	border: #333 1px solid;
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	float: left;
	margin-bottom: 10px;
}

#contacto .textarea {
	border: #333 1px solid;
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);
	height: 130px;
	padding: 5px;
	float: left;
	margin-bottom: 10px;
}

#contacto .boton {
	width: 90px;
	border: #FFF double 4px;
	background-image: url(imagenes/bg-azul.jpg);
	padding: 10px 20px;
	float: right;
	color: #FFF;
	font-weight: bolder;
	margin-right: 10px;
}

.boton-oculto {
	width: 0px;
	height: 0px;
	float: left;
	overflow: hidden;
}

#respuesta {
	/*display: none;*/
}

.btn {
	width: auto;
	border: #FFF double 4px;
	background-image: url(imagenes/bg-azul.jpg);
	padding: 10px 20px;
	display: inline-block;
	color: #FFF;
	font-weight: bolder;
	margin: 10px 0px;
}

.formulario-respuesta {
	width: -moz-calc(90% - 34px);
	width: -webkit-calc(90% - 34px);
	width: -o-calc(90% - 34px);
	width: calc(90% - 34px);
	float: left;
	padding: 10px;
	margin: 0px 5%;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 0.8rem;
}

.respuesta {
/*	display: none;*/
	width: 100%;
	float: left;
	padding: 0px 10px;
	margin: 0px;
	box-sizing: border-box;
}

.respuesta-main {
	width: 90%;
	float: left;
	margin: 0px 5%;
}

.respuesta-alerta {
	width: 100px;
	height: 100px;
	margin: 15px;
}

.correcto {
	background-color: #CDC;
	border: #060 2px solid;
	color: #060;
	padding: 10px 20px;
	box-sizing: border-box;
}

.revisar {
	background-color: #FDB;
	border: #F40 2px solid;
	color: #F40;
	padding: 10px 20px;
	box-sizing: border-box;
}

.error {
	background-color: #FFB5B5;
	border: #F00 2px solid;
	color: #F00;
	padding: 10px 20px;
	box-sizing: border-box;
}

.margen-bottom {
	margin-bottom: 15px;
}

.enviando {
	width: 80px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.bg-acceso-directo {
/*	background-image: url(imagenes/bg-columna.jpg);*/
	background-color: #333;
	width: 100%;
	height: 35px;
	float: left;
}

.iframe-acceso-directo {
	width: 0px;
	height: 0px;
	float: left;
}

.acceso-directo {
	width: 400px;
	height: 25px;
	line-height: 25px;
	float: right;
	color: #FFF;
	text-align: right;
	margin: 5px 0px;
}

#acceso-directo .input-text {
	width: 150px;
	height: 25px;
	line-height: 25px;
	padding: 0px 5px;
	float: left;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

#acceso-directo .boton {
	background-color: #05B;
	border: none;
	width: 80px;
	height: 25px;
	line-height: 25px;
	color: #FFF;
	text-align: center;
	float: left;
}

.captcha-img {
	width: 70px;
	height: 40px;
	float: left;
	margin-right: 15px;
}

.captcha-txt {
	border: #000 1px solid;
	width: 70px;
	height: 40px;
	line-height: 40px;
	font-size: 1.2rem;
	text-align: center;
	float: left;
	margin-left: 10px;
}

.directorio-main {
	width: -moz-calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
	width: -o-calc(100% + 20px);
	width: calc(100% + 20px);
	float: left;
	margin: 0px -10px;
}

.directorio {
	border: #000 2px solid;
/*	background-color: rgba(245, 253, 3, 0.075);*/
	background-color: rgba(3, 183, 253, 0.035);
	width: -moz-calc(100% / 3 - 30px);
	width: -webkit-calc(100% / 3 - 30px);
	width: -o-calc(100% / 3 - 30px);
	width: calc(100% / 3 - 30px);
	min-width: 270px;
	height: 210px;
	float: left;
	margin: 15px;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
}

.directorio-borde-activa {
	border: #090 2px solid;
	background-color: rgba(0, 153, 0, 0.05);
}

.directorio-borde-bloqueada {
	border: #666 2px solid;
	background-color: rgba(102, 102, 102, 0.05);
}

.directorio-borde-suspendida {
	border: #900 2px solid;
	background-color: rgba(153, 0, 0, 0.05);
}

.directorio-foto-perfil-main {
/*	width: 100px;*/
	width: 75px;
	float: left;
	box-sizing: border-box;
}

.directorio-foto-perfil {
	border: #666 2px solid;
	width: 75px;
	height: 75px;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-sizing: border-box;
	object-fit: cover;
	object-position: 0% 50%;
}

.directorio-data {
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	width: -o-calc(100% - 90px);
	width: calc(100% - 90px);
	float: left;
	margin-left: 15px;
}

.directorio-acciones-main {
	position: relative;
	width: 25px;
	height: 25px;
	float: left;
	margin-left: 5px;
}

.directorio-acciones {
	position: absolute;
	border: #999 1px solid;
	background-color: #EEE;
	width: 170px;
	float: right;
	padding: 5px;
	right: 25px;
	top: 0px;
	z-index: 50;
}

.directorio-acciones-ver-mas {
	width: 25px;
	height: 25px;
	float: left;
}

.directorio-acciones-link {
	width: 100%;
	height: 20px;
	line-height: 20px;
	float: left;
	padding: 3px 0px;
}

.directorio-acciones-link:hover {
	background-color: #DDD;
}

.directorio-acciones-hr {
	border-top: #999 1px solid;
	width: 100%;
	float: left;
	margin: 2px 0px;
}

.directorio-acciones-ico {
	width: 20px;
	height: 20px;
	line-height: 20px;
	float: left;
	margin-left: 5px;
}

.directorio-acciones-txt {
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
	height: 20px;
	line-height: 20px;
	float: left;
	color: #666;
	margin-left: 5px;
}

.directorio-nombre {
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
	height: 25px;
	line-height: 25px;
	float: left;
	text-align: left;
	font-size: 22px;
	font-weight: bolder;
	color: #333;
	overflow: hidden;
}

.directorio-apellidos {
	width: 100%;
	height: 20px;
	line-height: 20px;
	float: left;
	text-align: left;
	font-size: 16px;
	color: #666;
	overflow: hidden;
}

.directorio-grupo {
	width: 100%;
	height: 40px;
	line-height: 20px;
	float: left;
	text-align: left;
	font-size: 15px;
	color: #092;
	font-weight: bold;
/*	margin-bottom: 15px;*/
	overflow: hidden;
}

.directorio-icono {
	width: 20px;
	height: 20px;
	float: left;
	margin-bottom: 5px;
}

.directorio-email {
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
	height: 20px;
	line-height: 20px;
	float: left;
	text-align: left;
	font-size: 15px;
	color: #128;
	margin-left: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	overflow: hidden;
}

.directorio-telefono {
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
	height: 20px;
	line-height: 20px;
	float: left;
	text-align: left;
	font-size: 15px;
	color: #128;
	margin-left: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	overflow: hidden;
}

.directorio-cumple {
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
	height: 20px;
	line-height: 20px;
	float: left;
	text-align: left;
	font-size: 15px;
	color: #128;
	margin-left: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	overflow: hidden;
}

.directorio-santo {
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
	height: 20px;
	line-height: 20px;
	float: left;
	text-align: left;
	font-size: 15px;
	color: #128;
	margin-left: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	overflow: hidden;
}

.bg-santoral {
	background-color: #FFF;
	width: 100%;
	float: left;
	padding: 25px 0px;
}

.santoral-tabla {
	width: 300px;
	float: right;
	margin: 0px 0px 20px 20px;
	font-size: 0.8rem;
	border-collapse: collapse;
	margin-top: 50px;
}

.santoral-tabla-titulo {
	background-color: #05B;
	color: #FFF;
	font-size: 1rem;
}

.santoral-tabla-label {
	font-size: 0.8rem;
	color: #333;
	text-align: right;
}

.santoral-tabla-data {
	font-size: 0.85rem;
	font-weight: bold;
}

.santoral-titulo {
	font-family: 'Fray Gabriel';
	font-size: 2.8rem;
	font-style: italic;
	font-weight: bolder;
	color: #05B;
	text-align: left;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.santoral-img {
	width: 200px;
	height: 300px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.santoral-img-largo {
	display: none;
}

.santoral-fecha-fiesta {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #333;
}

.santoral-logo {
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 10px;
}

.santoral-escudo-papal {
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 10px;
}

.santoral-creditos {
	font-size: 0.8rem;
	float: right;
	text-align: right;
	color: #999 !important;
}

.santoral-portada-main {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	float: left;
}

.bg-portada-santo {
	background-image: url(imagenes/bg-santoral-portada-azul.jpg);
}

.bg-portada-santa {
	background-image: url(imagenes/bg-santoral-portada-rojo.jpg);
}

.santoral-portada {
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}

.santoral-portada-info {
	position: absolute;
	width: 70%;
	left: 50px;
	top: 50px;
	z-index: 50;
}

.santoral-portada-nombre {
	width: 100%;
	float: left;
	font-family: 'Papyrus';
	font-size: 4vw;
	color: #DB8;
	text-align: center;
	padding: 0px 50px;
	margin-bottom: 1.8vw;
	box-sizing: border-box;
}

.santoral-portada-fundaciones {
	border: none;
	border-top: #DB8 solid 5px;
	border-bottom: #DB8 solid 5px;
	width: 60%;
	float: left;
	font-size: 2.5vw;
	color: #FFF;
	text-align: center;
	padding: 20px 50px;
	margin: 2vw 20%;
	box-sizing: border-box;
}

.santoral-portada-fiesta {
	width: 100%;
	float: left;
	font-size: 1.5vw;
	color: #FFF;
	text-align: center;
	margin: 30px 0px;
}

.santoral-portada-link {
	background-color: #071;
	background-image: url(imagenes/3D.png);
	background-size: 100% 100%;
	width: auto;
	display: inline-block;
	padding: 15px 35px;
	color: #FFF !important;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.homilia-img {
	width: 100%;
	max-width: 250px;
	margin: 0px 0px 10px 10px;
	float: right;
}

.horario-misa {
	width: 250px;
	float: right;
	margin: 20px;
	margin-right: 0px;
	margin-top: 0px;
}

.mapa-recorrido {
/*	width: 358px;*/
	width: 100%;
	height: 537px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 5px 5px 10px #333;
}

.descripcion-recorrido {
	width: 100%;
	float: left;
}

.bg-sitios-interes {
	width: 100%;
	float: left;
}

.sitios-interes {
	position: absolute;
	background-color: #FFF;
/*	background-image: url(imagenes/ixtys-contenido.png);
	background-position: bottom right;
	background-repeat: no-repeat;*/
	width: 100%;
	left: 0px;
	top: -40px;
	overflow: hidden;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	z-index: 50;
}

.ixtys {
	position: absolute;
	width: 510px;
	height: 245px;
	right: 5px;
	top: -73px;
	z-index: 0;
}

.sitios-interes-main {
	width: 100%;
	height: 60px;
	float: left;
	padding: 15px 0px;
}

.sitios-interes-main ul {
	height: inherit;
	list-style: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.sitios-interes-main li {
	width: 96px;
	height: 60px;
	margin: 0px 15px;
	position: relative;
	float: left;
}

.sitios-interes-logo {
	width: 75px;
	height: 60px;
	margin: 0px 10px;
	float: left;
}

.aviso-privacidad {
	width: 100%;
	float: left;
	text-align: justify;
}

.nota-aviso-privacidad {
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	width: calc(100% - 40px);
	max-width: 700px;
	margin: auto 20px;
	padding: 20px;
	box-sizing: border-box;
	border: #05B 5px double;
}

.intenciones-main {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	max-width: 600px;
	display: inline-block;
	margin: 20px 10px;
	text-align: left;
}

.intenciones-label {
	width: 100%;
	float: left;
	color: #05B;
	font-size: 20px;
	font-weight: bolder;
	font-style: italic;
}

.intenciones-nota {
	width: 100%;
	float: left;
	color: #666;
	font-size: 14px;
	margin-bottom: 5px;
}

.intenciones-input {
	border: #A9A9A9 1px solid;
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	padding: 0px 10px;
	font-size: 1.2rem;
	box-sizing: border-box;
	margin-bottom: 35px;
}

.intenciones-select option {
	background-color: FFC;
}

.intenciones-dia {
	border: #A9A9A9 1px solid;
	width: 90px;
	text-align: center;
}

.intenciones-mes {
	border: #A9A9A9 1px solid;
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: -o-calc(100% - 200px);
	width: calc(100% - 200px);
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.intenciones-annio {
	border: #A9A9A9 1px solid;
	width: 90px;
	text-align: center;
}

.intenciones-checkbox {
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
}

.intenciones-boton {
	width: 100%;
	border: #FFF double 4px;
	background-image: url(imagenes/bg-azul.jpg);
	padding: 10px 20px;
	float: left;
	color: #FFF;
	margin-top: 25px;
	box-sizing: border-box;
	font-weight: bolder;
}

.pre-footer {
	background-color: #FFF;
	width: 100%;
	height: 50px;
	float: left;
}

.bg-footer {
	background-image: url(imagenes/bg-footer.jpg);
	background-size: 100% 100%;
	width: 100%;
	float: left;
	margin: 0px;
	padding-top: 50px;
}

.footer-ligas {
	width: -moz-calc(33% - 15px);
	width: -webkit-calc(33% - 15px);
	width: -o-calc(33% - 15px);
	width: calc(33% - 15px);
	float: left;
	margin: 15px 0px;
	margin-left: 15px;
	text-align: left;
	font-size: 0.8rem;
}

.footer-submenu {
	border-bottom: #FF6 2px solid;
	width: -moz-calc(80% - 20px);
	width: -webkit-calc(80% - 20px);
	width: -o-calc(80% - 20px);
	width: calc(80% - 20px);
	float: left;
	padding-left: 20px;
	margin: 15px 0px 5px 0px;
	margin-right: 20%;
	color: #FF6;
	font-size: 0.8rem;
	font-weight: bold;
}

.chat-ico {
	position: fixed;
	background-color: #F85;
	width: 40px;
	height: 40px;
	padding: 15px;
	right: 15px;
	bottom: 15px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	z-index: 200;
}

.chat-main {
	position: fixed;
/*	background-color: rgba(153, 0, 0, 0.85);*/
	background-color: rgba(0, 136, 170, 0.85);
/*	background-color: #F85;*/
	background-color: #F40;
	width: 380px;
	right: 15px;
	bottom: -1000px;
	padding: 15px;
	box-sizing: border-box;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 250;
}

.chat-inicio {
	background-color: #FFF;
	width: 80%;
	float: left;
	padding: 25px 10%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.chat-inicio label {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	font-size: 0.9rem;
	color: #F85;
	font-weight: bold;
}

.chat-conversacion {
	width: 100%;
	float: left;
}

.chat-titulo {
	width: 100%;
	float: left;
	color: #FFF;
	font-size: 1.5rem;
	text-align: left;
	margin: 10px 0px;
	margin-bottom: 25px;
}

.chat-cerrar {
	width: 20px;
	height: 20px;
	float: right;
	font-size: 3rem;
	color: #FFF;
}

.chat-box-main {
	border: #999 1px solid;
/*	background-image: url(imagenes/background.jpg);*/
/*	background-color: #FEC;*/
background-color: #FFF;
	width: 100%;
	height: 550px;
	float: left;
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}

.chat-box {
	width: 100%;
	padding-right: 15px;
/*	height: -moz-calc(100% - 35px);
	height: -webkit-calc(100% - 35px);
	height: -o-calc(100% - 35px);
	height: calc(100% - 35px);*/
	height: 100%;
	float: left;
	overflow-x: hidden;
	overflow-y: auto;
}

.chat-box::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.chat-box::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 4px;
}

.chat-box::-webkit-scrollbar-thumb:active {
	background-color: #999;
}

.chat-box::-webkit-scrollbar-thumb:hover {
	background: #B3B3B3;
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
}

.chat-box::-webkit-scrollbar-track {
  background: #CCC;
  border-radius: 4px;
}

.chat-box::-webkit-scrollbar-track:hover, 
.chat-box::-webkit-scrollbar-track:active {
	background: #D4D4D4;
}

.chat-atiende {
	width: 100%;
	float: left;
	font-size: 1.2rem;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
}

.chat-texto {
	position: relative;
	width: 70%;
	float: left;
	padding: 10px;
	margin-bottom: 25px;
	box-sizing: border-box;
}

.chat-nombre {
	border-bottom: #AAA 1px solid;
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);
	width: 100%;
	float: left;
	font-size: 0.9rem;
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 5px;
/*	margin-left: 10px;*/
	margin-bottom: 10px;
	box-sizing: border-box;
}

.chat-visitante {
	border: #05B 1px solid;
/*	background-color: #FFF;*/
	float: left;
	margin-right: 30%;
	text-align: left;
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
}

.chat-visitante-habla {
	background-color: inherit;
	position: absolute;
	width: 15px;
	height: 15px;
	left: 10px;
	bottom: -15px;
	z-index: 50;
}

.chat-hora {
	width: 100%;
	float: left;
	margin-top: 10px;
	font-size: 0.8rem;
	font-style: italic;
	font-weight: bold;
	color: #AAA;
	text-align: right;
}

.chat-mensaje {
	width: 100%;
	float: left;
}

.chat-oficina {
	border: #F40 1px solid;
/*	background-color: rgba(0, 136, 170, 0.75);*/
/*	background-color: #FEB;*/
	float: left;
	margin-left: 30%;
	text-align: left;
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
}

.chat-oficina-habla {
	background-color: inherit;
	position: absolute;
	width: 15px;
	height: 15px;
	right: 10px;
	bottom: -15px;
	z-index: 50;
}

.chat-nombre-titulo {
	background-color: #FFF;
	width: 100%;
	float: left;
	padding: 10px 0px;
	color: #F00;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.chat-input {
	width: 100%;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 1.1rem;
	text-align: center;
	margin-bottom: 20px;
}

.chat-textarea {
	background-color: #FFF;
	border: #FFF 1px solid;
	width: 100%;
	height: 60px;
	float: left;
	resize: none;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.chat-ico-adjuntar {
	width: 40px;
	height: 40px;
	float: left;
}

.chat-adjuntar-oculto {
	width: 0px;
	height: 0px;
	float: left;
	overflow: hidden;
}

.chat-adjuntar-archivo {
	width: -moz-calc(100% - 110px);
	width: -webkit-calc(100% - 110px);
	width: -o-calc(100% - 110px);
	width: calc(100% - 110px);
	height: 40px;
	float: left;
	margin: 0px 5px;
	overflow: hidden;
}

.chat-img-adjunta {
	width: 80px;
	height: 80px;
	float: left;
	object-fit: cover;
	object-position: 50% 0%;
}

.chat-inicio-btn {
	border: #F85 1px solid;
	background-color: #FFF;
	text-align: center;
	display: inline-block;
	color: #F85;
	padding: 10px 20px;
	margin: 15px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.chat-btn {
	border: #FFF 1px solid;
	background-color: transparent;
	width: 40px;
	height: 40px;
	text-align: center;
	float: right;
	font-size: 1.5rem;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.chat-ultimo {
	width: 100%;
	height: 1px;
	float: left;
}

.carpetas-lightbox {
	background-color: #FFF;
	width: 80%;
	height: 45%;
	margin-top: 25%;
/*	margin-left: 10%;*/
	box-shadow: 15px 15px 20px #000;
}

.carpetas-lightbox-cerrar {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -moz-calc(10% - 15px);
	right: -webkit-calc(10% - 15px);
	right: -o-calc(10% - 15px);
	right: calc(10% - 15px);
	margin-top: -moz-calc(25% - 15px);
	margin-top: -webkit-calc(25% - 15px);
	margin-top: -o-calc(25% - 15px);
	margin-top: calc(25% - 15px);
	z-index: 550;
}

.carpetas-inline {
	width: -moz-calc(100% + 40px);
	width: -webkit-calc(100% + 40px);
	width: -o-calc(100% + 40px);
	width: calc(100% + 40px);
	float: left;
	margin: 0px -20px;
}

.carpetas-main {
	width: 16.6%;
	min-width: 150px;
	height: 200px;
	float: left;
	text-align: center;
	margin: 10px 0px;
}

.carpetas-link {
	border: #FFF 1px solid;
	width: 130px;
	max-height: 200px;
	display: inline-block;
	margin: 0px 10px;
	box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.carpetas-link:hover {
	border: #CCC 1px dotted;
	background-color: #F9F9F9;
}

.carpetas-ico {
	width: 130px;
	height: 130px;
	float: left;
}

.carpetas-txt {
	width: 100%;
	max-height: 60px;
	float: left;
	color: #666;
	margin-bottom: 10px;
	padding: 0px 5px;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}

.carpetas-agregar {
	width: 130px;
	height: 90px;
	float: left;
	margin-top: 20px;
}

.archivos-main {
	width: 16.6%;
	min-width: 150px;
	height: 200px;
	float: left;
	text-align: center;
	margin: 10px 0px;
}

.archivos-link {
	border: #FFF 1px solid;
	width: 130px;
	max-height: 200px;
	display: inline-block;
	margin: 0px 10px;
	box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.archivos-link:hover {
	border: #CCC 1px dotted;
	background-color: #F9F9F9;
}

.archivos-ico {
	width: 100px;
	height: 100px;
	float: left;
	margin: 15px;
}

.archivos-txt {
	width: 100%;
	max-height: 60px;
	float: left;
	color: #666;
	margin-bottom: 10px;
	padding: 0px 5px;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}

.archivos-loading {
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 50px;
	margin-top: 15px;
}

.aviso-covid {
	background-color: rgba(153, 0, 0, 0.25);
	border: #900 3px solid;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.num-pagina {
	border: #F2F2F2 1PX solid;
	width: 40px;
	display: inline-block;
	text-align: center;
	margin: 10px;
	padding: 10px 0px;
	text-decoration: none;
	color: #666;
}

.num-pagina:hover {
	background-color: #05B;
	color: #FFF;
}

.pagina-aktiva {
	background-color: #900;
	color: #FFF;
}

.fecha_ocupada {
	background-color: #900;
	color: #FFF;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.espaciado-viacrucis {
	border-top: #666 2px solid;
	width: 100%;
	height: 0px;
	float: left;
	margin: 200px 0px;
}

.ocultar-div {
	height: 0px;
	overflow: hidden;
}

.portrait {
/*	display: none;*/
	background-color: rgba(102, 0, 204, 0.95); /*	#60C	*/
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 750;
}

.portrait-nota {
	position: fixed;
	width: 80%;
	height: 100%;
	left: 0px;
	top: 50%;
	margin-top: -100px !important;
	color: #FFF;
	font-size: 25px;
	text-align: center;
	margin: 0px 10%;
	z-index:  850;
}

.actividades-100-columna-img {
	border: #000 1px solid;
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	object-fit: cover;
	object-position: 50% 50%;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
}

.actividades-100-titulo {
	border-bottom: #096 2px solid;
	width: 80%;
	float: left;
	color: #096;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 20px;
	margin: 30px 15% 10px 5%;
	box-sizing: border-box;
}

.nota-pie-pagina {
	width: 100%;
	float: left;
	margin-top: 150px;
	font-size: 12px;
}

.video-svf {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 200;
}

.btn-abrir-svf {
	position: fixed;
	cursor: pointer;
	width: 25px;
	height: 25px;
	left: 10px;
	bottom: 10px;
	z-index: 150;
	opacity: 0.25;
}

.btn-cerrar-svf {
	position: fixed;
	cursor: pointer;
	width: 35px;
	height: 35px;
	right: 15px;
	top: 15px;
	z-index: 250;
}

#lectores h2 {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
}

.lectores-diline {
	background-color: #F5F5F5;
	border: #CCC 1px solid;
	width: -moz-calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	width: -o-calc(50% - 20px);
	width: calc(50% - 20px);
	min-height: 600px;
	float: left;
	margin: 20px 10px;
	box-sizing: border-box;
}

.lectores-playera {
/*	background-color: rgba(102, 0, 204, 0.5);*/
/*	background-color: #84D;*/
	background-color: #95D;
	border: #FFF 1px solid;
	
	width: 40px;
	height: 40px;
	float: right;
	padding: 5px;
	margin-top: -40px;
	margin-right: 10px;
	object-fit: contain;
	object-position: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px #333;
}

.lectores-hr {
	border: #DDD 1px solid;
	width: 50%;
	float: left;
	margin: 0px 15%;
	margin-top: -10px;
	margin-bottom: 10px;
}

.lectores-main {
	width: 100%;
	float: left;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.lectores-inline {
	width: 100%;
	min-height: 20px;
	float: left;
	margin-bottom: 15px;
}

.lectores-ico {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
}

.lectores-titulo {
	width: 100%;
	float: left;
	padding: 15px;
	box-sizing: border-box;
}

.lectores-texto {
	width: 120px;
	height: 20px;
	line-height: 20px;
	float: left;
	color: #05B;
	font-weight: bold;
	text-align: left;
}

.lectores-persona {
	width: -moz-calc(100% - 130px);
	width: -webkit-calc(100% - 130px);
	width: -o-calc(100% - 130px);
	width: calc(100% - 130px);
	min-height: 20px;
	line-height: 20px;
	float: left;
	margin-left: 10px;
	text-align: left;
}

.lectores-extras {
	width: -moz-calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
	width: -o-calc(100% + 20px);
	width: calc(100% + 20px);
	float: left;
	padding: 5px 10px;
	margin: 0px -10px;
	margin-bottom: 10px;
	text-align: center;
	box-sizing: border-box;
}

.lectores-main .sacerdote {
	background-image: url(imagenes/cruz-eucaristia.png);
	background-repeat: no-repeat;
	background-position: left top;
    background-size: 0.6em;
	color: #000;
}

.lectores-main .sacerdote:before {
    display: inline-block;
    width: 0.85em; 
    content: ' ';
}

.lectores-main .monitor {
	width: 100%;
	float: left;
	color: #D09;
}

.lectores-main .lector {
	width: 100%;
	float: left;
	color: #000;
}

.lectores-main .pueblo {
	width: 100%;
	float: left;
	color: #03F;
}

.lectores-main .personajes {
	width: 100%;
	float: left;
	color: #075;
}

.lectores-main .otros {
	width: 100%;
	float: left;
	color: #F00;
}

.aviso-privacidad-catequesis {
	border: #666 2px double;
	width: 70%;
	height: 450px;
	max-height: 50%;
	float: left;
	overflow: auto;
	margin: 15px 15%;
	padding: 15px;
	box-sizing: border-box;
}

.form-registro-catequesis {
	width: 100%;
	max-width: 500px;
	display: inline-block;
	margin: 20px 0px;
	padding: 0px 20px;
	box-sizing: border-box;
}

.label-registro-catequesis {
	font-size: 16px;
	font-weight: bold;
}

.input-registro-catequesis {
	border: #05B 2px solid;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
	padding: 0px 5px;
	float: left;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.btn-registro-catequesis {
/*	background-color: #093;*/
	width: 100%;
	display: inline-block;
	padding: 10px 25px;
	font-size: 20px;
	color: #093 !important;
	box-sizing: border-box;
}

.txt-curp {
	width: 100%;
	float: left;
	font-size: 25px;
	font-weight: bolder;
	text-align: center;
	color: #05B;
	margin-bottom: 15px;
}

.nota-registro-catequesis {
	width: 100%;
	float: left;
	margin: 0px;
	background-color: #0055BB25;
	border: #05B 2px solid;
	color: #05B;
	padding: 5px 20px;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.loading-registro-catequesis {
	width: 100%;
	height: 50px;
	float: left;
	margin: 10px 0px;
	object-fit: contain;
	object-position: 50% 50%;
}

.bg-ver-como {
	width: 100%;
	float: left;
}

.ver-como {
	position: relative;
	width: 100%;
	float: left;
}

.ver-como-main {
	width: 100%;
	float: left;
	padding: 15px 0px;
}

.btn-ver-como {
	position: absolute;
	height: 25px;
	right: 5px;
	top: 0px;
	z-index: 25;
}

.toggle-visitantes {
	width: 25px;
	height: 25px;
	float: right;
	-webkit-filter: hue-rotate(0deg) saturate(0%) brightness(1000%);
	filter: hue-rotate(0deg) saturate(0%) brightness(1000%);
}

.bg-desarrollador {
	background-color: #222;
	width: 100%;
	float: left
}

.desarrollador {
	text-align: center;
	color: #FFF;
	padding: 10px 0px;
	font-size: 0.8rem;
}

.footer {
	width: 100%;
	padding: 25px 0px;
	float: left;
	text-align: center;
	color: #FFF;
	font-size: 0.8rem;
}

.proyecto-realizado {
	margin: 0px 25px;
	display: inline-block;
}

#desarrollador-web {
	font-size: 0.8rem;
	color: #FF6;
}