.produto{
background: url(../imagens/fundo_produto.png) bottom right no-repeat;




	position:relative;
	float:left;
	width:310px;
	min-height:420px;
	color:#333;
	text-align:justify;
	border: 0px solid #CCC;
	margin-top:10px;
	margin-left:0px;
	margin-right:10px;
}
div.produto:hover{
	background: #F2F2F2 url(../imagens/fundo_produto.png) bottom right no-repeat;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.produto:hover p{

}
.titulo_produto{
background: #004494;
position:relative;
height:50px;
width:310px;
text-align:justify;
border: px solid #F00;
margin-left:0px;
margin-top:0px;
color:#FFF;
}
.titulo1{
	color:#fff;
	font-size:19px;
	font-weight:bold;
	padding-left:5px;
	padding-top:5px;
}
.titulo2{
	color:#fff;
	font-size:13;
	padding-left:5px;
}

.foto_produto{
background: #fff;

	position:relative;
	height:184px;
	width:290px;
	text-align:justify;
	border: 0px solid #CCC;
	margin-left:9px;
	margin-top:9px;
	
}

.texto_produto{
color:#333;
position:relative;
margin-left:10px;
margin-top:10px;
border:0px solid #000;
width:280px;
padding-bottom:10px;
padding-right:10px;
}
.texto_produto p{
color:#333;
text-align:justify;
font-size:12px;
line-height: 15px;
}
