#main { width:990px; margin:0 auto; }

.L_topo { width:990px; height:208px; background:url('../images/floral.png') no-repeat right bottom; clear:both; }
.L_logo { float:left; margin:8px 0 0; }
.L_menu { display:block; float:right; margin:0; position:relative; }
.L_menu img { display:block; }
.L_menu a { display:block; padding:10px; float:left; margin:0 10px 0 0; -moz-border-radius:10px; border-radius:10px; }
.L_menu span { display:block; padding:10px; float:left; margin:0 10px 0 0; }
.L_menu a:hover { background:url('../images/bgmenu.png'); }

.L_conteudo { width:990px; clear:both; margin:20px 0 0 0; }
.L_modelo { width:273px; height:520px; float:left; text-align:center; }

.foto0 { background:url('../images/modelo0.png') no-repeat center top; }
.foto1 { background:url('../images/modelo1.png') no-repeat center top; }
.foto2 { background:url('../images/modelo2.png') no-repeat center top; }
.foto3 { background:url('../images/modelo3.png') no-repeat center top; }
.foto4 { background:url('../images/modelo4.png') no-repeat center top; }
.foto5 { background:url('../images/modelo5.png') no-repeat center top; }

.L_pagina { width:717px; float:left; }
.L_titulo { width:697px; background:url('../images/bar.png') no-repeat bottom left; padding:0 10px 10px; }
.L_texto { width:697px; padding:0 10px 5px; }

.L_rodape { width:990px; height:100px; background:#360101; clear:both; }
.L_imgrodape { margin:30px 85px 0 75px; float:left; }
.L_menurodape { display:block; margin:30px 0 0; float:left; }
.L_menurodape a { margin:0 15px; display:block; float:left; color:#A68080; text-decoration:none; font-weight:bold; }
.L_menurodape a:hover { color:#fff; }

/* --- */

.notificacao {
	position: relative; margin: 0 0 15px 0; padding: 0; border: 1px solid; background-position: 10px 11px !important;
	background-repeat: no-repeat !important; font-size: 13px; width: 90%;
}
.notificacao div { font-size: 11px; text-align:left; }
.atencao { background: #fffbcc url('../images/icons/exclamation.png') 10px 11px no-repeat; border-color: #e6db55; color: #666452; }
.informacao { background: #dbe3ff url('../images/icons/information.png'); border-color: #a2b4ee; color: #585b66; }
.sucesso { background: #d5ffce url('../images/icons/tick_circle.png'); border-color: #9adf8f; color: #556652; }
.erro { background: #ffcece url('../images/icons/cross_circle.png'); border-color: #df8f8f; color: #665252; }
.notificacao div { display:block; font-style:normal; padding: 10px 10px 10px 36px; line-height: 1.5em; }
.notificacao .close { color:#990000; font-size:9px; position:absolute; right:5px; top:5px; }
