@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800');
#container {
	width: auto;
	margin: 0 auto;
	max-width: 1000px;
}
.esquela-admin-container {
	background: #fff;
	display: inline-block;
	width: 100%
}
.esquela-container {
	background: #fff;
	padding: 25px 10px;
}
.esquela {
	padding: 20px 10px 20px;
	text-align: center;
	border: 4px solid #efefef;
	border-radius: 5px;
	color: #313131;
}
.esquela div {
	padding: 10px 0;
}
.esquela .qr {
	display: block;
	text-align: left;
}
.esquela .imagen img {
	height: 160px;
	width: 160px;
}
.esquela .imagen.active > img {
	outline: 1px dotted #333;
}
.esquela .nombre{
	font-size: 44px;
	font-weight: 800;
	line-height: 44px;
	text-transform: uppercase;
	font-family: 'Trebuchet MS';
}
.esquela .copyright{
	font-size: 12px;
	text-align: left;
}
.esquela .texto {
	text-align: center;
	font-size: 18px;
	padding: 20px 0;
	margin: 0;
	font-weight: 400;
	font-family: 'Open Sans';
}
.esquela p {
	margin: 5px 0;
}
.esquela .texto .sala {
	text-align: center;
}
.esquela .sala span {
	background: #000;
	color: #FFF;
	font-weight: 800;
	padding: 5px;
	font-style: italic;
	animation-name: flash;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}
@keyframes flash {
    from {color: #FFF;}
    to {color: #000;}
}
.at-icon {
	fill: #fff;
	border: 0;
}
.at-icon-wrapper {
	display: inline-block;
	overflow: hidden;
	width: 16px;
	height: 16px;
	line-height: 16px;
}
.icono {
	width: 16px;
	height: 16px;
}
.toolbox {
	margin: 5px 15px 0 0;
	float: right;
}
.toolbox a {
	margin-bottom: 5px;
	line-height: initial;
	text-decoration: none;
}
.toolbox img {
	vertical-align: top;
}
.modal-head{
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	border-bottom: 1px solid #bababa;
	box-shadow: inset 0px -1px 0px #fff,0px 1px 3px rgba(0,0,0,.08);
	border-radius: 2px 2px 0px 0px;
	text-align: center;
	line-height: 44px;
	color: #444444;
	text-shadow: 0px 1px 0px #fff;
	font-size: 16px;
	font-weight: bold;
}

@media (max-width: 800px) {
	.esquela .nombre{
		font-size: 26px;
		line-height: 26px;
	}
	.esquela .texto {
		font-size: 16px;
	}
	.texto > div:nth-last-child(-n+3) {
		text-align: justify;
	}
}