/*                                   */
/* Folha de etilo usada nas paginas  */
/*                                   */
/* index.php, rtd.php, orcamento.php */
/* contato.php, sd.php, rtdinfo.php  */
/* sdinfo.php                        */

html, body
{
margin:0;
font-family: Arial, Sans-serif;
height: 100%;
font-size: 24px;
}

.borda 
{
  display: table;
  background-color: #fff;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.3);
          box-shadow: inset 0 0 100px rgba(0,0,0,.3);
}

.conteudo
{
margin: 5%;
}

.titulo
{
font-size: 24px;
}

.endereco
{
font-size: 14px;
text-align: center;
line-height: 16pt;
}

.descricao
{
font-size: 18px;
line-height: 22pt;
}

.barra
{
margin-left:0; 
margin-right:0;
background-color: #7f7;
height: 30px;
}

.menu
{
font-size: 18px;
margin-left:auto; 
margin-right:auto;
}

hr
{
margin-top: 20px;
margin-bottom: 20px;
border:0;
border-top:1px solid #eee
}

a:link, a:visited {
  background-color: #f44336;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: red;
}

input[type=text]
{
font-family: Arial, Sans-serif;
font-size: 18px;
width: 500px;
border: none;
border-bottom: 2px solid red;
}

select
{
font-family: Arial, Sans-serif;
font-size: 18px;
width: 500px;
border: none;
border-bottom: 2px solid red;
}

input[type=button], input[type=submit], input[type=reset]
{
font-family: Arial, Sans-serif;
font-size: 16px;
width: 120px;
color: white;
background-color: red;
height: 40px;
}

textarea
{
font-family: Arial, Sans-serif;
font-size: 18px;
width: 500px;
border: 2px solid red;
height: 200px;
}

