/* CSS Document */

@import "projetos.css";

#conteudo h3 {
	font-size: 13px;
	color: #406618;
	}

#conteudo #projetos {
	/*background: #ffdb98 url(../imagem/bg_corner_top.gif) no-repeat;*/
	background-color: #ffdb98;
	width: 442px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	}
	/*#conteudo #projetos .bottom {
		background: url(../imagem/bg_corner_bottom.gif) no-repeat;
		height: 9px;
		}*/
	
	#conteudo #projetos ul {
		list-style: none;
		}
		#conteudo #projetos ul li {
			padding: 10px;
			position: relative;
			min-height: 108px;
			_height: 108px;
			}
			#conteudo #projetos ul li .moldura-foto {
				position: absolute;
				top: 10px;
				left: 10px;
				width: 213px;
				height: 108px;
				background: url(../imagem/moldura_foto_projetos.png) no-repeat;
				z-index: 50;
				}
			
			#conteudo #projetos ul li .foto {
				width: 197px;
				height: 95px;
				position: absolute;
				top: 15px;
				left: 16px;
				z-index: 49;
				}
			
			#conteudo #projetos ul li .desc-projeto {
				color: #506037;
				float: right;
				width: 200px;
				}
				#conteudo #projetos ul li .desc-projeto h4 {
					font-size: 14px;
					}
					#conteudo #projetos ul li .desc-projeto h4 a {
						color: #506037;
						}
				
				#conteudo #projetos ul li .desc-projeto .ver-projeto {
					background: url(../imagem/bt_ver_projetos.gif) no-repeat;
					width: 164px;
					height: 18px;
					padding-top: 2px;
					text-align: center;
					}
					#conteudo #projetos ul li .desc-projeto .ver-projeto a {
						color: #4b2c0b;
						}