/* GENERAL */

a {
	text-decoration:none;
  color: #00619C;
}

a:hover {
	color: #FF9451;
}

a img { border: 0px; }

body {
	width: 850px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
  margin-bottom: 0px;
}

/* BOTONES MENU CABECERA */
.botones { float: left;}

.botones a:hover { visibility:visible; }

.botones a:hover img { visibility:hidden; }

.botones a { display: block; float: left;}

/* BARRA DE LOCALIZACION/BUSQUEDA */
.locationbar .location {
	margin-top:4px;
	font-size: 12px;
	float: left;
}

.locationbar .searchbar {
  float: right;
	background-color: #00273D;
	padding: 4px;
	border: 1px solid #005296;
}

.locationbar .searchbar span {
  vertical-align:middle;
  font-size:12px;
  font-weight:bold;
  font-style:italic;
  color:white;
}

.locationbar .searchbar #searchbox {
	border-style: solid;
	border-width: 1px;
	border-color: #005296;
	width: 218px;
}

.locationbar .searchbar img {
	vertical-align:bottom;
}

/* MENU CATEGORIAS */
.menu_cat, .publicidad {
	float:left;
	background-color:#00619C;
	padding-left:10px;
	padding-right:10px;
	border: 1px solid black;
	text-align: left;
	font-size:14px;
	font-weight: bold;
	color: #FF9451;
	width: 150px;
	overflow: hidden;
}

.menu_cat a {
	text-decoration: none;
	color: white;
}

.menu_cat a:hover {
	color: #38B2FF;
}

.menu_cat .element {
	border-bottom:1px solid #B2E1FF;
	padding: 8px;
}

/* DESCRIPCION DE PRODUCTO DE PORTADA */
.producto_portada {
	width:310px;
	padding:8px;
	background-color:#E6F4FF;
	border: 1px solid black;
	margin-top:12px;
	font-size:12px;
}

.producto_portada img, .producto_cat img, .producto_largo .img_big {
	border: 1px solid black;
}

.producto_portada .imagen, .producto_cat .imagen, .producto_largo .imagen {
	margin-right:8px;
	float: left;
	font-size: 8px;
	text-align:center;
}

.producto_largo .imagen {
	width: auto;
	font-size:10px;
}

.producto_portada .descripcion {
	width: 245px;
	height: 80px;
	overflow: hidden;
	text-align: left;
	color: #FF9900;
	float:right;
}

/* DESCRIPCION PRODUCTO CATEGORIAS */
.producto_cat {
	padding:8px;
	padding-bottom:6px;
	background-color:#E6F4FF;
	border: 1px solid black;
	margin-top:12px;
	font-size:12px;
	width:648px;
	float:right;
}

.producto_cat .descripcion {
	width: 570px;
	text-align: left;
	color: #bf7c17;
	float:right;
}

/* DESCRIPCION DE PRODUCTO DETALLADO */
.producto_largo {
	float: right;
	width:666px;
	text-align:left;
	margin-top:8px;
}

.cabecera_lista_productos {
  background: url(../imagenes/barra_contacto_1.gif) no-repeat bottom left;
	padding-bottom: 2px;
	font-weight: bold;
	color: #00619C;
	margin-top:16px;
}

table.lista_productos {
	color: #00619C;
	margin-left:16px;
}

table.lista_productos .descripcion {
  width: 450px;
}
table.lista_productos .precio_antiguo {
  width: 100px;
	text-align: right;
	font-size: 16px;
	vertical-align: top;
}

table.lista_productos .precio {
  width: 100px;
	text-align: right;
	font-size: 16px;
	vertical-align: top;
}

.producto_lista .precio_antiguo_lista {
	color: #00619C;
	float:right;
}

.producto_lista .precio_lista {
	color: #00619C;
	float:right;
}

/* BARRA DE NAVEGACION PRODUCTOS */
.navegador {
  padding-top: 16px;
	width:648px;
	float:right;
	text-align: right;
  color: #51BCFF;
	font-weight: bold;
}

.navegador a {
	color: #00619C;
}

/* OTROS */
.precio {
	float: right;
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00619C;
	text-align: right;
}

.precio span {
	font-size:12px;
}

.precio_antiguo {
	font-size:18px;
	text-decoration: line-through;
	color: #663300;
}

.producto_cat .precio_antiguo {
	font-size:12px;
}

.precio_antiguo span {
	font-size:12px;
}

.producto_cat .precio_antiguo span {
	font-size:10px;
}

.info, .volver, .mas_info {
	text-align:right;
	color: #00619C;
	clear: both;
}

.info { float:right; }

.nombre_producto {
	font-size: 14px;
	line-height:14px;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-style:italic;
	color: black;
	margin-bottom: 8px;
}

.clearboth {
  clear: both;
}

.volver {
  margin-top: 16px;
  margin-bottom: 6px;
}

.mas_info {
  margin-top: 8px;
  margin-bottom: 6px;
}

.volver img, .mas_info img {
	position:relative;
	top:5px;
}

.no_content {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top:16px;
}

.img_over {
  border:1px solid black;
  position: absolute;
  visibility: hidden;
  font-size:8px;
  font-weight:bold;
  width:240px;
  color:#E6F4FF;
  background-color:#00273D;
  text-align:center;
}

/* PARRAFOS */
.cabecera, .seccion_extensible {
	font-size: 16px;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-style:italic;
	color: black;
	border: 1px solid black;
	padding: 4px;
	padding-left:8px;
	margin-top: 4px;
	background-color: #E6F4FF;
}

.seccion_extensible img {
	float:right;
	position: relative;
	top:2px;
}

.cabecera img {
	position: relative;
	top:2px;
}

.seccion_extensible {
	cursor: pointer;
}

.parrafo {
	padding-top: 8px;
	padding-left: 8px;
}

.lista_etiquetas {
	padding-top: 4px;
	padding-left: 8px;
	cursor:pointer;
}

.lista_etiquetas img {
	margin-right:3px;
}

