<!--
#familiaproducto{
background-image: url(../img/degradado2.jpg);
border-color: #4C2DAF;
}
#tituloproducto h1{
background-color: #7EAEC4;
}
/*INICIO ESTILOS TABLAS*/

#contenido table{
        width:500px;
}

#contenido table tr th{
	background-color:#FAF9FE;
}
#contenido table tr td{
	background-color:#E5E4F4;
}
#contenido table tfoot tr td{
	background-color:#FAF9FE;
}

#contenido table.tablaformulario tr th{
	background-color:#E5E4F4;
}
#contenido table.tablaformulario tr td{
	background-color:#FAF9FE;
}
/*FIN ESTILOS TABLAS*/
-->




