#esquerda{
	height:500;
	width:830;
	font-size:25;
	text-align:center;
	margin-top:5;
	padding:7;
	margin-bottom:5;
	float:left;
	border-radius:10px;
	font-size:25px;
	}	
	
#direita{
	height:500;
	width:240;
	font-size:25;
	text-align:center;
	margin-top:5;
	padding:7;
	margin-bottom:5;
	float:right;
	border-radius:10px;
	font-size:20px;
	}	


/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}

#sidebar1 {
}

#sidebar2 {
	width: 219px;
	padding: 20px 0px 0px 0px;
}

#sidebar2 li h2 {
	margin: 0 0 1em 0;
	padding: 15px 0  5px 15px;
	height: 20px;
	background: url(images/img07.gif) no-repeat left 70%;
	border-bottom: 1px dotted #98B42B;
	color: #7E9932;
}

#sidebar2 li ul {
	line-height: normal;
	padding-left: 15px;
}

#sidebar2 li li {
	padding: 5px;
	font-size: .8em;
	background: url(images/img06.gif) no-repeat left 45%;
}

#sidebar2 li a {
	border: none;
	padding-left: 5px;
}

#sidebar2 li a:hover {
	border: none;
}


/* inicio fazer tabcontrol */

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
	background: #3db2e1;
	border-radius:10px;
	
 
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #ddd;}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {background-color: #ccc;}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* final tabcontrol */

#header {
	margin: 0 auto;
	text-align:right;
}


#logo {
	width: 392px;
	margin: 0 auto;
	padding-left: 15px;
	background: #FFFFFF url(images/img03.jpg);
	height: 163px;
	border-top: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding: 150px 5px 0 20px;
	color: #2C2E22;
}

#logo h2 {
	padding: 165px 0 0 0;
	font-style: italic;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}

#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	border-top: none;
}




body { 
		font-family:Arial;
		background-color: #F5F5F5;
		padding:5px;
	}

fpc { 
	padding:5px;
	margin-top:15px;
	margin-bottom:15px;
    margin-left:15px;
	background-color: #FFCC66;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	}



#msg {
	
	padding:5px;
	margin:auto;
	border-radius:10px;
	background-color: #222;
	border-color: #080808;
	color: white;
	margin-bottom:5px;
	margin-top:5px;

	}	
	
#resultado {
	padding:5px;
	width:500px;
	font-size:25px;
	color:white;
	border-radius:10px;
	background-color:#6E8B3D;
	margin-bottom:10px;
	}


#horizontal{
	width:500px;
	}	
	
#lateral{
	float:right;
	}	
#mini_titulo{
	font:bold;
	align:left;
	}

#quadro{
	text-align:center;
	width:1000px;
	border-radius:10px;
	background-color:gray;
	padding:10px;
	margin-top:5px;
	margin-bottom:5px;
	}

#vendas {
	border-radius:10px;
	background-color:#DCDCDC;
	padding:10px;
	margin-top:5px;
	margin-bottom:5px;
	}
#vendas table {
	padding:15px;
	margin-top:15px;
	margin-bottom:15px;
    margin-left:15px;
  	background-color:#8FBC8F;
	border-spacing:5px;
	border-radius:10px;
	}
#vendas input.submit {
	padding:5px 23px; 
	border:0 none;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#FFFAFA;
	 background: #1C1C1C url('imagens/ok.png') 0 0 no-repeat; 
	}	

#formulario {
	border-radius:10px;
	background-color:#DCDCDC;
	padding:2px;
	margin-top:2px;
	margin-bottom:2px;
	}


#formulario table {
	border-radius:10px;
	padding:1px;
	margin-top:1px;
	margin-bottom:1px;
	margin-left:1px;
  	background-color:#3db2e1;
	border-spacing:1px;
	}

#formulario  input.texto, input.date 	{
	height:30px;
	font-size:20px;
	border-radius:10px;
	margin-top:5px;
	margin-left:5px;
	}
	
#formulario input.submit, button.submit  {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	padding:5px 23px; 
	background:#ccc; 
	border:0 none;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	 background: #CFCFCF url('imagens/ok.png') 0 0 no-repeat; 
	}	

#formulario input.poem_data  {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	padding:5px 23px; 
	background:#ccc; 
	border:0 none;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	 background: #CFCFCF url('imagens/calendario.png') 0 0 no-repeat; 
	}		
	
#Rodape{
	padding:10px;
	margin:auto;
	border-radius:10px;
	height:60px;
	background-color: #222;
	border-color: #080808;
	color: white;
	margin-bottom:5px;
	margin-top:5px;
	}	
	
#Pagina {
	background-color:#FF7F30;
	width:1100;
	height:730;
	margin:auto;
	padding:10px;
	Color:black;
	border-radius:10px;
	font-size:10px;
	}

#pesquisa {
	background-color:#8FBC8F;
	color:black;
	height:100;
	text-align:center;
	padding:10px;
	border-radius:10px;
	font-size:15px;
	margin-bottom:5px;
	margin-top:5px;
	}

#pesquisa table {
	padding:15px;
	margin-top:15px;
	margin-bottom:15px;
    margin-left:15px;
  	background-color:#8FBC8F;
	border-spacing:5px;
	border-radius:10px;
	}
	
#pesquisa input {
	margin: 15px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

	}
#pesquisa input.submit, button.submit {
	padding:5px 23px; 
	border:0 none;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#FFFAFA;
	 background: #1C1C1C url('imagens/ok.png') 0 0 no-repeat; 
	}

	
#titulo {
	background-color:#8E6B23;
	color:white;
	text-align:center;
	padding:10px;
	border-radius:10px;
	font-size:30px;
	margin-bottom:5px;
	margin-top:5px;
	}
	
#propaganda {
	background-image:url("imagens/telainicial.png");
	background-repeat: no-repeat;
    background-position: center; 
	text-align:center;
	margin:auto;
	width: 800px; 
	height: 300px;
	border-radius:10px;
	}


#Conteudo{
	background-color:#CCCCCC;
	height:500;
	width:830;
	font-size:25;
	text-align:center;
	margin-bottom:5px;
	margin-top:5px;
	padding:10px;
	border-radius:415px;
	font-size:25px;
	}	
#Conteudo input.texto, input.date 	{
	padding:10px;
	height:30px;
	font-size:20px;
	border-radius:10px;
	margin-top:5px;
	margin-left: 10px;
	}
	
#Conteudo select 	{
	height:30px;
	font-size:20px;
	border-radius:10px;
	margin-top:5px;
	margin-left: 10px;
	}

#Conteudo textarea {
	font-size:15px;
	border-radius:10px;
	margin-top:5px;
	}

#Conteudo input.enviar {
	font-size:20px;
	border-radius:6px;
	margin-left:50px;
	cursor:pointer;
	}

#Conteudo input.limpar {
	font-size:20px;
	border-radius:6px;
	margin-left:50px;
	cursor:pointer;
	}
	
#Conteudo table {
	padding:15px;
	margin-top:15px;
	margin-bottom:15px;
    margin-left:15px;
  	background-color:#8FBC8F;
	border-spacing:5px;
	border-radius:10px;
	
	}

#Conteudo fieldset {
	background-color:#FFFFCC;
	
	}
		
#Conteudo input.submit {
	padding:5px 23px; 
	border:0 none;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#FFFAFA;
	 background: #1C1C1C url('imagens/ok.png') 0 0 no-repeat; 
	}
	
#BarralateralDireita{
	background-color:#FFF68F;
	height:500;
	width:240;
	font-size:25;
	text-align:center;
	margin-top:5;
	padding:7;
	margin-bottom:5;
	float:right;
	border-radius:10px;
	font-size:20px;
	}	
#BarralateralEsquerda{
	background-color:#FFF68F;
	height:500;
	width:240;
	font-size:25;
	text-align:center;
	margin-top:5;
	padding:7;
	margin-bottom:5;
	float:right;
	border-radius:10px;
	font-size:20px;
	}	


@import url(http://fonts.googleapis.com/css?family=Raleway);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: Raleway, sans-serif;
  line-height: 1;
}
#cssmenu > ul {
  background: #3db2e1;
}
#cssmenu > ul > li {
  float: left;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 20px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #3db2e1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#cssmenu > ul > li.active > a {
  color: #dff2fa;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  color: #dff2fa;
  -webkit-transform: rotateX(90deg) translateY(-23px);
  -moz-transform: rotateX(90deg) translateY(-23px);
  transform: rotateX(90deg) translateY(-23px);
  -ms-transform: none;
}
#cssmenu > ul > li > a::before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 16px 20px;
  color: #dff2fa;
  background: #19799f;
  content: attr(data-title);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -ms-transform: translateY(- -18px);
}
#cssmenu > ul > li:hover > a::before,
#cssmenu > ul > li > a:hover::before {
  background: #3db2e1;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#cssmenu.small-screen > ul > li:hover > a,
#cssmenu.small-screen > ul > li > a:hover {
  color: #dff2fa;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  -ms-transform: none;
}
#cssmenu.small-screen > ul > li > a::before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 16px 20px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #3db2e1;
}
#cssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 17px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 22px;
  height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #dff2fa;
  border-bottom: 2px solid #dff2fa;
}
#cssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 27px;
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #dff2fa;
}
