/* Listado de Productos */

.cell_right form {
	padding-bottom: 16px;
	}
.cell_right input,
.cell_right select {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #273371;
	}
.cell_right select {
	height: 19px;
	width: 140px;
	}
.cell_right option {
	padding: 3px 0px;
	padding-left: 6px;
	}

/* tabla de descripcion de producto */
.cell_right .item_desc {
	margin-left: 10px;
	width: 282px;
	text-align: left;
	width: 292px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #273371;
	}
.cell_right .item_desc th {
	padding: 5px 0px 5px 16px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	}
.cell_right .item_desc td {
	padding: 6px 0px 6px 16px;
	line-height: 1.8em;
	}
.item_desc a:link,
.item_desc a:visited {
	text-decoration: none;
	color: #636B98;
	font-weight: bold;
	}
.item_desc a:hover,
.item_desc a:active {
	color: #DF5400;
	text-decoration: underline;
	}

.gotopage {
	font-size: 12px;
	background-color: #EFF0F4;
	color: #273371;
	text-align: center;
	padding: 3px 0px;
	}
.gotopage a:link,
.gotopage a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #636B98;
	}
.gotopage a:hover,
.gotopage a:active {
	color: #DF5400;
	text-decoration: underline;
	}

