<div id="seccion-texto">@charset "utf-8";
/* CSS Document */

h1{ margin:0; font-size:20px; color:#333; height:30px; }
h2{ margin:0; font-size:20px; color:#E5720C; }
.destacado{color:#85B4CF; font-weight:bold; font-size:13px;}
#home-texto{
	padding-top:30px;
	width:682px;
	clear:both;
	float:left;
}
#home-texto1{
	float:left;
	width:330px;
}
#home-texto2{
	float:right;
	margin-left:0px;
	width:310px;
	padding-top:10px;
}
	#home-texto2 .item{
		width:325px;
		min-height:100px;
		margin-bottom:25px;
		float:left;
	}
		.item-img{ float:left; width:127px; border:5px solid #E6E6E6; }
		.item-img img{ border:1px solid #FFF; }
		.item-txt{ float:left; width:160px; margin-left:15px; }
		.ampliar{ 
			background:url(../images/ico_ampliar.png) no-repeat; 
			_background:url(../images/ico_ampliar.gif) no-repeat; 
			width:19px; 
			height:19px; 
			position:relative; 
			top:83px; 
			*top:-23px; 
			left:107px; 
			*left:-33px; 
			text-indent:-9999px; 
			display:block;
		}
