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

/* 
   *************************************************************************************
     Definicions d'estil per a la seccio SOLUCIO DE PROBLEMES EN ELS ORDINADORS
   *************************************************************************************
*/

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

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

#cpasecprobordinadortrans {
	background-color: transparent;
	z-index: 400100;
	display: none;
}

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

#cpasecprobordinadormrccont {
	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/problemesordinador/serviciosproblemasordenador.jpg);
	background-repeat: no-repeat;
	z-index: 400200;
}

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

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

#cpasecprobordinadortittancar {
	
}

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

#cpasecprobordinadortit {
	
}

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