@charset "utf-8";
/* CSS Document */
#contenedor #padder{
	padding-left:18px;
}

#contenedor #cabecera_data{
	width:320px;
	height:55px;
	float:left;
	/*background-image:url(../images/data_center/fondo_pastilla_superior.jpg);*/
	background-repeat:no-repeat;
	padding-left:65px;
	padding-top:13px;
	margin-top:17px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	padding-right: 220px;
	margin-bottom:5px;
	border-top-color:#b2b2b2;
	border-top-style:solid;
	border-top-width:1px;
	}
#contenedor #cabecera_data h2{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
}
	
#contenedor .productos_dentro_data{
	width:130px;
	height:270px;
	padding-bottom:20px;
	float:left;
	padding-right:12px;
	padding-left:20px;
	/*margin-right:px;*/
	/*margin-left:6px;*/
	background-image:url(../images/data_center/fondo_producto_data.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	
}

#contenedor .productos_dentro_data .producto_data_imagen{
	width:109px;
	height:112px;
	/*padding-left:20px;*//*IE6*/
	margin-top:15px;
	float:left;
}
#contenedor .productos_dentro_data .titulo_producto{
	background-image:none;
	background-repeat:no-repeat;
	margin-top:8px;
	width:106px;
	min-height:30px;
	float:left;
	/*padding-top:30px;*/
}
#contenedor .productos_dentro_data .titulo_producto a{
	font-family:Helvetica, sans-serif, Arial;
	font-size:12px;
	color:#000;
	text-decoration:none;
}
#contenedor .productos_dentro_data .texto_producto{
	font-family:Helvetica, sans-serif, Arial;
	font-size:9px;
	color:#000;
	width:109px;
	margin-top:10px;
	float:left;
	height:80px;
	overflow:hidden;
}
#contenedor .productos_dentro_data .texto_producto a{
	font-family:Helvetica, sans-serif, Arial;
	font-size:8px;
	color:#909090;
	text-decoration:none;

}

#contenedor .productos .texto_productos{
	width:140px;
	height:63px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
}

#contenedor .productos .texto_productos A{
	color:#CCC;
	text-decoration:none;
}
#contenedor .productos .texto_productos A:hover{
	color:#CCC;
	text-decoration:underline;
}
	

