/**
 * Css Home
 *
 * @author: Anderson Felix
 * @email: anderson.felix83@gmail.com
 */

/**
 * Div.imgs
 */
div.imgs{
	background: url(imagens/mulher_01.jpg) no-repeat center 10px;
	padding-top: 132px;
	text-align: center;
	width: 100%
}

/**
 * Destaques
 */
ul.destaques{
	float: left;
	display: block;
	padding: 20px 0 0 25px;
	width: 595px
}
ul.destaques li{
	float: left;
	margin-left: 30px;
	width: 154px
}
ul.destaques li p a:link,ul.destaques li p a:visited{
	color: #913E9B
}
ul.destaques li p a:hover{
	color: #C076C9
}
ul.destaques li p a:active{
	color: #666
}