
.conf, .nocheConf
{
	visibility: hidden;
	opacity: 0;
	transition: visibility .25s, opacity 0.10s ease-out;
}

.conf
{
	width: 320px;
	height: 200px;
	position: fixed;
	z-index: 190;
	background: #FFF;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
	box-shadow: 5px 5px 8px rgba(50, 50, 50, 0.6);
}

.nocheConf
{
	position: fixed;
	z-index: 180;
}



#imgConf
{
	width: 100px;
	margin: 10px auto;
	display: block;
}

.pConf
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}


.sino
{
	width: 250px;
	margin: 10px auto;
	display: flex;
}


.btnConf
{
	height: 30px;
	width: 100px;
	text-align: center;
	background: #1A237E;
	color: #FFF;
}


.btnConf:hover{background: #303F9F;}


.cerrar
{
	width: 30px;
	position: absolute;
	right: 5px;
	top: 5px;
	visibility: hidden;
	opacity: 0;
}