@import url(../plugins/vegas/vegas.css);

body{
	height: 100vh;
}

.titulo{
	font-family: Times;
	text-shadow: #BEBEBE -2px -2px 1px;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.texto{
	font-family: Times;
	font-weight: bold;
	color: black;
	text-shadow: #BEBEBE -2px -2px 1px;
	font-size: 16px;
	margin-top: 0px;
}

.logo{
	position: relative;
	float: left;
	background-image: url('../img/fundo.png');
	background-repeat: repeat;
	width: 480;
	height: 240px;
	text-align: center;
}

.contato{
	position: relative;
	float: right;
	background-image: url('../img/fundo.png');
	background-repeat: repeat;
	width: 300px;
	padding: 10px 10px 10px 10px;
}

.tit_icones{
	font-family: Times;
	text-shadow: #BEBEBE -2px -2px 1px;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.icones{
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 100px;
	text-align: center;
}