/* CSS para tabla de productos Epyx & Woodwing Mexico S.A. de C.V.
Por Paulo Cesar Soto Alvarez.
27 Nov. 2008.
Monterrey, N.L. Mex.
*/
.container_prods { /* Contenedor del marco */
	background-color: #FFFFFF;
	position: relative;
	height: auto;
	width: 750px;
	margin: auto auto;
}
.top_prods { /* degradado gris siperior */
	background-image:url(./images/top_bgrnd.gif);
	height: 20px;
}
.bott_prods { /* degradado gris inferior */ 
	background-image:url(./images/bott_bgrnd.gif);
	height: 18px;
}
.nprods { /* titular Nuestros Productos */
	background:url(./images/es/nuestros_prods.gif) no-repeat;
	display:block;
	width:100%;
	height: 40px;
}
.oprods { /* titular Nuestros Productos */
	background:url(./images/en/nuestros_prods.gif) no-repeat;
	display:block;
	width:100%;
	height: 40px;
}
.legenda{ /* Leyenda de iconos */

	display:block;
	margin-left:23px;
	height: 42px;
}
.bordergris { border: #ccc 1px solid; } /* borde gris para el renglon/columnas */
.row{ /* div renglon */
	height: 30px;
	width: 742px;
	margin-left: 3px;
	clear: both;
}
.rowhr{
	width:742px;
	height:1px;
	margin-left: 3px;
	background:#000000;
	clear:both;
}
.box130{ /* col_uno */
	float: left;
	width: 130px;
	height: 30px;
}
.box86{ /* col_dos */
	float: left;
	width: 86px;
	height: 30px;
}
.box360{ /* col_tres */
	float: left;
	width: 360px;
	height: 30px;
}
.box582{ /* col_tres */
	float: left;
	width: 582px;
	height: 30px;
}
.boxicon{ /* col_cuatro ... n*/
	float: left;
	width: 25px;
	height: 25px;
	padding:.156em;
	text-align: center;
}
.dimimage{
	display:block;
	width: 24px;
	height: 24px;
}
#banderas{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#666666;
	float:right !important;
	padding: 5px 8px 2px 0px;	
}
a.OK,
a.OK:active {background:url(images/paloma_up.gif) no-repeat;}
a.OK:hover {background:url(images/paloma_over.gif) no-repeat;}
a.OK:visited {background:url(images/paloma_visto.gif) no-repeat;} 


