@charset "utf-8";

/* CSS Document */


body{
	padding:0;
	margin:0;
	text-align:center;
	color:#000000;
	font-family: 'Ropa Sans', cursive;
	font-size:12px;
	}
#tudo{
	width:100%;
	height:auto;
	text-align:left;
	}
#centro {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-277px;
	margin-top:-70px;
	width:556px;
	height:140px;
}
#logo-adm-index{
	width:264px;
	height:140px;
	float:left;
	}
#box-login{
	width:269px;
	height:130px;
	float:right;
	border-left:1px solid #CCC;
	padding:10px 0 0 20px;
	}
#box-inputs{
	width:257px;
	height:31px;
	background:url(../img/bg-input.jpg);
	margin-top:10px;
	padding-top:5px;
	}
#box-input-nome-adm{
	width:110px;
	height:26px;
	float:left;
	margin-left:13px;
	}
#box-input-senha-adm{
	width:80px;
	height:26px;
	float:left;
	margin-left:13px;
	}
#box-bt-adm{
	width:24px;
	height:24px;
	float:right;
 	margin:1px 5px 0 0;
	}
#msg{
	background-color:#FFFF00;
	width:100%;
	height:auto;
	padding:7px 0;
	margin:15px auto;
	color:#000;
	font-size:14px;
	text-align:center;
	}
#msg-index{
	width:100%;
	height:15px;
	margin:15px auto 10px auto;
	color:#F00;
	font-size:12px;
	text-align:center;
	}
#topo{
	width:100%;
	height:125px;
	}
#box-cont-logo{
	width:1000px;
	height:125px;
	margin:0 auto;
	}
#logo-adm-topo{
	width:249px;
	height:125px;
	float:left;
	}
#bem-vindo{
	width:250px;
	height:15px;
	float:right;
	text-align:right;
	margin-top:100px
	}
#box-cont-menu{
	width:100%;
	height:48px;
	background:url(../img/bg-menu.jpg);
	}	
#cont-menu{
	width:1000px;
	height:35px;
	margin:0 auto;
	padding-top:12px;
	}
#cont-main{
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:20px 0;
	}
#n_adm{
	width:auto;
	height:auto;
	padding:3px 7px;
	background:#333;
	color:#FFF;
	text-align:center;
	float:left;
	margin-right:5px;
	border-radius: 7px; /* para todos os browsers recentes (e decentes) */
	-moz-border-radius: 7px; /* para versões antigas do Mozilla */
    -webkit-border-radius:7px;	
	}										
			
	
	
/*classes*/	
input.middle:focus {outline-width: 0;}
input:focus {outline: none;}
textarea.middle:focus {outline-width: 0;}
textarea:focus {outline: none;}
.clear{clear:both}
.input-nome-adm{
	width:110px;
	height:23px;
	border:none;
	font-family: 'Ropa Sans', cursive;
	font-size:15px;
	background:none;
	}
.input-senha-adm{
	width:80px;
	height:23px;
	border:none;
	font-family: 'Ropa Sans', cursive;
	font-size:12px;
	background:none;
	}
.input-bt-adm{
	width:24px;
	height:24px;
	background:none;
	border:none;
	cursor:pointer;	
	}
.bg-cinza{
	background:#333;
	}
.bg-gray{
	background:#CCC;
	}				
.bg-linha{
	border-bottom:1px solid #CCC;
	}
.input-cad{
	width:300px;
	padding:10px;
	background:#CCC;
	border:none;
	font-family: 'Ropa Sans', cursive;
	font-size:15px;	
	}
.input-cad-ren{
	width:280px;
	padding:10px;
	background:#CCC;
	border:none;
	font-family: 'Ropa Sans', cursive;
	font-size:15px;	
	}	
.input-cad-up{
	width:300px;
	padding:10px;
	background:#CCC;
	border:none;
	font-family: 'Ropa Sans', cursive;
	font-size:15px;	
	text-transform:uppercase;
	}	
.input-cad-news{
	width:900px;
	padding:10px;
	background:#CCC;
	border:none;
	font-family: 'Ropa Sans', cursive;
	font-size:15px;	
	}
.input-cad-data{
	width:300px;
	padding:10px;
	background:#CCC;
	border:none;
	font-family: 'Ropa Sans', cursive;
	font-size:15px;	
	}		
.bt-cad{
	width:auto;
	height:auto;
	background:#000;
	padding:3px 10px;
	font-size:11px;
	border:none;
	color:#FFF;
	cursor:pointer;
	border-radius: 7px; /* para todos os browsers recentes (e decentes) */
	-moz-border-radius: 7px; /* para versões antigas do Mozilla */
    -webkit-border-radius:7px;
	}			

/*textos*/
p{
	margin:0;
	padding:0;
	font-size:15px;
	}
p.intra{
	font-size:17px;
	}
p.entre{
	font-size:12px;
	margin-top:3px;
	}
p.center-white{
	text-align:center;
	color:#FFF;
	}
p.left-white{
	text-align:left;
	color:#FFF;
	}	
p.center{
	text-align:center;
	color:#000;
	}	
p.center-black{
	text-align:center;
	color:#000;
	}
p.right{
	text-align:right;
	color:#000;
	font-size:13px;
	}			
h1{
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#000;
	}	
	


/*links*/

a.ir:link, a.ir:visited, a.ir:active { text-decoration: none;}  

a.ir:link {
	color: #000;
}
a.ir:visited {
	color: #000;
}
a.ir:hover {
	text-decoration: underline;
	color: #000;
}
a.ir:active {
	color: #000;
}

/*link paginação*/

a.pag:link, a.pag:visited, a.pag:active { text-decoration: none;}  

a.pag:link {
	color: #fff;
}
a.pag:visited {
	color: #fff;
}
a.pag:hover {
	text-decoration: underline;
	color: #FF0;
}
a.pag:active {
	color: #fff;
}



a:link, a:visited, a:active, a:hover { text-decoration: none;}  




/*DISPOSIÇÃO DO MENU*/
body#clientes a.cli, body#eventos a.eve, body#portifolio a.por, body#noticias a.not, body#mala a.mal, body#sair a.sai {
	background:#010101;
	border-radius: 7px; /* para todos os browsers recentes (e decentes) */
	-moz-border-radius: 7px; /* para versões antigas do Mozilla */
    -webkit-border-radius:7px;
	color:#FF0;
	}
ul.menubar{
  margin: 0px;
  padding: 0px;
  background-color: none; /* IE6 Bug */
  font-size: 14px;
 }
ul.menubar .submenu{
  margin: 0px 5px 1px 0;
  padding: 0px;
  list-style: none;
  background:none;
  /*border: 1px solid #ccc;*/
  float:left;
}
ul.menubar ul.menu{
  display: none;
  position: absolute;
  margin: 0px;
  z-index:800;
}
ul.menubar a{
  padding: 5px;
  display:block;
  text-decoration: none;
  color: #fff;
  padding: 5px;
}
ul.menu, ul.menu ul{
  
  padding: 0;
  /*border-bottom: 1px solid #ccc;*/
  width: auto; /* Width of Menu Items */
  background-color: #FFF; /* IE6 Bug */
  margin-top:15px;
}
ul.menu li{
  position: relative;
  list-style: none;
  border-left: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  width:180px;
  font-size:14px;
}
ul.menu li a{
  display: block;
  text-decoration: none;
  /*border: 1px solid #ccc;*/
  color: #777;
  padding: 5px 10px 5px 5px;
  font-weight:normal;
}
ul.menu li sup{
  font-weight:bold;
  font-size:7px;
  color: red;
}

/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */

ul.menu ul{
  position: absolute;
  display: none;
  left: 149px; /* Set 1px less than menu width */
  top: 0px;
}
ul.menu li.submenu ul { display: none; } /* Hide sub-menus initially */
ul.menu li.submenu { background:#F00; /*background:url(../img/bg-menu-azul-grad.jpg) repeat-x;*/ }
ul.menu li a:hover { color: #000000; font-weight:bold; 	}
ul.menu li.submenu a:hover{
	background:#010101;
	border-radius: 7px; /* para todos os browsers recentes (e decentes) */
	-moz-border-radius: 7px; /* para versões antigas do Mozilla */
    -webkit-border-radius:7px;
	color:#FF0;
	}


#min_fotos{
	width:130px;
	float:left;
	margin:3px 5px 0 0;
	height:auto;
	border:1px solid #C2E0E0;
	padding:5px;
}
#min_fotos:hover{
	border:1px solid #128581;
}

#linha-separa{
	border-bottom:1px solid #CCC;
	margin:15px 0;
	}
