	table { width: 100%; height: 100%; border-collapse: collapse; text-align: left; }
	table td { border-bottom: 3px solid #0e2f3e; font-size: 12px; vertical-align: top; padding: 5px 5px 5px 5px;}
	table td.titulo1 { text-align: right; font-weight: bold; padding-left: 40px; }
	table td.titulo2 { text-align: left; border-left: 3px solid #0e2f3e; padding: 5px 0 5px 10px;  font-weight: bold;}
	table td.contenido {font-size: 10px; color: #C1EAE3; }
	#FrogJS{
		width: 550px; /* Cambiar el tamaño aquí */
		margin: 0 auto;
	}
	#FrogJSCredit{
		text-align: right;
		font-size: 90%;
		color: #999;
		padding: 1px;
	}
	#FrogJSCaption{
		text-align: left;
	}
	#paginacion { color: #555; }
	#paginacion a { text-decoration: none; color: #fff; }
	#numeracion { display: inline; margin-right: 50px; }

	#buscador { background-color: #175675; width: 555px; height: 55px; margin-bottom: 20px; margin-left: 46px; margin-top: 10px;}
	#buscador table { text-align: right; }
	#buscador table td { margin: 0; padding: 0; vertical-align: middle; padding-right: 45px; font-weight: bold; border-bottom: none; border-top: 3px solid #000; }
	#buscador form { margin: 0; }
	#buscador form select { font-size: 10px; }
	#buscador form input { font-size: 10px; margin-left: 20px; }
	#buscador #esquina { background: url(../images/esquina_buscador.gif) no-repeat left bottom; position: absolute; z-index:1; width: 100px; height: 59px; }
	#buscador a { font-size: 1em;  }

	#contenido {
		width: 600px;
		height: 122px;
		z-index: 1;
		position: absolute;
		left: 390px;
		top: 15px;
		font-family: Arial, Helvetica, sans-serif;
		color: #7399AD;
	}
	#contenido p.total_paginas { margin: 0; text-align: right; color: #fff; font-size: 12px; font-weight: bold; }
	#contenido #paginacion { text-align: right; font-size: 14px; margin-right: 20px; padding-top: 5px; }
	#contenido .no_encontrado { text-align: center; margin-top: 100px; font-size: 12px; color: #fff; }
	#contenido ul.productos {	margin: 0 0 6px 80px;	color: #aaa; }
	#contenido ul.productos li { margin-bottom: 3px; }
	#contenido ul.productos a { color: #aaa; font-size: 12px; }
	#contenido ul.productos a:hover { color: #fff; }


	#caja { width: 605px; margin: 0; padding: 0; }
	#caja #esquina { background: url(../images/esquina_caja.gif) no-repeat left bottom; position: absolute; z-index:1; width: 100px; height: 120px; }
	#caja #datos { padding: 10px 10px 10px 0; width: 595px; height: 105px; margin: 0; background: #0e2f3e }
	#caja #datos #interior { width: 100%; height: 100%; background-color: #175675; }
	#caja #ver { height: 300px; background: #0e2f3e; width: 100%; }
	#caja #ver #interior { height: 86%; background: #175675; margin: 0 10px 0 12px; padding-top: 5px; font-size: 9px; }

