﻿
#flash {
	margin-bottom: 40px;
}
#destaques {
	font-size: 11px;
	margin-bottom: 40px;
}
#destaques * {
	margin: 0;
	padding: 0;
	list-style: none;
}
#destaques ul {
}
#destaques ul > li {
	float: left;
	margin-right: 12px;
}
#destaques ul > li.last {
	margin-right: 0px;
}
#destaques ul > li.last p{
    line-height:11px;
}
#destaques ul > li.last fieldset a{
    padding-left:3px;
}
#destaques ul > li a {
	color: #666;
	text-decoration:none;
}
#destaques ul > li a:active, #destaques ul > li a:hover {
	color: #999;
}
#destaques ul > li div.cantos {
	width: 247px;
	float: left;
	
}
#destaques ul > li div.meios {
	float: left;
	width: 213px;
	
}
#destaques ul > li div > p, #destaques ul > li div > fieldset {
	padding: 8px;
	
}
#destaques ul > li div > p{
    line-height:18px;
    color:#666
}
#destaques ul > li div > fieldset input.text {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 100px;
	background: url('../imagens/default/txt_fundo.png') no-repeat center;
	padding-left: 5px;
	font-size: 11px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#destaques ul > li div.actionLogin {
	margin-top: 6px;
	width: 220px;
}
#destaques ul > li div.actionLogin a {
	display: inline-block;
	margin-right: 16px;
}
#destaques ul > li div.actionLogin input {
	float: right;
}
#chamadas {
	margin-bottom: 70px;
}
#chamadas a{
    color:#fff;
    text-decoration:none;
}
#chamadas a:hover{
    text-decoration:underline;
}
#chamadas div {
	font-size: 11px;
	float: left;
	width: 454px;
	background: #d60029;
}
#chamadas div.esquerda {
	margin-right: 62px;
}
#chamadas div > img {
	float: right;
}
#chamadas div > p {
	float: left;
	width: 192px;
	padding: 12px;
	margin: 0;
	line-height: 18px;
	color: #fff;
}
#chamadas div > p > img {
	margin: -12px 0 0 -12px;
}
   input[type='radio'] {
        -webkit-appearance:none;
        width: 12px;
        height: 12px;
        border:1px solid darkgray;
        border-radius:50%;
        outline:none;
        box-shadow:0 0 5px 0px gray inset;
}

input[type='radio']:hover {
  box-shadow:0 0 5px 0px orange inset;
}

input[type='radio']:before {
  content:'';
  display:block;
  width:60%;
  height:60%;
  margin: 20% auto;    
  border-radius:50%;    
}
input[type='radio']:checked:before {
    background: #d60029;
}
label.radio-inline {
    font-family: Tahoma;
    font-size: 11px;
    color: #626262;
}
.login p {
    position: relative;
    left: 20px;
        margin-right: 24px !important;
}
#destaques ul > li div > fieldset input.text {
    width: 100%;
    background: #fff;
    padding: 3px;
    padding-left: 5px;
    border: none;
    font-size: 11px;
    margin-bottom: 10px;
}
 #txtSenhaDestaque {
     width: 90%;
    }
 .input-box {
     margin-top: 7px !important;
     padding-left: 15px !important;
 }
 .input-1 {
     width: 200px;
         margin-bottom: 5px !important;
     border: none;
     height: 25px;
     padding-left: 10px !important;
 }
 .input-2 {
     border: none;
     height: 25px;
     padding-left: 10px !important;
     width: 154px;
 }
 .btn-novo {
    background: #d60029;
    color: #fff !important;
    padding: 6px 14px !important;
 }
 .novo-login-header {
    padding-left: 26px !important;
 }
 .radio-box {
     padding-left: 15px !important;
 }
 .login {
     padding-bottom: 3px !important;
 }