@import url('template.css');

#home {}

/* Columnas */
#home .c_23 {
	float: left;
	width: 590px;
	background: url(../img/bg_dona_home.gif) no-repeat 440px 40px;
}
#home .c_13 {
	float: right;
	width: 292px;
}

/* Productos destacados */
#home  #dest_home {float:left; width:100%; margin: 15px 0 20px 0;}
#home  #dest_home a {display:block; float:left; margin: 0 0 0 12px;}
#home  #dest_home :first-child {margin: 0;}


/* Testimonio */
#home #testimonio p {color:#000; padding: 0 150px 0 12px;}
#home #testimonio p strong {
	display:block;
	margin: 10px 0 14px 0;
	font-size: 2.3em;
	font-weight:normal;
	color:#0c3543;
}
#home #testimonio p span {
	display:block;
	margin: 18px 0 0 0;
	font-style:italic;
}

/* Redes sociales */
#home #nav_social_h {
	background: url(../img/bg_nav_social_h.gif) repeat left top;
	float: left;
	width: 100%;
	margin: 17px 0 0 0;
	border: 1px solid #b3b3b3;
}

#home #nav_social_h p{
	float: left;
	margin: 7px 20px 0 8px;
	font-size: 1.5em;
	color: #0c3543;
}

#home #nav_social_h ul {}
#home #nav_social_h ul li {float: left; margin: 5px 9px 6px 0;}
#home #nav_social_h ul li  a{
	display: block;
	width: 24px; height: 24px;
	text-indent: -5000px;
}
#home #nav_social_h ul li a.tt {background: url(../img/ico_tt.jpg) no-repeat left top;}
#home #nav_social_h ul li a.fb {background: url(../img/ico_fb.jpg) no-repeat left top;}






