﻿/*portfólio serviços*/

/*
formatação da lista
ul, li, a
*/

div#P011 ul{
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;}

div#P011 ul li{
	background: url({urlADCON}/icons/ico_arrow_list.gif) left center no-repeat;
	margin: 0 0 15px 0;
	padding: 0 10px;
	width: 160px; /*largura total do item 160 + 20*/
	float: left;}

div#P011 a{
	color: #005baa;
	font-weight: bold;
	text-decoration: none;}

div#P011 a:hover{
	color: #0080c6;
	text-decoration: underline;}
