@charset "utf-8";
/* CSS Document */

.estrutura_clientes {
	min-width:300px;
	max-width:640px;
	height: auto;
	margin: 50px auto;
}

.titulo_clientes {
	font-size:36px;
	color: #666;
	border-bottom-width:1px;
	border-color: #CCC;
	border-bottom-style:solid;
	width:100%;
	margin-bottom:40px;
}

.aspas {
	color: #F00;
}

.estrutura_clientes img{
	width:110px;
	height:110px;
	padding:1%;
    margin-left: auto;
    margin-right: auto;
	position:relative;
}