/* CSS */

/* IMPORT CSS OPTIONS 
@import url("style.css"); Hides CSS from: * Netscape 4.x * Win IE 3 * Win IE 4 (not 4.72) * Mac IE 4.01 * Mac IE 4.5 * Konqueror 2.1.2 * Win Amaya 5.1
@import url(style.css);  Hides CSS from: * Netscape 4.x * Win IE 3 * Win IE 4 (reads css only when located in the same directory as html
@import url(style.css) screen;  Hides CSS from: * Netscape 4.x * Win IE 6 and below
@import "style.css";  Hides CSS from: * Netscape 4.x * Win IE 4 and lower * Mac IE 4.01 * Konqueror 2.1.2
*/

/*@import "style.css";*/

/************************************************************/
/***** STYLES GENERALS HTML       					********/
/************************************************************/

.clr {clear:both;} 	

/************************************************************/
/***** STYLES QUE AFECTEN A TAGS GENERALS HTML       ********/
/************************************************************/

td {
	text-decoration:none;
	font-size:11px;	
	font-family: Verdana,Arial, Helvetica, sans-serif;
}

/* estils de link default */
a {
	font-size:11px;
	COLOR: #000000;	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

a:link, a:visited {
	font-size: 11px; 
	COLOR: #000000;	
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: underline; 
	font-weight: normal;
}

a:hover, a:visited:hover {
	font-size:11px; 
	COLOR: #8e373b;	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline; 
	font-weight:normal;
}


/************************************************************/
/***** STYLES DE LA PART SUPERIOR DE LA PLANTILLA    ********/
/************************************************************/

#bgtop {
	width: 400px;
	height: 54px;
}

#bgtop_banner {
	text-align:right;	
}

/************************************************************/
/***** STYLES DE LA PART FOOTER DE LA PLANTILLA      ********/
/************************************************************/

.footer {
	font-size: 10px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	text-decoration: none; 
	font-weight:normal;
}

a.footer:link, a.footer:visited {
	font-size:10px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
	border: 0px;
	color:#000000;
}

a.footer:hover, a.footer:visited:hover {
	font-size:10px; 
	font-family:Verdana,Arial, Helvetica, sans-serif;
	text-decoration:underline; 
	font-weight:normal;
	border: 0px;
	color:#000000;
}

/* s'apliquen a la part inferior del menú per nota lega i link al mail */
a.footer2:link, a.footer2:visited {
	font-size:10px;
	COLOR: #000000;	
	font-family:Verdana,Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
}

a.footer2:hover, a.footer2:visited:hover {
	font-size:10px; 
	COLOR: #8c8c8c;	
	font-family:Verdana,Arial, Helvetica, sans-serif;
	text-decoration:underline; 
	font-weight:normal;
}

/************************************************************/
/***** STYLES DE LA PART DE CONTINGUTS               ********/
/************************************************************/


/* .site_Title traslladat a style.css */


/************************************************************/
/***** STYLES SELECTOR LANG                          ********/
/************************************************************/


/*lang menu TD*/
#Tdlang{
	height: 50px;
	vertical-align: middle;
}

/*LINK TXT LANGS*/
.LangLink,.LangLink:link,.LangLink:visited{
	font-size:9px; 
	COLOR: #ffffff;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none; 
	font-weight:normal;
}

.LangLink:link:hover,.LangLink:visited:hover{
	font-size:9px; 
	COLOR: #ffffff;	
	font-family: Verdana,Arial, Helvetica, sans-serif;
	text-decoration:underline; 
	font-weight:normal;
}

.LangLink_selected,.LangLink_selected:link,.LangLink_selected:visited{
	font-size:9px; 
	COLOR: #000;	
	font-family: Verdana,Arial, Helvetica, sans-serif;
	text-decoration:none; 
}

.LangLink_selected:link:hover,.LangLink_selected:visited:hover{
	font-size:9px; 
	COLOR: #000;	
	font-family: Verdana,Arial, Helvetica, sans-serif;
	text-decoration:underline; 
}

/************************************/
/***** CAIXES MODULS         ********/
/************************************/

.table_caixamodul {
	width: 100%;
	height: 30px;
	font-size: 12px;
}

.lead_modul {
margin-bottom: 25px;}
	
.td_text_caixamodul {
	line-height: 14px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
}

.td_text_caixamodul_noborder {
	line-height: 14px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
}

.td_textficha_caixamodul {
	line-height: 14px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-right: 10px;
}

.td_titol_caixamodul {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	font-weight:bold;
}



.td_titol_caixamodul_news {
	font-size: 16px;
	font-family: arial, helvetica, sans-serif ;
	font-weight: bold;
	padding-top: 15px;
		padding-bottom: 8px;
		padding-left: 5px;
}


/***************************************/
/*****        INFO BOXES        ********/
/***************************************/

/* boxes seccions */

.td_title_infobox_modules {
	color: #837546;
	font-size: 14px;
	font-weight: bold;

	font-family: Arial, verdana, helvetica;
	height:25px;
	vertical-align:middle;
	padding-left:5px;
	padding-top:5px;
	background: #F1EBD5;
}

.td_title_infobox_modules:first-letter{
	font-size:120%; 
	color:#1A2250;
}

.td_infobox_modules {
	background-color: #FDF9EE;
	font-size:10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(/templates/default/images/bg_menu_infobox.jpg) no-repeat left bottom;
}

a.infobox_modules:link, a.infobox_modules:visited {
	color: #837546;
	font-size:10px;
	text-decoration: none;
	font-weight: bold;
	line-height: 15px;
}

a.infobox_modules:hover, a.infobox_modules:visited:hover {
	color:#1A2250;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	line-height:15px;
}



/* boxes items */


.td_title_infobox {
	color: #837546;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial;
	height:25px;
	vertical-align:middle;
	padding-left:5px;
	padding-top:5px;
	text-decoration: none;
	line-height: 17px;
	background: #F1EBD5;
}


.td_infobox {
	background-color: #FDF9EE;
	padding-left: 5px;
	padding-right: 5px;
	height: 25px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}


a.infobox:link, a.infobox:visited {
	color: #1A2250;
	text-decoration: none;
	line-height: 17px;
	font-size:10px;
}

a.infobox:hover, a.infobox:visited:hover {
	color:#1A2250;
	text-decoration:underline;
	line-height:17px;
}

/* PER LES RELACIONS */


a.boto_caixamodul_small:link, a.boto_caixamodul_small:visited {
	display:block;
	font-size: 9px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
	font-weight:bold;
	color:#837546;
	text-decoration:none;
	border: 1px solid #D2CAAF;
	background-color:#FDF9EE;
	width: 150px;
}

a.boto_caixamodul_small:hover, a.boto_caixamodul_small:visited:hover {
	color:#1A2250;
	background-color:#F1EBD5;
}

/************************************************************/
/************************************************************/
/*****                                               ********/
/***** STYLES ALTRES ITEMS i WEBMODULES              ********/
/*****                                               ********/
/************************************************************/
/************************************************************/

/************************************************************/
/***** STYLES VARIS ITEMS WEBMODULES                 ********/
/************************************************************/

.pathway{
	background: #E9E9E9;
	font-size: 10px;	
	font-family: Arial, Helvetica, sans-serif; 
	COLOR: #666666;
	padding-left: 5px;
	padding-top: 5px; 
	padding-bottom:	5px;
}



/************************************/
/***** CAIXES HOME PAGE      ********/
/************************************/

.table_caixahome {
	border:1px solid #000000; 
	width: 380px;
	height: 30px;
}
	
.td_text_caixahome {
	font-size: 11px;
	line-height: 14px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
}

.table_border {
	border:#FFFFFF solid 2px;
}


/************************************************************/
/***** LINKS                                         ********/
/************************************************************/



/* menuidiomes NO USAR*/	
a.link1:link, a.link1:visited {
	color:#BEE3FF; 
	text-decoration:none;
}

a.link1:hover, a.link1:visited:hover {
	color:#FFFFFF; 
	text-decoration:none;
}

/* menu left */
a.link3:link, a.link3:visited {
	color: #0060AA;
	text-decoration: none;
	font-weight: bold;
	line-height: 17px;
}

a.link3:hover, a.link3:visited:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	line-height:17px;
}

/* link home */
.link4 {
	color:#FFFFFF;
	text-decoration:none;
	line-height: 12px;
}

a.link4:link, a.link4:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	line-height: 12px;
}

a.link4:hover, a.link4:visited:hover {
	color:#656565;
	text-decoration:none;
	font-weight:bold;
	line-height:  12px;
}

/*ESTILS FORMULARIS TPV*/

.tdTPV{
	background-color:#ffffcc;
}

.buttonTPV { 
	FONT-SIZE: 11px;
	COLOR: #663300; 
	background: #FDC46C; 
	text-decoration: none;
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border: 1px solid #CC6600;
	cursor: pointer;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
}

.tdTRANSFER{
	background-color:#ffff99;
}

.buttonTRANSFER { 
	FONT-SIZE: 11px;
	COLOR: #663300; 
	background: #FDC46C; 
	text-decoration: none;
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border: 1px solid #CC6600;
	cursor: pointer;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
}

.abutton, abutton:link, .abutton:visited, .abutton:hover, .abutton:visited:hover { 
	font-size: 11px;
	COLOR: #663300; 
	background: #FDC46C; 
	text-decoration: none;
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border: 1px solid #CC6600;
	cursor: pointer;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
}


#contingut li {
	list-style-image:url(images/bullet_menu01.gif);
}

#contingut image {
	padding:5px;
}

#contingut li a, #contingut li a:link, #contingut li a:visited {
	color:#666666;
	text-decoration: underline;
}
#contingut li a:hover, #contingut li a:visited:hover {
	color:#000000;
	text-decoration: underline;
}

.bannersdreta img {
	width: 120px;
}

.bannersdreta2  {
	margin-bottom: 10px;
}
