
#contenedor_alerta{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;	
	background-color: rgba(50, 50, 50, 0.4);
	visibility: hidden;
}

#interior_alerta{
	background-color: #FFF;
	width: 50%;
	top: 30%;
	margin: 0;
	left: 25%;
	position: absolute;
	padding: 2%;
	border: 1px solid #555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#titulo_alerta{
	font-family: ProximaCD;
	text-transform: uppercase;
	font-weight: bold;
}

#mensagem_alerta{
	padding-top: 2%;
	padding-bottom: 2%;
	
}

#botoes_alerta > input{
	transition: 0s;
}

@media screen and (max-width: 999px){
	#interior_alerta{

	}
}
