﻿/********************  body  ***********************/


body, html{
	height:100%;
	margin:0px;
}

/*******************  Textes  ***********************/

.normal {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.gris {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

.color {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #D4A20D;
	text-decoration: none;
}

.mini {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.titol {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #222222;
}


/****************  backgrounds  ********************/

.td_loader {
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #D4A20D;
}

.td_loader02 {
	background-image: url(../images/loader02.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffffff;
}

.bg_web {
	background-image: url(../images/fdo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.bg_sub-menu {
	background-image: url(../images/fdo-sub-menu.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}


/*******************  links  ***********************/

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #919191;
	text-decoration: none;
}


a.negre {
	color: #000000;
	text-decoration: none;
}
a:visited.negre {
	color: #000000;
	text-decoration: none;
}
a:active.negre {
	color: #000000;
	text-decoration: none;
}
a:hover.negre {
	color: #666666;
	text-decoration: none;
}



/****************TransparÃ¨ncia*******************/

.trans 
{
    FILTER: alpha(opacity=70);
    -moz-opacity: 0.70;
	cursor:pointer;
	cursor:hand;
}



/*********************  Formulari  *********************/

TEXTAREA 
{
   	border:0px solid #000000; 
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
   	background-color: #CCA218;
	padding:0px 5px 0px 3px;
}

INPUT	
{
   	border:0px solid #000000; 
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
   	background-color: #CCA218;
	padding:0px 5px 0px 3px;
}

SELECT	
{
   	border:0px solid #000000; 
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
   	background-color: #CCA218;
	padding:0px 5px 0px 3px;
}

TEXTAREA.pedidos
{
   	border:0px solid #000000; 
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #A68513;
	text-decoration: none;
   	background-color: #EAD9A1;
	padding:0px 5px 0px 3px;
	scrollbar-3d light-color: #EAD9A1;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #EAD9A1;
	scrollbar-face-color: #EAD9A1;
	scrollbar-base-color: #EAD9A1;
	scrollbar-highlight-color: #EAD9A1;
	scrollbar-shadow-color: #EAD9A1;
	scrollbar-track-color: #EAD9A1;
}

INPUT.pedidos	
{
	border:0px solid #000000;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #A68513;
	text-decoration: none;
	background-color: #EAD9A1;
	padding:0px 5px 0px 3px;
}

SELECT.pedidos	
{
   	border:0px solid #000000; 
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
   	background-color: #CCA218;
	padding:0px 5px 0px 3px;
}

TEXTAREA.2 
{
   	border:0px solid #000000; 
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCA218;
	text-decoration: none;
   	background-color: #ffffff;
	padding:0px 5px 0px 3px;
	scrollbar-3d light-color: #ffffff;
	scrollbar-arrow-color: #D4A20D;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-base-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
}

INPUT.2	
{
   	border:0px solid #000000; 
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCA218;
	text-decoration: none;
   	background-color: #ffffff;
	padding:0px 5px 0px 3px;
}


SELECT.2	
{
   	border:0px solid #000000; 
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCA218;
	text-decoration: none;
   	background-color: #FFFFFF;
	padding:0px 5px 0px 3px;
}

form
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
	


/*******************  scroll  **********************/

/**body {
scrollbar-3d light-color: #D4A20D; scrollbar-arrow-color: #ffffff; scrollbar-darkshadow-color: #D4A20D; scrollbar-face-color: #D4A20D; scrollbar-base-color: #D4A20D; scrollbar-highlight-color: #D4A20D; scrollbar-shadow-color: #D4A20D; scrollbar-track-color: #D4A20D;
} **/


/****************PNG a IE6*******************/

.png {
                behavior: url("/pngbehavior.htc");
}


		
/*********************  Altres Parides  *********************/

.dit{
	cursor:pointer;
	cursor:hand;
}

.puntets  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.marc	{
	border: 1px solid #666666;
}


/*******************divs visbles o no */
.visible
{
position:static;
visibility:visible;	
}

.invisible
{
position:absolute;
visibility:hidden;
}
