﻿@charset "utf-8";
@import "geral.css";

.cases{ width: 200px; }
#clientes { width: 264px; }
.cases {
	float: left;
}
.cases.cases2 {
	float: left;
	width: 200px;
	padding-top:37px;
}
.cases.cases3 {
	float: left;
	width: 180px;
	padding-top:37px;
}
#clientes {
	float: right;
	padding-right: 10px;
}
.cases h2, #clientes h2 {
	text-indent: -9999px;
	height: 32px;
	margin-bottom: 5px;
	background-image: url(../images/sprite_subtitulos.jpg);
	background-repeat: no-repeat;
}
.cases h2 { background-position: 0 -192px; }
#clientes h2 { background-position: 0 -224px; }

/*
Cases
*/
.cases ul {
	padding-right:15px;
}
.cases li {
	margin-bottom: 1px;
	padding: 7px 0px 7px 12px;
	border-bottom: 1px dotted #CDCDCF;
	position:relative;
	height:180px;
	/*background-color: #F4F4F4;*/
}
.cases li img {
	margin-top:35px;
}
.cases p {
	position:absolute;
	bottom:20px;
	text-align:justify;
	padding-right:12px;
}
.cases a { text-decoration: none; }
.cases strong a, .cases em, .cases a:hover, .cases a:focus, .cases a.focus { color: #658217; }
.cases strong {
	display: block;
	margin-bottom: 3px;
	position:absolute;
	top:0px;
	z-index:5;
	margin-top:10px;
}
.cases strong a {
	font-size: 1.15em;
	font-weight: normal;
	padding-left: 9px;
	background: url(../images/sprite_bullets.gif) no-repeat 0 8px;
}
.cases strong a:hover, .cases strong a:focus, .cases strong a.focus { text-decoration: underline; }
.cases img {
	display: block;
	margin-bottom: 5px;
	/*padding: 4px 4px 10px;*/
	/*background: url(../images/sprite_molduras.png) no-repeat 0 -116px;*/
	position:absolute;
	z-index:0;
}
.cases em { font-style: normal; }
/*
Fim: Cases
*/