@charset "UTF-8";
body {
	background: #9ECDEC url(rcs/fons_CB.gif) no-repeat center top;
	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: #003B79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body img {
	border:0px;
}

*{
	padding:0px;
	margin:0px;
}

#contenidor {
	width: 900px;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contingutPrincipal {
	padding: 0px; /* recuerde que el relleno es el espacio situado dentro del cuadro div y que el margen es el espacio situado fuera del cuadro div */
}
.columnaEsquerra {
	float: left;
	width: 267px;
}
.columnaDreta {
	width: 588px;
	float: right;
}
.columnaEsquerra p {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.logo {
	margin-bottom: 160px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.logoGallery {
	margin-bottom: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.idiomes {
	margin-bottom: 22px;
	text-align: right;

}
.fotos {
	text-align: left;
}
.recomanem {
	text-decoration: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clearFloat {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
.linksDreta {
	text-decoration: none;
	float: left;
	height: 15px;
	width: 285px;
	margin-bottom: 5px;
	background: #c5e1f4;
	color: #003B79;
}

.linksDretaBis {
	text-decoration: none;
	float: left;
	height: 15px;
	width: 285px;
	margin-bottom: 5px;
	color: #003B79;
	background: #9ECDEC;
}

.linksDreta a, .linksDretaBis a {
	text-decoration: none;
	color: #003B79;
	margin-right: 5px;
	margin-left: 5px;
}

.separaLinks {
	float: left;
	height: 15px;
	width: 15px;
}
.idiomes img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.foto {
	float: left;
	height: 105px;
	width: 147px;
}
.foto img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.cuadreFotos1 {
	background-color: #336294;
	height: 68px;
	width: 123px;
	margin-left: 15px;
	float:left;
}

.cuadreFotos2 {
	background-color: #336294;
	height: 68px;
	width: 103px;
	margin-left: 10px;
	float:left;
	margin-bottom:70px;
}

.cercadorbox {
	width:247px;
	height:40px;
	margin-left:10px;
	
}

.camp_cerca{
	background-color:#95d1f1;
	width:180px; 
	border:1px solid #336294; 
	/*border:0px;*/
	margin-bottom:10px;
}


.botogallery {
	background-color: #003b79;
	margin-top: 0px;
	padding-right: 70px;
	padding-left:30px;
	height:35px;
	background-image:url(rcs/botoinici.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor:pointer;
	text-align:right;
}

.botogallery:hover {
	background-color:#fff;
	background-image:url(rcs/botoinici_hover.gif);
}

.botogallery a{
	font-size:24px;
	color:#fff;
	text-decoration:none;
	line-height:35px;
}

.botogallery a:hover{
	color:#003b79;

}

.botogallery:hover a{
	color:#003b79;

}

