@charset "UTF-8";
body {
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #afb0b2;
	background-image: url(rcs/fons.jpg);
	background-repeat: repeat-x;
	background-position: top;
    }

    .oneColFixCtr #container {
	width: 904px;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	margin-top: -270px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(rcs/fons_principal.gif);
	background-repeat: no-repeat;
	background-position: top;
    }

    .oneColFixCtr #mainContent {
	font-family: "Trebuchet MS";
    }
#peu {
	background-image: url(rcs/fons_peu.gif);
	color: #000000;
	padding-left: 70px;
	padding-top: 10px;
	background-repeat: no-repeat;
	font-size: 11px;
	padding-bottom: 15px;
	background-position: left bottom;
	margin-top: 1px;
}
#peu a{
	color: #000000;
	text-decoration:none;
}
#peu a:hover{
	color: #FF0000;
	text-decoration:none;
}
#imaDreta {
	float: right;
	margin-top: 1px;
	margin-right: 4px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#colEsq {
	padding-top: 20px;
	width: 780px;
	margin-left: 70px;
	height: 400px;
}
.textBlau {
	line-height: 16px;
}
.textNegre {
	color: #000000;
	line-height: 16px;
}
.franjaGris {
	background-color: #CCCCCC;
	height: 12px;
	width: 440px;
}
.direccio {
	float: left;
	padding-right: 20px;
}
.titPeu {
	color: #000000;
	font-weight: bold;
}
.liniaPeu {
	height: 48px;
	float: left;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.subTitol {
	font-size: 24px;
	text-align: justify;
	margin-bottom: -20px;
	color: #FFC700;
}
.txtAngles {
	color: #363A8C;
	text-decoration: none;
	float: left;
	width: 340px;
	line-height: 15px;
	font-size: 11px;
}

.txtEspanyol {
	color: #000000;
	text-decoration: none;
	float: left;
	width: 440px;
	line-height: 15px;
	font-size: 11px;
}
.separadorPeu {
	text-decoration: none;
	clear: both;
	float: none;
	height: 5px;
	width: 775px;
}
.blocLinks {
	line-height: 18px;
	text-decoration: none;
	background-color: #000000;
	width: 904px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #FFC700;
	font-size: 11px;
}
.blocLinks a {
	color: #FFFFFF;
	text-decoration: none;
}
.blocLinks a:hover {
	color: #FF0000;
	text-decoration: none;
}
