* {
	font-family:Arial, Helvetica, sans-serif;
	}
img {
	border:none;
	}
	
body {
	margin:0px;
	background:center;
	height:100%;
	padding:0px;
	}

html {
	height:100%;
	overflow:hidden;
	}

#grancontingut {
	}

.capcelera {
	height:90px;
	}
.contingutgran {
	width:100%;
	height:450px;
	}
.contingutgran2 {
	background:#222222;
	filter:alpha(opacity=80);
	width:100%;
	opacity: .8;	
	}
	.contingut {
		width: 900px;
		padding:0 0 50px 0;
		}
			.titol {
				color:#FFCC00;
				font-size:20px;
				padding:20px 0px 0px 0px;
				}
					.gris {
						color:#666666;
						}
					.groc {
						color:#FFCC00;
						}
					.grocnegrita {
						color:#FFCC00;
						font-weight:bold;
						}

			.categories {
				float:left;
				width:200px;
				padding:30px 0 0 0;
				font-size:12px;
				font-weight:bold;
				color:#CCCCCC;
				}
					.categories ul, li {
						list-style-type:none;
						}
					.categories ul {
						padding:0;
						margin:auto;
						}
					.categories li {
						padding: 3px 0;
						}
							.categories a {
								text-decoration:none;
								color:#CCCCCC;
								}
							.categories a:hover {
								color:#FFCC00;
								}
			.subcategories {
				float:left;
				width:200px;
				padding:30px 0 0 0px;
				font-size:12px;
				font-weight:bold;
				}
					.subcategories ul, li {
						list-style-type:none;
						}
					.subcategories ul {
						padding:0;
						margin:auto;
						}
					.subcategories li {
						background:url(../img/pixelgroc.jpg) left repeat-y;
						padding:0px 0px 6px 6px;
						}
							.subcategories a {
								text-decoration:none;
								color:#999999;
								}
							.subcategories a:hover {
								color:#Ffffff;
								}
			.logos {
				width:500px;
				float:left;
				padding:30px 0 0 0px;
				}
					.logo {
						width:115px;
						height:80px;
						padding:5px 0 0 5px;
						background:#000000;
						filter:none;
						opacity: none;
						margin:0 5px 10px 0;
						float:left;
						color:#CCCCCC;
						font-size:12px;
						line-height:18px;
						}
							.logo a {
								color:#CCCCCC;
								font-weight:bold;
								text-decoration:none;
								}
							.logo a:hover {
								color:#FFCC00;
								}

.outlet {
	width: 240px;
	height: 200px;
	float:left;
	background:#000000;
	margin: 20px 20px 0 0;
	padding: 20px;
	color:#CCCCCC;
	font-size:12px;
	}


.footer {
	width:100%;
	height: 50px;
	position:fixed;
	background:#222222;
	bottom:0px;
	}
		.footercontingut {
			width:900px;
			color:#999999;
			font-size:12px;
			padding:15px 0 0 0;
			}
				.login {
					padding:0 10px 0 0;
					float:left;
					}
						.login a {
							color:#666666;
							text-decoration:none;
							}
						.input {
							background:#333333;
							border:1px solid #000000;
							color:#CCCCCC;
							}
				.bandera {
					width:20px;
					float:right;
					padding:0 0 0 10px;
					}
