@charset "utf-8";
/* CSS Document */

.bg-acceso-directo {
/*	display: none;*/
}

.intranet-accesos-main {
	width: 300px;
	margin: 15px;
	display: inline-block;
/*	float: left;*/
}

.intranet-accesos {
	border: #444 5px solid;
	background-color: #DDD;
	width: 290px;
	height: 100px;
	display: block;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.intranet-accesos:hover {
	border: #900 5px solid;
	box-shadow: 10px 10px 10px rgba(51, 51, 51, 0.5);
}

.intranet-accesos-icono {
	width: 80px;
	height: 80px;
	margin: 10px;
	float: left;
}

.intranet-accesos-title {
	width: 190px;
	height: 80px;
	line-height: 80px;
	float: left;
	margin: 10px 0px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	color: #444;
	display: block;
	overflow: hidden;
}

.intranet-accesos-title:hover {
	color: #900;
}

.intranet-accesos-txt-main {
	width: 100%;
	float: left;
}

.intranet-accesos-txt {
	display: none;
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
	float: left;
	padding: 10px;
	list-style: none;
	text-align: center;
/*	border: #444 5px solid;*/
	background-color: #EEE;
}

.intranet-accesos-txt li {
	border: #05B 2px solid;
	background-color: rgba(255, 255, 255, 0.75);
	width: 200px;
	height: 40px;
	line-height: 40px;
/*	float: left;*/
	display: inline-block;
	margin: 10px;
	padding: 0px 10px;
	text-align: center;
}

.intranet-accesos-txt li:hover {
	border: #900 2px solid;
}

.intranet-accesos-txt li a {
	color: #05B;
	font-weight: bold;
}

.intranet-accesos-txt li:hover a {
	text-decoration: none;
	color: #900;
}

.acceso-denegado {
	width: auto;
	height: 50%;
	margin-top: 25%;
}

.centro-info {
	width: 260px;
	float: right;
}

.cambiar-mes {
	width: 250px;
	padding: 8px 15px;
	float: right;
	margin-top: 35px;
}

.centro-descarga {
	width: 260px;
	float: right;
	text-align: right;
	margin: 10px 0px;
}

.descargar-info {
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 5px;
	cursor: pointer;
}

.excel-completo {
	border: none;
	background-color: transparent;
	background-image: url('//sanvicenteferrer.org.mx/imagenes/excel-completo.jpg');
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	float: left;
}

.excel-asistencia {
	border: none;
	background-color: transparent;
	background-image: url('//sanvicenteferrer.org.mx/imagenes/excel-asistencia.jpg');
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	float: left;
}

.tabla-encabezado {
	background-color: #900;
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}

.prematrimoniales-tabla {
	border: 0.5px solid #E4E4E4;
	width: 100%;
	float: left;
	display: table;
	box-sizing: border-box;
}

.prematrimoniales-tabla-tr {
	width: 100%;
	max-height: 100px;
	float: left;
	display: table-row;
	box-sizing: border-box;
	overflow: hidden;
}

.prematrimoniales-tabla-td-id {
	width: 70px;
	text-align: center;
	float: left;
	display: table-cell;
	box-sizing: border-box;
	overflow: hidden;
}

.prematrimoniales-tabla-td-participantes {
	border-left: 0.5px solid #E4E4E4;
	border-right: 0.5px solid #E4E4E4;
	border-collapse: collapse;
	width: -moz-calc(100% - 195px);
	width: -webkit-calc(100% - 195px);
	width: -o-calc(100% - 195px);
	width: calc(100% - 195px);
	float: left;
	display: table-cell;
	text-align: left;
	box-sizing: border-box;
	overflow: hidden;
}

.prematrimoniales-tabla-td-novios {
	width:50%;
	float: left;
	text-align: left;
	padding: 0px 5px;
	box-sizing: border-box;
	overflow: hidden;
}

.prematrimoniales-tabla-td-acciones {
	width: 120px;
	float: left;
	display: table-cell;
	text-align: center;
	padding: 5px 0px;
	box-sizing: border-box;
	overflow: hidden;
}

.tabla-texto {
	height: 40px;
	line-height: 40px;
}

.datos-completos {
	height: 1px !important;
	overflow: hidden;
}

.ico-tabla {
	width: 20px;
	height: 20px;
	margin: 0px 5px;
	display: inline-block;
}

.notificacion-eliminacion {
	font-size: 22px;
}

.confirmar-pass {
	width: 150px;
	margin: auto;
}

#koinonia .input-text {
	border: #333 1px solid;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	float: left;
	text-align: left;
	color: #06F;
	font-weight: bold;
	margin-bottom: 20px;
}

.koinonia-iframe {
	border: 0px;
	width: 380px;
	height: 350px;
	float: right;
}

.koinonia-tabla {
	font-size: 13px;
}

#slider .input-text {
	border: #333 1px solid;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	float: left;
	text-align: left;
	color: #06F;
	font-weight: bold;
	margin-bottom: 20px;
}

.cargar {
	background-color: #05B;
	color: #FFF;
	width: 150px;
	height: 40px;
	line-height: 40px;
	float: right;
	text-align: center;
	font-weight: lighter;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: left;
	padding: 0px 15px;
	cursor: pointer;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}

.path-file {
	border-top: #333 1px solid;
	border-bottom: #333 1px solid;
	width: -moz-calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	width: -o-calc(100% - 180px);
	width: calc(100% - 180px);
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	float: left;
	color: #06F;
	font-weight: bold;
	margin-bottom: 10px;
}

.hidden {
	display: none;
}

.ultimo-ingreso {
	width: auto;
	float: right;
	text-align: right;
	color: #999;
	font-size: 0.9rem;
	margin-top: 25px;
}

fieldset {
	border: #666 5px solid;
	margin-bottom: 50px;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 10px 10px 30px #333;
}

legend {
	background-color: #666;
	padding: 15px;
	color: #FFF;
	margin: 10px;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 5px 5px 10px #333;
}

.foto-perfil-main {
	position: relative;
	border: #05B 5px solid;
	width: 200px;
	height: 200px;
	float: left;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
}

.foto-perfil {
	width: 200px;
	height: 200px;
	float: left;
	object-fit: cover;
	object-position: 50% 50%;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
}

.foto-perfil-btn {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 10px;
	left: 50%;
	margin-left: -15px;
	opacity: 0.5;
	z-index: 50;
}

.foto-perfil-btn:hover {
	opacity: 1;
}

.foto-perfil-loading {
	display: none;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	z-index: 50;
}

.cuentas-accesos-info {
	width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	width: -o-calc(100% - 250px);
	width: calc(100% - 250px);
	float: left;
	margin-left: 40px;
}

.cuentas-accesos-info a {
/*	color: #900;*/
}

.cuentas-accesos-columna {
	width: 33%;
	min-width: 180px;
	height: 60px;
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
}

.cuentas-accesos-columna-doble {
	width: 66%;
	min-width: 180px;
	height: 60px;
	float: left;
	margin-bottom: 15px;
}

.cuentas-accesos-inline {
	width: 100%;
	min-width: 180px;
	height: 80px;
	float: left;
	margin-top: -10px;
}

.cuentas-accesos-titulo {
	width: 100%;
	float: left;
	font-size: 0.9rem;
	text-align: left;
	color: #333;
	margin-bottom: 5px;
}

.cuentas-accesos-data {
	border: #FFF 1px solid;
	width: -moz-calc(100% - 25px);
	width: -webkit-calc(100% - 25px);
	width: -o-calc(100% - 25px);
	width: calc(100% - 35px);
	height: 35px;
	float: left;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
	color: #05B;
	padding: 3px 5px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}

.data-dia {
	background-image: url(//www.sanvicenteferrer.org.mx/imagenes/flecha-select.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	border: #FFF 1px solid;
	width: 60px;
	height: 35px;
	float: left;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
	color: #05B;
	padding: 3px 5px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}

.data-mes {
	border: #FFF 1px solid;
	width: -moz-calc(100% - 105px);
	width: -webkit-calc(100% - 105px);
	width: -o-calc(100% - 105px);
	width: calc(100% - 105px);
	height: 35px;
	float: left;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
	color: #05B;
	padding: 3px 5px;
	overflow: hidden;
	margin-left: 10px;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}

.flecha-select {
	width: 15px;
	height: 15px;
	float: left;
	margin-left: -20px;
	margin-top: 10px;
}

.habilitar-input {
	border: #999 1px solid;
}

.cuentas-accesos-btn {
	border: none;
	background-image: url(//www.sanvicenteferrer.org.mx/imagenes/3D.png);
	background-size: 100% 80%;
	background-position: top;
	float: right;
	margin-left: 15px;
	font-size: 1.2rem;
	padding: 8px 15px;
	color: #FFF;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ico-perfil {
	width: 27px;
	height: 27px;
	margin-left: -31px;
	margin-top: 4px;
	float: left;
}

.btn-editar {
	background-color: #039;
	margin-right: 25px;
}

.btn-cancelar {
	background-color: #900;
	margin-right: 25px;
}

.btn-guardar {
	background-color: #063;
}

.intranet-respuesta {
	background-color: #FC0;
	position: fixed;
	width: 90%;
	left: 5%;
	top: 50px;
	font-size: 1.2rem;
	z-index: 100;
}

.accesos-tabla {
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -o-calc(100% - 50px);
	width: calc(100% - 50px);
	float: left;
	margin-left: 25px;
	margin-bottom: 20px;
}

.accesos-menu {
	background-color: #900;
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
	float: left;
	padding: 15px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 10px 0px 0px;
	margin-bottom: 20px;
}

.accesos-ico {
	background-color: #FFF;
	width: 35px;
	height: 35px;
	float: left;
	padding: 5px;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.accesos-submenu {
	height: 45px;
	font-size: 1.3rem;
	line-height: 45px;
	float: left;
	color: #FFF !important;
}

.onoffswitch {
	margin: 10px;
	margin-top: 15px;
    position: relative;
	width: 65px;
    -webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*    border: 2px solid #333;*/
}

.onoffswitch-inner {
    display: block;
	width: 200%;
	margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
	float: left;
	width: 50%;
	height: 25px;
	padding: 0;
	line-height: 25px;
    font-size: 15px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "Si";
    padding-left: 10px;
    background-color: #9CB;
	border: #084 2px solid;
	color: #084;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.onoffswitch-inner:after {
    content: "No";
    padding-right: 10px;
    background-color: #EEE;
	border: #666 2px solid;
	color: #666;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
	width: 35px;
	height: 35px;
	margin: -5px;
    background: #A1A1A1;
    position: absolute;
	top: 0;
	bottom: 0;
    right: 40px;
    border: 1px solid #999;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
    background-color: #084; 
}

.onoffswitch-cuota-grupo:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-cuota-grupo:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
    background-color: #084; 
}

.onoffswitch-invitado:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-invitado:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
    background-color: #084; 
}

.fechas-etiqueta {
	width: 100%;
	float: left;
}

.fechas-etiqueta-titulo {
	width: 50%;
	height: 35px;
	line-height: 35px;
	float: left;
	color: #000;
	text-align: center;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

.etiqueta-aktiva {
	border-bottom: #FFF 1px solid;
	background-color: #900;
	color: #FFF;
}

.fechas {
	border: #CCC 1px solid;
/*	border-top: none;	Poner cuando esten las dos etiquetas	*/
	width: 100%;
	float: left;
	padding: 20px 0px;
	text-align: center;
}

.fechas-mes {
	border: #CCC 1px solid;
	width: 280px;
	display: inline-block;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	margin: 20px;
	padding-bottom: 15px;
}

.fechas-mes-titulo {
	background-color: #05B;
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

.fechas-label {
	width:  -moz-calc(100% - 55px);
	width: -webkit-calc(100% - 55px);
	width: -o-calc(100% - 55px);
	width: calc(100% - 55px);
	float: left;
	padding-left: 10px;
	margin: 0px 10px;
	margin-top: 10px;
	text-align: left;
}

.fechas-chkbx {
	width: 20px;
	height: 20px;
	float: right;
	margin-right: 15px;
}

.fechas-input {
	border: #999 1px solid;
	width:  -moz-calc(100% - 55px);
	width: -webkit-calc(100% - 55px);
	width: -o-calc(100% - 55px);
	width: calc(100% - 55px);
	height: 30px;
	line-height: 30px;
	font-size: 1rem;
	color: #05B;
	float: left;
	padding: 0px 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.calendario {
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 10px;
	cursor: pointer;
}

.fecha-existente {
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 10px;
}

#fechas .input-text {
	border: #333 1px solid;
	width: 250px;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	display: inline-block;
	text-align: center;
	color: #06F;
	font-weight: bold;
	margin-bottom: 20px;
}

#fechas .btn {
	border: none;
	background-image: url(http://www.sanvicenteferrer.org.mx/imagenes/3D.png);
	background-size: 100% 100%;
	background-color: #900;
	width: 250px;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	display: inline-block;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.lightbox-intranet {
	display: none;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 200;
}

.loading-intranet {
	display: none;
	position: fixed;
	width: 100px;
	height: 100px;
	left: 50%;
	top: 35%;
	margin-left: -50px;
	z-index: 250;
}

.respuesta-intranet {
	display: none;
	position: fixed;
	width:  -moz-calc(90% - 40px);
	width: -webkit-calc(90% - 40px);
	width: -o-calc(90% - 40px);
	width: calc(90% - 40px);
	float: left;
	top: 35%;
	margin: 0px 5%;
	font-size: 1.2rem;
	font-weight: bold;
	z-index: 500;
}

.eliminar-slider {
	border: none;
	background: none;
	background-image: url('//sanvicenteferrer.org.mx/imagenes/eliminar.png');
	background-size: 100% 100%;
	width: 40px;
	height: 40px;
	margin: 0px auto;
	margin-top: 20px;
	cursor: pointer;
}

.buscar-form {
	width: 250px;
	float: right;
}

.buscar-registro {
	border: #666 1px solid;
	width:  -moz-calc(100% - 32px);
	width: -webkit-calc(100% - 32px);
	width: -o-calc(100% - 32px);
	width: calc(100% - 32px);
	height: 30px;
	line-height: 30px;
	float: left;
	padding: 0px 5px;
	box-sizing: border-box;
}

.buscar-registro-ico {
	border: none;
	background: none;
	background-color: #05B;
	background-image: url('//sanvicenteferrer.org.mx/imagenes/buscar.png');
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
	float: left;
}

.foto-perfil-thumbnail {
	width: 40px;
	height: 40px;
	display: inline-block;
	object-fit: cover;
	object-position: 50% 50;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.chat-conversaciones-main {
	width: 220px;
	height: 100%;
	float: left;
}

.chat-conversaciones {
	background-color: #666;
	width: 100%;
	height: ;
	float: left;
	margin-bottom: 15px;
	padding: 10px;
	color: #FFF;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.chat-conversaciones-fecha {
	width: 100%;
	float: left;
	font-size: 0.8rem;
	margin-bottom: 5px;
	color: #FFF;
}

.chat-conversaciones-visitante {
	width: 100%;
	float: left;
	color: #FFF;
	font-size: 1.2rem;
}

.chat-conversaciones-selector {
	border: #FFF 1px solid;
	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-mensajes-main {
	width:  -moz-calc(100% - 240px);
	width: -webkit-calc(100% - 240px);
	width: -o-calc(100% - 240px);
	width: calc(100% - 240px);
	float: right;
}

.chat-mensajes {
	background-color: #05B;
	width: 100%;
	height: 100%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

.cursor-default {
	cursor: default;
}

.ico-listas {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 0px 5px;
}

.foto-perfil-thumbnail {
	width: 40px;
	height: 40px;
	display: inline-block;
	object-fit: cover;
	object-position: 50% 50;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.platicas-tab {
/*	width: 70%;*/
	width: -moz-calc(100% + 6px);
	width: -webkit-calc(100% + 6px);
	width: -o-calc(100% + 6px);
	width: calc(100% + 6px);
	float: left;
	padding: 5px 10px;
/*	margin-left: 20px;*/
	margin-bottom: -5px;
	margin-left: -3px;
	font-size: 18px;
	color: #FFF;
	box-sizing: border-box;
/*	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;*/
}

.novio-tab {
	background-color: #05B;
}

.novia-tab {
	background-color: #F3C;
}

.platicas-label {
	width: 100%;
	float: left;
	font-size: 13px;
	padding: 0px 5px;
	color: #666;
	margin: 0px;
	box-sizing: border-box;
}

.platicas-info {
	width: 100%;
	float: left;
	padding-left: 10px;
	font-weight: bold;
	margin: 0px;
	box-sizing: border-box;
}

.linea-superior-novio {
	border-top: #05B 1px solid;
	padding-top: 10px;
/*	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;*/
}

.linea-inferior-novio {
	border-bottom: #05B 1px solid;
	padding-bottom: 10px;
/*	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;*/
}

.linea-laterales-novio {
	border-left: #05B 1px solid;
	border-right: #05B 1px solid;
}

.linea-superior-novia {
	border-top: #F3C 1px solid;
	padding-top: 10px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.linea-inferior-novia {
	border-bottom: #F3C 1px solid;
	padding-bottom: 10px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

.linea-laterales-novia {
	border-left: #F3C 1px solid;
	border-right: #F3C 1px solid;
}

.btn-guardar-intenciones {
	border: none;
	background-image: url(//www.sanvicenteferrer.org.mx/imagenes/guardar.png);
	background-size: 100% 100%;
	background-position: center center;
	background-color: transparent;
	width: 40px;
	height: 40px;
	margin: 0px;
	float: right;
}

.btn-eliminar-intenciones {
	border: none;
	background-image: url(//www.sanvicenteferrer.org.mx/imagenes/eliminar.png);
	background-size: 100% 100%;
	background-position: center center;
	background-color: transparent;
	width: 40px;
	height: 40px;
	margin: 0px;
	float: left;
}

.videos-calendario {
	width: 30px;
	height: 30px;
	float: left;
	margin-left: -30px;
}

.videos-inicio-link {
	background-color: #BBB;
	width: -moz-calc(50% - 30px);
	width: -webkit-calc(50% - 30px);
	width: -o-calc(50% - 30px);
	width: calc(50% - 30px);
	float: left;
	text-align: center;
	margin: 0px 15px;
	margin-bottom: 10px;
	padding: 10px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.videos-inicio-link-aktivo {
	background-color: #096;
	color: #FFF;
}

.videos-inicio {
	position: relative;
	border: #CCC 1px solid;
	width: -moz-calc(100% - 12px);
	width: -webkit-calc(100% - 12px);
	width: -o-calc(100% - 12px);
	width: calc(100% - 12px);
	height: 70px;
	float: left;
	padding: 5px;
	margin-bottom: 10px;
}

.videos-inicio-fijado {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -10px;
	top: -10px;
	z-index: 50;
}

.videos-inicio-thumbnail {
	width: 70px;
	height: 70px;
	float: left;
	object-fit: cover;
	object-position: 50% 50%;
}

.videos-inicio-titulo {
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: -o-calc(100% - 80px);
	width: calc(100% - 80px);
	height: 20px;
	line-height: 20px;
	float: left;
	margin-left: 10px;
	color: #05B;
	font-size: 16px;
	font-weight: bolder;
	overflow: hidden;
}

.videos-inicio-descripcion {
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: -o-calc(100% - 80px);
	width: calc(100% - 80px);
	height: 48px;
	float: left;
	margin-left: 10px;
	color: #000;
	font-size: 13px;
	overflow: hidden;
}

#videos .input,
#videos .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: 30px;
	box-sizing: border-box;
}

#videos .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: 30px;
	box-sizing: border-box;
}

#videos .btn {
	border: none;
	background-color: #05B;
	width: auto;
	height: auto;
	float: right;
	color: #FFF;
	padding: 10px 25px;
	margin-right: 10px;
}

.ico-borrado {
	width: 30px;
	height: 30px;
	float: right;
	margin-left: -80px;
	margin-right: 55px;
}

.accesos-pass-main {
	border: #CCC 1px solid;
	width: -moz-calc(100% / 3 - 20px);
	width: -webkit-calc(100% / 3 - 20px);
	width: -o-calc(100% / 3 - 20px);
	width: calc(100% / 3 - 20px);
	height: 180px;
	float: left;
	padding: 10px;
	margin: 10px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.accesos-pass {
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	width: -o-calc(100% - 90px);
	width: calc(100% - 90px);
	height: 160px;
	float: left;
	margin-left: 15px;
	box-sizing: border-box;
}

.accesos-pass-columna {
	width: 75px;
	height: 160px;
	float: left;
}

.accesos-pass-img {
	width: 75px;
	height: 75px;
	float: left;
}

.accesos-pass-contador {
	width: 75px;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
	margin-top: 50px;
	color: #666;
}

.accesos-pass-pagina {
	width: 100%;
	height: 25px;
	line-height: 25px;
	float: left;
	text-align: center;;
	color: #900;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.accesos-pass-label {
	width: 100%;
	height: 15px;
	line-height: 15px;
	float: left;
	text-align: left;
	color: #05B;
	font-size: 12px;
}

.accesos-pass-data {
	width: 100%;
	height: 20px;
	line-height: 20px;
	float: left;
	text-align: left;
	margin-bottom: 10px;
	color: #333;
	font-size: 15px;
	overflow: hidden;
}

.accesos-btn {
	border: none;
	background-color: transparent;
	background-image: url(//www.sanvicenteferrer.org.mx/imagenes/ico-accesos-ver.png);
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
	float: left;
	margin-left: -25px;
	margin-top: -10px;
}

.usuario-difuminado {
	filter: blur(5px);
}