/*---- 1-ELEMENTS GENERALS ----------------------------------------------------------------------------------*/
body {
	scrollbar-arrow-color:#fe9900;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:#EFEDED;
	scrollbar-face-color:#EFEDED;
	scrollbar-highlight-color:#fafafa;
	scrollbar-darkshadow-color:#606060;
	scrollbar-3dlight-color:#fafafa;
	height:100%;
	background-color:#e9e4d1; /*/ffad31*A3d064*/
	margin:0;
	padding:0;
}

#Cabecera0{
	background-image: url(../imatges/home/AvuixTu.png)!important;
	background-repeat:no-repeat !important;
	background-image:none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imatges/home/AvuixTu.png');
	background-repeat: no-repeat;
	background-position: 20px 50px;
}
#Cabecera{
	background-image: url(../imatges/home/AvuixTu.jpg);
	background-repeat:no-repeat;
	background-position: 20px 50px;
}


.MarcoHomeIz{
	background-image: url(../imatges/home/Marco_vi.jpg);
	background-repeat: repeat-y;
	background-position: left 0px;
}
.MarcoHomeDer{
	background-image: url(../imatges/home/Marco_vd.jpg);
	background-repeat: repeat-y;
	background-position: right 0px;
}

.MarcoHomeSup{
	background-image: url(../imatges/home/Marco_hs.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.MarcoHomeInf{
	background-image: url(../imatges/home/Marco_hi.jpg);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}

/*----------------MENUS --------------------------------------------------------------------------*/
#Logo{
	top:26px;
	left:20px;
	overflow: visible;
	position: absolute;
	z-index:1;
	width: 180px;
	height:155px;
	background-image: url(../imatges/home/LogoT.png)!important;
	background-repeat:no-repeat !important;
	background-image:none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imatges/home/LogoT.png');
}
#LogosPeu{
	vertical-align:bottom;
	width:180px;
	height:37px;
	position: absolute;
	left: 6px;
	bottom:5px;
}

.BarraMenuSup{
	background-image:url(../imatges/home/barra_sup.jpg);
	background-repeat: no-repeat;
	background-position:68px 0px;
}
.FondoMenu{
	
	background-image:url(../imatges/home/barra_fondo.jpg);
	background-repeat: repeat-y;
	background-position:68px 0px;
}
.FondoSubMenu{
	overflow: visible;
	position: relative;
	z-index:0;
	background-color:#f4f2e8;
	width:160px;
	left:-10px;
	margin:-13px 0 0 0;
	filter:alpha(opacity=70);
	opacity:.7;
	-moz-opacity:0.7;
	/*border:	#999999 1px solid;*/
}

.MarcoSM_Inferior{
	background-image:url(../imatges/home/MarcoSM.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}
.MarcoSM_Izquierda{
	background-image:url(../imatges/home/MarcoSM.gif);
	background-position:left top;
	background-repeat:repeat-y;
}
.MarcoSM_Derecha{
	background-image:url(../imatges/home/MarcoSM.gif);
	background-position:right top;
	background-repeat:repeat-y;
}

#Menu{
	top:220px;
	overflow: visible;
	position: absolute;
	z-index:1;
	width:180px;
	/*border:#000000 1px solid;*/
}
#Menu li{list-style:none; float:right;}


.TituloMenu {
	overflow: visible;
	position: relative;
	z-index:1;
	font-family: Verdana; 
	font-size: 12px;
	color: #333333;
	text-align: center;
	font-weight:bold;
	width:160px;
	height:22px;
	margin-top:5px;
	
}
.TituloMenu:link{width:160px;text-align:center; color:#333333;}
.TituloMenu:hover{color: #FFFFFF;}
.TituloMenu:active{color: #FFFFFF;}
.TituloMenu:focus{color: #FFFFFF;}

.BotonMenu,#BotonMenu a {
	font-family: Verdana; 
	font-size: 12px;
	color: #333333;
	text-align: center;
	font-weight:bold;
	background-image: url(../imatges/home/botons/b_gris.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 180px; 
	height:22px;
	margin:5px 0 0 0;
}

.BotonMenu:link{width: 180px; color: #333333;}
.BotonMenu:hover{color: #FFFFFF;}
.BotonMenu:active{color: #FFFFFF;}
.BotonMenu:focus{color: #FFFFFF;}


.botonMenu_Rojo, .botonMenu_Verde, .botonMenu_Azul, .botonMenu_Lila, .botonMenu_Ocre{
	overflow: visible;
	position: relative;
	z-index:1;
	width: 180px; 
	height:22px;
	margin:5px 0 0 0;
}
.botonMenu_Rojo{background-image: url(../imatges/home/botons/b_vermell.gif);background-repeat: no-repeat;background-position: center center;}
.botonMenu_Verde{background-image: url(../imatges/home/botons/b_verd.gif);background-repeat: no-repeat;background-position: center center;}
.botonMenu_Azul{background-image: url(../imatges/home/botons/b_blau.gif);background-repeat: no-repeat;background-position: center center;}
.botonMenu_Lila{background-image: url(../imatges/home/botons/b_lila.gif);background-repeat: no-repeat;background-position: center center;}
.botonMenu_Ocre{background-image: url(../imatges/home/botons/b_groc.gif);background-repeat: no-repeat;background-position: center center;}



.TituloSubMenu, .TituloSubMenu_Rojo, .TituloSubMenu_Verde, .TituloSubMenu_Azul, .TituloSubMenu_Lila, .TituloSubMenu_Ocre{
	font-family: Verdana;
	font-size: 11px;
	text-align:left;
	text-decoration:none;
	color: #333333;
	padding:5px 5px 0px 10px;
	
}
.TituloSubMenu, .TituloSubMenu_Rojo, .TituloSubMenu_Verde, .TituloSubMenu_Azul, .TituloSubMenu_Lila, .TituloSubMenu_Ocre:link{color: #333333;}
.TituloSubMenu:hover,.TituloSubMenu:active,.TituloSubMenu:focus
{color: #000000;font-weight: bold; background-image: url(../imatges/home/botons/p_gris.gif);background-repeat: no-repeat;background-position: 0px 9px; }
.TituloSubMenu_Rojo:hover,.TituloSubMenu_Rojo:active,.TituloSubMenu_Rojo:focus
{color: #000000;font-weight: bold; background-image: url(../imatges/home/botons/p_vermell.gif);background-repeat: no-repeat;background-position: 0px 9px;}
.TituloSubMenu_Verde:hover, .TituloSubMenu_Verde:active, .TituloSubMenu_Verde:focus
{color: #000000;font-weight: bold; background-image: url(../imatges/home/botons/p_verd.gif);background-repeat: no-repeat;background-position: 0px 9px;}
.TituloSubMenu_Azul:hover, .TituloSubMenu_Azul:active,.TituloSubMenu_Azul:focus
{color: #000000;font-weight: bold; background-image: url(../imatges/home/botons/p_blau.gif);background-repeat: no-repeat;background-position: 0px 9px;}
.TituloSubMenu_Ocre:hover, .TituloSubMenu_Ocre:active,.TituloSubMenu_Ocre:focus
{color: #000000;font-weight: bold; background-image: url(../imatges/home/botons/p_groc.gif);background-repeat: no-repeat;background-position: 0px 9px;}
.TituloSubMenu_Lila:hover, .TituloSubMenu_Lila:active,.TituloSubMenu_Lila:focus
{color: #000000;font-weight: bold; background-image: url(../imatges/home/botons/p_lila.gif);background-repeat: no-repeat;background-position: 0px 9px;}

