/* @Grupo MODAL */
.modal-area{
	background: white;
	min-width: 963px;
	position: absolute;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 4px 18px #252525;
	-webkit-box-shadow: 0 4px 18px #252525;
	-khtml-box-shadow: 0 4px 18px #252525;
	box-shadow: 0 4px 18px #252525;
}
.modal-titulo{
    position:absolute;	
    top:5px;
    left:15px;
    height:30px;
}
.modal-conteudo{
	border-top: none;
	background: white;
	padding: 30px 15px 5px 15px;	
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius:  0 0 5px 5px;
	border-radius:  0 0 5px 5px;
}
.modal-fecha{
	color:#5f5f5f;
	font-size:14px;
	font-family:'Trebuchet MS';
	font-weight:bold;
	position:absolute;
	right:0px;
	top:0px;
	cursor: pointer;
	background-color:#c5c5c5;
	padding:5px 10px 5px 10px;
}
/* @Fim */
