html, body {
	margin:0;
	padding:0;
	color: #FFFFFF;
}
body{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}
p{
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 10px;
}

.enlaces
{
	float:left;
	width:995px;
	display:block;
	clear:both;
	margin-left: 0px;
	background-color: #000000;
}
/* a single line from the portofolio of a specific category */
.enlaces-line
{
	margin:0 0px 5px 5px;
	float:left;
	width:985px;
	display:block;
	clear:both;
	vertical-align: middle;
	height: 90px;
}
.enlaces-line a
{
	float:left;
	margin:0 18px 0px 5px;
	width:172px;
	display:block;
	height: 90px;
	vertical-align: middle;
	
}


.enlaces-line a img
{
	display:block;
	border: none;
}
/* We reset the padding-right from the default class .portofolio-line a so that the last picture is at the right
   border of the line*/
.enlaces-line a.last-right
{
	float:left;
	margin-right:0;
	clear:right;
}
