﻿/* pagina de erro */

.main {
  height: 400px;
}

.main .box_erro {
  width: 472px;
  height: 170px;
  background: transparent url('../../images/bg_box_erro.png') no-repeat ;
  margin: 100px auto;
  text-align: center;
  padding: 45px 0;
}

.main .box_erro p {
  font-size: 14px;
  font-weight: bold;
  color: White;
  margin: 0px 0 25px 0;
}


