﻿/* Estilos para popup de entrada By Adonay R. M. */

#mascara {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9000;
	background-color: #000;
	display: none;
}  

#popup .window {
	background-color: #3D3D3D;
	border-radius: 7px 7px 7px 7px;
	/*width: 400px; */
	height: auto;
	padding: 10px 10px 20px;
	text-align: center;
	position: fixed;
	display: none;
	z-index: 9999;
}

#popup #dialog #logopopup {
	display: none;
	height: 150px;
	width: auto;
	margin: 10px auto 0;
}

.enter, .exit {
	font-weight: bold;
	letter-spacing: 4px;
	margin: 0 10px;
	text-indent: 0 !important;
}

.aviso {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	padding: 0 20px 12px;
}

h6.aviso span {
	    color: #f8f3e8;
    font-size: 2.571em;
    line-height: 1.166;
    text-align: center;
    text-transform: uppercase;
    width: 12.8em;
    height: 155px;
    margin: 6.5em auto 0;
}

#botones {
	display: inline-block;
	height: auto;
	margin: 5px auto;
	text-align: center;
	width: auto;
}

#botones > div {
	clear: right;
	float: left;
	width: auto;
}

#botones > div a{
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 0.9;
    box-sizing: border-box;
    border: 3px solid #f8f3e8;
    border-radius: 4px;
    background: transparent;
    width: 9em;
    padding: 10px;
    float: left;
    transition: all 0.3s ease-in;
	color:#fff;
	}