/* Start of CMSMS style sheet 'jornades' */
/*ESTILS DE LES JORNADES*/

a:link		{color:#730027;text-decoration:none}

a:active	{color:#730027;text-decoration:none}

a:visited	{color:#730027;text-decoration:none}

a:hover		{color:#404040;text-decoration:none}

.centre{
        text-align: middle;
}
.general{
	width:95%;
	height:100%;
        vertical-align: top;
        margin-left: auto;
        margin-right: auto;
        background-color:#fff;
        
}

.amunt{
        vertical-align:top;
}

.capcelera{
	width:100%;	
        height:195px;	
}



.titol{
	height:121px;
            position:absolute;
            top:0px;
            left:0px;
            z-index:10;

            }

.vermell{
	background-image:url(images/jornades/fons-vermell.gif);
        background-repeat: repeat-x;
	height:40px;
        width:265px;
color:#fff;
font-weight:bold;
padding-left:20px;
font-size:110%;
line-height:18px;
}

.vermell0{
	background-image:url(images/jornades/fons-vermell.gif);
        background-repeat: repeat-x;
	height:40px;
        width:280px;
}
.cercle{
	background-image:url(images/jornades/cercle.gif);
        background-repeat:no-repeat;
	height:40px;
        width:33px;
}

.gris1{
	background-image:url(images/jornades/gris.gif);
        background-repeat: repeat-x;
	height:40px;       
}

.gris2{
	background-image:url(images/jornades/gris.gif);
        background-repeat: repeat-x;
	height:40px;
width:10px;
        
}


.Pfixa{
position:relative;
}
.posicio{
    height:184px; 
    width:404px;
    position:absolute; 
    top:-172px; 
    left:-400px;  
    z-index:1;  
}

/*texte*/

body{
        color:#404040;
        font-size:70%;
        font-family:verdana, arial;
}

.filariadna{
        vertical-align:center;
        text-align:left; 
        height:20px;  
}
div.breadcrumbs {
 /*  padding: 1em 0 1.2em 0;  CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
  margin: 0 1em;             /* css shorthand rule will be opened to be "0 1em 0 1em" */  
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 
.peu{
height:35px;
background-color:#E7AA08;
text-align:center;
color:#fff;
}

.fonscela{
background-color:#fff;
}

.fonscelaM{
background-color:#F2D077;
}

.fonscelaP{
background-color:#E7AA08;
}

.pagoF{
background-color:#E7AA08;
}
.pagoB{
background-color:#fff;
}

.tres {
			border-top: 1px solid #E7AA08;
			border-bottom: 1px solid #E7AA08;
			border-right: 1px solid #E7AA08;
}
.Btres {
			border-left: 1px solid #E7AA08;
			border-bottom: 1px solid #E7AA08;
			border-right: 1px solid #E7AA08;
}
.Atres {
			border-left: 1px solid #E7AA08;
			border-top: 1px solid #E7AA08;			
}
.Bdos {
			
			border-top: 1px solid #E7AA08;
			border-right: 1px solid #E7AA08;
}

.quatre {
			border-left: 1px solid #E7AA08;
			border-bottom: 1px solid #E7AA08;
			border-right: 1px solid #E7AA08;
}

.dos {			
			border-bottom: 1px solid #E7AA08;
			border-right: 1px solid #E7AA08;
}

input.inputs
{
                        border-top: 2px solid #bcaa7a;
			border-left: 2px solid #bcaa7a;
                        border-right: 1px solid #e7d196;	
                        border-bottom: 1px solid #e7d196;	
font-size: 11px;
color: #404040;
padding-left: 2px;
padding-right: 2px;
}

select.inputs
{
                        border-top: 2px solid #bcaa7a;
			border-left: 2px solid #bcaa7a;
                        border-right: 1px solid #e7d196;	
                        border-bottom: 1px solid #e7d196;	
font-size: 11px;
color: #404040;

}

option.inputs
{
font-size: 11px;
color: #404040;
}

input.boto
{
   color: #fff;
  font-weight: bold;
background-color: #730027;
  border-bottom: 2px solid #2e0010;
			border-right: 2px solid #2e0010;
                        border-top: 1px solid #b695a0;	
                        border-left: 1px solid #b695a0;	
}
/* End of 'jornades' */

/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper clears the floating elements of the menu */

#menuwrapper { 
        overflow: hidden; 
        background-color: #730021;
        border-bottom: 1px solid #C6C3C6;
        width: 100%;
        }

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li { 
        width: 85px; 
       }


/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	}
#primary-nav ul { 
	position: absolute; 
	top: auto; 
	display: none; 
	}
#primary-nav ul ul { 
	margin-top: 1px;
 	margin-left: -1px;
	left: 100%; 
	top: 0px; 
	}
	
#primary-nav li { 
	margin-left: -1px;
	float: left; 
	}
#primary-nav li li { 
	margin-left: 0px;
	margin-top: -1px;
	float: none; 
	position: relative; 
	}

/* Styling the basic apperance of the menu elements */

#primary-nav a { 
	display: block; 
	margin: 0px; 
	padding: 5px 10px; 
	text-decoration: none;
        color:#fff; 
font-weight:bold;
font-size:10px;
	}
#primary-nav li a { 
	border-right: 1px solid #C6C3C6;
	border-left: 1px solid #C6C3C6;
	}
#primary-nav li li a { 
	border: 1px solid #C6C3C6;
	}	
#primary-nav li, #primary-nav li.menuparent { 
	background-color: #730021; 
	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
	background-color: #E7AA08; 
	}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth { 
	background-image: url(modules/MenuManager/images/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat; 
	}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { 
	background-color: #E7AA08; 
	}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul { 
	display: none; 
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul { 
	display: block; 

	}


/* IE Hacks */

#primary-nav li li { 
	float: left; 
	clear: both; 
	}
#primary-nav li li a { 
	height: 1%; 
	}
-->

/* End of 'Navigation: CSSMenu - Horizontal' */

