/* CSS Document */

/*-------------------------reseta as margens e padding default*/
*{
	margin:0px;
	padding:0px;	
	}


body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#001c6e;
	text-align:center;
	background-color:#e5fafe;
	
}

/*-------------------------container para alinhar o site no centro. Todo conteudo deve estar dentro dele*/
	#container {
	    margin:0px auto;
		width:1000px;
		background-image: url("/images/mi_simulador/bg_body.jpg");
		background-repeat:repeat-x;
		background-color: #e5fafe;
	}
	
	/*-------------------------conteudo lado esquerdo*/
	#content {
		float:left;
		width:470px;
		text-align:left;
		margin-left:30px;
		margin-top:30px;
		display:inline;
		}
	
		#recomenda {
		    margin-top:51px;
			margin-left:5px;
			clear:both;
		}
		
		#swf {
		    
		}
	
	/*-------------------------conteudo lado direito*/
	
	#sidebar {
		margin-right:20px;
		float:right;
		width:447px;
		height:700px;
		text-align:left;
		margin-top:30px;
		display:inline;
	}
	
		#passos {
			margin-bottom:15px;
			margin-left:15px;
			color:#ae860f;
		    font-size:16px;
		}
		
		#ingresar {
			width:405px;
		    height:230px;
			background-image: url("/images/mi_simulador/ingressar.gif");
			background-repeat: no-repeat;
			padding-left:30px;
		}
		
		#download {
		    width:405px;
		    height:230px;
		}
	
	
	/*-------------------------seletores por tag*/
	
	h2 {
	    font-size:20px;
	    margin-bottom:15px;
	}
	
	p {
		margin-bottom:10px;
		font-size:16px;
	}
	
	hr {
		border-color: #4d619a;
		margin-bottom:29px;
		margin-top:47px;
	}
	
	li {
		margin-left: 20px;
		padding:8px 0 8px 0;
	}
	
	
	/*-------------------------classes diversas*/	
	
	.link {
	  color:#001c6e;
	  text-decoration:none;
	}
	
	.azul {
		color:#001c6e;
	}
	
	.branco {
		color:#fff;
		font-size:11px;
	}
	
	.azul2 {
		color:#011141;
	}
	
	.amarelo{
	color:#ae860f;
	font-size:14px;
	}
	
	.verde{
	color:#70bb60;
	margin-top:0;
	margin-bottom:0px;
	}
	
	.fonte12 {
		font-size:12px;
	}
	
	.fonte14 {
		font-size:14px;
	}
	
	.font15{
	font-size:15px;
	color:#70bb60;
	}
	
	.font22{
	font-size:22px;
	font-weight:bold;
	}
	
	.space {
		margin-bottom:40px;
	}
	
	.recomenda-itens {
		padding-left:10px;
		font-size:11px;
	}
	
	.paddtopform {
		 padding-top:64px;
	}
	
	.paddleft30 {
		 padding-left:30px;
	}
	
	.inputtext {
		width:340px;
		height:25px;
		border:0;
		margin-top:4px;
		margin-bottom:10px;
	}
	
	.inputbutton {
	   padding-top:16px;
	   margin-left:140px;
	}
	
	.inputtext2 {
		width:340px;
		height:25px;
		border:0;
		margin-top:4px;
	
	}
	
	.olvidosena {
	   margin-top:14px;
	   font-size:12px;
	   color:#fff; 
       float:left;
    }
	
	.registrese {
	   margin-top:-16px;
	   font-size:12px;
	   color:#fff; 
	   float:left; 
    }
	
	.linksimulador {
		font-size:14px;
		color:#001c6e;
		text-decoration:none;
	}
	
	/*-------------------------footer*/
	#footer {
		clear:both;
	 }
	
	/*-------------------------header*/
	#header {
		
		}
	
	#importante
	{
		margin-top: 30px;
	}

