﻿

.geral {
	min-height:100%;
	position:relative;
	width:100%;
    background-color:red;

}
 
.footer2 {
	width:100%;
  
    height:60px;
    font-family:Arial;
    color:#fff;
    font-size:10pt;
}

.content {overflow:hidden;}
.aside {width:200px;}
.fleft {float:left; height:auto; }
.fright {float:right;}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 250px;
    margin-left:5px;
	}
ul li {
	position: relative;
	}
li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #6dadd0;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc; 
    font-size:13pt;
    font-family:Arial;
    font-weight:bold; 
}
ul li a:hover {
      background-color:#6dadd0; 
      color:#FFF;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#inner {
  margin: 0 auto;
  width: 50%; /* Altere para o valor da largura desejada. */
  width:500px;
    height: 403px;
}
#Login {
    height:395px;
    width:500px;
       -moz-border-radius:10px 10px 0px 0px;
-webkit-border-radius:10px 10px 0px 0px;
 border-radius:10px 10px 0px 10px 0px;
  border:2px solid #DCDCDC;

}
#TituloLogin {
    text-align:center;
    font-family:Arial;
    color:#FFF;
     background-color:SteelBlue;
    height:60px;
    font-size:25px;
    padding-top:10px;

    -moz-border-radius:10px 10px 0px 0px;
-webkit-border-radius:10px 10px 0px 0px;
 border-radius:10px 10px 0px 10px 0px;
  border:2px solid #DCDCDC;
}
ul li .Sair {
    color:red;
}
ul li .Sair:hover {
    color:yellow;
}

.Conteudo {
    margin-left:260px;
    height:350px;
    width:900px;
    margin-right:5px;
}
.lblCotacoes {
    font-size:30px;
    font-family:Arial;
}

