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


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


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

.normal {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.color {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.envios {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	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-family: "Times New Roman", Times;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #CE0000;
	text-decoration: none;
}

.num {
	font-family: "Times New Roman", Times;
	font-size: 25px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	color: #CF8383;
	text-decoration: none;
}

.titol-big {
	font-family: "Times New Roman", Times;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.titolar {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}




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

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

.td_loader2 {
	background-image: url(../images/loader2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffffff;
}

.td_miniatures {
	background-image: url(../images/loader2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffffff;
	border: 1px solid;
	border-color: #000000;
}

.td_contingut {
	background-color: #000000;
	border: 1px solid;
	border-color: #535353;
}

.bg_somos {
	background-image: url(../images/fdo-somos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_modelos {
	background-image: url(../images/fdo-modelos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_datos {
	background-image: url(../images/proteccion-datos.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bg_prensa {
	background-image: url(../images/prensa.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_dicen-de {
	background-image: url(../images/fdo-dicen-de.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_contingut-activitats {
	background-image: url(../images/fdo-02-activitats.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	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: none;
	border-left-style: none;
}

.bg_contingut-casa {
	background-image: url(../images/fdo-02-casa.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	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: none;
	border-left-style: none;
}

.td_menu {
	background-color: #000000;
	border: 1px solid;
	border-left-color:#000000;
	border-right-color: #535353;
	border-top-color: #535353;
	border-bottom-color: #535353;
}

.bg_menu {
	background-image: url(../images/fdo01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #000000;
}

.bg_menu-entorn {
	background-image: url(../images/fdo-01-entorn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px none #000000;
}

.bg_menu-activitats {
	background-image: url(../images/fdo-01-activitats.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px none #000000;
}

.bg_menu-casa {
	background-image: url(../images/fdo-01-casa.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px none #000000;
}

.bg {
	background-color: #000000;
}


/*******************  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=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 #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;
}

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-3d light-color: #FFFFFF; scrollbar-arrow-color: #3C586F; scrollbar-darkshadow-color: #ffffff; scrollbar-face-color: #FFFFFF; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #C0CCBA; scrollbar-track-color: #FFFFFF;
} 
	
		
/*********************  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 #000000;
}

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


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

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