/*
  $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
*/
/*TEXTOS EXPLICATIVOS, TEXTOS FORMULARIOS,ECT*/
TABLE.infoBox {
  border: 1px;
  border-style: solid;
  border-color: #000000;
  border-spacing: 1px;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color:#000000;
}

TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color : #000000;/* raul */
	background: #C5F20D;
}
TD.infoBoxHeadingModulos {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #ff0000;
  color: #e5f0da;
}

/*FONDO Y FUENTES BARRA DE NAVEGACION DEBAJO CABECERA*/
TD.headerNavigation {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #C5F20D;
	color: #000000; 
	font-weight : bold;
	height: 20px;
}

/*color LINKS BARRA DE NAVEGACIÓN*/
A.headerNavigation {
	color: #000000;	
}

A.headerNavigation:hover {
  color: #000000;
}
TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #C5F20D;
	color: #000000;
	font-weight: bold;
	height:18px;
}

/*CAJAS DE FORMULARIO*/
.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	
}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #000000; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #880921;
	text-decoration: underline;
}

/*estilos para el color de fondp del cuerpo */
BODY {
	background: #FFFFFF;
	color: #000000;
	margin: 1px;
}
/*LINKS*/

A {
	color: Black;
	text-decoration: none;
}

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

FORM {
	display: inline;
}
/*COLOR DE FONDO DE LA CABECERA*/
TR.header {
  background: #ffffff;
}
/*------------------------------------------------------------------*/
TR.headerNavigation {
background: #D6B7C2;
}


TR.headerError {
  background: #ff0000;
}
/*SUPONGO QUE SERÁ EL COLOR DE FONDO Y FUENTE EN CASO DE ERROR DE LA BARRA DE NAVEGACIÓN*/
TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}
/*--------------------------------------------------------------*/
TR.headerInfo {
  background: #000000;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
/*FONDO Y FUENTES DE LA BARRA ENCIMA DEL PIE*/
TR.footer {
  }


/*FONDO Y ESTILO CAJAS DE MENUS Y MODULOS CENTRALES*/
.infoBoxContents {

  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/*FONDO Y ESTILO CAJAS DE MENUS Y MODULOS CENTRALES*/
.infoBoxContents_cajas{
  background: url(/images/CajaConteIz_2.gif);
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.infoBoxContentsModulos {
  background:  url(/images/CajaConte_2.gif) repeat-y;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/*-----------------------------------------------------*/
.infoBoxNotice {
  background: #FF8e90;
}
/*-----------------------------------------------------*/
.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/*FONDO Y FUENTE CABECERAS MENUS Y MODULOS*/

/*------------------------------------------------*/
TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  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: #FFF5FE;
}
/*---------------------------------------------------------------------------------*/
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: #FFF5FE;
}
/*LISTADO DE PRODUCTOS CUANDO PINCHHAS EN AÑADIR A LA CESTA*/

/*borde TABLA*/
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #000000;
  border-spacing: 1px;
}
/*CABECERA*/
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}
/*TEXTO INTERIOR*/
TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/*---------------------------------------------------------------------------------------------*/
A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}
/*TITULOS GRANDES*/
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #2f4f4f;
}
/*---------------------------------------------------------------------------------*/
TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}
/*TEXTOS PEQUEÑOS*/
TD.smallText, SPAN.smallText, P.smallText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: Blue;
}
/*---------------------------------------------------------------------------------*/
TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

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

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

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

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

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

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

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-size:2.0em;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: pointer; }
.moduleRowSelected { background-color: #e9f4fc; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

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

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.destacada {
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	color: #259c56;
/*
	font-size: 12px;
	word-spacing:-2px;*/
	line-height: 30px;
}

.subdestacada {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 5px;
	text-align:right;
}


.textoDescripcion {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;	
}


/************** PRODUCTO ESTRELLA ********************/
.star-product-title {
  font-family: Verdana, Arial, sans-serif;
  text-align : center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.star-product {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}
.star-product-price{
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}

/**********************************/




/*----------------------------Suggest Styles--------------------------*/
.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #3366CC;
	padding: 2px 6px 2px 6px;
}
#search_suggest {
	position: absolute; 
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #000000;			
}		
/*----------------------------End Suggest Styles------------------------*/



/*----------------------------Profesionales------------------------*/
	#instaladores {
		background-image:url(images/profesionales.jpg);
		background-repeat:no-repeat;	
		width:220px;
		height:290px;
		padding-left:15px;
		padding-right:15px;
		padding-top:10px;
	}
	#instaladores table {
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
	}
	
	.bot_profesional {
		background-image:url(images/fondo_boton.jpg);
		background-repeat:no-repeat;
		width:155px;
		height:14px;
		padding-left:5px;
		border-style:none;	
	}
	
	.gancho {
		text-align:center;
		font-size:18px;
		font-weight:bold;
		padding-bottom:20px;
	}
/*----------------------------fin profesionales------------------------*/

