/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

table#lstproductos {
	border:solid 1px #000000;
	border-collapse:collapse;
}

table#lstproductos tr a{
	outline:none;
	text-decoration:none;
	color:#333333;
}

table#lstproductos tr a:hover{
	position:relative;
	top:1px;
	left:1px;
}

table#lstproductos tr:hover{
	color:#333333;
	background-color:#F3F3F3;
}

table#lstproductos tr#header {
	height:35px;
	color:#FFFFFF;
	text-align:center;
	background-color:#666666;
}

table#lstproductos tr#header2 {
	height:35px;
	color:#FFFFFF;
	font-size:9px;
	text-align:center;
	background-color:#666666;
}

table#lstproductos td{
	border:solid 1px #666666;
	padding:2px;
}

/* Formato de la Capa con Paginacion */
#paginacion {
	text-align:center;
	font-size:10px;
	border-bottom:solid 1px #333333;
	border-left:solid 1px #333333;
	border-right:solid 1px #333333;
	width:230px;
}

#paginacion a {
	outline:none;
	color:#333333;
	text-decoration:none;
}

#paginacion a:hover {
	color:#666666;
	position:relative;
	top:1px;
	left:1px;
}

/* Formato a los Controles de Busqueda */
table#search_t input#nombre{
	border:solid 1px #666666;
}

table#search_t input#txtSearch:hover{
	background-color:#F3F3F3;
}

table#search_t input#btnSearch{
	border:solid 1px #666666;
}

/* Tabla Banner */
table#banner a{
	color:#333333;
	outline:none;
	text-decoration:none;
}

table#banner a:hover{
	color:#666666;
	position:relative;
	top:1px;
	left:1px;
}

/* PAGINAS DE MUESTRA */
table#lista_paginas td a{
	display:block;
}

table#lista_paginas td:hover{
	background-color:#F3F3F3;
}