			/* Estils web meudisseny.com */
			 /*  23/04/2013 -- Disseny  */
			  /*  i Programació 2013  */
			  
@import url('menu.css');
@import url('reset.css');

/* TIPOGRAFÍA Comfortaa per paràgrafs */
@font-face {
	font-family: "fontdisseny";
	src: url(../fonts/Comfortaa-Regular.eot);
}
@font-face {
	font-family: "fontdisseny";
	src: url(../fonts/Comfortaa/Comfortaa-Regular.ttf);
}

/* TIPOGRAFÍA Litera per títols pàgina principal */
@font-face {
	font-family: "titoldisseny";
	src: url(../fonts/LiteraRegular/Litera_Regular.eot);
}
@font-face {
	font-family: "titoldisseny";
	src: url(../fonts/LiteraRegular/Litera_Regular.ttf);
}


body, html {
	margin: 0;
	width: 100%;
	height: 100%;
	padding-top: 0px;
	background-color: #F2F2F2; /* gris */
	/* DEGRADAD DE FONS PÀGINA */
	/*background: url(../imatges/fonsPag.png) repeat-x #405966; /* blau */
	/*background: -moz-linear-gradient(top, black, #405966 600px);  /* Mozilla F. */
	/*background: -webkit-gradient(linear, 0 0, 0 90%, from(black), to(#405966)); /* Safari, Chrome*/
	/*background: -o-linear-gradient(top, black, #405966 600px); /* Opera */
	/*background-color: #F2F2F2; /* GRAY */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#405966');/* IE */ 
}
#centre {
	font-family: fontdisseny, Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: justify; 
	color: #666666; /* GRIS */
}
#mostrarhtml, #mostrarcss, #mostrarjs, #mostrarjq, #mostrarphp {
	font-family: fontdisseny, Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #666666; /* GRIS */
}

pre .coment {
	font-family: fontdisseny, Verdana, Geneva, sans-serif ;
}

/* ------------------------------ */

ul li {
	font-family: fontdisseny, Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	list-style: none;
	padding: 0px 10px;
	text-align: justify;
}
ul li a {
	color: #2A91CC; /* BLAU */
	border: none;
}
#centre ul li.libtn {
	color: #2A91CC; /* BLAU */
	border: none;
	cursor: pointer;
}
ul li a:hover {
	color: #92BDD6; /* BLAU FLUIX */
	border: none;	
}
ul li ul li {
	font-family: fontdisseny, Verdana, Geneva, sans-serif;
	font-size: 1em;
	list-style: none;
	line-height: 22px;
}

#contenidor {
	margin: 0 auto;
	border: 1px solid transparent;
	width: 960px;
	height: auto;
	background-color: #FAFAFA; /* #F8F8F8 WHITE GHOST */
	/*background-image: transparent; /* #EFF3FF -> blau */ /* #FDA241 -> taronja */
	/* Sombra */
		/* Sombra hacia la derecha (-14) */
		/* (4px) = posición: nº negativo hacia izquierda, nº positivo hacia derecha
		** (5px) = posición: nº negativo hacia arriba, nº positivo hacia abajo
		** (4px) = Difuminar sombra
		** (2px) = grosor sombra
		** (#cccccc) = color gris */
		-webkit-box-shadow: 4px 5px 6px 2px #cccccc; /* Safari, Chrome */
		-moz-box-shadow: 4px 5px 6px 2px #cccccc; /* Mozilla F. */
		-ms-box-shadow: 4px 5px 6px 2px #cccccc; /* IE */
		-o-box-shadow: 4px 5px 6px 2px #cccccc; /* Opera */
		box-shadow: 4px 5px 6px 2px #cccccc; /* Genérico */
}

#contenidor a {
	text-decoration: none;
	border: none;
}

#contenidor img {
	border: none;
}

	#cap {
		position: relative;
		border: none;
		width: 960px;
		height: 220px;
		/*background: url(../imatges/MD_logo.png) no-repeat;*/
	}
		#icona {
			float: left;
			border: none;
			width: 240px;
			height: 150px;
		}
		#imgcap {
			float: left;
			border: none;
			width: 720px;
			height: 150px;
			background: url(../imatges/cap3.png) no-repeat;
		}
/* COS ///////////////////////////////////////////// */
#cos {
	border: none;
	margin-top: 20px;
	width: 960px;
	height: auto;
}
	#esquerra {
		float: left;
		width: 150px;
		height: 400px;
		/* DEGRADAD FONS DRET */
		/*background: #FAFAFA;
		background: url(../imatges/fonsDretIE.png) repeat-y #FAFAFA; /* IE anterior a v. 8 */
		/*background: -moz-linear-gradient(right, #EFEFFB, #FAFAFA 180px);  /* Mozilla F. */
		/*background: -webkit-gradient(linear, 110% 0%, 0% 0%, from(#EFEFFB), to(#FAFAFA)); /* Safari, Chrome */
		/*background: -o-linear-gradient(right, #EFEFFB, #FAFAFA 180px); /* Opera */
		/*background: -ms-linear-gradient(right, #EFEFFB, #FAFAFA 180px); /* IE 9 */
		/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFFB', endColorstr='#FAFAFA');/* IE 8 */ 
	}
	#temes {
		float: left;
		width: 810px;
		height: auto;
	}
		#centre {
			float: left;
			padding: 10px 5px 10px 10px;
			width: 600px;
			line-height: 20px;
		}
		#centre .mesinfohtml, .mesinfocss, .mesinfojs, .mesinfojq, .mesinfoajax, .mesinfophp {
			cursor: pointer;
			color: #0A6DA6; /* BLAU */
			font-weight: 500;
		}
		#centre .mesinfohtml:hover, .mesinfocss:hover, .mesinfojs:hover, .mesinfojq:hover, .mesinfoajax:hover, .mesinfophp:hover {
			color: #2A91CC; /* BLAU */
		}
		#centre #mostrarhtml, #mostrarcss, #mostrarjs, #mostrarjq, #mostrarajax, #mostrarphp {
			padding: 10px 0px;
			background-color: #FFF;
		}
		#centre pre {
			margin-right: 10px;
		}
		
		/* ARRODONIR VORES D'INFORMACIÓ COL·LAPSADA */
		#mostrarhtml, #mostrarcss, #mostrarjs, #mostrarjq, #mostrarajax, #mostrarphp {
			/* Arrodonir vores */
			-webkit-border-radius: 6px 6px 6px 6px;
			-moz-border-radius: 6px 6px 6px 6px;
			-o-border: 6px 6px 6px 6px;
			-ms-border-radius: 6px 6px 6px 6px;
			border-radius: 6px 6px 6px 6px;
			/* Aurxiu adjunt per arrodonir vores a IE 9 */
			behavior: url(border_radius_htc/border_radius.htc);
		}
		
			.htmlinfo {
				margin-top: 50px;
			}
			.cssinfo {
				margin-top: 50px;				
			}
			.jsinfo {
				margin-top: 50px;				
			}
			.jqinfo {
				margin-top: 50px;				
			}
			.ajaxinfo {
				margin-top: 50px;				
			}
			.phpinfo {
				margin-top: 50px;				
			}
			.btcodi {
				float: left;
				border-top: 5px solid #B8CCD7; /* blau */
				border-right: 5px solid #B8CCD7; /* blau */
				width: 170px;
				height: 170px;
				margin: 10px;
			}
		#centre strong.modul {
			font-family: titoldisseny, Verdana, Geneva, sans-serif;
			font-size: 18px;
			color: #2F6A8C; /* blau */
			/* ROTAR ELEMENTO */ 
			/*transition: transform 0.75s ease-in-out 0s, opacity 0.3s ease-in 0s;
			transition-property: transform, opacity;
			transition-duration: 0.75s, 0.3s;
			transition-timing-function: ease-in-out, ease-in;
			transition-delay: 0s, 0s;
			z-index: 1001;*/
			/* ROTAR ELEMENTO */
			-moz-transition: .7s ease-in-out;
		    -o-transition: .7s ease-in-out;
		    -webkit-transition: .7s ease-in-out;
		    -ms-transition: .7s ease-in-out;
			display: block; /* Important fixar el valor 'block' */
			position: absolute; /* mante el texte dins el seu eig de rotació */
			z-index: 1001;
		}
		/* ESCALAR Y ROTAR EL ELEMENTO */
		/* http://www.cssblog.es/el-lector-de-feeds-y-su-diseno/ */
		#centre strong.modul:hover {
			-webkit-transform: scale(1.2) rotate(360deg); /* safari y chrome */
			-moz-transform: scale(1.2) rotate(360deg); /* firefox */
			-o-transform: scale(1.2) rotate(360deg); /* opera */
			-ms-transform: rotate(360deg); /* IE 9 */
			/* Para IE 8 valor 1 = 90º, valor 2 = 180º, valor 3 = 270º */
			filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE 8 */	
			transform: scale(1.2) rotate(360deg);
			/*display: block; /* Importante fijar el valor 'block' */
			position: absolute; /* mantiene el texto en su eje de rotación */
		}
		
			/* TABLA GENERAL */
			table.general {
				margin: auto;
				padding: 3px;
				border: 1px solid #333; /* GRIS */
				width: 90%;
				font-family: Verdana;
				font-size: 12px;
				color: #000;
				background-color: #E6E6E6; /* GRIS */
			}
			table.general th {
				padding: 5px;
				width: 15%;
				text-align: left;
				color: #FFF;
				background-color: #6E6E6E; /* BLAU */
			}
			table.general td {
				padding: 5px;
				text-align: center;
				background-color: #E6E6E6; /* GRIS */
			}
			table.general td.left {
				padding: 5px;
				text-align: left;
				background-color: #CCF; /* GRIS */
			}

		
		#dreta {
			float: right;
			width: 195px;
			/* DEGRADAD FONS DRET */
			/*background: #FAFAFA;
			background: url(../imatges/fonsDretIE.png) repeat-y #FAFAFA; /* IE anterior a v. 8 */
			/*background: -moz-linear-gradient(right, #EFEFFB, #FAFAFA 180px);  /* Mozilla F. */
			/*background: -webkit-gradient(linear, 110% 0%, 0% 0%, from(#EFEFFB), to(#FAFAFA)); /* Safari, Chrome */
			/*background: -o-linear-gradient(right, #EFEFFB, #FAFAFA 180px); /* Opera */
			/*background: -ms-linear-gradient(right, #EFEFFB, #FAFAFA 180px); /* IE 9 */
			/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFFB', endColorstr='#FAFAFA');/* IE 8 */ 
		}
			#dreta #dretaLinks {
				width: 125px;
				height: auto;
				margin-left: 70px;
			}
				#dreta p {
					font-family: fontdisseny, Verdana, Geneva, sans-serif;
					font-size: 12px;
					text-align: center;
					color: #323B47; /* GRIS */
				}
				#dreta .lineaDreta {
					border: 1px solid;
					color: #E6E6E6; /* GRIS */
				}
				#dreta p a {
					font-family: fontdisseny, Verdana, Geneva, sans-serif;
					font-size: 12px;
					text-align: left;
					border: none;
					color: #323B47; /* GRIS */
				}
				#dreta p a:hover {
					color: #848484; /* GRIS */
				}
	
#sobrepeu {
}

#peu {
}

/* VARIS */
.limpiar{
	clear: both;
}

pre {
	margin-left: -25px;
	width: 555px;
	height: auto;
	padding: 5px;
	border: 1px solid #B2B2D2;
	background-color: #F5F5F5; /* BLAU SUAU */
	overflow: inherit;
	font-family: "Courier New", Courier, monospace;
	padding: 5px;
	/* Arrodonir vores */
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	/* Aurxiu adjunt per arrodonir vores a IE 9 */
	behavior: url(border_radius_htc/border_radius.htc);
}
pre span.coment {
	font-family: "fontdisseny";
	font-size: 12px;
	color: #FFD63F; /* BEIG */
}
pre strong {
	color: #044469; /* BLAU FORT */
}
pre em {
	color: #F24B0D; /* TARONJA */
}
	span.codih {
		font-family: "Courier New", Courier, monospace;
		font-size: 12px;
		color: #666699; /* LILA */
	}
	span.coment {
		color: #559876; /* VERD */
	}
	span.codij {
		font-family: "Courier New", Courier, monospace;
		font-size: 12px;
		color: #2F6A8C; /* BLAU */
	}
	span.vermell {
		color: #990000; /* VERMELL */
	}
	span.taronja {
		color: #FF851A; /* TARONJA */
	}
	span.marcar {
		color: #203040; /* BLAU */
	}
	span.verd {
		color: #31B404; /* VERD */
	}
	span.lila {
		color: #F128F5; /* LILA */
	}

/* EXEMPLE ROTAR IMATGE CSS */
		#imagenRotar {
			margin: auto;
			width: 100px;
			height: 100px;
			border: none;
		}
		
		img.rotaImg {
			-moz-transition: .5s ease-in-out; /* temps de mitigació '0.5' */
			-o-transition: .5s ease-in-out; /* temps de mitigació '0.5' */
			-webkit-transition: .5s ease-in-out; /* temps de mitigació '0.5' */
			-ms-transition: .5s ease-in-out; /* temps de mitigació '0.5' */
			display: block; /* Important fixar el valor 'block' */ 
			position: absolute; /* manté el texte dins el seu eix de rotació */ 
			z-index: 1001;
		}
		img.rotaImg:hover {
    
			-webkit-transform: scale(1.2) rotate(360deg); /* safari y chrome */ 
			-moz-transform: scale(1.2) rotate(360deg); /* firefox */ 
			-o-transform: scale(1.2) rotate(360deg); /* opera */ 
			-ms-transform: scale(1.2) rotate(360deg); /* IE 9 */ 
			/* IE 8 valor 0 = nul, valor 1 = 90º, valor 2 = 180º, valor 3 = 270º */ 
			filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);	
			transform: scale(1.2) rotate(360deg);
			display: block; /* Important fixar el valor 'block' */ 
			position: absolute; /* manté el texte dins el seu eix de rotació */ 

		}

/* ------------------------------ */

/* EXEMPLE DE FONS DEGRADAD */
		#degrad {
		
			margin: auto; /* centrar caixa */ 
			width: 70%; /* amplada */ 
			height: 100px; /* alçada */ 
			/* DEGRADAD PER FONS DE PÀGINA */ 
			background-image: -moz-linear-gradient(top, LIGHTSLATEGRAY, #F8F8FF 80%);  /* Mozilla */ 
			background: -webkit-gradient(linear, 0 0, 0 90%, from(LIGHTSLATEGRAY), to(#F8F8FF)); /* Safari, Chrome*/
			background: -o-linear-gradient(top, LIGHTSLATEGRAY, #F8F8FF 80%); /* Opera */ 
			background: -ms-linear-gradient(top, LIGHTSLATEGRAY, #F8F8FF 80%); /* IE 9 */ 
			 
		}
		
/* EXEMPLE DE DEGRADAD PER COLUMNES */
		.degradColumnas {
			margin: auto;
			width: 70%;
			height: 100px;
			background-color: #778899; /* LIGHTSLATEGRAY */
			background-image: -webkit-linear-gradient(0deg, transparent 33%, rgba(0, 0, 0, 0.08) 33% ),
			-webkit-linear-gradient(0deg, transparent 66%, rgba(0, 0, 0, 0.08) 66% ),
			-webkit-linear-gradient(0deg, transparent 100%, rgba(0, 0, 0, 0.08) 100% );
			
			background-image: -moz-linear-gradient(0deg, transparent 33%, rgba(0, 0, 0, 0.08) 33% ),
			-moz-linear-gradient(0deg, transparent 66%, rgba(0, 0, 0, 0.08) 66% ),
			-moz-linear-gradient(0deg, transparent 100%, rgba(0, 0, 0, 0.08) 100% );
			
			background-image: -ms-linear-gradient(0deg, transparent 33%, rgba(0, 0, 0, 0.08) 33% ),
			-ms-linear-gradient(0deg, transparent 66%, rgba(0, 0, 0, 0.08) 66% ),
			-ms-linear-gradient(0deg, transparent 100%, rgba(0, 0, 0, 0.08) 100% );
			
			background-image: -o-linear-gradient(0deg, transparent 33%, rgba(0, 0, 0, 0.08) 33% ),
			-o-linear-gradient(0deg, transparent 66%, rgba(0, 0, 0, 0.08) 66% ),
			-o-linear-gradient(0deg, transparent 100%, rgba(0, 0, 0, 0.08) 100% );
		}
		
/* ------------------------------ */

/* EXEMPLE ARRODONIR VORES  */
		#caja {
			margin: auto;
			width: 50%;
			height: 100px;
			border: 2px solid #CCCCCC; /* GRIS */
			background-color: #778899; /* LIGHTSLATEGRAY */
			/* Arrodonir vores */
			-webkit-border-radius: 6px 6px 6px 6px;
			-moz-border-radius: 6px 6px 6px 6px;
			-o-border: 6px 6px 6px 6px;
			-ms-border-radius: 6px 6px 6px 6px;
			border-radius: 6px 6px 6px 6px;
			/* Aurxiu adjunt per arrodonir vores a IE 9 */
			behavior: url(border_radius_htc/border_radius.htc);
		}

/* ------------------------------ */

/* EXEMPLE DE ESVAIR IMATGE */
		#esfumar {
			margin: auto;
			width: 100px;
			height: 100px;
			border: none;
		}
		.imgDesvanecer {
			opacity: 0.5; /* opacitat inicial */
			filter: alpha(opacity=50); /* IE */
			-webkit-transition: opacity 0.4s linear; /* safari y chrome */
			-moz-transition: opacity 0.4s linear; /* mozilla */
			-o-transition: opacity 0.4s linear; /* opera */
			-ms-transition: opacity 0.4s linear; /* IE 9 */
		}
		/* Al situar ratón sobre imagen (:hover) */
		.imgDesvanecer:hover {
			opacity: 1; /* opacitat amb mouse sobre imatge */
			filter: alpha(opacity=100); /* IE */
			-webkit-transition: opacity 0.4s linear; /* safari y chrome */
			-moz-transition: opacity 0.4s linear; /* mozilla */
			-o-transition: opacity 0.4s linear; /* opera */
			-ms-transition: opacity 0.4s linear; /* IE 9 */
		}

/* ------------------------------ */

/* EXEMPLE EFECTE HOMBRA*/
#sombra {
    width: 374px;
    min-width: 100px;
    min-height: 100px;
    margin: auto;
    background-color: #778899; /* LIGHTSLATEGRAY */
    border: 2px solid F5F5F5;
    position: relative;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.60);
    -moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.60);
    -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.60);
	-o-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.60);
	-ms-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.60);
}

/* ------------------------------ */

/* EXEMPLE MÉTODE ORDENACIÓ JAVASCRIPT */
#sortMetodo {
	margin: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666666; /* GRIS */
	font-size: 12px;
	font-weight: 600;
			
}

/* ------------------------------ */

/* EXEMPLE MÉTODE ORDENACIÓ JAVASCRIPT */

#jqFactory {
	padding: 0 0 10px 20px;
	font-weight: 600;
}

/* ------------------------------ */

/* EXEMPLE DE SELECTORS CSS DE JQUERY */

table {
	margin: 0 auto;
	background-color: #ECF0F3; /* BLAU FLUIX */
	/* Redondear bordes */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px; 
	/* SOMBRA TABLA */
	box-shadow: 4px 4px 7px #778899; /* LIGHTSLATEGRAY */
	-webkit-box-shadow: 4px 4px 7px #778899; /* Safari, Chrome */
	-moz-box-shadow: 4px 4px 7px #778899; /* Firefox y deribados */
	-ms-box-shadow: 4px 4px 7px #778899; /* IE 9 */
	filter: shadow(color=#778899, direction=140, strength=4); /* "IE" */
}
table, th, td {
	border:  1px solid #999; /* Gris */
	padding: 10px;
}
.pieTabla {
	text-decoration: underline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FAEBD7; /* ANTIQUEWHITE */
}

/* -------------------------------- */

/* TAULA DE LLISTA DE EXPRESIONS REGULARS JQUERY */

table.expreRegul {
	margin: 0 auto;
	width: 500px;
	height: auto;
	padding: 10px;
	border: 1px solid #1E90FF; /* DODGERBLUE */
}
table.expreRegul th {
	color: #F5F5F5; /* BLANC */
	border-bottom: none !important;
	border: 1px solid #2F6A8C; /* BLAU */
	background-color: #92BDD6; /* BLAU */
	text-align: center;
	padding: 5px;
	min-width: 110px;
}
table.expreRegul td {
	border: none;
	padding: 5px;
	background-color: #FFF; /* BLANC */
}

/* ------------------------------ */

/* MATEIJA ALLARGADA PER DIVS LATERALS RESPECTE AL DIV CENTRAL */

.centre { /* cos central de la pàgina */
	position: absolute;
	width: 960px;
	height: auto;
	/*top: 50%;
	left: 50%;
	margin-top: -332px;
	margin-left: -480px;
	border: none;*/
}
.dreta {
	float: right;
	width: 30px;
	height: auto;
	/*border: none;
	background-color: #33C; /* BLAU */
}
.esquerra {
	float: left;
	width: 30px;
	height: auto;
	/*border: none;
	background-color: #33C; /* BLAU */
}

/* ------------------------------ */