/* ============================================================
	INICIO DE DEFINICIÓN DE ESTILOS COMUNES PARA PRESS
===============================================================*/
		body { 
			background-color: #000000;
			color:#FFFFFF;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			text-align: left;
		}
		a:link {text-decoration:none; color:#FFF;}
		a:visited {text-decoration:none; color: #FFF; }
		a:visited:active {text-decoration:none; color:#FF0000;}
		a:hover {text-decoration:none; color: #FF0000;} 
		a:link:active {text-decoration:none; color: #FF0000;}
		
		a img link { border:none }

	/* Formato para el titulo*/
		.tipos_busquedas {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 13px;
			color: #FFF;
			font-weight: bold;
		}

		.tipos_busquedas_no_activas {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 13px;
			color: #999999;
			font-weight: bold;
		}
		
		#busquedas A:link {text-decoration:none; color: #999999;}
		#busquedas A:visited {text-decoration:none; color: #999999;}
		#busquedas A:active {text-decoration:none; color:#999999;}
		#busquedas A:hover {text-decoration:none; color: #CCCCCC;} 		
		
		.boto {
			border: 1px solid #ffffff; 
			padding: 4px; 
			background-color: #333333; 
			color: #FFFFFF;
		}

	/* Formato para el titulo*/
		.titulo {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #FFF;
			font-weight: bold;
		}

	/* Formato para el resumen */
		.resumen {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #CCC;
		}
	
	/* Formato para los subtitulos de las propiedades: periodistas, medios,... */
		.subtitulo {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #BBB;
		}
	
	/* Características */
		.caracteristica {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #FFF;
		}
	
	/* Activar link del paginado */
	.link_activado {
			color: #FF0000;
		}

	
	/************* fitxa  *****************/
	
	.ficha_titulos {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #999999;
		line-height: 15px;
	}
	
	.ficha_contenido {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #222222;
		
	}
	#ampliar A:link {text-decoration:none; color:#999999;}
	#ampliar A:visited {text-decoration:none; color:#999999;}
	#ampliar A:active {text-decoration:none; color:#999999;}
	#ampliar A:hover {text-decoration:none; color:#CCCCCC;} 	
	

	/* FORMATO PARA EL PIE DE PÀGINA. NOTA: PARA LAS PÀGINAS CON SCROLL */
			div#footer {
				position: relative;
				bottom: 0;
				left: 0;
				width: 99%;
				clear: both;
				padding: .3em;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 9px;
				color: #999999;
				text-indent: 5px;
				z-index:1;
			}
			/* COMPORTAMIENTO DE LOS LINKS DEL PIE */
			#footer A:link {text-decoration:none; color:#999999;}
			#footer A:visited {text-decoration:none; color:#999999;}
			#footer A:active {text-decoration:none; color:#999999;}
			#footer A:hover {text-decoration:none; color:#CCCCCC;} 
			
			
			
		#footer2 {
			position: absolute;
			bottom: 0px;
			left: 0;
			width: 99%;
			clear: both;
			padding: .3em;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #666666;
			text-indent: 5px;
			z-index: 10;
		}
		/* COMPORTAMIENTO DE LOS LINKS PARA EL PIE */
		#footer2 A:link {text-decoration:none; color:#666666;}
		#footer2 A:visited {text-decoration:none; color:#666666}
		#footer2 A:active {text-decoration:none; color:#666666}
		#footer2 A:hover {text-decoration:none; color:#CCCCCC;} 			

	/* FORMATO PARA LA CABEZERA DE LA PÁGINA */
		div#header {
			position: absolute;
			top: 5px;
			left: 0px;
			width: 99%;
			clear: both;
			padding: .3em;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #999999;
			text-align: right;
		}
		/* COMPORTAMIENTO DE LOS LINKS DE LA CABEZERA. TAMBIEN PARA LA NAVEGACIÓN HORIZONTAL */
		#header A:link {text-decoration:none; color: #999999; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 9px;}
		#header A:visited {text-decoration:none; color: #999999;}
		#header A:active {text-decoration:none; color:#999999;}
		#header A:hover {text-decoration:none; color: #CCCCCC;} 

/* ============================================================
	FIN DE DEFINICIÓN DE ESTILOS COMUNES PARA PRESS
===============================================================*/


