@import "creativat.css";

.tituloTR {
	color: #333333;
}
a.linkMenu{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 2px;
	margin: 2px;
}
a.linkMenu:hover {
	color: #000000;
	text-decoration: none;
	background-color: #EFF7E7;
}
.verde {
	color: #9CCF31;
	font-size: 8px;
}
.fondoVerde {
	color: #FFFFFF;
	background-color: #9CCF31;
}
.lineaDerecha {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.cabezal {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9CCF31;
	border-right-color: #9CCF31;
	border-bottom-color: #9CCF31;
	border-left-color: #9CCF31;
}

.blanco {
	color: #FFFFFF;
}
.cajaVerde {
	border: 1px solid #9CCF31;
	margin: 5px;
	padding: 10px;
}

a.linkProducto {
	color: #9CCF31;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-decoration: none;
	font-weight: bold;
}

.precioComun {
	font-weight: bold;
	color: #333333;
}
a.linkProducto:hover {
	font-weight: bold;
	color: #9CCF31;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.precioDeOferta {
	color: #FF0000;
}
.cajaOfertas {
	border: 1px solid #CCCCCC;
}
.ofertasLineaSuperior {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.precioEnOferta {
	color: #999999;
	text-decoration: line-through;
}
.negro {
	color: #000000;
}



.pie {
	font-size: 9px;
	color: #333333;
	text-align: center;
}

BODY { 
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#99CC33;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:#99CC33;
scrollbar-arrow-color:#99CC33;
scrollbar-track-color:#99CC33;
}
