html {
	margin: 0px;
	padding: 0px;
	}
	
body { 
	font: 11px Verdana, sans-serif;
	color:#5d5d5d; 
	margin-left: 20px;
	margin-top: 20px;
}
	
p { 
	margin-top: 0; 
	text-align: justify;
	}
	
h1 {
	font-weight:bold;
	letter-spacing: 0px;
	margin-bottom: 0;
	color:#e70038;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	}

h2 { 
	font: 10px Verdana, sans-serif;
	letter-spacing: 0px; 
	margin-bottom: 0; 
	color: #333;
	}

a.linkopacity img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
	border: 0px;
}
 
a.linkopacity:hover img {
	filter:alpha(opacity=80);  
	-moz-opacity: 0.8;  
	opacity: 0.8;
	-khtml-opacity: 0.8; 
	border: 0px;
}

a:link {
	text-decoration: none;
	color:#5d5d5d;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

a:visited {
	text-decoration: none;
	color:#5d5d5d;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	}

a:hover {
	text-decoration: none;
	color:#e70038;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	}
	
a:active {
	text-decoration: none;
	color:#5d5d5d;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	}	

	
acronym {
	border-bottom: none;
	}
.cpyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #DD0067;
	text-decoration: none;
}



/* specific divs */
#franja{
	position:absolute;
	left:160px;
	width:11px;
	height:1px;
	background-color: #666;
}

#pie{
	position:fixed;
	bottom:10px;
	width: 170px;
	left: 10px;
}

#foot{ 
	font: 9px Verdana, sans-serif;
	text-decoration: none; 
	color:#333; 
	text-align:left;
	margin: 0; 
	position: relative;
	}

#container_menu {
	width:170px; /*ancho total de la pagina*/
	text-align:right; /*aqui alineamos todo de nuevo a la izquierda, pero dentro del contenedor*/
	top: 20px;
	position: fixed;
	left: 25px;
	}
	
#container_contenidos {
	width:771px; /*ancho total de la pagina*/
	position:absolute;
	top: 200px;
	height: 200px;
	left:240px;
	z-index: 1;
	}

#container_video {
	width:771px; /*ancho total de la pagina*/
	position:absolute;
	left:0px;
	top: 196px;
	height: 200px;
	}

#separador{
	background-image:url(imgs/separador.jpg)
	}
#imatge_fons {
	background-image: url(imgs/fondo01b.jpg);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 600px;
	z-index: -5;
}
#pie2 {
	position:fixed;
	bottom:10px;
	width: 200px;
	right: 10px;
	z-index: 2;
	text-align: right;
}
#imatge_fons3 {
	background-image: url(imgs/extremo.png);
	position: fixed;
	width: 180px;
	height: 180px;
	z-index: 0;
	bottom: 0px;
	right: 40px;
}
.telefono {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
#imatge_fons2 {
	background-image: url(imgs/fondo04.jpg);
	position: fixed;
	width: 800px;
	height: 600px;
	z-index: -5;
	top: 0px;
	left: 0px;
}
.text_loading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
