@charset "utf-8";

/* Module Classes  */
.module 			{
	width:500px;
	
	margin:0px 3px 15px 0px;
	color:rgb(86,73,66);
	float:left;
	background-color: #F5F5F5;
} 

* html .module {margin:0px 3px 18px 0px;}

.module .top 	{
	margin: 15px 10px 0 10px;
	border-top: 3px solid #8F8B86;
	border-bottom: 1px solid #CECDC6;
	height: 15px;
}

.module .top a.section {
	color: #C03600;
	font-size: 10px;
	text-decoration:none;
	line-height: 14px;
}
/*fix*/
.module h5.date {
	margin: -17px 8px 0px 10px;
	margin-left: 10px;
	font-size: 10px;
	color:#aaaaaa;
	
	float: right;	
}



/*.module a { font-size:10px; }*/
.module h3 { font-size: 14px; color:#242322; font-weight: bold; line-height: 14px; margin: 8px 5px 20px 12px;width:300px;}
.module h3 a{ font-size: 14px; color:#242322; font-weight: bold; line-height: 15px; margin: 0px 0px 0 0;width:300px; }
.module h4,
.module h4 a 			{ font-size: 10px; margin:2px 3px 0 0; color:#555251; line-height: 10px; height: 10px; }


.module h5 				{	
	font-size: 11px;
	color: #999796;
	margin: 0px 12px 20px 12px;
	line-height: 16px; 
	}

.module blockquote 		{ line-height: 12px; margin:0; color:#555251; font-size: 11px; position:absolute; top: 91px; height: 75px; left: 6px; }

.module .casestudies h3 { font-size: 12px; }

.module h6.subtitulo 	{
	margin: 5px 10px 5px 12px;
	border-bottom: 1px solid #CECDC6;
	color:#555251;
	font-size: 11px;
	height: 15px;
}


