/* 
jFlow Plus Demo CSS 

Description: Demo styles NOT for use with jFlow Plus
Creator: Devin Walker
Date: July 29, 2010

*/

body {
	margin: 0;
	padding: 0 0px 0px 0px;
	 
	font-family: Georgia, serif;
}

.txt_interno {
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:17px;
	text-align: justify;
		
	
}

#jFlowCredits {
	text-align: center;
	margin: 0 auto;
	width: 1000px;
}

#jFlowCredits h1 {
	color: #666;
	font-weight: normal;
	font-size: 90px;
	line-height: 1.1em;
	text-shadow: 1px 1px 1px #FFF;
	margin: 20px 0 0 0;
}


#jFlowCredits h1 span {
	font-style: italic;
	background-color: #CCC;
	font-size: 40px;
	color: #FFF;
	text-shadow: 1px 1px 1px #999;

}

#jFlowCredits h2 {
	margin: 0 0 30px 0;	
}

#jFlowCredits h2 a {
	color: #FFF;
	text-decoration: none;
		text-shadow: 1px 1px 1px #999;

}
	
#jFlowCredits h2 a:hover { 
	text-decoration: underline;
	background-color: #CCC;
	color: #FFF;
}
