@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* { 
		font-family:verdana, arial, helvetica, sans-serif;
		font-size:100.01%;
	}
	html {
		height:100%;
		width:100%;
	}
	body {
		color:#fff;		
		background: #800000 url('css/fondo_850.png') top center repeat-x;
}

		font-size:0.8em;
		line-height:1.4em;
		padding:1em 0;
		margin:0;
	}
	a {
		color:#fff;
	}
	h1, h2 {
		font-size:2.2em;
		color:#800000;
		text-align:center;
		margin:0.4em 0 0.4em 0;
	}
	
	h2 {
		font-size:1.8em;	
	}
	
	#subpie{
		color:#800000;	
		text-align:center;		
	}
}
