.contenedor0, .contenedor1, .contenedor3 {
		width: 300px;
		height: 150px;
}

.conta{
		width: 800px;
		height: 800px;
		line-height: 1;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
		background-color: FF45FF;
}

.contusuario{
		width: 20px;
		height: 20px;
		line-height: 1;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
		background-color: FF4578;
}
.contenedor2 {
		width: 200px;
		height: 200px;
		background-color:blue;
}
.contenido0 {
		width: 210px;
		height: 30px;
		margin: 0 auto;
}
.contenido {
		width: 210px;
		height: 0px;
		float: left;
		margin-left:5px;
}
.panelblanco {
		width: 200px;
		height: 500px;
		float: left;
		background: #FFFFFF;
}
.contenido1 {
		width: 210px;
		height: 150px;
		float: left;
		margin-left:5px;
		border-style: dashed; border-width: 1px;
}
.contenido2 {
		width: 210px;
		height: 50px;
		background-color: #A0D468;
}
.contenido3 {
		width: 210px;
		height: 50px;
		padding-bottom: 60px;
		border-radius: 1px;
		box-shadow: 0 0 15px #ddd;
}
.contenido4 {
		width: 210px;
		height: 60px;
		background-color: #FFCE54;

}
.contenido5 {
		width: 210px;
		height: 60px;
		background-color: #A0D468;
}
.contenido6 {
		width: 210px;
		height: 60px;
		/* float: right;*/
		background-color: #DF0101;
		
}
.contenido7 {
		width: 50px;
		height: 50px;
		float: right;
}
 .contenedor3 {
 display: flex;
 align-items: center;
 }
 
 .contenido3 {
 margin: right-side; /* requerido para alineación horizontal */
 }

.contenedorx {
	width: 90%;
	max-width: 800px;


}

.contenedorx article {
	line-height: 28px;
}

.contenedorx article h1 {
	font-size: 30px;
	text-align: left;
	padding: 50px 0;
}

.contenedorx article p {
	margin-bottom: 20px;
}

.contenedorx article .btn-abrir-popup {
	padding: 0 5px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
	cursor: pointer;
}

.contenedorx article .btn-abrir-popup:hover {
	background: rgba(94,125,227, .9);
}

  .cclave{
	width: 300px;
	height: 400px;
	margin: 0 auto;
	text-align: center;
}

/* ------------------------- */
/* POPUP */
/* ------------------------- */

.overlay {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
}

.overlay.active {
	visibility: visible;
}

.popup {
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	padding: 20px;
	text-align: center;
	width: 500px;
    position: absolute;
    top: 80px;
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.popup .btn-cerrar-popup {
	font-size: 10px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
	color: #BBBBBB;
}

.popup .btn-cerrar-popup:hover {
	color: #000;
}

.popup h3 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
	opacity: 0;
}

.popup h4 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 40px;
	opacity: 0;
}

.popup form .contenedorx-inputs {
	opacity: 0;
}

.popup form .contenedorx-inputs input {
	width: 100%;
	margin-bottom: 20px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #BBBBBB;
}

.popup form .btn-submit {
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
}

.popup form .btn-submit:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup.active {	transform: scale(1); opacity: 1; }
.popup.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.popup.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.popup.active .contenedorx-inputs { animation: entradaInputs 2s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}


/*   */
/*   */
/*   */

.contenedorx1 {
	width: 90%;
	max-width: 1000px;
	margin: 20px auto;
}

.contenedorx1 article1 {
	line-height: 28px;
}

.contenedorx1 article1 h1 {
	font-size: 30px;
	text-align: left;
	padding: 50px 0;
}

.contenedorx1 article1 p {
	margin-bottom: 20px;
}

.contenedorx1 article1 .btn-abrir-popup1 {
	padding: 0 5px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
	cursor: pointer;
}

.contenedorx1 article1 .btn-abrir-popup1:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* POPUP */
/* ------------------------- */

.overlay1 {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
}

.overlay1.active {
	visibility: visible;
}

.popup1 {
    position:absolute;
    top:11%;
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	padding: 20px;
	text-align: center;
	width: 650px;
   
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.popup1 .btn-cerrar-popup1 {
	font-size: 10px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
	color: #BBBBBB;
}

.popup1 .btn-cerrar-popup1:hover {
	color: #000;
}

.popup1 h3 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 10px;
	opacity: 0;
}

.popup1 h4 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 40px;
	opacity: 0;
}

.popup1 form .contenedorx1-inputs {
	opacity: 0;
}

.popup1 form .contenedorx1-inputs input {
	width: 100%;
	margin-bottom: 20px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #BBBBBB;
}

.popup1 form .btn-submit1 {
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
}

.popup1 form .btn-submit1:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup1.active {	transform: scale(1); opacity: 1; }
.popup1.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.popup1.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.popup1.active .contenedorx1-inputs { animation: entradaInputs 2s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}


/*   */
/*   */
/*   */


.contenedorx2 {
	width: 90%;
	max-width: 500px;
	margin: 20px auto;
}

.contenedorx2 article2 {
	line-height: 28px;
}

.contenedorx2 article2 h1 {
	font-size: 30px;
	text-align: left;
	padding: 50px 0;
}

.contenedorx2 article2 p {
	margin-bottom: 20px;
}

.contenedorx2 article2 .btn-abrir-popup2 {
	padding: 0 5px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
	cursor: pointer;
}

.contenedorx2 article2 .btn-abrir-popup2:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* POPUP */
/* ------------------------- */

.overlay2 {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
}

.overlay2.active {
	visibility: visible;
}

.popup2 {
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	padding: 20px;
	text-align: center;
	width: 350px;
	
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.popup2 .btn-cerrar-popup2 {
	font-size: 10px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
	color: #BBBBBB;
}

.popup2 .btn-cerrar-popup2:hover {
	color: #000;
}

.popup2 h3 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
	opacity: 0;
}

.popup2 h4 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 40px;
	opacity: 0;
}

.popup2 form .contenedorx2-inputs {
	opacity: 0;
}

.popup2 form .contenedorx2-inputs input {
	width: 100%;
	margin-bottom: 20px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #BBBBBB;
}

.popup2 form .btn-submit2 {
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
}

.popup2 form .btn-submit2:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup2.active {	transform: scale(1); opacity: 1; }
.popup2.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.popup2.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.popup2.active .contenedorx2-inputs { animation: entradaInputs 2s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}



/*   */
/*   */
/*   */

.contenedorx3 {
	width: 90%;
	max-width: 2000px;
	margin: 20px auto;
}

.contenedorx3 article3 {
	line-height: 28px;
}

.contenedorx3 article3 h3 {
	font-size: 30px;
	text-align: left;
	padding: 90px 0;
}

.contenedorx3 article3 p {
	margin-bottom: 20px;
}

.contenedorx3 article3 .btn-abrir-popup3 {
	padding: 0 5px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #FFF999;
	background: #AC4596;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
	cursor: pointer;
	
}

.contenedorx3 article3 .btn-abrir-popup3:hover {
	background: rgba(45,15,27, .1);
}

/* ------------------------- */
/* POPUP */
/* ------------------------- */

.overlay3 {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
}

.overlay3.active {
	visibility: visible;
}

.popup3 {
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(120,80,15,0.98);
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	padding: 20px;
	text-align: center;
	width: 350px;
	
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.popup3 .btn-cerrar-popup3 {
	font-size: 10px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
	color: #B5478B;
}

.popup3 .btn-cerrar-popup3:hover {
	color: #147;
}

.popup3 h5 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
	opacity: 0;
}

.popup3 h6 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 40px;
	opacity: 1;
}

.popup3 form .contenedorx3-inputs {
	opacity: 1;
}

.popup3 form .contenedorx3-inputs input {
	width: 100%;
	margin-bottom: 20px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #BBBBBB;
}

.popup3 form .btn-submit3 {
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #457;
	background: #9945CD;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
}

.popup3 form .btn-submit3:hover {
	background: rgba(94,125,227, .99);
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup3.active {	transform: scale(1); opacity: 1; }
.popup3.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.popup3.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.popup3.active .contenedorx4-inputs { animation: entradaInputs 2s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}


/* ******************************************************************
**********************************************************************
***********************************************************************
***********************************************************************
*/
.contenedorx4 {
	width: 90%;
	max-width: 400px;
	margin: 20px auto;
}

.contenedorx4 article2 {
	line-height: 28px;
}

.contenedorx4 article2 h1 {
	font-size: 30px;
	text-align: left;
	padding: 50px 0;
}

.contenedorx4 article2 p {
	margin-bottom: 20px;
}

.contenedorx4 article2 .btn-abrir-popup4 {
	padding: 0 5px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
	cursor: pointer;
}

.contenedorx4 article2 .btn-abrir-popup4:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* POPUP */
/* ------------------------- */

.overlay4 {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
}

.overlay4.active {
	visibility: visible;
}

.popup4 {
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	padding: 20px;
	text-align: center;
	width: 390px;
	
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.popup4 .btn-cerrar-popup4 {
	font-size: 10px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
	color: #BBBBBB;
}

.popup4 .btn-cerrar-popup4:hover {
	color: #000;
}

.popup4 h3 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
	opacity: 0;
}

.popup4 h4 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 40px;
	opacity: 0;
}

.popup4 form .contenedorx4-inputs {
	opacity: 0;
}

.popup4 form .contenedorx4-inputs input {
	width: 100%;
	margin-bottom: 20px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #BBBBBB;
}

.popup4 form .btn-submit4{
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
}

.popup4 form .btn-submit2:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup4.active {	transform: scale(1); opacity: 1; }
.popup4.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.popup4.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.popup4.active .contenedorx4-inputs { animation: entradaInputs 2s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}


/* ******************************************************************
**********************************************************************
***********************************************************************
***********************************************************************
*/
.contenedorx5 {
	width: 90%;
	max-width: 1000px;
	margin: 20px auto;
}

.contenedorx5 article2 {
	line-height: 28px;
}

.contenedorx5 article2 h1 {
	font-size: 30px;
	text-align: left;
	padding: 50px 0;
}

.contenedorx5 article2 p {
	margin-bottom: 20px;
}

.contenedorx5 article2 .btn-abrir-popup5 {
	padding: 0 5px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
	cursor: pointer;
}

.contenedorx5 article2 .btn-abrir-popup5:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* POPUP */
/* ------------------------- */

.overlay5 {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
}

.overlay5.active {
	visibility: visible;
}

.popup5 {
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	padding: 20px;
	text-align: center;
	width: 650px;
	
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.popup5 .btn-cerrar-popup5 {
	font-size: 10px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
	color: #BBBBBB;
}

.popup5 .btn-cerrar-popup5:hover {
	color: #000;
}

.popup5 h3 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
	opacity: 0;
}

.popup5 h4 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 40px;
	opacity: 0;
}

.popup5 form .contenedorx5-inputs {
	opacity: 0;
}

.popup5 form .contenedorx5-inputs input {
	width: 100%;
	margin-bottom: 20px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #BBBBBB;
}

.popup5 form .btn-submit5{
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
}

.popup5 form .btn-submit5:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup5.active {	transform: scale(1); opacity: 1; }
.popup5.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.popup5.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.popup5.active .contenedorx5-inputs { animation: entradaInputs 2s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}

/********************************************
**************CONTENEDORX0_ELIMINA***********
*********************************************
********************************************/

.contenedorx0_elimina {
	width: 90%;
	max-width: 2000px;
	margin: 20px auto;
}

.contenedorx0_elimina article {
	line-height: 28px;
}

.contenedorx0_elimina article h3 {
	font-size: 30px;
	text-align: left;
	padding: 90px 0;
}

.contenedorx0_elimina article p {
	margin-bottom: 20px;
}

.contenedorx0_elimina article .btn-abrir-popup0_elimina {
	padding: 0 5px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #FFF999;
	background: #AC4596;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
	cursor: pointer;
	
}

.contenedorx0_elimina article .btn-abrir-popup0_elimina:hover {
	background: rgba(45,15,27, .1);
}

/* ------------------------- */
/* POPUP */
/* ------------------------- */

.overlay0_elimina {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
}

.overlay0_elimina.active {
	visibility: visible;
}

.popup0_elimina {
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(120,80,15,0.98);
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	padding: 20px;
	text-align: center;
	width: 350px;
	
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.popup0_elimina .btn-cerrar-popup0_elimina {
	font-size: 10px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
	color: #B5478B;
}

.popup0_elimina .btn-cerrar-popup0_elimina:hover {
	color: #147;
}

.popup0_elimina h5 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
	opacity: 0;
}

.popup0_elimina h6 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 40px;
	opacity: 1;
}

.popup0_elimina form .contenedorx0_elimina-inputs {
	opacity: 1;
}

.popup0_elimina form .contenedorx0_elimina-inputs input {
	width: 100%;
	margin-bottom: 20px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #BBBBBB;
}

.popup0_elimina form .btn-submit0_elimina {
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #457;
	background: #9945CD;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
}

.popup0_elimina form .btn-submit0_elimina:hover {
	background: rgba(94,125,227, .99);
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup0_elimina.active {	transform: scale(1); opacity: 1; }
.popup0_elimina.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.popup0_elimina.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.popup0_elimina.active .contenedorx0_elimina-inputs { animation: entradaInputs 2s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}
/***********************************/
/************************************/
/***********************************/
/*   */
/*   */
/*   */

.contenedorx1_elimina {
	width: 90%;
	max-width: 1000px;
	margin: 20px auto;
}

.contenedorx1_elimina article {
	line-height: 28px;
}

.contenedorx1_elimina article h1 {
	font-size: 30px;
	text-align: left;
	padding: 50px 0;
}

.contenedorx1_elimina article p {
	margin-bottom: 20px;
}

.contenedorx1_elimina article .btn-abrir-popup1_elimina {
	padding: 0 5px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
	cursor: pointer;
}

.contenedorx1_elimina article .btn-abrir-popup1_elimina:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* POPUP */
/* ------------------------- */

.overlay1_elimina {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
}

.overlay1_elimina.active {
	visibility: visible;
}

.popup1_elimina {
    position:absolute;
    top:11%;
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	padding: 20px;
	text-align: center;
	width: 650px;
   
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.popup1_elimina .btn-cerrar-popup1_elimina {
	font-size: 10px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
	color: #BBBBBB;
}

.popup1_elimina .btn-cerrar-popup1_elimina:hover {
	color: #000;
}

.popup1_elimina h3 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 10px;
	opacity: 0;
}

.popup1_elimina h4 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 40px;
	opacity: 0;
}

.popup1_elimina form .contenedorx1_elimina-inputs {
	opacity: 0;
}

.popup1_elimina form .contenedorx1_elimina-inputs input {
	width: 100%;
	margin-bottom: 20px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #BBBBBB;
}

.popup1_elimina form .btn-submit1_elimina {
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
}

.popup1_elimina form .btn-submit1_elimina:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup1_elimina.active {	transform: scale(1); opacity: 1; }
.popup1_elimina.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.popup1_elimina.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.popup1_elimina.active .contenedorx1_elimina-inputs { animation: entradaInputs 2s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}


/*   */
/*   */
/*   */


.contenedorx2_elimina {
	width: 90%;
	max-width: 500px;
	margin: 20px auto;
}

.contenedorx2_elimina article {
	line-height: 28px;
}

.contenedorx2_elimina article h1 {
	font-size: 30px;
	text-align: left;
	padding: 50px 0;
}

.contenedorx2_elimina article p {
	margin-bottom: 20px;
}

.contenedorx2_elimina article .btn-abrir-popup2_elimina {
	padding: 0 5px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
	cursor: pointer;
}

.contenedorx2_elimina article .btn-abrir-popup2_elimina:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* POPUP */
/* ------------------------- */

.overlay2_elimina {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
}

.overlay2_elimina.active {
	visibility: visible;
}

.popup2_elimina {
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	padding: 20px;
	text-align: center;
	width: 350px;
	
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.popup2_elimina .btn-cerrar-popup2_elimina {
	font-size: 10px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
	color: #BBBBBB;
}

.popup2_elimina .btn-cerrar-popup2_elimina:hover {
	color: #000;
}

.popup2_elimina h3 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
	opacity: 0;
}

.popup2_elimina h4 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 40px;
	opacity: 0;
}

.popup2_elimina form .contenedorx2_elimina-inputs {
	opacity: 0;
}

.popup2_elimina form .contenedorx2_elimina-inputs input {
	width: 100%;
	margin-bottom: 20px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #BBBBBB;
}

.popup2_elimina form .btn-submit2_elimina {
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
}

.popup2_elimina form .btn-submit2_elimina:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup2_elimina.active {	transform: scale(1); opacity: 1; }
.popup2_elimina.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.popup2_elimina.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.popup2_elimina.active .contenedorx2_elimina-inputs { animation: entradaInputs 2s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}



/*   */
/*   */
/*   */

.contenedorx3_elimina {
	width: 90%;
	max-width: 2000px;
	margin: 20px auto;
}

.contenedorx3_elimina article {
	line-height: 28px;
}

.contenedorx3_elimina article h3 {
	font-size: 30px;
	text-align: left;
	padding: 90px 0;
}

.contenedorx3_elimina article p {
	margin-bottom: 20px;
}

.contenedorx3_elimina article .btn-abrir-popup3_elimina {
	padding: 0 5px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #FFF999;
	background: #AC4596;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
	cursor: pointer;
	
}

.contenedorx3_elimina article .btn-abrir-popup3_elimina:hover {
	background: rgba(45,15,27, .1);
}

/* ------------------------- */
/* POPUP */
/* ------------------------- */

.overlay3_elimina {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
}

.overlay3_elimina.active {
	visibility: visible;
}

.popup3_elimina {
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(120,80,15,0.98);
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	padding: 20px;
	text-align: center;
	width: 350px;
	
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.popup3_elimina .btn-cerrar-popup3_elimina {
	font-size: 10px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
	color: #B5478B;
}

.popup3_elimina .btn-cerrar-popup3_elimina:hover {
	color: #147;
}

.popup3_elimina h5 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
	opacity: 0;
}

.popup3_elimina h6 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 40px;
	opacity: 1;
}

.popup3_elimina form .contenedorx3_elimina-inputs {
	opacity: 1;
}

.popup3_elimina form .contenedorx3_elimina-inputs input {
	width: 100%;
	margin-bottom: 20px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #BBBBBB;
}

.popup3_elimina form .btn-submit3_elimina {
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #457;
	background: #9945CD;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
}

.popup3_elimina form .btn-submit3_elimina:hover {
	background: rgba(94,125,227, .99);
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup3_elimina.active {	transform: scale(1); opacity: 1; }
.popup3_elimina.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.popup3_elimina.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.popup3_elimina.active .contenedorx3_elimina-inputs { animation: entradaInputs 2s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}


/* ******************************************************************
**********************************************************************
***********************************************************************
***********************************************************************
*/
.contenedorx4_elimina {
	width: 90%;
	max-width: 400px;
	margin: 20px auto;
}

.contenedorx4_elimina article {
	line-height: 28px;
}

.contenedorx4_elimina article h1 {
	font-size: 30px;
	text-align: left;
	padding: 50px 0;
}

.contenedorx4_elimina article p {
	margin-bottom: 20px;
}

.contenedorx4_elimina article .btn-abrir-popup4_elimina {
	padding: 0 5px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
	cursor: pointer;
}

.contenedorx4_elimina article .btn-abrir-popup4_elimina:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* POPUP */
/* ------------------------- */

.overlay4_elimina {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
}

.overlay4_elimina.active {
	visibility: visible;
}

.popup4_elimina {
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	padding: 20px;
	text-align: center;
	width: 390px;
	
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.popup4_elimina .btn-cerrar-popup4_elimina {
	font-size: 10px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
	color: #BBBBBB;
}

.popup4_elimina .btn-cerrar-popup4_elimina:hover {
	color: #000;
}

.popup4_elimina h3 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
	opacity: 0;
}

.popup4_elimina h4 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 40px;
	opacity: 0;
}

.popup4_elimina form .contenedorx4_elimina-inputs {
	opacity: 0;
}

.popup4_elimina form .contenedorx4_elimina-inputs input {
	width: 100%;
	margin-bottom: 20px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #BBBBBB;
}

.popup4_elimina form .btn-submit4_elimina{
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
}

.popup4_elimina form .btn-submit4_elimina:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup4_elimina.active {	transform: scale(1); opacity: 1; }
.popup4_elimina.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.popup4_elimina.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.popup4_elimina.active .contenedorx4_elimina-inputs { animation: entradaInputs 2s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}


/* ******************************************************************
**********************************************************************
***********************************************************************
***********************************************************************
*/
.contenedorx5_elimina {
	width: 90%;
	max-width: 1000px;
	margin: 20px auto;
}

.contenedorx5_elimina article {
	line-height: 28px;
}

.contenedorx5_elimina article h1 {
	font-size: 30px;
	text-align: left;
	padding: 50px 0;
}

.contenedorx5_elimina article p {
	margin-bottom: 20px;
}

.contenedorx5_elimina article .btn-abrir-popup5_elimina {
	padding: 0 5px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
	cursor: pointer;
}

.contenedorx5_elimina article .btn-abrir-popup5_elimina:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* POPUP */
/* ------------------------- */

.overlay5_elimina {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
}

.overlay5_elimina.active {
	visibility: visible;
}

.popup5_elimina {
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	padding: 20px;
	text-align: center;
	width: 650px;
	
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.popup5_elimina .btn-cerrar-popup5_elimina {
	font-size: 10px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
	color: #BBBBBB;
}

.popup5_elimina .btn-cerrar-popup5_elimina:hover {
	color: #000;
}

.popup5_elimina h3 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
	opacity: 0;
}

.popup5_elimina h4 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 40px;
	opacity: 0;
}

.popup5_elimina form .contenedorx5_elimina-inputs {
	opacity: 0;
}

.popup5_elimina form .contenedorx5_elimina-inputs input {
	width: 100%;
	margin-bottom: 20px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #BBBBBB;
}

.popup5_elimina form .btn-submit5_elimina{
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	cursor: pointer;
	transition: .3s ease all;
}

.popup5_elimina form .btn-submit5_elimina:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup5_elimina.active {	transform: scale(1); opacity: 1; }
.popup5_elimina.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.popup5_elimina.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.popup5_elimina.active .contenedorx5_elimina-inputs { animation: entradaInputs 2s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}



/************************************/
/***********************************/
/***********************************/

/* DATE PICKER*/

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
