.fondo {
	background-attachment: scroll;
	background-color: #999999;
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
}

A:link {
text-decoration: none;
color: #333333;
}

A:visited {
text-decoration: none;
color: #666666;
}

A:hover {
text-decoration: underline;
color: #999999;
}

.titleportfolio{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663333;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.textoportfolio{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	list-style-type: square;
	list-style-position: outside;
	top: 5px;
	right: 5px;
}

.textoportfolio:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	list-style-type: square;
	list-style-position: outside;
	top: 5px;
	right: 5px;
}

.textoclients{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 0;
    padding-left: 6px;
	.single { text-indent: 25px; margin-bottom: 0; margin-top: 0;
}