/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
font-family: Verdana, Helvetica;

.boxText { font-family: Verdana, Helvetica; font-size: 10px; }
.errorBox { font-family: Verdana, Helvetica; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: Verdana, Helvetica; font-size : 10px; color: #cc0033; }
.productsNotifications {
}
.orderEdit { font-family: Verdana, Helvetica; font-size : 10px; color: #0066FF; text-decoration: underline; }

/* ABITY - INICIO: Añadidos en la Modif. Gráfica de Agosto de 2011 */

BODY {
	color: #000000;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg_body.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#cabecera {
	width:963px;
	position:absolute;
	left: 50%;
	margin-left: -474px;
	overflow:visible;
	height:201px;
	/*border:dotted #0066FF 1px;*/
	
}
#cabecera #sombraIzda{
	position:absolute;
	top:201px;
	left:-11px;
	width:11px;
	height:49px;
	background-image: url(images/lateral_izdo_pagina.png);
	background-repeat: repeat-y;
	background-position: right top;	
}
#cabecera #sombraDcha{
	position:absolute;
	top:201px;
	left:963px;
	width:11px;
	height:49px;
	background-image: url(images/lateral_dcho_pagina.png);
	background-repeat: repeat-y;
	background-position: left top;	
}


#cabecera #menu {
	width:963px;
	position:relative;
	left: 0px;
	top:0px;
	overflow:hidden;
	height:42px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #999;
	/*border:dotted #0000FF 1px;*/
}

#cabecera #menu #link_primero{
	height:46px;
	padding-right:10px;
	padding-top:2px;
	position:relative;
	left: 0px;
	width: 220px;
	float:left;
	/*border:dotted #0000FF 1px;*/
}

#cabecera #menu #link{
	height:42px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	background-image: url(images/sep_link_header.png);
	background-repeat: repeat-y;
	background-position: left top;
	float:right;
}

#cabecera #menu #link_ultimo{
	height:42px;
	padding-left:10px;
	padding-top:10px;
	background-image: url(images/sep_link_header.png);
	background-repeat: repeat-y;
	background-position: left top;
	float:right;
}

#cabecera #menu a {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #999;
}

#cabecera #menu a:hover {
	text-decoration:none;
	color: #333;
	border-bottom:#333 dotted 1px;
}


#cabecera #imagenes {
	position:absolute;
	width:700px;
	height:154px;
	left:263px;
	top:42px;
	background-color:#FFF;
}

#cabecera #logo {
	position:absolute;
	width:263px;
	height:118px;
	left:0px;
	top:42px;
	/*border:#FF0000 1px dotted;*/
}
#cabecera #menu_pestanyas {
	position:absolute;
	width:963px;
	height:42px;
	left:0px;
	top:159px;
	/*border:#00FF00 1px dotted;*/
}
#cabecera #menu_pestanyas #pestanya {
	position:relative;
	margin-right:1px;
	height:42px;
	float:left;
}
#cabecera #menu_pestanyas #pestanya_ultimo {
	position:relative;
	height:42px;
	float:left;
}

#cabecera #menupath {
	position:absolute;
	width:963px;
	height:50px;
	left:0px;
	top:202px;
		background:#FFF;
	/*border:#00FF00 1px dotted;*/
}
#cabecera #menupath #servicios{
	background:#FFF;
	position:absolute;
	top:0px;
	left:0px;
	height:50px;
	width:230px;
	border-right:#CCC 1px solid;
}
#cabecera #menupath #path{
	position:absolute;	
	top:0px;
	left:231px;
	height:20px;
	width:720px;
	padding-left:10px;
	padding-top:4px;
	
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #999;

}
#cabecera #menupath #path a{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #999;
}

#cabecera #menupath #path a:hover{
	font-family: Arial, Verdana, Helvetica;
	color: #333;
	border-bottom: #333 1px dotted;
	text-decoration:none;
}

#cabecera #menupath #avisos {
	position:absolute;	
	top:21x;
	left:230px;
	height:20px;
	width:723px;
	padding-left:10px;
	padding-top:4px;
	background:#FFF;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #EEE;
	
}

#busqueda_columna_dcha{
	height:28px;
	position:relative;
	left: 0px;
	width: 148px;
	margin-bottom:20px;
	border:solid #C9C9C9 1px;
}

TABLE.columnaIzda {
	border-right:#CCC solid 1px;
}
/* ABITY - FIN: Añadidos en la Modif. Gráfica de Agosto de 2011 */


A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #CC0000;
  text-decoration: underline;
}

FORM {
	display: inline;
}


TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, Helvetica;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, Helvetica;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
TR.headerNavigation01 {
	background-color: #FFFFFF;
	background: #FFFFFF;
}

TD.headerNavigation01 {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #FFFFFF;

}
TR.headerNavigation02 {
	background-color: #C70E08;
	background: #C70E08;
}

TD.headerNavigation02 {
	background-image: url(images/bg_headernavigation_02.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
}

TD.headerNavigationBGurl{
	background-image: url(images/bg_url_barranav.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #9B9B9B;
}

A.headerNavigationBGurl {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
}
A.headerNavigationBGurl:hover {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;	
}

TD.lateralIzdoPagina {
	background-image: url(images/lateral_izdo_pagina.png);
	background-repeat: repeat-y;
	background-position: right top;
}
TD.lateralDchoColumnaIzda {
	background-image: url(images/lateral_dcho_columna_izquierda.gif);
	background-repeat: repeat-y;
	background-position: left top;	
}
TD.lateralDchoPagina {
	background-image: url(images/lateral_dcho_pagina.png);
	background-repeat: repeat-y;
	background-position: left top;		
}
TD.bgTituloBoxOfertas {
	background-image: url(images/bg_titulo_box_ofertas.gif);
	background-repeat: repeat-x;
}
	
#footerNew {
	padding:13px;
	height:150px;
	background-color: #454545;
	
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #999;
}
	
#footerNew #columna1 {
	width: 480px;
	float:left;
	
}
#footerNew #columna2 {
	width:210px;
	padding-left:10px;
	float:left;
}

#footerNew #columna2 a {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #999;
}

#footerNew #columna2 a:hover {
	color: #FFF;
	border-bottom:1px #CCC dotted;
	text-decoration:none;
}

/*	
TD.footer01 {
	background-image: url(images/bg_footer_01.gif);
	background-repeat: no-repeat;
	background-color: #454545;
}
SPAN.footer01 {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	color: #CDCDCD;	
}
A.footer01 {
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica;
	color: #CDCDCD;	
}

A.footer01:hover{
	color: #CDCDCD
	text-decoration: underline;
}

TD.footer02 {
	background-image: url(images/bg_footer_02.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #DDDDDD;
	background-color: #454545;
}

A.footer02 {
	font-size: 11px;
	font-family: Verdana, Helvetica;
	color: #DDDDDD;	
}

A.footer02:hover {
	font-size: 11px;
	font-family: Verdana, Helvetica;
	color: #DDDDDD;
	text-decoration: underline;
}

*/
.infoBox {
	background: #FFFFFF;
}
.infoBox2 {
	background: #CCCCCC;
}
.infoBoxNja  {
	background: #FFF;
}
.infoBoxContents {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	background: #FFFFFF;
}

.infoBox2Contents {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	background: #F7F7F7;
}
.infoBoxNjaContents {
	font-family: 'Open Sans', Arial, serif; 
	font-weight: 400;
	font-size: 12px;
	background: #FFF;
}

.infoBox3 {
	width:160px;
	/*border: 1px dotted #666666;*/
	/*background-image: url(images/bg_buscador_header.png);
	background-repeat: no-repeat;
	background-position: left top;*/	
}

.infoBox3 input {
	border:hidden;
	font-family: Verdana, Helvetica;
	font-size: 13px;
}
.infoBox3Contents {
	font-family: Verdana, Helvetica;
	font-size: 13px;
	background: #F7F7F7;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Helvetica;
  font-size: 11px;
}


TD.infoBoxHeading, a.infoBoxHeading {
  font-family: Verdana, Helvetica;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
}

a.infoBoxHeading:hover {
  font-family: Verdana, Helvetica;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Helvetica;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
/*	background: #EAEDEE;*/
	background: #FFFFFF;

}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
/*	background: #F7F7F7;*/
	background: #FFFFFF;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #E5E5E5;
  border-spacing: 1px;
}

.productListing-heading {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	background:  #DDE2E3;
	color: #666666;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
}

TD.productListing-data {
	font-family: Verdana, Helvetica;
	font-size: 10px;
/*	background: #FFFFFF;*/
}



A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
	color: #CC0000;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Helvetica;
  font-size: 21px;
  color: #666666;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Helvetica;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Helvetica;
  font-size: 11px;
  line-height: 13px;
}

.main_rojo {
	font-family: Verdana, Helvetica;
	font-size: 12px;
	line-height: 13px;
	color: #CC0000;
}
.boxProductoRegalo {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;  
}

TD.smallText, SPAN.smallText, P.smallText {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	line-height: 11px;
}

TD.smallTextBlanco, SPAN.smallTextBlanco, P.smallTextBlanco {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	line-height: 11px;
	color:#FFFFFF;
}

TD.accountCategory {
  font-family: Verdana, Helvetica;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Helvetica;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Helvetica;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Helvetica;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Helvetica;
  font-size: 10px;
  color: #CC0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Helvetica;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Helvetica;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Helvetica;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Verdana, Helvetica;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Verdana, Helvetica;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
	font-family: Verdana, Helvetica;
	color: #CC0000;
	font-weight: bold;
}

SPAN.errorText {
  font-family: Verdana, Helvetica;
  color: #cc0000;
}

.moduleRow {
	background-color:  #F7F7F7;
}
.moduleRowOver { 
	background-color:  #DCE1E2; 
	cursor: pointer; 
}
.moduleRowSelected {
	background-color:  #EAEDEE;
	font-weight: bold;
}



.checkoutBarFrom, .checkoutBarTo {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #8c8c8c;
	line-height: 12px;
}
.checkoutBarCurrent {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #CC0000;
	line-height: 12px;
	font-weight: bold;
}

/* message box */

.messageBox { font-family: Verdana, Helvetica; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Helvetica; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Helvetica; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Helvetica; font-size: 11px; color: #CC0000; }


/* abiShop: Inicio */

TD.marcoImagenes, SPAN.marcoImagenes {
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;	
}

.Modelo {
	font-family: Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.Precio {
	font-family: Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.PrecioDescuento {
	font-family: Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

.PrecioDescuentoSmall {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	line-height: 11px;
	color: #CC0000;
}
	
TD.DivHorizontal1 {
	background-image: url(images/linea_hor_01.gif);
	background-repeat:  repeat-x;
}

TD.DivHorizontal2 {
	background-image: url(images/linea_hor_03.gif);
	background-repeat:  repeat-x;
	background-color: #FFFFFF;
}
TD.DivVertical1 {
	background-image: url(images/linea_vert_01.gif);
	background-repeat:  repeat-y;

}
TD.Precios {
	font-family: Verdana, Helvetica;
	font-size: 13px;
	line-height: 1.5;
}
TR.BGPrincipal, TD.BGPrincipal {
	background: #FFFFFF;
}
TD.etiquetaDescuento {
	font-family: Verdana, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/bg_dto.gif);
	background-repeat: no-repeat;
}
TD.etiquetaOferta {
	font-family: Verdana, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/bg_oferta.gif);
	background-repeat: no-repeat;
}

TD.etiquetaRecomendado {
	background-image: url(images/bg_recomendados_02.png);
	background-repeat: no-repeat;
	background-position:center top;
	width:70px;
	height:68px;
	text-align:center;
	padding-top:2px;
}


.precioEtiqRecomendado {
	font-family: Arial;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.precioEtiqRecomendadoHabitual{
	font-family: Arial;
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: line-through;
	line-height: 11px;
}
.precioEtiqRecomendadoOferta{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 14px;
}

.desarrolloAbity {
	font-family: Arial;
	font-size: 9px;
	color: #CCCCCC;
}
.desarrolloAbity:hover {
	color: #333;
	text-decoration:none;
}
P.titParrafoContenidos, TD.titParrafoContenidos  {
  font-family: Verdana, Helvetica;
  font-size: 18px;
  color: #666666;
}
TD.titParrafoFichaProducto {
	background-image: url(images/linea_hor_01.gif);
	background-repeat:  repeat-x;
	font-family: Verdana, Helvetica;
	font-size: 19px;
	color: #666666;
	height: 25px;
	/*background-color: #F7F7EF;*/
	background-position: 1px 24px;
	/*padding-left: 5px;*/
}

p.titParrafoFichaProducto {
	background-image: url(images/linea_hor_01.gif);
	background-repeat:  repeat-x;
	font-family: Verdana, Helvetica;
	font-size: 19px;
	color: #666666;
	height: 25px;
	/*background-color: #F7F7EF;*/
	background-position: 1px 24px;
	/*padding-left: 5px;*/
}
TABLE.BGTablaPrincipal, TD.BGTablaPrincipal{
	background: #FFFFFF;
}

/* Estilos usado en el editor de HTML*/
.descripcionTitulo {
  font-family: Verdana, Helvetica;
  font-size: 13px;
  line-height: 22px;
  font-weight : bold;
  color:#333333;  
}
.descripcionCuerpo {
  font-family: Verdana, Helvetica;
  font-size: 11px;
  line-height: 13px;
  color:#333333;
}
/* FIN: Estilos usado en el editor de HTML*/

TD.sombraDchaContenidosHome {
	background-image: url(images/sombra_dcha_contenidos_home.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}
TD.sombraIzdaContenidosHome {
	background-image: url(images/sombra_izda_contenidos_home.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}

A.linklambda, .linklambda {
	color:#FFF;
	text-decoration:none;
}
/*
  $Id: dynamenu_for_osc_styles.txt,v 1.00 2006/05/07 20:04:02 nate_02631 Exp $
	
	Dynamenu for osCommerce CSS Definitions

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com
  Copyright (c) 2003 osCommerce
  
	Released under the GNU General Public License
	
	Below are styles to be included in your catalog stylesheet (stylesheet.css) for
	use with Dynamenu for osCommerce. All the CSS declarations for various menu styles
	are included below. You need only include the style for the type of menu you plan
	to use in your store template (of course feel free to paste them all in if experimenting).
	
	The plain and DHTML menus also work with a set of templates found in the
	/includes/functions/dynamenu/templates folder, but in just about all cases
	modifying the styles below should net you the results you want. 
	
*/

	
/*---------------------------*/
/* Tree and Plain Menu Style */
/*---------------------------*/

.treemenudiv	{     /* Behaviour of tree/plain menu item - leave as is for proper performance */
	display: block;
	white-space: nowrap;
}


.phplmbodytable { /* Class of table cells containing plain menus */
}

.phplmnormal {     /* Font size & color of unlinked menu items */
	color: #000;
	font-size: 13px;
	font-weight:400;	
	text-decoration: none;
}


a.phplm:link, a.phplm:visited	{      /* Font color, style of linked & visited menu items */
	color: #000;
	font-size: 13px;	
	font-weight:400;	
	text-decoration: none;	
}


a.phplm:hover	{      /* Font color, style of menu items when hovered over */
	color: #0000;
	/*background-color: #ccc;*/
	font-size: 13px;
	font-weight:700;	
	text-decoration: underline;	
}

a.phplm:active	{      /* Font size & color of menu items when clicked */
	color: #FF6600;
	font-size: 13px;
	font-weight:700;		
	text-decoration: none;	

}

.dmselected {   /* Style overide for selected category tree */
	font-weight:bold;
	color: #FF6600;	
}

/* File Manager Escaparate*/

.dataTableHeadingRow { background-color: #F0F1F; }
.dataTableHeadingContent { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000000; font-weight: bold; }

.dataTableRow { background-color: #F0F1F; }
.dataTableRowOver { background-color: #DEE4E8; cursor: hand; }
.dataTableRowSelected { background-color: #F0F1F; cursor: hand; }
.dataTableContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.dataTableOrderCanceled {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #CC0000;
}

