/* CSS Document */
/* INICIO DO RESET*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* FIM DO RESET */

body{font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#000; line-height:18px;}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}

.erroInput{border:1px solid #F00 !important;}

.loader2{background-image:url(../images/ajax-loader.gif); background-position:center top; background-repeat:no-repeat;}

div#tudo{width:100%;}
div#linha_topo{background-color:#24688d; height:15px;}
div#topo{}
div#marca{text-align:center; padding:25px 0;}
div#rodape{border-top:1px solid #24688d;}
div#rodape_interno{width:1004px; margin:auto; padding-top:10px;}
div#ambiente_seguro{padding-right:10px;}
div#conteudo{width:1004px; margin:auto; padding:25px 0;}
div#chamada{padding:10px 0 25px 0;}

div.alerta_OK{border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; background-color:#CEFFCE; padding:10px 20px; font-weight:bold; margin:20px 0;}

.btnSubmit{background-color:#24688d; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding:5px 20px !important; font-weight:bold; color:#FFF !important; border:none !important; cursor:pointer;}

div#formulario label{display:block; font-weight:bold;}
div#formulario input, select{border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border:1px solid #CCC; padding:5px;}
div#formulario input, textarea{border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border:1px solid #CCC; padding:5px; font-family:Verdana, Geneva, sans-serif; font-size:13px; color:#000; line-height:18px;}
div #formulario p{margin:15px 0;}

div#menu_lateral{ border-radius: 3px; -moz-border-radius: 3px;	-webkit-border-radius: 3px; width:170px; padding:10px 15px 15px 15px; background-color:#565656; }
div#menu_lateral ul{ padding:0; margin:0 ;}
div#menu_lateral ul li{width:100%;}
div#menu_lateral ul li.link_sem_borda{ padding-top:5px; }
div#conteudo-interno{width:785px;}

a.link_menu_lateral:link{ font-size:12px; color:#FFF; text-decoration:none; }
a.link_menu_lateral:visited{ font-size:12px; color:#FFF; text-decoration:none;}
a.link_menu_lateral:active{	font-size:12px;	color:#FFF;	text-decoration:none;}
a.link_menu_lateral:hover{ font-size:12px; color:#9ebbca; text-decoration:none;}

div#lista{margin:20px 0;}
#tab_lista tr td{padding:5px; border-bottom:1px dashed #CCC;}
#bg_cinza{background-color:#F4F4F4;}
div#nenhum_dado{padding:15px 0;}

.fonte11{font-size:0.91em;}
.fonte16{font-size:1.33em;}
.fonte25{font-size:2.08em;}

.preta{color:#000;}

.espacamento{letter-spacing:-2px;}

.vermelho{color:#A81D1E;}
.azul{color:#24688d;}

.marginR_10{margin-right:10px;}
.marginB_25{margin-bottom:25px;}

.negrito{font-weight:bold;}
.italico{font-style:italic;}

div#busca{padding:30px 0;}
div#busca input{border:1px solid #CCC; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding:5px;}
div.dados_usuarios{margin:20px 0;}


/* CSS PARA O UPLOAD DE IMAGEM */

div#todasFotos{
	min-width: 700px;
	min-height:200px;
	padding-top:0;
	padding-bottom:5px;
	margin-top:24px;
}
#contemImagemfot label{
	display:inline;
	vertical-align:middle;	
}
#imagens_upadas{
	margin:20px 0;
}
#btnFechar{
	width:60px;
	float:right;	
}
#input-capa{
	margin-top:5px;
	float:left;
	width:45px;
}
#input-capa label{
	display:inline;	
}
.fotosp{
	height:158px;
	width:158px;
	margin-right:9px;
	display:inline-block;
	margin-bottom:30px;
	float:left;
}
.fotos-list{
	width:248px;	
	margin-top:15px;
}
.fotos-cardapio{
	width:150px;	
	float:left;
	display:block;
	margin:0 15px 15px 0;
	
}
.fonteVermelha{color:#FF5959; font-weight:bold;}
.fotos{
	width:100px;
}

.inputFile {
	width: 158px;
	height:158px;
	position: relative;
	overflow: hidden;
	width:100%;
	min-height:158px;
	cursor:pointer;
	background:url(../images/selecione_foto_03.png) center top no-repeat;
	text-align:center;
	color:#f00;
}
.inputFile span {
	position: relative;
	width:100%;
	height:100%;
}
.inputFile input {
	position: absolute;
	right: 0;
	z-index: 400;
	opacity:0;
	filter: alpha(opacity=0);
	width:100%;
	height:158px;
	cursor:pointer;
	font-size:180px;
}

.oculto {
	position:absolute;
	display: none;
	margin-top: 5px;
	z-index:4;
	margin-top:60px;
	margin-left:60px;
}

.imgcentro{
	position:absolute;
	z-index:4;
	margin-top:60px;
	margin-left:60px;	
}
.separadorTitulo4{
	margin:10px 0 0 0;	
}

.imgDeletar{
	margin-top:5px;	
}
.left-upload{
	float:left;
	margin-right:20px;	
}
.loader{
	text-align:center;
	font-weight:bold;
}
.fonteVermelha{
	font-weight:bold;
	color:#FF6F6F;	
}
/* FIM CSS UPLOAD IMAGEM */
