/*Estil general del document*/
/* COLORS TARONJA: #F3971B  MARRÓ: #945419 */

body {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size:12px;
color:#000000;
background-color:#F3971B;
margin-top:5px;
}

/*Estil de la capa principal. Margin: auto (centrat per a Mozilla i altres navegadors)*/
#contenidor{
text-align: left;
width: 950px;
height: 580px;
background-color : #F3971B;
margin: auto;
/*border: solid 2px;
border-color:#945419;*/
} 

#contingut{
width:800px;
height:380px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

/*Estil de la capçalera*/
#cap{
height: 100px;
width: 950px;
background-color: #F3971B;
}

/*Estil del menú horitzontal*/
.menu_idiomes{
height: auto;
width: 150px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#945419;
float:left;
margin-left: 75px;
margin-top: 60px;
}

.titular{
height: 100px;
width: 650px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #000000;
font-size: 48px;
background-color: #F3971B;
line-height:90px;
margin-left:35px;
}

/*Estil del menú vertical*/
.menu_vert{
height: auto;
width: 150px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:right;
color:#945419;
float: right;
margin-right: 75px;
margin-top: 30px;
}

/*Estil del cos*/
#cos{
	width: 800px;
	height: 380px;
	text-align:left;
	margin-left:75px;
	background-color:#FFFFFF;
	color:#006699;
	margin-top:0px;
}

#menu{
width: 950px;
height: 96px;
text-align:left;
color:#FFFFFF;
clear:both;
}

#submenu_hor{
	width: 850px;
	height: 38px;
	text-indent:250px;
	color:#000000;
	float: right;
	}

#submenu_hor{
	width: 850px;
	height: 38px;
	text-indent:250px;
	color:#000000;
	float: right;
	}

#submenu_hor_distribucio{
	width: 850px;
	height: 38px;
	text-indent:300px;
	color:#000000;
	float: right;
	}

/*Estil del menú horitzontal*/
#menu_hor{
width: 850px;
height: 38px;
font-size:16px;
text-indent:20px;
font-weight:bold;
color:#000000;
float: right
}

#menu_hor_es{
width: 850px;
height: 38px;
font-size:16px;
text-indent:0px;
font-weight:bold;
color:#000000;
float: right
}

/*Estil del peu de pàgina*/
#peu{
width: auto;
height: 20px;
font-size:12px; color:#945419;
padding-left: 0px;
}

#peu_index{
width: auto;
height: 20px;
font-size:12px; color:#945419;
text-align:center;
margin-top:100px;
}

/*Estil del fons del titular del cos*/
#fons_titular_cos{
float:right;
height: 51px;
width: 660px;
margin-top:10px;
margin-right:10px;
margin-bottom:0px;
background-image:url(img/info_corner_verd_02.jpg);
background-repeat:repeat;
}

#frame{
width: 100%;
height: 100%;
text-align:center;
margin-top: 0;
margin-left: 0;
}

#text{
width:400px;
height:380px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
text-align:justify;
margin-left: 10px;
margin-right: 10px;
float:right;
}

#text_es{
width:400px;
height:380px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
text-align:justify;
padding-left: 10px;
padding-right: 5px;
float:right;
overflow:scroll;
overflow-x:hidden;

}

/*estil dels enllaços del menu idiomes*/
A.link1:VISITED, A.link1:ACTIVE, A.link1:FOCUS, A.link1:LINK{
color: #945419; text-decoration:none;
}
A.link1:HOVER{
color: #FFFFFF; text-decoration:none;
} 

/*estil dels enllaços del menu horitzontal*/
A.link2:VISITED, A.link2:ACTIVE, A.link2:FOCUS, A.link2:LINK{
color: #000000; text-decoration:none;
}
A.link2:HOVER{
color: #FFFFFF; text-decoration:none;
} 

/*estil dels enllaços del menu vertical d'opcions distribuidors*/
A.link3:VISITED, A.link3:ACTIVE, A.link3:FOCUS, A.link3:LINK{
color: #000000; text-decoration:none;
}
A.link3:HOVER{
color: #945419; text-decoration:underline;
}


A.link4:VISITED, A.link4:ACTIVE, A.link4:FOCUS, A.link4:LINK{
color: #FFFFFF; text-decoration:none; font-weight: bold;
}
A.link4:HOVER{
color: #FFFFFF; text-decoration:underline;
} 


A.link5:VISITED, A.link5:ACTIVE, A.link5:FOCUS, A.link5:LINK{
color: #000000; text-decoration:underline; font-weight: bold;
}
A.link5:HOVER{
color: #000000; text-decoration:underline; font-weight: bold;
} 