
body {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-variant: normal;
	color: #999;
	font-size: 12px;
	font-weight: 100;
	margin: 0;
	padding: 0;
	background-color: #eee;
	letter-spacing: 1px;
}

/*input[type="button"], input[type="submit"], textarea {
    -webkit-appearance: none;
	-moz-appearance: none;
	
}*/
  
#actiu{
	color: #990000;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #999;
}

a:hover {
	color: #333;
	text-decoration: none;
}

h2, h3, h4 {
    font-weight: normal;
    color: #333;
}

/*
 *  LAYOUT
 */

#wrapper {
    width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#contingut {
	background-color: #FFFFFF;
    height: auto;
    left: 50%;
    margin-left: -490px;
    min-height: 604px;
    position: absolute;
    width: 980px;
    z-index: 1;
}



.barraLogo {
	width: 980px;
	height: 40px;
	margin: 0 auto;
	background-color: #eee;
	font-size: 11px;
	letter-spacing: 0;
}

#breadcrumb {
    width: 980px;
    height: 21px;
    position: absolute;
    bottom: 0;
    padding-top: 9px;
    text-align: center;
    background: #eee;
    font-size: 11px;
    letter-spacing: 0;
}

#contingut #caixa_enllacos {
    width: 100%;
    position: absolute;
    bottom: 22px;
    text-align: center;
}



/*
 * ESTILS PER ALS ENLLAÇOS AMB FLETXA
 */

a.standar {
    padding-right: 19px;
    background: url(../fotos/botoLink.png) no-repeat right top;
}

a.standar:hover {
    background: url(../fotos/botoLink.png) no-repeat right -30px;
}

/*
 * ESTILS PER A LES FINESTRES D'INFORMACIÓ EMERGENTS
 */

.emergent {
    width: 780px;
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: -440px;
    padding: 60px 50px;
    letter-spacing: 1px;
    display: none;
    background: url(../fotos/fons_tr_gris.png);
    z-index: 6;
}

.emergent_emp {
    width: 375px;
    position: absolute;
    left: 0px;
    top: 60px;
    //margin-left: -480px;
    padding: 60px 50px;
    letter-spacing: 1px;
    display: none;
    background: url(../fotos/fons_tr_gris.png);
    z-index: 6;
}

#en_construccio {
    display: block;
    text-align: center;
}

.tancar_emergent {
    width: 12px;
    height: 12px;
    background: url(../fotos/creu.png) no-repeat center 10px;
    font-size: 12px;
    letter-spacing: 0;
    position: absolute;
    margin-right:0px;
	margin-top:0px;
	padding:10px;
	top: 0;
	right: 0;
}

.tancar_emergent:hover {
    background-position: center -14px;
}

.tancar_emerg {
    width: 12px;
    height: 12px;
    background: url(../fotos/creu.png) no-repeat center top;
    font-size: 12px;
    letter-spacing: 0;
    position: absolute;
 	margin-right:0px;
	margin-top:0px;	
	padding:10px;
}

.tancar_emerg:hover {
    background-position: center bottom; 
}

.tancar_emergent img {
    margin-left: 6px;
    vertical-align: middle;
}

/*
 *  FONS TRANSPARENT
 */

#fons_transparent {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent url(../fotos/fons_tr_blanc.png);
    z-index: 4;
    display: none;
}

/*
 * ESTILS PER AL MENU "CORREDÍS" (PAU)
 */
#contenidor_menu {
    width: 200px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    border: 0px solid #eee;
    height: 30px;
    overflow: hidden;
    z-index: 8;
    letter-spacing: 0;
}

/* OMBRA I FONS BLANC DESACTIVATS:
#contenidor_menu.desplegat {
	box-shadow: 0px 0px 5px 1px #DDD;
	-moz-box-shadow: 0px 0px 5px 1px #DDD;
	-webkit-box-shadow: 0px 0px 5px 1px #DDD;
	background-color: #fff;
}
*/

#contenidor_menu ul {
    position: absolute;
    top: 0;
}

#contenidor_menu ul ul{
    left: 500px;
    display: none;
}

#contenidor_menu li {
    margin-bottom: 6px;
}

#contenidor_menu span {
    width: 200px;
    height: 22px;
    padding-top: 8px;
    display: block;
    background: #ccc;
    cursor: pointer;
    color: #666;
}

#contenidor_menu a {
    width: 200px;
    height: 22px;
    padding-top: 8px;
    display: block;
    background: #eee;
    color: #999;
}

#contenidor_menu a:hover {
    color: #333;
}

/*  
Especial diferenciat pel iPad 
Menú 1r nivell quan et poses al cim
*/
@media screen and (device-width:768px) {
  #contenidor_menu a:hover {
	  color: #999;
  }		
}

#contenidor_menu .sub-menu p.nav {
    height: 15px;
    padding-top: 3px;
    background: #eee;
    color: #999;
    font-size: 10px;
}

#contenidor_menu ul#menu_principal span.span_menu_titol {
    background:#c8c8c8;
	color: #666;
}

#contenidor_menu ul#menu_principal li ul span.span_menu_titol {
    background: #CCC;
	color: #666;
}

#contenidor_menu ul li a {
    background: #e0e0e0;
	color: #888;
}

#contenidor_menu ul.sub-menu li a {
    background: #eee;
	color: #999;
}

#contenidor_menu ul.sub-menu li a:hover {
	color: #333;
}

/*  
Especial diferenciat pel iPad 
Menú 2n nivell quan et poses al cim
*/
@media screen and (device-width:768px) {
#contenidor_menu ul.sub-menu li a:hover {
	  color: #999;
  }		
}

#contenidor_menu p.nav span.this {
    width: auto;
    display: inline;
    background: transparent url(../fotos/puntSobre.png) no-repeat 50%;
    cursor: default;
}

#contenidor_menu .sub-menu p.nav a {
    display: inline;
    background: transparent url(../fotos/puntSol.png) no-repeat 50%;
    color: #999;
    cursor: pointer;
}

#contenidor_menu .sub-menu p.nav a[href$='0'] {
  background: none;
}

#contenidor_menu .sub-menu p.nav a[href$="0"]:hover {
	color: #333;
}

#contenidor_menu .sub-menu p.nav span.this, #contenidor_menu .sub-menu p.nav a {
    margin: 0 0px;
	padding: 10px;
}

#contenidor_menu  p.nav a:hover {
    display: inline;
    background: transparent url(../fotos/puntSobre.png) no-repeat 50%;
    color: #999;
    cursor: pointer;
}

#contenidor_menu .sub-menu p.back {
    height: 12px;
    padding-top: 0;
    background: #eee;
    color: #999;
    cursor: pointer;
    font-size: 11px;
}

#contenidor_menu .sub-sub-menu p.back, #contenidor_menu .sub-sub-menu p.back_to_RCR {
    width: 100px;
    height: 12px;
    float: left;
    padding-top: 0;
    background: #eee;
    color: #999;
    cursor: pointer;
    font-size: 11px;
}

.menu2 {
	font-family: "Courier New", Courier, monospace;
	color: #666;
	text-align: center;
	height: 30px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 6;
}

#a_menu2 {
	padding-top: 8px;
	display:block;
	background-color: #CCC;
	height: 22px;
}

.idioma {
	float: right;
	margin-top: 23px;
	font-size: 11px;
	color: #999;
	margin-right: 10px;
}

.bunka {
	float: left;
	width: 115px;
	height: 18px;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 8px;
}

.estrelles {
	height: 12px;
	width: 66px;
	position: relative;
	left: 345px;
	bottom: 14px;
}

.estrelles2 {
    background-image: url(../fotos/estrelles2.png);
}