﻿/* Establim marges i bordes a 0 per evitar diferencies entre navegadors */
html, body, div, p, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button
{
	margin: 0;
	padding: 0;
}


#contenidor {
 width: 992px; 
 margin: 0 auto;
}

/*General*/
body
{
	text-align: center;
	background-color: #ffffff; /* gris clar */
	background-image: url(imatges/bg_marges.gif); /* gris */
	background-repeat: repeat;
	font-family: "Trebuchet MS" , Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	color: #666666;
	
}


textarea, input
{
	font-family: "Trebuchet MS" , Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}


/* Capçalera - capa contenidora menu i logo*/

#capcalera 

{
background-image: url(imatges/fons_capcalera.jpg);
background-color: #ffffff; /* blanc */
/*border: solid 1px #666;*/
border:0px;
height: 166px; /*218px;*/
margin: 0 auto; 
position:relative;
text-align: left;
width: 992px; 
z-index:1;
}


/* capa contenidora logo */
#logo
{
	float: left;
	width: 428px; /* 800 pixels - zona scroll */
	height: 166px;/*218px;*/
	border: none;
	text-align: center;
	background-color: #ffffff; /* blanc */
	background-image: url(imatges/logo_capcalera.jpg); 
	background-repeat: repeat;
	z-index: 1;
	
}


/* capa contenidora cos principal pagina */
#cos
{
	float: left; 
	border:0px;
	background: #fff;
	padding-bottom:15px;
	width: 992px; 
	margin: 0 auto; 
	position:relative; 
	/*min-height: 130px;*/

}
/*capes a l'interior de pantalla*/	
#esquerra
{
	border: 0px;
	border-right: 1px solid #e85600;
	background: #fff;
	float: left;
	font-size: 1.2em;
	height: auto;
	margin: 22px 0 0 0;
	padding: 0px;
	/*position:relative;*/
	text-align: center;
	width: 211px;
	/*z-index:99;*/
			
	}

#dreta 
{
 position: relative; 
 float: right;
 width: 150px;
 padding: 0px; 
 background-color: #fff;
}

#centre, #centreArxiu, #centreSeminari, #centreDilluns
{
	background-image: url(imatges/titol_general.jpg);
	background-repeat:no-repeat;
	/*padding: 50px 0 0 50px;*/
	padding: 50px 5px 0 10px;
	float: left; 
	margin:0px;
	text-align: left;
	width: 720px; 
	
	
}

#centreArxiu
{
	background-image: url(imatges/titol_arxiu.jpg);
	background-repeat:no-repeat;
	padding: 50px 10px 0 50px;}
	
#centreSeminari
{
	background-image: url(imatges/titol_seminari.jpg);
	background-repeat:no-repeat;
	padding: 50px 10px 0 50px;}
	
#centreDilluns
{
	background-image: url(imatges/titol_dilluns.jpg);
	background-repeat:no-repeat;
	padding: 50px  0 0 50px;}
/* capa contenidora titol */

#contacte
{
	color: #fff;
	border: none 0px;
	float:left;
	margin-left: 15px;	
	padding-top: 42px;
	padding-left:0px;
	text-align: left;
	width: 250px;
	
}
#contacte a{color: #000; font-weight: bold; text-decoration:none;}

#contrast
{	
	border: 0px;
	color: #fff;
	float:left;
	padding: 20px 0 0 45px;
	text-align: right;
	width: 150px;
	
}

#idioma
{
	color: #000;
	float:left;
	padding: 10px 0 0 20px;
	text-align:left;
	width:80px;
	}
	
#login
{
	color: #656565;
	float:left;
	font-size: 0.8em;
	margin: 10px 0 0 0;
	padding: 10px 0 0 20px;
	text-align:left;
	width: 500px;
	}	

/*estils temporals que s'hauran de treure posteriorment*/
#ctl00_login_horitzontal1_pbLogin {visibility:hidden;}
#login a {visibility:hidden;}

/*******************************************************/

#cercador
{
	border: 0px;
	color: #fff;
	float:left;
	margin:-98px 0 0 0px;
	padding: 0px 0 0 315px;
	/*text-align: right;*/
	width: 150px;
	
	}
	
.btBuscar {	 border:0; background-image:url(imatges/btBuscar.jpg); cursor: pointer;}	
	 
#banners
{
	/*width:992px;
	height:46px; 
	margin:10px auto; /* top=10 horitzontal auto */
	border:0px;	
	text-align:left;
	
	
	position:absolute; /* posicio absoluta dins la capa banners*/
	width:195px;
	height:51px; 
	top: 275px;
	left: 0px;
	/*margin:0 0 0 0; */
	border:1px solid #666666; /* gris */		
	text-align:left;
	background-color:#ffffff; /* blanc */
	background-image:url(imatges/bg_main.png); /* blanc */
	background-repeat:repeat;
	
	
	}
	

/* capa centre dins capa pantalla de portada */
#centrep
{
	margin: 0;
	float: left;
	width: 410px;
	padding-left: 8px;
	border: 0px;
	text-align: left; /*	background-image:url(imatges/bg_main.gif); /* blanc */ /*    background-repeat:repeat; */
}




/* capa centre de gst */
#gstcentre
{
	float: left;
	width: 993px;
	border: 0px;
	text-align: left;
	background-color: #ffffff; /* blanc */
	background-image: url(imatges/bg_main.gif); /* blanc */
	background-repeat: repeat-y;
}

/*capes - pagines a 2 columnes uniformes*/

#columna1
{
	float: left;
	width: 250px/*48%*/;
}

#columna2
{
	float: right;
	width: 200px/*48%*/;
	padding: 0 10px 30px 0;
}



/*capes - columnes portada*/

#columna1p
{
	float: left;
	width: 400px;
	/*padding: 0 5px 30px 0;
	background-color: Red;*/
}

#columna2p
{
	float: left;
	width: 270px;
	padding-left:5px;
	border-left: solid 1px #e4e4e4;
	
	/*padding: 0 0 30px 0;*/
}


/* capa contenidora peu */
#peu
{
	width: 992px;
	height: 100px;
	margin: 10px auto; /* top=10 respecte a capa anterior horitzontal auto */
	border-top: 1px solid #666666; /* gris */
	background-color: #ffffff; /* blanc  /*	background-image:url(imatges/bg_main.png); /* blanc */ /*	background-repeat:repeat; */
	text-align: left;
	clear: both;
	/*display: table;*/
}

#peu p
{
	font-size: 0.9em;
	padding: 10px 0 0 25px;
	vertical-align: middle;
}

#peu a
{
	text-decoration: underline;
	color: #666;
}

#peu a:hover
{
	text-decoration: none;
}

#peu a:visited
{
	color: #999;
}

/* estils de capes per nom */
.requadre
{
	background-color: Transparent;
	border: 0px;
	margin: 5px;
	/*padding: 0 15px 15px 20px;*/
	/*border: solid 1px #999999; /*	background-color:#ffffff; */
	
}

.requadretransparent
{
	margin: 5px;
	padding: 0 20px 15px 20px;
	border: solid 1px #fff; /*	background-color:#ffffff; */
}

.requadre_agenda
{
	margin: 5px;
	padding: 0 20px 15px 20px;
	border: solid 1px #999999; /*	background-color:#ffffff; */ /*    background-image: url(imatges/bg_agenda.gif); */
}

.interlinia_botons
{
	font-size: 0.20em;
}

.objcentrat
{
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

/*misstges destacats*/
.error
{
	background: #FDD1C5 url(imatges/ko.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #FBAB95;
	border-bottom: 2px solid #FBAB95;
	color: #000000;
}

.ok
{
	background: #F7FABE url(imatges/ok.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #DFE786;
	border-bottom: 2px solid #DFE786;
	color: #000000;
}


/* estils tipografics WebSiteMap*/
.nodoraiz
{
	text-align: left;
	color: #000000;
	text-decoration: none;
}

.nodoprimario
{
	text-align: left;
	color: #666666;
	text-decoration: none;
}

.nodoactual
{
	text-align: left;
	color: #dc2929;
}


/*estils per a les noticies*/
.subtitol
{
	margin-top: 0px;
	color: #EE7A11;
	font-size: 1.1em;
	font-weight: normal;
}

.llegirmes
{
	text-align: right;
	font-size: 0.9em;
	font-weight: normal;
}

.databuscador
{
	text-align: left;
	color: #dc2929;
}
.gris
{
	color: #999;
}
.vermell
{
	color: #dc2929;
}

/* h2 - per titols pagina */

h1
{
	text-align: left;
	color: #dc2929;
	font-size: 2.5em;
	line-height:1em;
}

h1 span {display:none;	}
h1 a { width:412px;	height:190px; display:block;	}

h2
{
	text-align: left;
	color: #dc2929;
	font-size: 1.5em;
	padding-bottom: 30px;
}

h3
{
	margin-top: 1em;
	margin-bottom: 0.2em;
	text-align: left;
	color: #000000;
	font-size: 1.20em;
	font-weight: bold;
}

h5
{
	margin-top: 1em;
	margin-bottom: 0.2em;
	text-align: left;
	color: #666666;
	font-size: 0.9em;
	font-weight: normal;
}

/* linies */

hr
{
	height: 1px;
	text-align: center;
	color: #999999;
	width: 95%;
	font-size: 1px;
	line-height: 1px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

/*links*/
a
{
	text-decoration: underline;
	color: #dc2929;
}

a:hover
{
	text-decoration: none;
}

a:visited
{
	/*color:#E97474*/
}

.link_titols
{
	text-decoration: none;
	color: #666666;
}

.link_titols:hover
{
	text-decoration: underline;
}

.link_titols:visited
{
	color: #E97474;
}

/*paragraf*/
p
{
	text-align: justify;
}

/*llistes*/
.llistatopovermell ul li
{
	padding-left: 15px;
	background-image: url(imatges/li_topo_quadrat.gif);
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none; /*elimina els topos que puguin aparèixer per defecte*/
}

/*imatges*/
.imagefloatleft
{
	float: left;
	
	border: solid 1px #666666;
	margin: 0.25em 1em 0.25em 0;
}

.imagefloatright
{
	float: right;
	display: inline;
	border: solid 1px #666666;
	margin: 0.25em 0 0.25em 1em;
}

.imagenoborder
{
	border: none /* blanc */;
}


.dock
{
	margin-top: 0px;
	color: #00cc66;
	font-size: 5em;
	font-weight: normal;
}

#botoajuda
{
	padding-left: 1px;
}

/*formularis*/

input[disabled] /*textbox desactivats gris clar*/
{
	background-color: #f7f7f7;
}


/*taules*/

table
{
	width: 100%;
	border-width: 0.5em;
	border-style: none;
	border-color: white;
	border-collapse: collapse;
}

.caption
{
	color: white;
	border-width: 1px;
	border-color: white;
	border-style: solid;
	background-color: #646464;
	padding: 0.5em;
	text-align: center;
}

.tdfosc
{
	border-width: 1px;
	border-color: white;
	border-style: solid;
	background-color: #f5f5f5;
	padding: 0.5em;
	vertical-align: text-top; /*text-align:center;*/
}

.tdclar
{
	border-width: 1px;
	border-color: white;
	border-style: solid;
	background-color: #ffffff;
	padding: 0.5em;
	vertical-align: text-top; /*text-align:center;*/
}

.tdsele
{
	border-width: 1px;
	border-style: solid;
	background-color: white;
	padding: 0.5em;
	vertical-align: text-top;
	border-bottom-color: Red;
	border-top-color: Red;
}

/*capes - div*/

.divcentrat
{
	background-color: Transparent;
	text-align: center;
	margin-top: -110px;
	margin-left: -200px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 350px;
}

#centerColumn
{
	margin: 0 auto; /*padding:1em;*/
	width: 992px;
	text-align: left;
	vertical-align: middle;
	background-color: #ffffff;
}

.map {
   position: relative;
   top: 20;
   left: 10;
   width: 600px;
   height: 400px;
   border:#555555 2px solid;}
   
   
#menuArxiu, #menuSeminari
{
	color: #000;
	float: left;
	font-size:1em;
	line-height: 1.8em;
	margin: -200px 0 0 390px;
	
		}
		
#menuArxiu a, #menuSeminari a 
{
	background-image: url("imatges/topo_vermell.gif");
	background-position:left center; 
	background-repeat: no-repeat;
	color: #000; 
	padding-left: 10px;
	text-decoration:none; }	
	
#menuArxiu a:hover, #menuSeminari a:hover {color: #dd0e0e; text-decoration:underline;}
	
	
	
.titolArxiu
{	color: #fff;
	font-size: 2.3em;
	display:block;
	margin: 5px 0 0 45px;
	line-height: 1em;
	width:100px;
		}	
				
.titolSeminari
{	color: #e85600;
	font-size: 2.2em;
	display:block;
	margin: 5px 0 0 45px;
	line-height: 1em;
	/*width:200px;*/
		}			
		
.titolDilluns
{	color: #ce0d0d;
	font-size: 2.2em;
	display:block;
	margin: 5px 0 0 45px;
	line-height: 1em;
	margin-top:-20px;
	
	/*width:200px;*/
		}					
a.btArxiu, a.btArxiu:link, a.btArxiu:active, a.btArxiu:visited,
a.btDilluns, a.btDilluns:link, a.btDilluns:active, a.btDilluns:visited,
a.btSeminari, a.btSeminari:link, a.btSeminari:active, a.btSeminari:visited

{
    background-position: center center;
    background-repeat:repeat-x;
    height:96;
    padding: 0px;
    width: 231px; 
    z-index:99;
}	
	
	
a.btArxiu, a.btArxiu:link, a.btArxiu:active, a.btArxiu:visited {
    background-image: url(imatges/arxiu_historic.jpg);
    z-index:99;
    }

/*
a.btArxiu:hover
{
    background-image: url(imatges/arxiu_historic1.jpg);
    height:96;
    width: 231px;
    z-index:99;
}
*/
a.btDilluns, a.btDilluns:link, a.btDilluns:active, a.btDilluns:visited
{  background-image: url(imatges/dilluns_cipri.jpg);}
/*
a.btDilluns:hover
{
    background-image: url(imatges/dilluns_cipri1.jpg);
    height:96;
    width: 231px;
    z-index:99;
}
*/
a.btSeminari, a.btSeminari:link, a.btSeminari:active, a.btSeminari:visited
{    background-image: url(imatges/salvador_segui.jpg);
    }
/*
a.btSeminari:hover
{
    background-image: url(imatges/salvador_segui1.jpg);
    height:96;
    width: 231px;
    z-index:99;
}	
*/	
	

a.btAmic, a.btAmic:link, a.btAmic:active, a.btAmic:visited, a.btPamf
{
    background-position: center center;
    background-repeat:repeat-x;
    height:188;
    margin-top: 20px;
    padding: 0px;
    width: 201px; 
}	

a.btAmic, a.btAmic:link, a.btAmic:active, a.btAmic:visited, a.btAmic:hover
{    background-image: url(imatges/amic_cipri.jpg);
     margin-top: 0px;
    }
	
	
.especial
{
	/*border-top: solid 1px #ccc;*/
	border-bottom:solid 1px #000;
	/*color:Gray;/*
	/*display:block;*/
	font-size: 1.4em; }	
	
/*.alt{background:#eff4f8 url(images/clip.png) no-repeat 5px center; margin:0; padding:5px; padding-right:10px; padding-left:20px}*/

#enllaçosExterns { text-align:left; padding-top: 10px;}

.link1{ color: #666; font-size: 0.9em; padding-left: 12px; line-height:1.5em; }
.link2{ color: #999; font-size: 0.7em; padding-left: 20px;  }


/* Calendari de l'agenda: dia, mes, any... */

.fecha
{
    text-align: center;
    width: 50px;
    font-family: "Times New Roman" , Times, serif;
    font-weight: bold;
    border: 1px solid #000000;
    background: #dc2929;
    color: #fff;
    float:left;
    margin:1em 1em 0.25em 0;
}

.mes, .año {font-size: 14px;}
.dia{font-size: 30px; line-height: 22px;}

.msgcookie{display:block; position:fixed; top:0; background:#000; color:#fff; font-size:11px; right: 0; left: 0; z-index: 1030; margin-bottom: 0;}
.msgcookie p {padding: 10px 0 0 30px; }
.msgcookie p a:link,.msgcookie p a:active,.msgcookie p a:visited,.msgcookie p a:hover{color:#fff; text-decoration:underline;}
.msgcookie label {font-size:11px;}
