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

.eList{
	font-size:12px;
	line-height:2em;
}
.bordefoto{
	border:5px #CCCCCC solid;
}
.eTextBody{
	font-size:12px;
	line-height:2em;
}

/* Clearing */
.clear {
	clear:both; 
	height:1px;
	margin:0;
	padding:0;
	font-size: 1px;
	line-height: 0;
}
.clearfix { 
	position: relative;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
}