/*
 *	Texts
 */


/*	Classes	*/

.sectionElement
{
	text-align: justify;
		
	line-height: 22px;
	
	font-size: 12px;
	
	color: #666666;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	background-position: bottom;
	background-repeat: no-repeat;
}

.sectionElementSelector
{
	float: right;
	text-align: right;
	color: gray;
}

.sectionTitle
{
	
	text-align: left;
	
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	
	color: #0099CC;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.sectionText
{
		
	text-align: justify;
		
	line-height: 22px;
	
	font-size: 12px;
	
	color: #666666;
	
	padding-top: 5px;
	padding-bottom: 15px;
	
}

.sectionTextEstetica
{
		
	text-align: justify;
		
	line-height: 22px;
	
	font-size: 12px;
	
	color: #666666;
	
	padding-top: 5px;
	padding-bottom: 15px;
	
	background-position: bottom;
	background-repeat: no-repeat;
	
}

.sectionText#estetica
{
		
	text-align: justify;
		
	line-height: 22px;
	
	font-size: 12px;
	
	color: #666666;
	
	padding-top: 5px;
	padding-bottom: 15px;
	
	background-position: bottom;
	background-repeat: no-repeat;
	
}

.courseP
{
	
	padding-top: 10px;
	
}
