/*************************************************************** DEFINICIONES ********************************************************************/

body { 
	margin: 0px; 
	padding:0px;
	border:0px;
	/*Con el overflow-x:hidden quitamos el scroll horizontal de la pagina*/
	overflow-x:hidden;
	background: #FFFFFF;
}
	
img {
	border:0px;
	margin:0px;
	padding:0px; 
}

span {
		margin:0px;
		padding:0px; 
		border:0px;
}

p {
		margin:0px;
		padding:0px; 
		border:0px;
		/*line-height:0.8 em;*/
}

li {
		margin:0px;
		padding:0px; 
		list-style: none;
}

/*Contenedor de toda la web*/
.container { 
	border: 0px solid red;
	width: 1011px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px; 
	float:left;
}
	
/*Capa que contiene al menú en flash de la web*/
.menu_flash{
	border:0px solid red;
	width: 1011px;
	height: 233px;
	float: left;
	clear: both;
}

/*Capa contenedora de todo lo que va por debajo del menú*/
.contenido{
	border:0px solid red;
	width: 1011px;
	float: left;
	clear: both;
}

/*Imagen de la pierna*/
.imagen_pierna {
	border: 0px solid blue;
	background: url(../images/img_pierna.jpg) no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 110px;
	margin: 0px;
	padding: 0px;
	z-index:50;
}

/*Capa que contiene el pie de la página*/
.footer {
	border: 0px solid yellow;
	display: block;
	height: 13px;
	width: 950px;
	float:left;
	clear: both;
}

/*Texto del pie*/ 
.texto_pie{ 
	border: 0px solid blue;
	margin-top: 2px;
	margin-left: 468px;
	display: block;
	height: 13px;
	float: left;
}

/*Enlace a la web de Undanet*/
.boton_undanet{
	border: 0px solid blue;
	display: block;
	height: 13px;
	width: 168px;
	float: right;
}

/*************************************************************************************************************************************************/



/*************************************************************** PUBLIC PORTADA ******************************************************************/

/*Contenedora principal*/
.contenedor_portada{
	border:0px solid blue;
	float: left;
	clear:both;
	width: 1011px;
}

/*Contenedora parte izqierda*/
.portada_izquierda{
	border:0px solid red;
	float: left;
	clear:both;
	width: 483px;
}

/*Contenedora parte derecha*/
.portada_derecha{
	border:0px solid red;
	float: left;
	width: 526px;
}


/*Imagen con el texto de la presentación de la empresa*/
	.portada_presentacion{
		border: 0px solid red;
		background: url(../images/img_presentacion.jpg) no-repeat;
		background-position: center top;
		display: block;
		height: 107px;
		width: 440px;
		margin-top: 167px; 
		margin-left:20px;
	}
	
	/*Contenedor de los cuadros, hay que ponerlo obligatoriamente para que el primer cuadro quede a la altura de la pierna, puesto que tiene un margin-top negativo, y el resto de cuadros no lo tienen que tener*/
	.portada_contenedor_cuadros{
		border:0px solid red;
		float: left;
		width: 465px;
		margin-top: -30px;
	}
	
	/*Capa con los cuadros, hay que cogerlos como imagen puesto que tienen una sombra*/
	.portada_cuadros{
		border:0px solid red;
		background: url(../images/img_cuadro_fondo_portada.jpg) no-repeat;
		background-position: center top;
		float: left;
		width: 465px;
		height: 96px;
		margin-bottom: 10px;
	}
	
	/*Capa que contiene a las fotos de los cuadros*/
	.portada_foto{
		border:0px solid red;
		float: left;
		width: 139px;
		height: 79px;
		margin-top: 7px; 
		margin-left: 7px;
	}
	
	/*Contenedora de los datos*/
	.portada_contenedor_datos{
		border:0px solid blue;
		float: left;
		width: 300px;
		height: 79px;
		margin-top: 7px; 
		margin-left: 7px;
	}
	
	/*Contenedora del titulo y la fecha*/
	.portada_contenedor_titulo_y_fecha{
		border:0px solid yellow;
		float: left;
		width: 300px;
		height: 15px;
	}
	
	.portada_contenedor_titulo_y_fecha2{
		border:0px solid yellow;
		float: left;
		width: 300px;
		height: 15px;
	}
	
	/*Contenedora del titulo*/
	.portada_contenedor_titulo_y_fecha{
		border:0px solid red;
		float: left;
		width: 300px;
		height: 15px;
	}
	
	/*Contenedora de la fecha*/
	.portada_titulo{
		border:0px solid red;
		float: left;
		width: 219px;
		height: 18px;
		overflow: hidden;
	}
	
	/*Contenedora de la fecha*/
	.portada_tituloex{
		border:0px solid red;
		float: left;
		width: 219px;
		height: 18px;
		overflow: hidden;
	}
	
	/*Contenedora de la fecha*/
	.portada_fecha{
		border:0px solid blue;
		float: left;
		width: 67px;
		height: 15px;
		margin-left:10px;
	}
	
	/*Capa con el nombre del autor*/
	.portada_autor{
		border: 0px solid green;
		float: left;
		width: 300px;
		height: 15px;
		margin-top:-4px;
	}

	/*Capa con el contenido*/
	.portada_contenido{
		border: 0px solid blue;
		float: left;
		overflow: hidden;
		width: 283px;
		height: 38px;
		margin-top: 3px;
	}
	
	/*Boton Ver mas*/
	.portada_ver_mas{
		border: 0px solid red;
		float: left;
		width: 40px;
		height: 14px;
		margin-top: 8px;
		margin-left: 260px;
	}
	
	.portada_ver_mas2{
		border: 0px solid blue;
		float: left;
		width: 40px;
		height: 14px;
		margin-top: 8px;
		margin-left: 260px;
	}
	
	/*Portada Sin Imagen*/
	.portada_sin_imagen{
		border:0px solid red;
		float: left;
		width: 139px;
		height: 79px;
		margin-top: 7px; 
		margin-left: 7px;
	}
	
	/*Espacio de abajo (PORTADA)*/
	.espacio_portada{
		border:0px solid red;
		float: left;
		clear:both;
		width: 30px;
		height: 9px;
	}
	
/*************************************************************************************************************************************************/

/*************************************************************** PUBLIC ESTAMOS ******************************************************************/

/*Texto con la direccion*/
.texto_izquierda{
	border:0px solid red;
	float: left;
	width: 200px;
	height: 100px;
	margin-left:260px;
	margin-top:175px;
	text-align:right;
}
 
/*Contenedor de las imagenes de la parte derecha*/ 
.imagenes_estamos{
	border:0px solid red;
	float: left;
	margin-left:0px;
	margin-top:-30px;
	text-align:right;
}

/*Primera imagen*/
.imagen_estamos_1{
	border:0px solid red;
	background: url(../images/img_estamos_1.jpg) no-repeat;
	background-position: center top;
	float: left;
	width: 465px;
	height: 131px;
	margin-bottom: 20px;
}

.google_maps{
	clear:both;
	float:left;
	margin-top: 0px;
	margin-left:0px;
	width: 75px;
}

/*Segunda imagen*/
.imagen_estamos_2{
	border:0px solid red;
	background: url(../images/img_estamos_2.jpg) no-repeat;
	background-position: center top;
	float: left;
	width: 465px;
	height: 131px;
}

/*Espacio en blanco*/
.espacio_estamos{
	border:0px solid red;
	clear:both;
	float:left;
	height:20px;
}

/*************************************************************************************************************************************************/

/************************************************************* PUBLIC PROYECTOS ******************************************************************/

/*Imagen de la seccion proyectos*/
.proyectos_imagen_izq{
		background: url(../images/img_proyectos_izq_nuevo.jpg) no-repeat;
		border:0px solid blue;
		clear:both;
		float:left;
		width: 458px;
		height:319px;
		margin-top: -42px;
		margin-left:0px;
		margin-bottom: 0px;
}

/*Contenedor de todos los proyectos*/
.proyectos_contenedor_proyectos{
	border:0px solid red;
	/*clear:both;
	float:left;
	width: 446px;*/
	
}

/*Capa contenedora del scroll*/
.proyectos_scroll{
	border:1px solid blue;
	float:left;
	height:275px;
	width: 35px;
	margin-top: -18px;
	margin-left:5px;
}

/*Fondo de los proyectos*/
.proyectos_fondo_proyecto{
	background: url(../images/img_fondo_proyectos.jpg) no-repeat;
	border:0px solid blue;
	clear:both;
	float:left;
	height:46px;
	width: 446px;
	margin-top: 0px;
	margin-left:0px;
	margin-bottom: 14px;
}

/*Fotos de los proyectos*/
.proyectos_foto_proyectos{
	border:0px solid blue;
	clear:both;
	float:left;
	height:37px;
	width: 37px;
	margin-top: 3px;
	margin-left:3px;
}

/*Contenedor de los datos de los proyectos*/
.proyectos_contenedor_datos{
	border:0px solid blue;
	float:left;
	height:37px;
	width: 392px;
	margin-top: 2px;
	margin-left:6px;
}

/*Titulo del proyecto*/
.proyectos_titulo{
	border:0px solid blue;
	clear:both;
	float:left;
	height:10px;
	width: 380px;
	margin-top: 0px;
	margin-left:0px;
}

/*Resumen del proyecto*/
.proyectos_resumen{
	overflow: hidden;
	border:0px solid blue;
	clear:both;
	float:left;
	height:24px;
	width: 300px;
	margin-top: 3px;
	margin-left:0px;
}

/*Boton ver_mas*/
.proyectos_ver_mas{
	border:0px solid blue;
	clear:both;
	float:left;
	height:12px;
	width: 40px;
	margin-top: -12px;
	margin-left:350px;
}

/*Proyectos Sin Imagen*/
	.proyectos_sin_imagen{
		border:0px solid blue;
		clear:both;
		float:left;
		height:37px;
		width: 37px;
		margin-top: 3px;
		margin-left:3px;
	}

/*************************************************************************************************************************************************/


/********************************************************SCROLL PROYECTOS*************************************************************************/

.Container {
  position: absolute;
  top: 250px; left: 480px;
  width: 450px;
  height: 290px;
  background: #FFF url(images/container_background.gif) no-repeat;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 445px;
  height: 290px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #6F6048;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: -36px; left: 450px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
	border: 1px solid #bababa;
  width: 13px; height: 283px;
  position: absolute;
  top: 36px; left: 6px;
  background: transparent url(images/scrollbar_track.gif) no-repeat center center;
}
.Scrollbar-Handle {
  position: absolute;
  width: 13px; height: 41px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 187px;
}

/*************************************************************************************************************************************************/


/*************************************************************NOTICIAS****************************************************************************/

.noticias_imagen_izq{
		background: url(../images/img_noticias_izq.jpg) no-repeat;
		border:0px solid red;
		float: left;
		width: 451px;
		height: 274px;
		margin-top: 0px;
}

.noticias_contenedor_cuadros{
		border:0px solid red;
		float: left;
		width: 465px;
		margin-top: 0px;
}

.noticias_contenedor{
		border:0px solid red;
		float: left;
		width: 435px;
		height: 274px;
}

.noticias_fondo_noticias{
		background: url(../images/img_fondo_noticias.jpg) no-repeat;
		border:0px solid blue;
		clear:both;
		float:left;
		height:96px;
		width: 151px;
		margin-top: 0px;
		margin-left:32px;
		margin-bottom: 14px;
}

.noticias_foto{
		border:0px solid red;
		float: left;
		width: 134px;
		height: 79px;
		margin-left: 7px;
		margin-top: 7px;
}

.noticias_datos{
		border:0px solid red;
		float: left;
		width: 250px;
		height: 100px;
}

.noticias_titulo{
		border:0px solid red;
		float: left;
		width: 105px;
		height: 20px;
		margin-left: 10px;
		margin-top: 60px;
}

.noticias_fecha2{
		border:0px solid red;
		width: 70px;
		height: 20px;
		margin-left: 216px;
		margin-top: 0px;
}

.noticias_contenido{
		border:0px solid red;
		clear:both;
		float:left;
		width: 405px;
		height: 150px;
		margin-left: 32px;
		margin-top: 10px;
}

.noticias_cuadros{
		border:0px solid red;
		background: url(../images/img_cuadro_fondo_noticias.jpg) no-repeat;
		background-position: center top;
		float: left;
		width: 446px;
		height: 96px;
		margin-bottom: 10px;
	}
	
	/*Contenedora de la fecha*/
	.noticias_fecha{
		border:0px solid blue;
		float: right;
		width: 67px;
		height: 15px;
		margin-top: 60px;
	}
	
	/*Boton Ver mas*/
	.noticias_ver_mas{
		border: 0px solid red;
		float: left;
		width: 40px;
		height: 14px;
		margin-top: 8px;
		margin-left: 245px;
	}
	
	.noticias_contenedor_datos{
			border:0px solid blue;
			float:left;
			height:79px;
			margin-left:7px;
			margin-top:7px;
			width:293px;
	}
/*************************************************************************************************************************************************/

/*******************************************************************PUBLIC SOMOS******************************************************************/

.somos_izquierda{
		background: url(../images/img_somos_izq_nueva.jpg) no-repeat;
		border:0px solid red;
		clear:both;
		float:left;
		width: 462px;
		height: 317px;
		margin-left: 0px;
		margin-top: -41px;
}

.somos_texto{
		border:0px solid red;
		clear:both;
		float:left;
		width: 442px;
		/*height: 291px;*/
		margin-left: 0px;
		margin-top: 0px;
}

.somos_contenedor{
		border:0px solid red;
		clear:both;
		float:left;
		width: 442px;
		/*height: 291px;*/
		margin-left: 0px;
		margin-top: 5px;
}

.somos_titulo{
		border:0px solid yellow;
		clear:both;
		float:left;
		/*height: 291px;*/
		width: 442px;
		margin-left: 0px;
		margin-top: 5px;
}

.somos_titular{
		border:0px solid blue;
		clear:both;
		float:left;
		/*height: 291px;*/
		width: 422px;
		margin-left: 20px;
		margin-top: 5px;
}

.somos_contenido{
		border:0px solid green;
		clear:both;
		float:left;
		/*height: 291px;*/
		width: 412px;
		margin-left: 30px;
		margin-top: 5px;
}

.somos_contenido_c{
		border:0px solid green;
		clear:both;
		float:left;
		/*height: 291px;*/
		width: 402px;
		margin-left: 40px;
		margin-top: 5px;
}

.somos_contenido_d{
		border:0px solid green;
		clear:both;
		float:left;
		/*height: 291px;*/
		width: 392px;
		margin-left: 50px;
		margin-top: 5px;
}

.somos_descarga{
		border:0px solid green;
		clear:both;
		float:left;
		/*height: 291px;*/
		width: 412px;
		margin-left: 30px;
		margin-top: 5px;
}

.somos_scroll{
		border:0px solid red;
		clear:both;
		float:left;
		/*height: 291px;*/
		
}

/*************************************************************************************************************************************************/

/*******************************************************************PUBLIC FORMACION******************************************************************/

.formacion_izquierda{
		background: url(../images/img_formacion_izq_nueva.jpg) no-repeat;
		border:0px solid red;
		clear:both;
		float:left;
		width: 454px;
		height: 328px;
		margin-left: 0px;
		margin-top: -42px;
}

.formacion_texto{
		border:0px solid red;
		clear:both;
		float:left;
		width: 441px;
		/*height: 190px;*/
		margin-left: 0px;
		margin-top: 0px;
}

.formacion_contenido{
		border:0px solid red;
		clear:both;
		float:left;
		width: 420px;
		/*height: 190px;*/
		margin-left: 15px;
		margin-top: 5px;
}


.formacion_imagen_descarga{
		background: url(../images/img_pdf.jpg) no-repeat;
		border:0px solid red;
		clear:both;
		float:left;
		width: 57px;
		height: 62px;
		margin-left: 0px;
		margin-top: 10px;
}

.formacion_descarga2{
		border:0px solid red;
		clear:both;
		float:left;
		width: 45px;
		height: 27px;
		margin-left: 0px;
		margin-top: 5px;
		text-align: center;
		display:block;
}

.formacion_txt{
	clear:none;
	float:left;
	margin-top:7px;
	display:block;
	width: 200px;
	border:0px solid red;
}

.formacion_descargar{
		border:0px solid red;
		clear:none;
		float:left;
		width: 210px;
		height: 50px;
		margin-left: 0px;
		margin-top:30px;
}

.formacion_enlace_cont{
		border:0px solid red;
		clear:both;
		float:left;
		width: 440px;
		margin-left: 0px;
		margin-top:20px;*/
}

.formacion_enlace{
		border:0px solid red;
		clear:both;
		float:left;
		width: 110px;
		margin-left: 0px;
		margin-top:20px;
}

.formacion_enlace2{
		border:0px solid red;
		clear:both;
		float:left;
		width: 110px;
		height: 115px;
		margin-left: 0px;
		margin-top:20px;
}

.formacion_enlace_texto1{
		/*clear:both;*/
		float:left;
		margin-top:43px;
		width: 275px;
		
}

.somos_contenedor{
		border:0px solid red;
		clear:both;
		float:left;
		/*width: 622px;*/
		margin-left: 0px;
		margin-top:-5px;
}

.somos_flash{
		border:1px solid red;
		clear:both;
		float:left;
		height:283px;
		width: 477px;
		margin-left: 0px;
		margin-top:20px;
}

.somos_grafic{
	clear:both;
	float:left;
	margin-top: 10px;
}


/*************************************************************************************************************************************************/

/**********************************************************************POP-UP*********************************************************************/

.servicios_izquierda{
		background: url(../images/img_servicios_izq_nueva.jpg) no-repeat;
		border:0px solid red;
		clear:both;
		float:left;
		width: 459px;
		height: 318px;
		margin-left: 0px;
		margin-top: -42px;
}

/*************************************************************************************************************************************************/


/**********************************************************************POP-UP*********************************************************************/

.cabecera_pop_up{
		border: 0px solid blue;
		background: url(../images/img_cabecera_pop_up.jpg) no-repeat;
		background-position: center top;
		display: block;
		height: 136px;
		width: 700px;
		margin: 0px;
		padding: 0px;
}

.cabecera_pop_up_en{
		border: 0px solid blue;
		background: url(../images/img_cabecera_pop_up_en.jpg) no-repeat;
		background-position: center top;
		display: block;
		height: 136px;
		width: 700px;
		margin: 0px;
		padding: 0px;
}

.pop_up_contenedor{
		position:relative;
		clear:both;
		float:left;
		border: 0px solid red;
		display: block;
		width: 700px;
		margin: 0px;
		padding: 0px;
		min-height: 687px;
}

.pop_up_datos{
		border: 0px solid blue;
		display: block;
		height: 46px;
		width: 160px;
		margin-top: 20px;
		margin-left: 20px;
		padding: 0px;
}

.pop_up_datosIE{
		border: 0px solid blue;
		display: block;
		height: 46px;
		width: 160px;
		margin-top: 20px;
		margin-left: 20px;
		padding: 0px;
}

.pop_up_nombre{
		border: 0px solid blue;
		clear:both;
		float: left;
		display: block;
		/*height: 20px;*/
		width: 650px;
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom:5px;
		padding: 0px;
}

.pop_up_nombreIE{
		border: 0px solid blue;
		clear:both;
		float: right;
		display: block;
		height: 20px;
		width: 650px;
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom:5px;
		padding: 0px;
}

.pop_up_inicio{
		border: 0px solid blue;
		clear:both;
		float: left;
		display: block;
		/*height: 20px;*/
		width: 250px;
		margin-top: 5px;
		margin-left: 0px;
		padding: 0px;
}

.pop_up_inicioIE{
		border: 0px solid blue;
		clear:both;
		float: right;
		display: block;
		height: 20px;
		width: 250px;
		margin-top: 0px;
		margin-left: 0px;
		padding: 0px;
}

.pop_up_imagen_descripcion{
		border: 0px solid blue;
		background: url(../images/img_pop_up_descripcion.jpg) no-repeat;
		background-position: center top;
		display: block;
		height: 64px;
		width: 143px;
		margin-top: 38px;
		margin-left:20px;
		padding: 0px;
}

.pop_up_imagen_descripcion_en{
		border: 0px solid blue;
		background: url(../images/img_pop_up_descripcion_en.jpg) no-repeat;
		background-position: center top;
		display: block;
		height: 65px;
		width: 63px;
		margin-top: 38px;
		margin-left:20px;
		padding: 0px;
}

.pop_up_texto_descripcion{
		border: 0px solid blue;
		width: 650px;
		margin-top: 15px;
		margin-left:20px;
		margin-bottom: 15px;
		padding: 0px;
}

.pop_up_imagen_galeria{
		border: 0px solid blue;
		background: url(../images/img_pop_up_galeria.jpg) no-repeat;
		background-position: center top;
		display: block;
		height: 66px;
		width: 105px;
		margin-top: 5px;
		margin-left:20px;
		padding: 0px;
}

.pop_up_imagen_galeria_en{
		border: 0px solid blue;
		background: url(../images/img_pop_up_galeria_en.jpg) no-repeat;
		background-position: center top;
		display: block;
		height: 66px;
		width: 62px;
		margin-top: 5px;
		margin-left:20px;
		padding: 0px;
}

.pop_up_galeria{
		border: 0px solid blue;
		background: url(../images/img_fondo_galeria.jpg) no-repeat;
		background-position: center top;
		display: block;
		height: 111px;
		width:700px;
		margin-top: 10px;
		margin-left:0px;
		padding: 0px;
}

.pop_up_imagen_descargas{
		border: 0px solid blue;
		background: url(../images/img_pop_up_descargas.jpg) no-repeat;
		background-position: center top;
		display: block;
		height: 64px;
		width: 136px;
		margin-top: 30px;
		margin-left:20px;
		padding: 0px;
}

.pop_up_imagen_descargas_en{
		border: 0px solid blue;
		background: url(../images/img_pop_up_descargas_en.jpg) no-repeat;
		background-position: center top;
		display: block;
		height: 64px;
		width: 62px;
		margin-top: 30px;
		margin-left:20px;
		padding: 0px;
}

.pop_up_descargas{
		border: 0px solid blue;
		height: 113px;
		width: 665px;
		margin-top: 34px;
		margin-left:35px;
		margin-bottom: 35px;
		padding: 0px;
}

.pop_up_cont_descargas{
		border: 0px solid blue;
		clear:none;
		float:left;
		height: 115px;
		width: 97px;
		margin-top: 0px;
		margin-left:25px;
		margin-bottom: 0px;
		padding: 0px;
}

.pop_up_imagen_descargar{
		border: 0px solid red;
		height: 97px;
		width: 97px;
		margin-top: 0px;
		margin-left:0px;
		margin-bottom: 0px;
		padding: 0px;
}

.pop_up_descargar{
		border: 0px solid yellow;
		clear:both;
		float:left;
		height: 18px;
		width: 97px;
		margin-top: 0px;
		margin-left:0px;
		margin-bottom: 0px;
		padding: 0px;
}

.pop_up_abajo{
		position:relative;
		clear:both;
		float:left;
		border: 0px solid blue;
		background: url(../images/img_pop_up_abajo.jpg) no-repeat;
		background-position: center top;
		display: block;
		height: 32px;
		width: 700px;
		margin-top: 0px;
		margin-left:0px;
		padding: 0px;
}

.pop_up_fotos5{
		border: 0px solid blue;
		float:left;
		display: block;
		margin-top: 15px;
		margin-left:50px;
		margin-right: 0px;
		padding: 0px;
}

.pop_up_fotos{
		border: 0px solid blue;
		float:left;
		display: block;
		margin-top: 15px;
		margin-left:75px;
		margin-right: 0px;
		padding: 0px;
}

.pop_up_fotos2{
		border: 0px solid blue;
		float:left;
		display: block;
		margin-top: 15px;
		margin-left:115px;
		margin-right: 0px;
		padding: 0px;
}

.pop_up_fotos3{
		border: 0px solid blue;
		float:left;
		display: block;
		margin-top: 15px;
		margin-left:180px;
		margin-right: 0px;
		padding: 0px;
}

.pop_up_fotos4{
		border: 0px solid blue;
		float:left;
		display: block;
		margin-top: 15px;
		margin-left:305px;
		margin-right: 0px;
		padding: 0px;
}


/*************************************************************************************************************************************************/

/**********************************************************************POP-UP NOTICIAS*********************************************************************/

.cabecera_pop_up_not{
		border: 0px solid blue;
		background: url(../images/img_cabecera_pop_up_not.jpg) no-repeat;
		background-position: center top;
		display: block;
		height: 136px;
		width: 700px;
		margin: 0px;
		padding: 0px;
}

.cabecera_pop_up_not_en{
	border: 0px solid blue;
		background: url(../images/img_cabecera_pop_up_not_en.jpg) no-repeat;
		background-position: center top;
		display: block;
		height: 136px;
		width: 700px;
		margin: 0px;
		padding: 0px;
}

.pop_up_imagen_noticia{
		border: 0px solid blue;
		background: url(../images/img_pop_up_noticia.jpg) no-repeat;
		background-position: center top;
		display: block;
		height: 64px;
		width: 102px;
		margin-top: 38px;
		margin-left:20px;
		padding: 0px;
}

.pop_up_imagen_noticia_en{
		border: 0px solid blue;
		background: url(../images/img_pop_up_noticia_en.jpg) no-repeat;
		background-position: center top;
		display: block;
		height: 64px;
		width: 58px;
		margin-top: 38px;
		margin-left:20px;
		padding: 0px;
}

/*************************************************************************************************************************************************/


/*********************************************************************GALERIA*********************************************************************/

#info {
		width:500px;
		margin:0 auto;
		border:0px solid #ccc;
		overflow:hidden;
		padding:20px 35px;
		position:relative;
		top: 0px;
	}
	#info a {
		/*background:#fff;*/
		color:#333;
		display:block;
		position:absolute;
		text-decoration:none;
		top:0px;
		z-index:100;
	}
		#info a#move-left {
			display:block;
			width:39px;
			height:20px;
			background-image:url('../images/img_izq.png');
			background-repeat:no-repeat
			left:5px;
			top: 45px;
			margin-left: -35px;
		}
		#move-left:hover{background-position:0px -20px;}
		
		
		#info a#move-right {
			display:block;
			width:39px;
			height:20px;
			background-image:url('../images/img_dcha.png');
			background-repeat:no-repeat
			right:5px;
			top: 45px;
			margin-left:491px;
		}
		#move-right:hover{background-position:0px -20px;}
		#info .mod {
			overflow:hidden;
		}
	#themes {
		width:2000px;
	}
	.mod {
		width:485px;
		overflow:hidden;
		margin:-5px auto;
		position:relative;
		zoom:1;
	}
	#themes, #themes li {
		margin:0;
		overflow:hidden;
		padding:0;
	}
	#themes li {
		float:left;
		height:90px;
		margin:0 10px 0 0;
		width:90px;
		padding:0;
	}
	li img {
		border:1px solid #fff;
	}

/*************************************************************************************************************************************************/


/*FUENTES*/
.textonormal{font-family:verdana;font-size:9px;text-decoration:none;color:#000000;}
.textonoticia{font-family:verdana;font-size:10px;text-decoration:none;color:#000000;}
.textoinvertido{font-family:verdana;font-size:9px;text-decoration:none;color:#ffffff;}
.textorojo{font-family:verdana;font-size:11px;text-decoration:none;color:#a23144;}
.textofecha{font-family:verdana;font-size:11px;text-decoration:none;color:#868c91;}
.textopie{font-family:verdana;font-size:9px;text-decoration:none;color:#868c91;}

.negrita{font-weight:800;}
.subrayado{text-decoration:underline;}

.centrado{text-align:center;}


.contenedor{
		border:0px solid red;
		height: 280px;
}

.descargas{
	clear:both;
	float:left;
	height:auto;
	width:auto;
	margin-left:25px;
}
