body {
	font-family: 'arial black', arial, verdana, helvetica, sans-serif;
}

a:link, a:hover, a:visited, a:active {
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #b3b3b3;
}

a:hover {
	color: #ff0000;
}

div#folio {
	width: 750px;
	border-style: dashed;
	border-color: #b3b3b3;
	border-width: 1px;
	margin: auto;
	text-align: center;
}
	
div#cabecera {
	background-image: url('kabron.jpg');
	width: 750px;
	height: 250px;
	border-style: dashed;
	border-color: #b3b3b3;
	border-width: 0px 0px 1px 0px;
	background-position: center center;
	background-repeat: no-repeat;
}
