/*
     **************************************************************************************
     *  Site: www.xaviagut.net                                        altresservicis.css  *
     *  Xavi Agut Enginyer Tčcnic en Informątica de Gestió                                *
     *  Xavi Agut - agost de 2010                                                         *
     **************************************************************************************
*/   

/* 
   *************************************************************************************
     Definicions d'estil per a la seccio ALTRES SERVICIS
   *************************************************************************************
*/

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

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

#cpasecaltrestrans {
	background-color: transparent;
	z-index: 500100;
	display: none;
}

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

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

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

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

#cpasecaltrestittancar {
	
}

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

#cpasecaltrestit {
	
}

/* Franja Superior - tancar la seccio */
a.capasec_altresservicistancar {
   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_altresservicistancar:hover {
    color: #990000;
}