.secciones {margin-top: 10px;	margin-bottom: 5px;}
.seccion {
	display: table-cell; /* For firefox and Opera */ 
	vertical-align: top; /* For IE */ 	
	height:25px;
	width:180px; 
	margin-left: 3px;
	}
.seccion img {vertical-align: middle;margin-right: 3px;}
.seccionUnder{
	display: table-cell; /* For firefox and Opera */ 
	vertical-align: top; /* For IE */ 	
	height:25px;
	width:180px; 
	margin-left: 3px;
	text-decoration: underline;
	}
.seccionUnder img {vertical-align: middle;margin-right: 3px;}
