
#contenedor{ position:relative; left:0px; margin-top:0px; margin-bottom:40px; }
	
	#banner_nosotros{ position:relative; left:0px; margin-top:5px; width:729px; height:125px; }
	#sin_fichas{ position:relative; left:0px; margin-top:40px; text-align:center; }
	#fichas{ position:relative; left:0px; min-height:150px; margin-top:10px; width:729px; border-top:1px solid #999; padding-top:5px; }	

	.ficha{ position:relative; left:0px; margin-top:0px; width:360px; min-height:140px; float:left; }
	* html .ficha{ height:140px; }
	
		.bloque_texto{ position:relative; left:0px; margin-top:8px; width:270px; min-height:120px; margin-bottom: 5px;  }
		* html .bloque_texto{height:125px;}
			.bloque_texto  img { position:absolute; width:75px; height:120px; }
			.titulo_ficha{ position:relative; left:75px; top:5px; width:346px; font-size:15px; color:#FF9E00; font-weight:normal; text-align:left;  }
			
			.descripcion_ficha{ position:relative; left:80px; top:15px; }
			* html .descripcion_ficha{ left:80px; width:266px;}
			.descripcion_ficha a{ color:#F90; }
		
	#clear{position:relative; clear:both;}


