/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/07/2019, 22:30:45
    Author     : webdesign
*/

/*----------------------------------------*/
/* PAGINA DE SITE SIMPLES e DINAMICO */
body {padding: 0px 0px;}
.body_hospedagem {margin: 0px;
                  padding: 0px 0px;}
      
#margemsuperior { margin-top: 80px;
                  padding: 0px 30px;
}
/* margem supeior do container*/
         
#margemsuperior>h3 {font-size: 38px;
		            color: orange;}

#margemsuperior>h4 {font-size: 26px;}

#margemsuperior>p {font-size: 18px;
		   text-align: justify;}

hr {margin-top: 0px;
    padding-top: 0px;
    border: solid silver 1px;}


#table1 {background: #ccccff;
         text-align: right;
}

table, th, td {border: solid 2px silver;}

tr {font-size: 16px;}		

#table2 {background: #e6f2ff;
}

.valor {border: 1px solid silver;
}

.btn-orcamento>a {
    color: white;
    font-size: 20px;
    padding: 20px;
}
.btn-orcamento>a:hover {
    color: yellow;
    font-size: 25px;
    padding: 20px;
}

.btn-orcamento-dinamico>a {
    color: silver;
    font-size: 20px;
    padding: 20px;
}
.btn-orcamento-dinamico>a:hover {
    color: white;
    font-size: 25px;
    padding: 20px;
}