


	/* titulares */


	h1.titular 	/* Single post */
	{		
		font-size: 29px;
		font-weight: bold;
		font-family: "Trebuchet MS", Arial, "Lucida Grande";
		line-height: 100%;
	}
	
	h2.titular 	/* home link */
	{
		font-size: 29px;
		font-weight: bold;
		font-family: "Trebuchet MS", Arial, "Lucida Grande";
		line-height: 100%;
	}

	h3.titular 	/* alternative link */
	{		
		font-size: 16px;
		font-weight: bold;
		font-family: "Trebuchet MS", Arial, "Lucida Grande";
		line-height: 100%;
	}

	h2.titular-column /* home colum */
	{
		font-size: 17px;
		font-weight: normal;
		font-family: "Trebuchet MS", Arial, "Lucida Grande";
		line-height: normal;
	}
	
	h2.editorial /* editorial */
	{
		font-style: italic;
		font-weight: normal;
		font-size: 23px;
		font-family: "Trebuchet MS", Arial, "Lucida Grande";
	}
	
	h2.abanicos /* abanicos */
	{
		font-style: normal;
		font-weight: normal;
		font-size: 17px;
		font-family: "Trebuchet MS", Arial;
		text-transform: uppercase;
	}
	
	h2.sumario /* sumario */
	{
		font-size: 15px;
		font-family: "Trebuchet MS", Arial;
	}
	
	h2.list /* lista */
	{
	}
	
	h2.list-compact /* lista compacta */	
	{
	}
	
		h2.list-compact span /* texto linea compacta */
		{
		}
	
	

	/* subtitulos */

	h3.descripcion
	{
		font-size: 14px;
		font-family: "Trebuchet MS", Arial;		
		text-transform: uppercase;
		font-weight: normal;
		display: inline;
	}
	
	h2.subtitulo
	{
		color: #000000; 
		font-weight: normal;
		font-size: 15px;
		font-family: "Trebuchet MS", Arial;
		letter-spacing: 3px;
		text-transform: uppercase;
	}
	
		span.entrevistado
		{
			color: #666600;
			font-size: 16px;
			font-weight: bold;
			font-family: "Trebuchet MS", Arial;
			text-transform: none;
			letter-spacing: normal;
		}
	
	h2.subtitulo-blog
	{
		color: #000000; 
		font-weight: normal;
		font-size: 17px;
		font-family: "Trebuchet MS", Arial;
		letter-spacing: 1px;
		margin-bottom: 0px;
		text-transform: uppercase;
	}
	
		h2.subtitulo-blog span
		{
			text-transform: none;
		}
	
	h3.subtitulo
	{
		font-size: 11px;
		font-weight: normal;
		font-family: "Trebuchet MS", Arial;		
		letter-spacing: 3px;
		text-transform: uppercase;
		display: inline;
	}

		h3.subtitulo strong
		{
			font-family: Georgia, "Times New Roman", Times;
			font-size: 10px;
			font-weight: bold;			
		}



	/* resaltados */
	
	span.resaltado
	{
		color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		font-family: "Trebuchet MS", Arial;
		text-transform: uppercase;
		padding: 2px 10px 0 10px;
	}
	
	span.resaltado.green
	{
		background: #00BB00;
	}
	
	span.resaltado.red
	{
		background: #FF0033;
	}



	/* meta */
	
	div.meta
	{
	}

		div.meta em
		{
		}

	div.meta-mini
	{
	}
	


	/* source */
	
	div.source
	{
	}



	/* textos */
	
	.entry.sumario p
	{
		color: #020;
		font-size: 11px;
		line-height: 130%;
		font-family: Verdana, Arial, Helvetica;
	}
	
	.post .foto p
	{
		font-family: Arial, "Trebuchet MS";
		font-size: 11px;
		color: #333300;
	}
	
	.post .foto p strong.autor
	{
		font-family: Verdana, "Trebuchet MS";
		font-size: 9px;
		color: #000000;	
	}



	/* pies */
	
	.pie-titulo
	{
		font-style: normal;
		font-weight: bold;
		font-size: 9px;
		font-family: Verdana, "Trebuchet MS";
	}
	
	.pie-nota
	{
		color: #330;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, "Trebuchet MS";
	}



	/* genericos de texto */
	
	.texto-negrita
	{
		color: #020;
		font-weight: bold;
		font-size: 11px;
		line-height: 130%;
		font-family: Verdana, Arial, Helvetica;
	}
	
	.texto-seccion
	{
		font-weight: bold;
		font-size: 10px;
		font-family: Georgia, "Times New Roman", Times;
		letter-spacing: 3px;
	}
	
	.texto-entradilla
	{
		font-style: normal;
		font-weight: bold;
		font-size: 12px;
		font-family: "Trebuchet MS", Arial;
	}
	
	
	
