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

.quad_fonte {
	
	display:inline-block;
	width:134px;
	height:220px;
	overflow:hidden;
	margin-right:25px;
	margin-bottom:20px;
	background:#FFF;
	float:left;
	}
	
.quad_fonte:first-child{

	margin-left:0px;	
	}	
	
.quad_fonte .marca_fonte{
	
	border:1px solid;
	text-align:center;
	border-color:#eaeaea #d7dbdd #d7dbdd #eaeaea;
	border-bottom:none;
	background:#fff;
	padding:5px;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	z-index:999;
	}

.quad_fonte .marca_fonte img{
	
	text-align:center;
/*	width:122px;*/
	max-height:150px;
	}
	
.quad_fonte .info_fonte {
	
	background:#eaeaea;
	border-right:1px solid #d7dbdd;
	border-bottom:1px solid #d7dbdd;
	padding:6px;
	font-size:11px;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	-moz-box-shadow:0px 2px 4px #e5e5e5;
	-webkit-box-shadow:0px 2px 4px #e5e5e5;	
	}

.quad_fonte .info_fonte .name{
	
	width:124px;
	height:12px;
	margin-bottom:5px;
	line-height:12px;
	overflow:hidden;
	text-align:left;
	font-weight:normal;
	}
	
.quad_fonte .info_fonte .name a{
	
	font-size:12px;
	font-weight:bold;
	color:#06c;
	text-decoration:none;
	}
	
.quad_fonte .info_fonte .name a:hover{
	
	text-decoration:underline;
	}
	
.quad_fonte .info_fonte .conf{
	
	margin-bottom:2px;
	color:#000;
	}	