body {
	background: #E8E8E8;
}

table, tr, td, p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 1.5em;
	color: #000000;
}

table {
	padding: 0;
}

select, input {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
    font-size: 11px;
	color: #333;
}

h3 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
    font-size: 13px;
	font-weight: bold;
	color: #f6f6f6;
	padding: 2px 0 1px 7px;
	background: #888;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	letter-spacing: 3px;
	text-transform: uppercase;
}


/* text style for the unselected tabs */
.OtherTabs {
    font-size: 11px;
    color: #000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar
{
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	color: #660066;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	background-color: #E9DAE9;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#E9F7CC' , Direction=135, Strength=3);
	border-bottom: #8FD400 0px solid;
	border-left: #8FD400 0px solid;
	border-top: #8FD400 0px solid;
	border-right: #8FD400 0px solid;
}

.ModuleTitle_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	color: #660066;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #E9DAE9;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 11px;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 11px;
}


/* ============================================================
    MENU ESQUERRA
   ============================================================ */ 
.menupane ul
{
	padding: 10px 0 10px 0;
	margin: 0;
}
.menupane ul li
{
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px dotted #231F20;
}
.menupane ul li li, .menupane ul li li li
{
	list-style-type: none;
}
.menupane a, .menupane a:link, .menupane a:visited, .menupane a:hover, .menupane a:active{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
}
a.SkinObject:link
{
    color:#DBEEC5;
    text-decoration:none;
}
a.SkinObject:hover
{
    color:White;
    text-decoration:none;
}

/* ============================================================ */

/* for the date ---------------------------------------------------*/
.SelectedTab {
    color: #777;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
}


/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #000000;
}


/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: #AA1500;
	text-decoration: none;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

a.SubHead:hover {
	color: #2c2c2c;
	text-decoration: none;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}


a.CommandButton:link, a.CommandButton:visited {
	color: #335383;	
	padding: 1px 5px 2px 6px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.CommandButton:hover {
	color: #000000;
	padding: 1px 5px 2px 6px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:link, a.Normal:visited {
	color: #4A6171;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a.Normal:hover {
	color: #2c2c2c;
	background: transparent;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}


a:link, a:visited {
	color: #4A6171;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}


.Head {
	font-size: 11px;
	color: #333333;
	background: transparent;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 0;
}

.Normal {
	color: #000000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}

.NormalRed {
	color: #D08D00;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 11px;
}

.NormalBold {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

.NormalTextBox {
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
}

.peu {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #999999;
}

.login {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #DBEEC5;
	height: 25px;
}
.login a:link, .login a:visited {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.login a:hover {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.HomeCaption a:hover
{
    font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.HomeNews
{
    font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 11px;
}
.titol_container1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #4A6171;
}  
.text_container{
    padding-top:0px;
    padding-bottom:15px;
}
.text_containerTramat{
    background-color:#DBDFE3;
    padding-top:5px;
    padding-bottom:15px;   
}
.titol_activ {
    background-image:url(monitor.png);
    background-repeat:no-repeat;
    background-position:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: White;
	padding-left:17px;
}  
.titol_activ2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: White;
}  
.titol_activ3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #2A597B;
} 
.titol_granota {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #7C11AE;
}  
.titol_gerro {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}  
.titol_horaris {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #DFE3E6;
}
.titol_informacio
{
    font-family: "Lucida Grande", Verdana, Arial, Helsvetica;
	font-size: 14px;
	font-weight: bold;
	color: #dcdcdc;
}
.titol_container2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #3399FF;
}  
.titol_container3 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.titol_principal {font-family: Georgia, "Times New Roman", Times, serif;font-size: 22px;font-weight: normal;color:white;}

/* principal taronja */
.taronja_titol {padding:0 0 10px;text-align:center;text-transform:uppercase;font-weight:bold;}
.taronja_titol .titol_principal {color: #231F20;}
.taronja_cos {background-color:#F6EEEB;padding:5px;border-top:solid 1px #B88C73;}
.taronja_cos .HomeCaption {background-image:url(punt_taronja.gif);background-repeat:no-repeat;background-position:top left;padding-left:12px;
                           color: black;font-weight: bold;text-decoration: none;}
/* principal verd */
.verd_titol {padding:10px 0;text-align:center;text-transform:uppercase;font-weight:bold;}
.verd_titol .titol_principal {color: #231F20;}
.verd_cos {background-color:#E8EDF1;padding:5px;border-top:solid 1px #5D879F;}
.verd_cos .HomeCaption {background-image:url(punt_verd.gif);background-repeat:no-repeat;background-position:top left;padding-left:12px;
                        color: black;font-weight: bold;text-decoration: none;}
/* principal blau */
.blau_titol {padding:10px 0;text-align:center;text-transform:uppercase;font-weight:bold;}
.blau_titol .titol_principal {color: #231F20;}
.blau_cos {background-color:#DBDFE3;padding:5px;border-top:solid 1px #4A6171;}
.blau_cos .HomeCaption {background-image:url(punt_blau.gif);background-repeat:no-repeat;background-position:top left;padding-left:12px;
                        color: black;font-weight: bold;text-decoration: none;}


.titol_taronja {font-family: Georgia, "Times New Roman", Times, serif;font-size: 22px;font-weight: normal;color: #FF6501;}
.titol_verd {font-family: Georgia, "Times New Roman", Times, serif;	font-size: 22px;font-weight: normal;color: #9ACA02;}
.text_taronja {background-color:#FCEADE;padding:5px;}
.text_verd {background-color:#EDFFCA;padding:5px;}


.breadcrumb {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #4A6171;
	padding-top:15px;
	padding-left:20px;

}
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active, .breadcrumb a:hover {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #4A6171;
	font-weight:bold;
	text-decoration:underline;
}

.idioma {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #DBEEC5;
	height: 25px;
    vertical-align: middle!important;
}
.idioma a:link, .idioma a:visited {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #DBEEC5;
	text-decoration: none;
}
.idioma a:hover {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
 
.cap {
	background:#231F20;
	height: 37px;
}
.fonsdarder {
	background-image: url(inici_darder.jpg);
	background-repeat: no-repeat;
    background-color:#5D879F;
}

.fonshistoria {
	background-image: url(inici_arqueologic.jpg);
	background-repeat: no-repeat;
    background-color:#B88C73;
}
.banner_top a.nolink,
.fonshistoria a.nolink,
.fonsdarder a.nolink{text-decoration:none;display:block;height:100%;}

.banner_top.darder{background:#5D879F;}
.banner_top.arqueologic{background:#B88C73;}

.banner_top a.nolink img {}

.titolDarder {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	color: #003300;
	line-height: 22px;
	padding-left:10px;}
.titolDarder2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
.titolHistoria {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	color: #661F16;
	line-height: 22px;
	padding-left:10px;}
.fosbaix {
	background-image: url(difum_baix.jpg);
	background-repeat:   repeat-x;
}
.fosbaixprint
{
    text-align:right;
    padding-right:10px;
    padding-top:3px;
    background-image: url(difum_baix.jpg);
	background-repeat:   repeat-x;
}

.SimpleMenuInactive0 { 	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
 } 
.SimpleMenuInactive1
 { 	font-family: font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
 } 
.imatgePortada
{
	float: left;
	margin-right:5px;
	
}
.taronja_cos .imatgePortada img
{
	border: solid 5px #B88C73 !important;
}
.verd_cos .imatgePortada img
{
    border: solid 5px #5D879F !important;
}
.blau_cos .imatgePortada img {
    border: solid 5px #4A6171 !important;
}

.contentPane
{
    padding:15px;
}
.esquerraPane
{
    padding-top:15px;
    padding-left:15px;
}
.dretaPane
{
    padding-top:15px;
    padding-left:5px;
}
.bannerPane
{
    margin-top:25px;
    padding:0 2px;
}
.bottomPane
{
    padding:15px 10px 15px 15px;
    background:white;
}
.topPane
{
    padding:0px 10px 0px 15px;
}
.fonsgranota {
	background-image: url(capContainersVerd.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 170px;
}
.fonsgerro{
	background-image: url(capContainersTaronja.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 170px;
}
.fonshoraris {
	background-image: url(capContainersInformacio.jpg);
	background-repeat:repeat-x;
	background-position:left;
	/*height: 50px;*/
	width: 172px;
	height:73px;
	padding-top:7px;
	padding-left:25px;
}
.fonsinformacio
{
    background-image: url(capContainersHorari.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-top:20px;
}
/* Activitats Didactiques*/


.activ_fonscentre
{
    background:#231F20;
    text-align:left;
    width:500px;
}
.activ_fonslink
{
    background:#231F20;
    text-align:right;
    width:20px;
}
.activ_fonsactions
{
    text-align:left;
    background:#231F20;
    width:20px;
}


.activ_didactiques2
{
    padding:30px;
    background-color:#E6E9EB;
    margin:0 0 10px 2px;
}

.activitats_natura
{
    color:#9ACA02;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:15px;
    font-weight:normal;
    padding-top:5px;
    padding-left:5px;
    margin:0;
}
.activitats_historia
{
    color:#FF6501;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:15px;
    padding-left:5px;
    padding-top:5px;
    font-weight:normal;
    margin:0;
}
td.activitat_text
{
    padding-top:10px;
    padding-left:10px;
    vertical-align:top;
}

.activ_didactiques3
{
    padding-left:45px;
    
}

.idioma
{
	text-transform:uppercase;
	vertical-align:top;
}

.titolFixtaMapa
{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica;
	font-size:15px;
	font-weight:bold;
	background-color:#E6E9EB;
	width:200px;
	margin-bottom:3px;
	padding:2px 2px 2px 4px;
}

.fotoFitxaMapa
{
	float:left;
	border:solid 4px white;
	width:75px;
	
}

.descripcioFitxaMapa
{
	width:205px;
}
ul.activitats_menu1
{
    color:Green;
    padding-left:25px;
    margin:0;
    
}
ul.activitats_menu2
{
    color:Orange;
    padding-left:25px;
    margin:0;
}
.fitxa{ width:100%}
.fitxa_icona {width: 32px; margin:0;padding: 15px 15px 15px 0; vertical-align:top;}
.fitxa_descripcio { text-align:justify; padding-top:15px; vertical-align:top;}
div.divBanners img{border:0}

.new_item{margin:15px 5px 0;padding-bottom: 15px;}
.new_item .title{padding-bottom:10px;}
.taronja_cos .new_item{border-bottom: dotted 1px #B88C73;}
.verd_cos .new_item{border-bottom: dotted 1px #5D879F;}
.blau_cos .new_item{border-bottom: dotted 1px #4A6171;}


.btn-white {background-color:#FFF;display: inline-block;color: #231F20 !important;font-family: Georgia,"Times New Roman",Times,serif !important;
            font-size: 20px !important;font-weight: bold !important;padding: 8px 7px !important;text-decoration: none !important;}
.btn-white:hover {background-color:#D7D7D7;}
.btn-white.icon{padding-right:28px!important;background-image:url(icon_small.png);background-repeat:no-repeat;background-position:right center;}