@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: #525252;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
    }
	
	h1{
		margin:0px;
		padding:0px;
	
	}
	
	
    .twoColFixLt #container {
	width: 955px;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	height: 600px;
	margin-left: -477px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	position: absolute;
	top: 50%;
	margin-top: -300px;
	left: 50%;
	overflow: hidden;
	visibility: visible;
    }

    .twoColFixLt #sidebar1 {
	float: left; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 320px;
	height: 600px;
	background-image: url(rcs/fons_col_esquerra.jpg);
	background-repeat: no-repeat;
	background-position: left top;
    }

    .twoColFixLt #mainContent {
	margin-left: 357px;
    } 

    .fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */

    	float: right;

    	margin-left: 8px;

    }

    .fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */

    	float: left;

    	margin-right: 8px;

    }

    .clearFloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
#legal {
	width: 77px;
	position: absolute;
	top: 575px;
	z-index: 3101;
	visibility: visible;
	left: 100px;
}

#menu_esquerra {
	/*width: 148px;
	left: 95px;
	top: 231px;
	position: absolute; */
	width: 148px;
	left: 150px;
	top: 195px;
	position: absolute;
}
#menu_esquerra_sup {
	width: 130px;
	height: 100px;
	left: 186px;
	top: 45px;
	position: absolute;
}

#cosMenu {
	width: 500px;
	padding-top: 40px;
}

#cosMenuDreta {
	margin-top: 35px;
	overflow: hidden;
	height: 26px;
	font-size: 10px;
}
.cosMenuInferior {
	margin-top: 26px;
}

.cosMenuInferior a img {
	margin-right: 0px;
	margin-bottom: 0px;

	border: 1px solid #FFFFFF;
}

.cosMenuInferior a:hover img {
	border: 1px solid #E2007A;
}

.cosMenuInferior a:visited img {
	border: 1px solid #E2007A;
}


.cosMenuInferiorClients {
	margin-top: 26px;
}

.cosMenuInferiorClients a img {
	margin-right: 5px;
	margin-bottom: 0px;

	border: 0px;
}

.cosMenuInferiorClients a:hover img {
	border: 0px;
}

.cosMenuInferiorClients a:visited img {
	border: 0px;
}

.imgSubMenuOffClients {
	margin-right: 5px;
	border: 0px;

}



.projImg{
	border: 1px solid #000000;
}


.imgGrans {
	padding:0;
	width:126px;
	height:117px;
	float:left;
}



.imgGrans a img {
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #FFFFFF;
}

.imgGrans a:hover img {
	border: 1px solid #E2007A;
}

.imgGrans a:visited img {
	border: 1px solid #E2007A;
}



#gdgVertical {
	padding:0;
	margin: 0px;
	height: 186px;
	width: 23px;
	position: absolute;
	left: 45px;
	bottom: 10px;
}

#gdgHoritzontal {
	padding:0;
	margin: 0px;
	height: 68px;
	width: 221px;
	position: absolute;
	left: 105px;
	bottom: 12px;
	background-color:#FFFFFF;
	font-size: 9px;
}
























.imgSubMenuOff {
	margin-right: 2px;
	border: 1px solid #FFFFFF;

}










#cosCentral {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 500px;
}

#cosCentralNoticies {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 500px;
	height: 450px;
	margin-top: 30px;
}

#cosCentralNoticies p{
	text-align: left;
}

#cosCentralText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 500px;
}

#interior {
	width: 510px;
}

#interior img {
	margin-right: 4px;
	margin-bottom: 4px;
}




.imgGrans img {
	border:1px solid #CCC;
}

.imgGrans img:hover {
	border:1px solid #E2007A;	
}

#cosPeu {
	margin-top: 20px;
	height: 55px;
	width: 500px;
	text-align: justify;
	font-size: 9px;
}

#fletxas {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 500px;
}

#fletxasClients {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 105px;
}

#fletxasEquip {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 105px;
	margin-top: 90px;
}

.titolBlau {
	font-weight: bold;
	color: #009AD5;
	font-size: 10px;
}

.textBlau {
	color: #009AD5;

}



a {
	color: #009EE0;
	text-decoration: none;

}

a:hover {
	color: #E2007A;
	text-decoration: none;

}

p {
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 15px;
}

.imatgeDreta {
	float: right;
	margin-bottom: 15px;
	margin-left: 25px;
}

#colEsquerra {
	height: 400px;
	width: 105px;
}

#colEsquerraClients {
	height: 350px;
	width: 110px;
	float: left;
	font-size: 9px;
}

#colDreta {
	width: 386px;
	float: right;
}
#colDretaClients {
	width: 386px;
	float: left;
	height: 360px;
	border: 1px dashed #83D0F0;
}
#colDretaClients img {
	margin-top: 55px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 72px;
}

#cosCentralText a {
	color: #009EE0;
	text-decoration: none;
}

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

#formulariDIV {
	width: 500px;
}

#formulari {
	width: 500px;
	margin: 0px;
	padding: 0px;
}


.colFormC {
	margin: 0px;
	padding: 5px;
	float: left;
}

.textForm {
	width: 100px;
	float: left;
	margin-right: 15px;
}

.form {
	width: 380px;
	float: left;
	margin-bottom: 10px;
}

.textFieldA {
	font-size: 10px;
	color: #525252;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #525252;
	width: 380px;
}

.textAreaB {
	width: 380px;
	height: 100px;
	font-size: 10px;
	color: #525252;
	text-decoration: none;
	border: 1px solid #525252;
	background-color: #FFFFFF;
	vertical-align: middle;
	margin-top: 2px;
}

.fileField {
	width: 390px;
	font-size: 11px;
	color: #525252;
	text-decoration: none;
	border: 1px solid #525252;
	background-color: #FFFFFF;
	vertical-align: middle;
	margin-top: 2px;
}

#colDretaEquip {
	background-image: url(rcs/img_empresa_nom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#colDretaEquip2 {
	background-image: url(rcs/img_empresa_carrec.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#colDretaEquip3 {
	background-image: url(rcs/img_empresa_comentaris.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-top: 5px;
}
#areaClients {
	width: 148px;
	margin-left: 95px;
}
#masterNot{
	overflow: hidden;
	top: 50%;
	position: absolute;
	z-index: 2000;
	height: 600px;
	width: 525px;
	left: 590px;/* 50%;*/
	top: 50%;
	margin-top: -301px;
	margin-left: 267px;/*-478px;*/
	visibility: visible;
	float:left;
}
#noticies{
	background-color: #FFFFFF;
	width: 450px;
	float: left;
	height: 600px;
	background-image: url(rcs/fons_noticies_linia.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#noticiesFons{
	width: 45px;
	margin: 0px;
	padding: 0px;
	float: left;
}


#colDretaNot {
	background-color: #FFFFFF;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 2000;
	height: 600px;
	width: 450px;
	background-image: url(rcs/botons/bt_noticies_fons.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.newsTop{
	margin-top: 0px;
	margin-left: 55px;
	margin-bottom: 20px;
	width: 210px;
}
.noticiesTitolLlista{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bolder;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.noticiesTitolLlista a{
	color: #666666;
	text-decoration: none;
	font-weight: bolder;
}
.noticiesTitolLlista a:hover{
	color: #EA018F;
	text-decoration: none;
	font-weight: bolder;
}

.newsTitol{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bolder;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	background-image: url(rcs/linia_inferior.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.newsTitol a{
	color: #666666;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.newsTitol a:hover{
	color: #EA018F;
	text-decoration: underline;
}

.newsText{
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	line-height: normal;
}

.newsText2{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.newsPuntejat{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EA018F;
	margin-top: 10px;
	height:1px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;

}
.noticiesTitol{
	font-size: 10px;
	color: #EA018F;
	text-decoration: none;
	font-weight: bolder;
	background-repeat: no-repeat;
}
.newsTitolPop{
	font-size: 10px;
	color: #EA018F;
	text-decoration: none;
	font-weight: bolder;
	margin-top: 10px;
	margin-left: 35px;
	padding-left: 10px;
	margin-right: 45px;
	margin-bottom: 0px;
	background-image: url(rcs/linia_inferior.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.newsTitolPop a{
	color: #666666;
	text-decoration: none;

}

.newsTitolPop a:hover{
	color: #EA018F;
	text-decoration: underline;
}

.newsTextPop{
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	margin-top: 5px;
	margin-left: 45px;
	margin-right: 45px;
	margin-bottom: 0px;
}


.newsPuntejatPop{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EA018F;
	margin-left: 45px;
	margin-top: 10px;
	margin-right: 45px;
	height:1px;
}


.newsImatgePop {
	margin-left: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}


#condicions {
	position:absolute;
	left:487px;
	top:250px;
	width:191px;
	z-index:10;
	background-color: #D4EDFA;
	visibility: hidden;
	padding: 15px;
	border: 1px solid #009EE0;
}



.menuDesplegable{
	cursor:hand, pointer;
	height:26px;
	overflow:hidden;
	white-space:nowrap;
	/*background-color:#E4FFFF;*/
}



.txtLinkMenu{
padding-top:5px;
background-color:#000099;
}


 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

#noticiesFons img { behavior: url(rcs/iepngfix.htc) }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */


#AniversariGDG {
	position:absolute;
	top:121px;
	left:51px;
	width:97px;
	z-index:3402;
	visibility: visible;
	height: 97px;
}

.noticiesLlista {
	float: left; 
	clear: right;

	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.noticiesFoto {
	width: 50px;
	float: left;
	height: 40px;
}
.noticiesTxt {
	float: left;
	margin-left: 8px;
	width: 441px;
}

.noticiesMesos {
	color: #EA018F;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	/* clear: both;*/
}

