@charset "utf-8";
/* CSS Document */

#titulo-cuadro{
	width:1024px;
	height:65px;
	background: url(../img/linea-titulo4.png);
	background-repeat:no-repeat;
	border-top:1px solid #ccc;
	
	}

#contenido-product{
	width:1024px;
	height:400px;
	position:fixed;
	margin-left:10px;
	}



#texto-producto{
	width:auto;
	height:30px;
	padding-top:5px;
	background:#fff;
	border:1px solid #ccc;
}

