﻿html, body {
	height: 100%;
}

body {
	background-image: url( '../Imagem/base.jpg' );
	display: flex;
	flex-direction: column;
}

.content {
	flex: 1 0 auto;
	margin-top: 10px;
}


#div_prin
{
	border-style: solid;
	border-width: thin;
	text-align: left;
	width: 820px;
	background-color: White;
}
.lg_pergunta
{
	text-align: right;
	font-weight: bold;
	font-size:14px;
}
.lg_resposta
{
	text-align: left;
}

#NovaTela {
	text-align: center;
	width: 780px;
	color: #0094ff;
	padding: 10px 20px 10px 20px;
	font-family: 'Century Gothic';
	font-size: 14px;
	background-color: #DCDCDC;
}

a {
	color: #0026ff;
	text-decoration: none;
}

#ctl00_LinkButton1{
    margin-left:14px;
}

.footer {
    text-align: center;
    margin: 20px 0;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
}

.topo-red {
	background-color: #FFD700;
	height: 50px;
}