/* CSS Document */

* {	margin: 0; padding: 0; }

body {
	background: #FFFFFF url(../images/fondoindena.gif) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;
	}

a { text-decoration: none; }
a:hover { text-decoration: underline; }	
ul { list-style-type: none; }
img { border: 0px; }
blockquote { margin-left: auto; margin-right: auto; width: 90%; padding: 5px 0px 5px 0px; margin-top: 10px; margin-bottom: 10px; color: black; text-align: center; font-weight: bold; border-top: 1px solid black; border-bottom: 1px solid black; }

.ocultar{ display:none;}
.resaltar1 { color: #208dbf; white-space: nowrap }	/* azul claro*/
.resaltar2 { color: #536a78; font-weight: bold; }	/* azul fuerte*/
.resaltar3 { color: #999999; font-weight: bold; }	/* gris fuerte*/
.resaltar4 { color: #208dbf; font-size: 13px; margin: 0 0 0 8px; font-weight: bold; }
.resaltar5 { color: #208dbf; font-size: 13px; font-weight: bold; margin: 0px; padding: 0px; text-align: left; }
.resaltar6 { color: #208dbf; font-size: 13px; margin: 0 0 0 0px; font-weight: bold; padding: 0px; text-align: left;}
.resumen { color: #999999; font-style: italic }	
.noticia { background: url(../images/icono_noticia.gif) 0px 8px no-repeat; padding-left: 20px; padding-top: 8px;padding-bottom: 2px; }
.documento { background: url(../images/icono_documento.gif) 0px 8px no-repeat; padding-left: 20px; padding-top: 8px; padding-bottom: 2px; }
.documentoPDF { background: url(../images/icono_documentoPDF.gif) 0px 8px no-repeat; padding-left: 20px; padding-top: 8px; padding-bottom: 2px; }
.enlace { background: url(../images/icono_enlace.gif) 0px 8px no-repeat; padding-left: 20px; padding-top: 8px; padding-bottom: 2px; }
.agenda { background: url(../images/icono_agenda.gif) 0px 8px no-repeat; padding-left: 20px; padding-top: 8px; padding-bottom: 2px; }
.galeria { padding-left: 0px; padding-bottom: 2px; }
.video{ background: url(../images/icono_video.gif) 0px 8px no-repeat; padding-left: 20px; padding-top: 8px; padding-bottom: 3px; }
.inverso1 { color: #FFF; background-color: #0283fb; }	/* inverso del resaltar1 */
.datos { color: #536a78; font-size: 12px; font-weight: bold; }
#header {
	width: 100%; 
	height: 54px;
	background: #FFFFFF url(../images/fondoindenaCap.gif) top left repeat-x;
	}
	#header_centrar  {
		position:	absolute;
		left: 0px;
		top: 0px;
		width: 910px;
		height: 54px;
	 	/*position: relative; width:900px; height:54px;margin-left: auto; margin-right: auto; background: #FFFFFF url(../images/fondoindenaCap.gif) top left repeat-x;*/
	 }
	/*#header_img { float:left; }*/
	#header h1, #header h2 { display: none; }
	#logozero {
		padding-top: 10px;
	}
	#header_text{
		position: absolute;
		width:	280px;
		right: 0px;
		top: 0px;
		margin-top:	5px;
	} 
	#header_idioma{
		position: absolute;
		left: -40px;
		top:	0px;
		font-size: 10px;	
		font-weight:bold;
	}
	#header_idioma a{color:	#838a90;}
	#header_idioma a:link    { color:	#838a90; text-decoration:none; }
	#header_idioma a:visited { color:	#838a90; text-decoration:none; }
	#header_idioma a:hover   { color:	#536a78; text-decoration:underline; }
	#header_idioma a:active  { color:	#838a90; text-decoration:none; }
	#header_mail{
		position: absolute;
		right: 0px;
		top:	0px;
		width: 150px;
		text-align:center;
		color:	#838a90;
		font-size: 10px;			
		font-weight:bold;		
	}
	#header_mail a{color:	#838a90;}
	#header_mail a:link    { color:	#838a90; text-decoration:none; }
	#header_mail a:visited { color:	#838a90; text-decoration:none; }
	#header_mail a:hover   { color:	#536a78; text-decoration:underline; }
	#header_mail a:active  { color:	#838a90; text-decoration:none; }
	
	#header_telf{
		font-size: 11px;	
		letter-spacing: 0.1em;
		color: #838383;
	}

#contenidorInici{
}	
#contenidorInici img{
	float: none !important;
}	
#contenidorInici .fleft {
	float: left;
}
#contenidorInici h2 { 
		color: #208dbf; 
		font-size: 13px; 
		font-weight:bold;
		background-color: #FFFFFF;
		/*padding: 10px 5px;*/
		/*margin: 0px 5px;*/

}

.derecha { text-align: right; }

#contenidorInici p.titolInici {
		padding: 0px 0px !important;
		margin: 5px 5px 0px 5px !important;
		height: 100%;		
		min-height: 20px;
}
	/* for IE */
	* html #contenidorInici p.titolInici { height: 20px; }


#contenidorInici p.leer {
		float: right;
		color: #208dbf; 
		margin-right: 5px !important;
		padding: 0px;
}

#contenidorInici p.leer a{color: #208dbf; }
#contenidorInici p.leer a:link    { color:	#208dbf; text-decoration:none; }
#contenidorInici p.leer a:visited { color:	#208dbf; text-decoration:none; }
#contenidorInici p.leer a:hover   { color:	#208dbf; text-decoration:underline; }
#contenidorInici p.leer a:active  { color:	#208dbf; text-decoration:none; }

.contentImgInici{
	width: 100%;
	text-align: center;
	clear:both;
}

#noticiaportadaIzq{
	float:	left;
	width:	230px;
	margin:	0px;
	padding:0px;
}

#noticiaportadaMig{
	float:	left;
	margin:	0px;
	padding:0px;
	width:	230px;
}

#noticiaportadaRight{
	float:	right;
	width:	230px;
	margin:	0px;
	padding:0px;
	
}


#container {
	width: 100%;
	/*background: #FFFFFF url(../images/fondoindena.gif) top left repeat-x;*/
	margin: 0px; padding: 0px;
}

#containerPortada {
	width: 100%;
	background: #FFFFFF url(../images/fondoindena_inicio.gif) top left repeat-x;
	margin: 0px; padding: 0px;
}

#content {
	width: 910px;
	height: 100%;
	min-height: 540px;
	margin: 0px; padding: 0px;
}
	/* for IE */
	* html #content { height: 540px; }
	
	
	#pageprincipal {margin-left:170px;}
	
	#pageimage {height:122px;}
	#imageseccio {
		float:right;
		margin-top: 19px;
	}
	#pageimageinici{height:330px; padding-top: 18px; }
	#imageinici{
		float:right;
		margin-top: 17px;
	}
	
	#pagecontent { margin-top:13px; margin-left:11px; }	

	#pie { clear:both; width: 910px; font-size: 9px; text-align: center; color: #c0c0c0;}

	#pagecontent h1.titol { color: #208dbf; 
		font-size: 13px; 
		font-weight: bold; 
		background-color: #eeeeee;
		text-indent:15px;
	}
	#pagecontent h1 { color: #666666; font-size: 11px; font-weight: bold; }
	#pagecontent h2 { color: #208dbf; font-size: 13px; }
	#pagecontent h2 a { color: #208dbf; font-size: 13px; }
	#pagecontent h2 span { color: #536a78; font-size: 11px; padding-right:15px}
	#pagecontent h3 { color: #208dbf; font-size: 10px; font-weight: bold; padding-top: 25px; padding-bottom: 5px; }
	#pagecontent h3 a { color: #208dbf; font-size: 10px; }
	#pagecontent h4 { color: #536a78; font-size: 11px; }
	#pagecontent h4 a { color: #536a78; font-size: 11px; }
	
	
	#pagecontent p { margin: 0px; padding-top: 10px; padding-bottom: 15px; padding-right: 15px; }
	#pagecontent p.p_editorial { margin: 0px; padding: 5px 5px 0px 5px; }
	#pagecontent p.p_asociacion { margin: 0px; padding: 0px 0px 0px 0px; }
	
	#pagecontent img.img_destacada { float: right; padding: 0; margin:0 15px 10px 0px; border: 5px solid #cecece; }
	#pagecontent img.img_destacada2 { float: right; margin:0 15px 15px 10px; border: 5px solid #cecece; padding: 0;}
	#pagecontent img.img_destacada3 { float: right; margin:0 15px 5px 5px; border: 5px solid #cecece; padding: 0;}
	#pagecontent img.img_destacada4 { float: right; margin:10px 15px 5px 5px; border: 5px solid #cecece; padding: 0;}
	#pagecontent img.img_destacada5 { float: right; padding: 0; margin:0px 15px 10px 10px; border: 5px solid #cecece; }
	#pagecontent .fotospresen65 { padding:0; margin:0 0 10px 20px; width:300px; float:right; height:775px; /*background-color:#e0e0e0*/}
	#pagecontent .fotospresen65 img { padding:0; }
	#pagecontent .fotospresen95 { padding:0; margin:40px 0 10px 10px; width:320px; float:right; /*background-color:#e0e0e0*/}
	#pagecontent .fotospresen95 img { padding:0; }
	#pagecontent .fotosespeci65 { padding:0; margin:0px 40px 0 0px; height:200px; float:right; /*background-color:#e0e0e0*/}
	#pagecontent .fotosespeci65 img { padding:0; }
	#pagecontent .fotosopciones65 { padding:0; margin:15px 40px 0 0px; width:650px; height:200px; float:left; /*background-color:#e0e0e0*/}
	#pagecontent .fotosopciones65 img { padding:0; }
	#pagecontent .fotosconstruccion65 { padding:0; margin:0px 5px 0 20px; width:50px; height:100px; float:right; /*background-color:#e0e0e0*/}
	#pagecontent .fotosconstruccion65 img { padding:0; }
	#pagecontent img.img_galeria { float:left; margin: 0px 10px 10px 0px; padding: 0px; }
	#pagecontent img { float:right; margin: 0px 0px 10px 0px; padding: 5px; border: 1px solid #d6d6d6; }
	#pagecontent img.img_foto { float:none; margin: 0px 0px 0px 0px; padding: 5px; border: 1px solid #cecece; }

	#pagecontent table.tab_galeria { width: 100%; border-collapse: separate; }
	#pagecontent table.tab_galeria tr td { text-align:center; padding-bottom: 20px}
	
	
		
	.box { float:left; width: 100%; padding: 10px 0px 10px 0px; margin: 0px; z-index: 1;}
	.bm { float:left; padding: 0px; width:100%; }	
	.bm_med { float:left; width: 100%; padding-top: 5px;  }
	.bm_med2 { float:left; width: 49%; padding-top: 0px; margin-top: 0px; }
	#pagecontent div.bm_med p {margin:15px; padding:0px;}
	#pagecontent div.bm_med p.p1 { float:left; margin:0px 0px 10px 0px; padding:0px 0px 30px 0px; }
	#pagecontent div.bm_med p.p11 { float:left; margin:0px 0px 10px 0px; padding:0px 10px 30px 0px; }
	#pagecontent div.bm_med p.p2 { float:right; width:100%; margin:0px 0px 10px 0px; padding:0px 0px 30px 0px; }
	#pagecontent div.bm_med img.i1 { float:right; margin:0px 20px 0px 20px; padding:0px 0px 0px 0px; border: 5px solid #cecece; }
	#pagecontent div.bm_med img.i12 { float:left; margin:0px 10px 0px 0px; padding:0px 0px 0px 0px; border: 5px solid #cecece; }
	#pagecontent div.bm_med2 p.top {margin:0px; padding-top: 3px; color: #208dbf; font-size: 13px; font-weight: bold;}
	
	#pagecontent div.bm_med2 a{color:	#838a90;}
	#pagecontent div.bm_med2 a:link    { color:	#838a90; text-decoration:none; }
	#pagecontent div.bm_med2 a:visited { color:	#838a90; text-decoration:none; }
	#pagecontent div.bm_med2 a:hover   { color:	#536a78; text-decoration:underline; }
	#pagecontent div.bm_med2 a:active  { color:	#838a90; text-decoration:none; }
	
	.boxgaleria { float:left; width: 650px; padding: 10px 0px 0px 0px; margin: 0px; }
	.boxgaleria_sinfoto { float:left; width: 90px; height: 60px; margin: 0px 10px 10px 0px; padding: 0px; border: 1px solid #d6d6d6; }
	
	#pagecontent div.bm p.estatico { margin:0px; padding:10px 0px 10px 0px;}
	#pagecontent div.bm p.estatico2 { margin:0px; padding:5px 0px 0px 15px; }
	
	/**********Estils menu*************/
	#navigation {
		position:relative;
		float:left;
		width: 162px;
		min-height: 530px;	
		padding: 0px;
		margin: 10px 0px 0px 0px;
		}
	/* for IE */
	* html #navigation { height: 530px; }		
	
	#navigationFondo {
		width: 161px;
		min-height: 485px;	
		padding: 15px 0 0 0;
		margin: 0px;
		background: url(../images/fondomenu.gif) top right repeat-x;
		/*border-style: none solid none none;
		border-width: 1px;
		border-color: white;*/
		}
	/* for IE */
	* html #navigationFondo { height: 485px; }	
	#navtop { 
		background-image: url(../images/menuarriba.gif); 
		background-position: top center; 
		background-repeat: no-repeat; 
		height: 15px;
		width:161px;
	} 	
	#navbottom {
		position: absolute;
		left: 0px ;
		bottom: 0px;
		width:161px;
		background-image: url(../images/menuabajo.gif); 
		background-position: bottom left; 
		background-repeat: no-repeat; 
		text-align: center;	
		color: #475d6f;
		font-weight:bold;
		font-size: 10px;	
		padding-bottom: 5px;
	}	
	#navlist li.itemTitol a { 
		display: block;
		margin: 2px 0px 0px 4px;
		padding: 2px 0px 0px 0px;
		background-color: #c9d0d8;
		height:	16px;
		text-indent: 18px;
		color:  #536778;
		font-weight: bold;
	}
	#navlist li.itemTitol a:link    { color:  #536778; text-decoration:none; }
	#navlist li.itemTitol a:visited { color:  #536778; text-decoration:none; }
	#navlist li.itemTitol a:hover   { background-color: #ebeef1; color:  #536778; text-decoration:none; }
	#navlist li.itemTitol a:active  { color:  #536778; text-decoration:none; }
	
	#navsublist{
		margin: 0px 0px 12px 0px;
		padding: 3px 0px 0px 0px;
		color:  #536778;
		font-weight: normal;
	}
	
	#navsublist li.itemsubTitol a {
		display: block;
		margin: 0px;
		padding: 0px;
		background-color: transparent;
		color:  #536778;
		font-weight: normal;
		text-indent: 30px;	
	}
	
	/**********Fi Estils menu*************/	
	
	/**********Estils Galerķa d'Imatges*************/
	#galleryphotosDestacat{
		text-align: center;
		margin-top: 15px;
		height: 210px;
	}
	#galleryphotosDestacatDetall
	{
		text-align: center;
		margin-top: 5px;
		height: 210px;
	}	
	#galleryphotosDestacatDetallGalery  #alaizquierda { text-align: left }
	
	#galleryphotosDestacat img, #galleryphotosDestacatDetallGalery img {float:none; padding: 0px; border: 5px solid #cecece; }
	
	#contentgallery{margin-top: 20px;}
	#contentgalleryDetallGalery{margin-top: 10px;}	
	
	#galleryphotos{
		height:	100px;
		width:	700px;
		margin: auto;
		background: url(../images/fondoThumbnail.gif) top left repeat-x;
		overflow-y:hidden;
		overflow-x:scroll;
	 }

	#galleryphotos table {margin: 0px auto; }
	#galleryphotos td {
		text-align:	center;
		vertical-align: middle;
		padding: 0px 6px 0 6px;
	}
	#galleryphotos img{margin-top: 4px;padding: 0px; border: 4px solid #d6d6d6;}
	
	#descripcionGaleria {
		text-align:	center;
		margin-top: 3px;
	}
	
	#visor {
		filter: alpha(opacity=100);
		cursor: default;
	}
	/**********Fi Estils Galerķa d'Imatges*************/
	
	#videoBlit {
		text-align: center;
	}
	
	#videoBlit:after{
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	/* Hides from IE-mac \*/
	* html #videoBlit {height: 1%;}


#mapa { clear: both; float: left; padding: 5px 5px 5px 5px; margin: 10px 0px 20px 0px; border: 1px solid #d6d6d6; }

#paginacion { float:left; width: 670px; text-align: center; padding-bottom: 10px; }

#titulo { 
	float:left; width: 660px; padding: 15px 10px 0px 20px; margin: 0px;
	}
	#titulo_izq { float:left; padding: 0px 0px 0px 0px; margin: 0px; }
	#titulo_res { float:right; width: 500px; padding: 0px; margin: 0px; text-align: right}
	#titulo_res p { padding: 0px; margin: 0px; }

#buscador { 
	float:left; width: 660px; padding: 0px 10px 0px 0px; margin: 0px;
	}
	#buscador_der { float:left; width: 380px; padding: 5px 5px 5px 5px; margin-top: 0px; background-color: #eef2f8; }
	#buscador_der img { border: 0px; padding: 0px; margin: 0px; float:left }
	#buscador_der table { border-spacing: 5px; }
	#buscador_der table th.Col1 { width: 40px; }
	#buscador_der table th.Col11 { width: 130px; }
	#buscador_der table th.Col2 { width: 60px; }
	#buscador_der table th.Col3 { width: 30px; }
	#buscador_der table th.Col4 {  }
	form { padding: 0px; margin: 0px}
	input, select, textarea { color: #999999; font-size: 11px; border:1px solid #999999; padding: 1px; margin: 0px}
	.campoDay{ width: 15px; }
	.campoMonth { width: 80px; }
	.campoYear { width: 25px; }
	.campoDate { width: 65px; color: #999999; }
	.campoKeyword { width: 210px; color: #999999; }
	.campoCategory { width: 210px; }
	.Boton { float: right; }

	.campoDate_off { width: 65px; color: #d2d2d2; }
	.campoKeyword_off { width: 210px; color: #d2d2d2; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.limpiar {
	clear: both; padding-top: 10px; padding-bottom: 10px;  
}

/**********Estilos Div Desplegable*************/
#llistaDesplegable{
	margin:0px;
	padding:0px;
}
#llistaDesplegable ul {
	margin:0px;
	padding:0px;
}
.tituloItem{
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  color: #208dbf;
  font-size: 12px;
  font-weight: bold; 
  background-color: #eeeeee;
  margin:7px 0px 5px 0px;
  padding: 3px 10px;
  width:40px;
}
.tituloItemLarge{
  text-align: left;
  cursor: pointer;
  font-weight: bold;
  color: #208dbf;
  font-size: 12px;
  font-weight: bold; 
  background-color: #eeeeee;
  margin:7px 0px 5px 0px;
  padding: 3px 10px;
  width:150px;
}
.contenidoItem{
  display: visible;
  padding-left: 10px;
  padding-bottom: 3px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 0;
}
.contenidoItemHidden{
  display: none;
  padding-left: 10px;
  padding-bottom: 3px;
  font-weight: normal;
}
.contenidoItem li {
 color: #536a78;
 font-weight: bold;
 padding-left: 20px;
 padding-top: 3px;
}
.contenidoItem span {
 color: #208dbf;
 font-weight: bold;
 padding-left: 10px;
}
.contenidoItem li span a{color: #208dbf;}
.contenidoItem li span a:link { color: #208dbf; text-decoration:none;}
.contenidoItem li span a:visited { color: #208dbf; text-decoration:none;}
.contenidoItem li span a:hover  { color: #208dbf; text-decoration:underline;}
.contenidoItem li span a:active  { color: #208dbf; text-decoration:none;}

.contenidoItem li a { color: #536a78;}
.contenidoItem li a:link { color: #536a78; text-decoration:none;}
.contenidoItem li a:visited { color: #536a78; text-decoration:none;}
.contenidoItem li a:hover  { color: #536a78; text-decoration:none;}
.contenidoItem li a:active  { color: #536a78; text-decoration:none;}
/********** Fi Estilos Div Anys*************/
#contenidoDIV{
	padding-top:10px;
}
.titular {
	 color: #536a78;
	 font-weight: bold;
	 margin: 5px 5px 0px 5px;
}
.titular a { color: #536a78;}
.titular a:link { color: #536a78; text-decoration:none;}
.titular a:visited { color: #536a78; text-decoration:none;}
.titular a:hover  { color: #536a78; text-decoration:underline;}
.titular a:active  { color: #536a78; text-decoration:none;}
.titular span{
	 margin-left: 20px;
	 color: #208dbf;
	 font-weight: bold;
}
.titular span a{color: #208dbf;}
.titular span a:link { color: #208dbf; text-decoration:none;}
.titular span a:visited { color: #208dbf; text-decoration:none;}
.titular span a:hover  { color: #208dbf; text-decoration:underline;}
.titular span a:active  { color: #208dbf; text-decoration:none;}

.descripcion {
	 color: #999999;
	 font-weight: normal;
	 margin: 5px 5px 0px 5px;	 
}

.contenidotitular{
	padding-bottom: 3px;
}
#volver {
	float:right;
	margin:10px 5px 0px 0px;
	color: #208dbf;
	font-weight:bold;
}

#volver a { color: #208dbf;}
#volver a:link { color: #208dbf; text-decoration:none;}
#volver a:visited { color: #208dbf; text-decoration:none;}
#volver a:hover  { color: #208dbf; text-decoration:underline;}
#volver a:active  { color: #208dbf; text-decoration:none;}

/************	ACTUALIDAD **********************/
#contenidoActualidad {
	min-height: 150px;	

}
	/* for IE */
	* html #contenidoActualidad { height: 150px; }
	
#resultActualidad {
	margin: 0px 0px 10px 0px;	
	font-weight: bold;
}

#boxScrollActualidad { 
	overflow-y:scroll;
	overflow-x:hidden;
	width:90%; 
	height:150px; 
	border-style:solid;
	border-width:1px;
	border-color:#777777;
} 

#noResults {
	margin-top: 70px;
	font-weight: bold;
}

.visible {
	display: block;
}
.hidden {
	display: none;
}

.nborder{
	border-style:none !important;
	border-width:0px  !important;

}

.limpiar { clear:both; border: 1px solid blue; }

/************	FI ACTUALIDAD **********************/

/************	CONTACTO **********************/
#formConsulta {
	margin: 20px 0 0 60px;
}
#formConsulta .titol{
	color: #999999; font-weight: bold;
}

#formConsulta label{
	color: #536a78; font-weight: bold;
	font-size: 10px;
}

#formConsulta input {
	width:200px;
}
#formConsulta select {
	width:200px;
	text-align:right!important;
}
#formConsulta textarea {
	width:200px;
	height: 70px;
}
#tableconsulta {width:300px;}
#tableconsulta td { vertical-align:top;text-align:right;}
#submitContacto {
	float:right !important;
	width: 100px !important;
	border-style:solid;
	border-widht:2px;
	border-color:#999999;
	background-color: #c3cad3;
	color: #4d6185;
}



/************	FI CONTACTO **********************/
.byellow{
	border-style:solid;
	border-color:yellow;
	border-width:1px;
}

/******* Estils Separadors ******************/
.s20{
	margin-top: 20px;
}
/******* FI Estils Separadors ******************/

/******* Estils Especificacions ******************/

#pagecontent .tabla { width:50%; margin:20px 11px; border-collapse:collapse; }
		#pagecontent .tabla th,
		#pagecontent .tabla td { vertical-align:top; padding:4px; }
		#pagecontent .tabla tr.linea th ,
		#pagecontent .tabla tr.linea td { border-bottom:1px solid #536a78; }

/******* FI Estils Especificacions ******************/

#pagecontent .tabladestacar { width:99%; margin:30px 5px; border-collapse:collapse; border: 1px solid #536a78; background-color: #eef2f8;}
		#pagecontent .tabladestacar th,
		#pagecontent .tabladestacar td { vertical-align:top; padding:6px; }
		#pagecontent .tabla tr.lineadestacar th ,
		#pagecontent .tabla tr.lineadestacar td { border-bottom:0px solid #536a78; }

/******** Capa cajas ******************************/

#galleryphotosDestacatDetallGalery .galery { margin-top:25px; }
	#galleryphotosDestacatDetallGalery .galery li { display:inline; }
	#galleryphotosDestacatDetallGalery .galery img { margin-right: 5px; border:5px solid #cecece; }
	#galleryphotosDestacatDetallGalery .galery a:hover img { border:5px solid #fff; }


