/*
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 : 24/11/2014, 17:21:33
    Author     : teixeira
*/

/* CSS Para Cabecalho, Corpo e Rodape */
            
* {
margin: 0;
padding: 0;
font-family: Century Gothic, AppleGothic, sans-serif;
}

html, body {
height: 100%;
}

* html #tudo {height: 100%;}

body {
background-color: white;
}

#tudo {
width: 1000px;

margin: 0 auto;

text-align: left;

position: relative;

min-height: 100%;

background-color: white;
}

#conteudo {
padding-bottom: 50px;
}

#rodape {
position: absolute;
bottom: 0;
height: 35px;
line-height: 35px;
text-align: center;
width: 100%;
}

#cabecalho {
margin-bottom: 50px;

}

#tbl_clientes{
    width: 80%;
    border-collapse: collapse;
	margin-left:10%; 
    margin-right:10%;
}
#tbl_clientes tr td{
	border: 1px solid black;
	text-align: center;
}

#tbl_hosts{
    width: 80%;
    border-collapse: collapse;
	margin-left:10%; 
    margin-right:10%;	
}
#tbl_hosts tr td{
	border: 1px solid black;
	text-align: center;
}

#msg_bemvindo{
	margin-bottom: 15px;
}

#titulo{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

#tbl_rodape{
	width: 90%;
	border-collapse: collapse;
	margin-left: 5%;
	margin-right: 5%;
}

#tbl_rodape tr td{
	text-align: center;
}