@charset "UTF-8";
/* CSS Document */


/* GERAL */
body {
	font-family:'Roboto Condensed', sans-serif;
	text-align:center;
}
.aviso {
	font-weight:700;
	font-size:4vh;
	line-height:5vh;
	width:100vw;
	height:10vh;
	margin:0;
	padding:38vh 0 48vh;
	color:#66C;
	background: #CCF; /* sem gradientes */
    background: -webkit-linear-gradient(#66C,#CCF); /* Safari 5.1 a 6.0 */
    background: -o-linear-gradient(#66C,#CCF); /* Opera 11.1 a 12.0 */
    background: -moz-linear-gradient(#66C,#CCF); /* Firefox 3.6 a 15 */
    background: linear-gradient(#66C,#CCF); /* Standard */
	text-transform:uppercase;
}
.nota {
	font-weight:300;
	font-size:2vh;
	line-height:2vh;
	width:100vw;
	height:2vh;
	margin:0;
	padding:1vh 0;
	color:#CCF;
	background-color:#66C;
}