/*
     **************************************************************************************
     *  Site: www.xaviagut.net                                           treballsweb.css  *
     *  Xavi Agut Enginyer Tècnic en Informàtica de Gestió                                *
     *  Xavi Agut - agost de 2010                                                         *
     **************************************************************************************
*/   

/* 
   *************************************************************************************
     Definicions d'estil per a la seccio TREBALLS WEB
   *************************************************************************************
*/

/* 
   -----------------
   Fons de la seccio 
	-----------------
*/

#cpasectreballswebsemitrans {
	background-color: black;
   filter: alpha(opacity=70);	
	opacity:0.7;
	z-index: 800000;
	display: none;
}

#cpasectreballswebtrans {
	background-color: transparent;
	z-index: 800100;
	display: none;
}

/* 
   -----------------
   Marc de contingut
	-----------------
*/

#cpasectreballswebmrccont {
	width: 700px;
	height: 500px;
	border: 2px ridge black;
	background-color: white;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -250px;
	z-index: 800200;
	background-image: url(../imatges/treballsweb/treballsweb.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

/* 
   -----------------------------------------------------
   Franja Superior de la capa - titul i tancar la seccio
	-----------------------------------------------------
*/

.capasec_treballswebtitultancar {
	width: 100%;
	height: 18px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	background-color: Black;	
}

#cpasectreballswebtittancar {
	
}

/* Franja Superior - titul de la seccio */
.capasec_treballswebtitul {
	width: 681px;
	height: 15;
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;	
}

#cpasectreballswebtit {
	
}

/* Franja Superior - tancar la seccio */
a.capasec_treballswebtancar {
   width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	left: 681px;
	border: 1px ridge #999999;
	background-color: #FFFFFF;
	color:#000000;
	font-family: "Trebuchet MS";	
	font-size: 10px;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;	
}
a.capasec_treballswebtancar:hover {
    color: #990000;
}

/* 
   -----------------------------------------------------
   Espai per a relacionar els treballs web
	-----------------------------------------------------
*/

.capasec_treballswebinfo {
	width: 590px;
	height: 335px;
	position: absolute;
	top: 100px;
	left: 50px;	
}

#cpasectreballswebinfo {

}

/* Relacio de treballs web - Adreça de la web  */
.capasec_treballswebinfoadresaweb {
	width: 590px;
	height: 20px;
	position: relative;
	top: 0px;
	left: 0px;
}

/* Relacio de treballs web - Adreça de la web - Marcador  */
.capasec_treballswebinfomarcador {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}

/* Relacio de treballs web - Adreça de la web - Enllaç  */
a.capasec_treballswebinfoenllas {
	width: 560px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 23px;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: Black;
}

a.capasec_treballswebinfoenllas:hover {
	color: #CA2626;
}

/* Relacio de treballs web - Descripció de la web  */
.capasec_treballswebinfodesc {
	width: 560px;
	height: 40px;
	position: relative;
	top: 0px;
	left: 23px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color: #909090;
}