@charset "utf-8";
/* CSS Document */
body{background-color:#DEDEE3 !important}
#container-topo{
	min-height: 114px;
}
#container-slide{max-height:381px; background-color:#1D32FD;}
.borda1{border: solid 1px #000;}
#container-corpo{}
.fundo-corpo{padding:2px 7px; border-radius:10px;background-color:#FFFFFF}
.aling-center{margin:auto;}
nav ul {
  background: transparent;
  
}
nav a{font-size:18px !important}
nav ul li {
  transition: background 0.3s;
}
nav ul li:hover {
  background: #00FFB4;
}
nav ul li:hover > a {
  color: #444444;
}
nav ul li:hover > ul {
  display: none ;
}
nav ul li a {
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 40px;
  padding: 0 20px 0 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
nav ul li ul {
  display: none;
}
nav ul li.submenu > a {
  padding-right: 50px;
}
nav ul li.submenu > a:after {
  content: url(../images/add.png);
  position: absolute;
  right: 0px;
}
nav > ul > li > ul {
  left: 0;
  top: 100%;
  background-color:#FFFFFF;
}
nav > ul > li li {
  border-top: 1px solid #FFFFFF;
}
nav > ul > li li ul {
  border-left: 1px solid #FFFFFF;
  left: 100%;
  top: -1px;
  background-color:#FFFFFF;
}
nav ul li a{padding-right:20px !important;}
@media (max-width: 767px) {
  nav > ul > li + li {
    border-top: 1px solid #FFFFFF;
  }
  nav > ul > li > ul {
    background: #666666;
  }
  nav > ul > li > ul > li {
    text-indent: 20px;
  }
  nav > ul > li > ul > li > ul {
    background: #888888;
  }
  nav > ul > li > ul > li > ul > li {
    text-indent: 40px;
  }
  nav > ul > li > ul > li > ul > li > ul {
    background: #aaaaaa;
  }
  nav > ul > li > ul > li > ul > li > ul > li {
    text-indent: 60px;
  }
  nav ul li.submenu > a:after {
	  right:20px;
  }
  
}
@media (min-width: 768px) {
  nav ul li {
    position: relative;
  }
  nav ul li ul {
    position: absolute;
  }
  nav > ul {
    height: 40px;
  }
  nav > ul > li {
    float: left;
  }
  nav > ul > li + li {
    border-left: 0px solid #000;
  }
  nav > ul > li.submenu > a {
    padding-right: 0px;
  }
  nav > ul > li.submenu > a:after {
    content: none;
	 right: 10px;
  }
  #carousel{width:auto;}
  #carousel li {
	width: 100% !important;
	height:150px;
	margin-right: 7px !important;
	float: left;
	overflow: hidden;
	border: 1px solid #999;
	border-radius: 8px;
}
#carousel li img{ height:auto; width:90%;margin-left: 0px;}
}
body {
  font-family: Arial;
}

body,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}
.link span {
		background: url( url(../images/link-left.gif)}
	
	.link span span {
		background: url(../images/link-right.gif) no-repeat 100% 0%;
		display: inline-block;
		height: 29px;
		padding: 0 11px 0 12px;
	}
	
	.link:hover span span {
		cursor: pointer;
		color: #000;
	}.link-1 {
	background: url(../images/link-tail.gif) repeat-x 0% 0%;
	display: inline-block;
	height: 29px;
	float: right;
	overflow: hidden;
	line-height: 26px;
	text-decoration: none;
	font-size: 1.333em;
	font-weight: 400;
	color: #474646;
}
	.link-1 span {
		background: url(../images/link-left1.gif) no-repeat 0% 0%;
		display: inline-block;
	}
	
	.link-1 span span {
		background: url(../images/link-right1.gif) no-repeat 100% 0%;
		display: inline-block;
		height: 29px;
		padding: 0 11px 0 12px;
	}
	
	.link-1:hover span span {
		cursor: pointer;
		color: #000;
	}
.link-indent {
	margin: 0 0 20px 0;
}
/***** carousel style*****/
.carousel {
	width: 100%;
	
	overflow: hidden;
	position: relative;
}
.carousel .next {display:block; width:24px; height:56px; text-indent:-5000px; background:url(../arthbox/images/carousel-control.png) right top no-repeat; position:absolute; right:3px; top:40px;}
.carousel .prev {display:block; width:24px; height:56px; text-indent:-5000px; background:url(../arthbox/images/carousel-control.png) left top no-repeat; position:absolute; left:0; top:40px;}
.carousel .next:hover {background-position:right bottom;}
.carousel .prev:hover {background-position:left bottom;}
#carousel {
	margin-left: 70px;
}
#carousel li {
	background:#FFFFFF;
	text-align:center;
	width: 150px !important;
	height:150px;
	margin-right: 7px !important;
	float: left;
	overflow: hidden;
	border: 1px solid #999;
	border-radius: 8px;
}
#carousel li img{ height:150px;}
#carousel li a {
	display: block;
	background: url(../arthbox/images/carousel-li-bg.png) 0 0 no-repeat;
	padding: 0px;
}
#footer {
	height: 52px;
	overflow: hidden;
	margin-top: 20px;
}
	#footer p {
		float: right;
		padding: 0 28px 0 0;
		line-height: 54px;
		color: #8d8d8d;
	}
	
		#footer p span {
			padding: 0 6px 0 0;
		}
		
			#footer p span strong {
				text-transform: uppercase;
				color: #2c2c2c;
			}
	
		#footer p a {
			margin: 0 0 0 6px;
			text-decoration: none;
			color: #8d8d8d;
		}
		
			#footer p a:hover {
				text-decoration: underline;
			}
	.box {	
	margin-top:40px;
	background: #fff;
	margin: 0 0 14px 0;
	border: 1px solid #ccc;
}		
.linha{border-top: 2px dotted #CCC; padding-top:10px;}
.linha-b{ border-bottom:: 2px dotted #CCC;}
.arredonda {
	border-radius: 20px;
	text-align: justify;
	margin: 10px;
	padding: 10px;
}
.galeria {
	float: left;
	height: 170px;
	width: 150px;
	margin-top: 2px;
	margin-left: 10px;
	text-align: center;
	border-radius: 20px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #333;
	border: 2px solid #CCC;
}
.galeria:hover{
}
* {
	margin: 0;
	padding: 0;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}
.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}		
