/****************PNG a IE6*******************/

.png {
	behavior: url("/pngbehavior.htc");
	border-width: 2px
}



/********************  body  ***********************/


body, html{
	height:100%;
	margin:0px;
	overflow:hidden;
}


/*******************  Textes  ***********************/

.normal {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #7D7D7D;
	text-decoration: none;
	list-style-type: disc;
}

.positiu {
	font-family: Georgia;
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #49575F;
	text-decoration: none;
}

.mini {
	font-family: Georgia;
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.titol {
	font-family: "Times New Roman", Times;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #AEAEAE;
	text-decoration: none;
}




/****************  backgrounds  ********************/

.td_loader {
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.fdo-web {
	background-image: url(../images/fdo-web.jpg);
	background-position: center center; 
	background-repeat: no-repeat;
}

.fdo-ull {
	background-image: url(../images/ull.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.fdo-peu {
	background-image: url(../images/logo-peu.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.logo {
	background-image: url(../images/logo-visiona-contingut.gif);
	background-position: center top;
	background-repeat: no-repeat;
}



/*******************  links  ***********************/

a:link {
	color: #cccccc;
	text-decoration: none;
}

a:visited {
	color: #cccccc;
	text-decoration: none;
}

a:active {
	color: #cccccc;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}


a.color {
	color: #49575F;
	text-decoration: none;
}

a:visited.color {
	color: #49575F;
	text-decoration: none;
}

a:active.color {
	color: #49575F;
	text-decoration: none;
}

a:hover.color {
	color: #cccccc;
	text-decoration: none;
}

a.news {
	color: #888888;
	text-decoration: none;
}

a:visited.news {
	color: #888888;
	text-decoration: none;
}

a:active.news {
	color: #888888;
	text-decoration: none;
}

a:hover.news {
	color: #1A1C1D;
	text-decoration: none;
}


/****************Transparčncia*******************/

.trans 
{
    FILTER: alpha(opacity=85);
    -moz-opacity: 0.85;
}



/*********************  Formulari  *********************/

TEXTAREA 
{
   	border:1px solid #000000; 
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
   	background-color: #FFFFFF;
	padding:2px 5px 2px 5px;
}


INPUT	
{
   	border:1px solid #CF0A07; 
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
   	background-color: #FFFFFF;
	padding:2px 5px 2px 5px;
}

Select	
{
   	border:1px solid #000000; 
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
   	background-color: #FFFFFF;
   	color: #000000;
	padding:2px 5px 2px 5px;
}

form
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
	


/*******************  scroll  **********************/

body {

scrollbar-arrow-color: #E2000E;
scrollbar-base-color: #cccccc;
scrollbar-face-color: #ececec;
scrollbar-track-color: #FFFFFF;
scrollbar-highlight-color: #ececec;
scrollbar-3d light-color: #ececec;
scrollbar-darkshadow-color: #cccccc;
scrollbar-shadow-color: #ececec;
} 	
		
/*********************  Altres Parides  *********************/

.dit{
	cursor:pointer;
	cursor:hand;
}

.liniatop  {
	margin-right: 0;
	color:#295347;
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	
	text-decoration: none
}

.puntets  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.marc	{
	border: 1px solid #dedede;
}

.marc-blanc	{
	border: 1px solid #535353;
}


/*******************divs visbles o no */
.visible
{
position:static;
visibility:visible;	
}

.invisible
{
position:absolute;
visibility:hidden;
}
