body {
	font-family: verdana;
	color: #ffffff;
    background-color: #0084ff;
    overflow: hidden;
}
h1 {
    margin: 0px;
}
h2 {
    margin: 0px;
}
a:link {color:#fff; text-decoration:none;}
a:visited {color:#fff; text-decoration:none;}
a:hover {color:#fff; text-decoration:underline;}
table {
	border-collapse: collapse;
}
.mainTable td {
	border: 5px solid white;
}
.filesTable td {
	border: none;
}
.filesTable th {
	background-color: red;
}
.filesTable th td {
	text-decoration: bold;		
}
#modal{
    display:none;
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index:9000;
    background-color:#000;
    opacity: 0.5;
}
#top,#bot 
{
display: none;
}
#right1,#right2,#busca
{
    display: table-cell;
    width: 250px;
}
@media (max-width: 600px) 
{
    #top,#bot 
    {
        display: table-row;
    }
    #right1,#right2,#busca
    {
        display: none;
        width: 0px;
    }
}