/* RESET */

*{
	margin: 0;
	padding: 0;
	border: 0;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after{
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font: inherit;
	vertical-align: baseline;
	line-height: 1.4;
}

html{
	font-size: 62.5%;
}

html, body{
	width: 100%;
	height: 100%;
}

body{
	font-weight: 400;
	font-style: normal;
    border-top: 2px solid #373435;
    background: url(../img/bg.jpg) repeat-x top center;
    background-color: #fbb12f;
    font-family: "Open Sans", Arial, sans-serif;
}

a{
   text-decoration: none;
   border: 0;
}

strong, b{
	font-weight: 600;
}

em{
	font-style: italic;
}

button, input[type="submit"]{
	cursor: pointer;
}

/* CSS */

.wrap{
    width: 100%;
    height: 100%;
    display: table;
}

.aviso{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #000;
    font-size: 13px;
}

.aviso h1{
    font-size: 20px;
    /*text-transform: uppercase;*/
    margin: 25px 0;
    color: #000;
}

.aviso i{
    color: #fbb12f;
    font-size: 40px;
}

.aviso a{
    color: inherit;
}