@charset "UTF-8";
/* CSS Document */
/*@font-face {
		font-family: "Fineness";
		font-style: normal;
		font-weight: normal;
		src: local("?"), url("../fonts/fineness_regular.woff") format("woff"), url("../fonts/fineness_regular") format("truetype"), url("../fonts/fineness_regular.eot") format("eot");
}*/
body{
	/*font-family:Fineness;*/
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
	background-image:url(../img/bg.png);
	background-repeat:no-repeat;
	background-color:#333333;
	background-position:center top;
	text-align:justify;
	}
#contenedor{
	width:960px;
	margin:0 auto;
	}
header{
	width:960px;
	height:164px;
	}
.enlaces{
	color:#0079AD;
	}
.enlaces:hover{
	text-decoration:none;
	}

/* PIE */

footer{
	height:100px;
	}