body {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
}

a {
	color: #000000;
	text-decoration: none;
}

.blockContenido .capaContenido a {
	color: #771800;
	font-weight: bold;
}

.blockContenido .capaContenido a:hover {
	text-decoration: underline;
}

* html body {
	font-size: 10px;
}

.contenedorBlocks {
	position: absolute;
	width: 1024px;
	height: 628px;
	top: 50%;
	left: 50%;
	margin-top: -314px;
	margin-left: -512px;
}

.blockTop {
	width: 1024px;
	height: 85px;
	background: url(../Imagen/Maqueta/elgallinerSUPimatge.png) no-repeat top left;
}

.blockContenido {
	position: relative;
	float: left;
	width: 534px;
	height: 450px;
	background: url(../Imagen/Maqueta/contingut/contingut.png) no-repeat top left;
}

.blockMiddle {
	position:relative;
	width:900px;
	margin-left:129px;
	margin-top: 7px;
}

.blockLeft {
	position: absolute;
	top: 95px;
	left: 10px;
}

.blockRight {
	background: yellow;
}

.blockBottom {
	clear: left;
	padding-top: 10px;
}


/* MENU LATERAL */

.menuLateral ul li {
	cursor: default;
}


ul.submenuN1 { display: none; }
ul.submenuN2 { display: none; }


.menuLateral a.enlaceN1, .menuLateral span.tituloN1 {
	display: block;
	width: 99px;
	height: 30px;
	background: url(../Imagen/Maqueta/menu/botons.png) no-repeat -5px -4px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	
	font-weight: bold;
	font-size: 12px;
	color: #891B00;	
}

.menuLateral a.enlaceN1:hover {
	background-position: -5px -38px;
}

.menuLateral li.desplegableN1:hover span.tituloN1 { 
	width: 319px;
	height: 25px;
	background-position: -5px -72px;
	padding-top: 5px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	text-transform: uppercase;
}

.menuLateral li.desplegableN1:hover ul.submenuN1 {
	display: block;
	position: absolute;
	margin-top: -5px;
	left: 120px;
}


.menuLateral a.enlaceN2, .menuLateral a.enlaceN3, .menuLateral span.tituloN2 {
	display: block;
	width: 199px;
	height: 22px;
	background: url(../Imagen/Maqueta/menu/botons.png) no-repeat -5px -140px;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	
	font-size: 12px;
	font-weight: bold;

	color: #ffffff;
}

.menuLateral span.tituloN2 { background: url(../Imagen/Maqueta/menu/botons.png) no-repeat -5px -208px; }

.menuLateral a.enlaceN2:hover, .menuLateral a.enlaceN3:hover {
	background-position: -5px -174px;
	color: #ffffff;
}

.menuLateral li.desplegableN2:hover span.tituloN2 {
	background-position: -5px -242px;
	color: #ffffff;
}

.menuLateral li.desplegableN2:hover ul.submenuN2 {
	display: block;
	position: absolute;
	margin-top: -30px;
	left: 209px;
}


/* FIN estilos menu lateral */





.blockContenido {
	position: relative;
	float: left;
	width: 534px;
	height: 450px;
	background: url(../Imagen/Maqueta/contingut/contingut.png) no-repeat top left;
}

.blockContenidoAdmin {
	position: relative;
	float: left;
	width: 896px;
}

.blockContenidoAdmin .capaContenido {
	position: relative;
	overflow: auto;

	min-height: 390px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 33px;
	
	font-size: 12px;
}


.blockContenido .tituloSeccion, .blockContenidoAdmin .tituloSeccion {
	position: relative;
	height: 30px;
	margin-left:16px;
	margin-top:10px;

	color:#FFFFFF;
	font-size:16px;
}

.blockContenido .tituloSeccion, .blockContenidoAdmin .tituloSeccion h2 {
	font-weight: bold;
}

.blockContenidoAdmin .tituloSeccion {
	color: #771800;
	text-transform: uppercase;
	border-bottom: 1px #771800 solid;
}

.blockContenido .capaContenido {
	position: relative;
	overflow-x:hidden;
	overflow-y:scroll;
	width: 460px;
	height: 358px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 33px;
	z-index:0;
	font-size: 12px;
}

 .capaContenidoImprimir {
	position: relative;
	width: 485px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
}

.blockContenido .opcionesContenido {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.blockContenido .opcionAtras {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.blockContenido .opcionCompartir {
	float: left;
    padding: 0 0 10px 0;
    width: 100%;
}

.blockContenido .opcionesContenido a, .blockContenido .opcionAtras a  {
	display: block;
	float: left;
	width: 75px;
	height: 17px;
	padding-top: 3px;
	margin-left: 5px;
	text-align: center;
	background: url(../Imagen/Maqueta/menu/botons.png) no-repeat -4px -344px;
	color: #ffffff;
	font-size: 12px;
}

.blockContenido .opcionesContenido a:hover, .blockContenido .opcionAtras a:hover {
	background-position: -4px -367px;
}

.submitEnviar {
	width: 75px;
	height: 20px;
	text-align: center;
	background: url(../Imagen/Maqueta/menu/botons.png) no-repeat -4px -344px;
	color: #ffffff;
	font-size: 12px;
	cursor: pointer;
	border: 0px;
}

.submitEnviar:hover {
	background-position: -4px -367px;
}

/* COLUMNA LATERAL - Buscador y Noticias */

.blockSearchNews {
	position: relative;
	float: left;
	width: 351px;
	margin-left: 10px;
}

.formSearch {
	position:absolute;
	right:0px;
	top:3px;
	width: 210px;
}

.formSearch input {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 174px;
	border: 1px solid #891B00;
	
	padding: 2px;
	
	color: #891B00;
	font-size: 10px;
}

.formSearch input.botonSubmit {
	left:185px;
	top:-3px;
	width: 25px;
	height: 25px;
	background: url(../Imagen/Maqueta/buscador/buscar.png) no-repeat 2px 2px;
	border: none;
	cursor: pointer;
}

.enlaceMailto { margin-left: 10px; }
.enlaceLocalizacion { margin-left: 5px; }

.enlaceMailto img{
	margin-top:2px;
}

.enlaceLocalizacion img{
	margin-top:2px;
}

.columnaNoticias {
	position: relative;
	margin-top: 10px;
}

.cabeceraColumnaNoticias {
	background: url("../Imagen/Maqueta/gallinews/actualitat2.png") no-repeat scroll 1px 0 transparent;
    color: #FFFFFF;
    font-size: 24px;
    height:58px;
}

	.cabeceraColumnaNoticias div.actualitat{
		width:49%;
		float:left;
		margin-left:1%;
		height:57px;
	}
	
	.cabeceraColumnaNoticias div.facebook{
		width:46%;
		float:left;
		margin-left:4%;
		height:57px;
	}
	
	.cabeceraColumnaNoticias div.actualitat:hover{
	}
	
	.cabeceraColumnaNoticias div.facebook:hover{
	}
	
	.cabeceraColumnaNoticias div.actualitat a,
	.cabeceraColumnaNoticias div.facebook a{
		color: #FFFFFF;
	    display: block;
	    font-size: 30px;
	    height: 67%;
	    padding-left: 10px;
	    padding-top: 14px;
	    text-align: left;
	    text-decoration: none;
	    width: 91%;
	}

.pieColumnaNoticias {
	position: relative;
	width:336px;
	height:72px;
	padding-left:15px;
	padding-top:5px;
	background: url(../Imagen/Maqueta/gallinews/actualitat_footer2.png) no-repeat top left;
	color: #ffffff;	
}

.pieColumnaNoticias .formSuscripcion {
	position: absolute;
	top: 19px;
	left: 15px;
}

.pieColumnaNoticias .formSuscripcion input {
	width: 237px;
	border: 1px solid #891B00;
	
	padding: 2px;
	
	color: #891B00;
	font-size: 12px;
}

.pieColumnaNoticias .formSuscripcion input.botonSubmit {
	width: 80px;
	border: 0px;
	background: url(../Imagen/Maqueta/menu/botons.png) no-repeat -4px -367px;
	cursor: pointer;
	font-size: 12px;
	color: #ffffff;
}

.pieColumnaNoticias .formSuscripcion input.botonSubmit:hover {
	background: url(../Imagen/Maqueta/menu/botons.png) no-repeat -4px -391px;
	color: #891B00;
}

.contenedorFichasNoticia {
	position: relative;
	height: 284px;
	background: url(../Imagen/Maqueta/gallinews/actualitat.png) no-repeat -3px -305px;
	overflow: auto;
}


.fichaNoticia {
	position: relative;
	width: 323px;
	height: 80px;
	overflow: hidden;
	padding: 5px;
	padding-top: 0px;
	background: url(../Imagen/Maqueta/gallinews/actualitat.png) no-repeat;
}

.fichaNoticia .capaImagen {
	position: relative;
	width: 75px;
	height: 75px;
	margin-right: 5px;
	overflow: hidden;
}

.fichaNoticia .capaImagen img {
	/*width: 75px;*/
	/* Edu 19 Ago 2011, comento perquè se li veuen "borroses les imatges"*/
	height: auto;
}

a.enlace_fichaNoticia {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 350px;
	height: 85px;
	z-index: 99;
	background: url(../Imagen/Maqueta/fondo_transparente_1px.gif) repeat;;
}

.fichaNoticiaContent {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width:333px;
	padding-top:5px;
}

/*
a.fichaNoticia:hover {
	background-position: -3px -218px;
}
*/
.fichaNoticia span.imagen {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: 75px;
	height: 75px;
	
	cursor: pointer;
}

.fichaNoticia span.texto {
	position: absolute;
	top: 5px;
	left: 85px;
	width: 233px;
	height: 75px;
	overflow: hidden;
	
	cursor: pointer;
}


/* PIE DE PAGINA */

.contenedorInferior {
	position: relative;
	height: 67px;
	padding-left: 30px;
	padding-top: 10px;
	background: url(../Imagen/Maqueta/inferior/inferior.png) no-repeat top left;
}

.contenedorInferior li {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	width: 83px;
}

a.enlaceMenuInferior {
	display: block;

	padding-left: 5px;
	padding-top: 3px;
	width: 83px;
	height: 27px;
	background: url(../Imagen/Maqueta/menu/botons.png) no-repeat -5px -276px;
	color: #891B00;
	
	font-size: 10px;
}

a.enlaceMenuInferior:hover {
	background: url(../Imagen/Maqueta/menu/botons.png) no-repeat -5px -310px;
	color: #ffffff;
}

.imagenesPiePagina {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 320px;
}

a.enlaceInferiorLogo1 {
	position: absolute;
	left: 0px;
	top: 3px;
}

a.enlaceInferiorLogo2 {
	position: absolute;
	left: 104px;
	top: 5px;
}

a.enlaceInferiorLogo3 {
	position: absolute;
	left: 200px;
	top: 3px;
}

a.enlaceInferiorLogo4 {
	position: absolute;
	left: 200px;
	top: 40px;
}

a.enlaceResultadoBusqueda {
	display: block;
	width: 100%;
	height: 20px;
	padding-left: 30px;
	padding-top: 10px;
	margin-bottom: 5px;
	background: url(../Imagen/Iconos/buscar_resultat.png) no-repeat top left;
}

