@charset "utf-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bricolaje/fondo-web.jpg);
	font-family: Arial;
	font-size: 13px;
	color: #0C0C0C;
	font-weight: bold;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #2b2b2b;
	font-size: 12px;
}
a:hover{
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
.titulo {
	text-transform: uppercase;
}
