@charset "utf-8";
/* CSS Document */

.banner_productos {
background:url(../imagenes/banner_back_small.jpg) no-repeat;
padding:17px 15px 15px 15px;
width:386px;
	height:202px;
	
}

.banner_productos a{

	text-decoration:none;
}


.banner_1 {
background:url(../imagenes/banner_sagent_small.jpg) no-repeat;
	width:376px;
	height:192px;	
		margin:0;
		text-decoration:none;
		
}
.banner_1 h1 {
margin:0px 0 5px 10px;
padding:25px 0 0 15px;
font-size:25px;
	font-weight:bold;
	color:#182c46;
	text-decoration:none;
}
.banner_1 h2 {
margin:0 0 0 25px;
font-size:10px;
font-weight:bold;
width:190px;
color:#182c46;
text-decoration:none;
}
.banner_1 h3 {
width:150px;
margin:15px 0 0 25px;
text-decoration:none;
}
.banner_2 {
background:url(../imagenes/banner_twibee_small.jpg) no-repeat;
	width:376px;
	height:192px;	
		margin:0;
		text-decoration:none;
		
		
}

.banner_2 h2 {
padding:80px 0 0 25px;
width:250px;
font-size:10px; font-weight:bold;
color:#FFFFFF;
margin:0;
text-decoration:none;
}
.banner_2 h3 {
width:150px;
margin:15px 0 0 25px;
text-decoration:none;
}

.zitem {

	width:376px;
	height:192px;	
		margin:0;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

.zitem .caption {
	width:100%;
	height:192px;
	background:#000;
	color:#fff;
	font-weight:bold;
	/* fix it at the bottom */
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;
	/* hide it by default */
	/*display:none;

	  */
	
}

.zitem .caption a {
	text-decoration:none;
	color:#fff;
	font-size:12px;	
	
	/* add spacing and make the whole row clickable*/
	padding:0px;
	display:block;
	text-decoration:none;
}

.clear {
	clear:both;	
}
