@charset "utf-8";
/* CSS Document */
.rientro {
	margin-left:20px;
}
.web_design, .web_mark, .web_tech {
	font-weight:bold;
	color:#444444;
	text-decoration:underline;
	font-style:italic;
}
.basic_site, .essent_site, .custom_site {
	width:249px;
	height:28px;
	display:block;
}
.basic_site {
	background:url(../img/basic_web.png) top left no-repeat;
}
.essent_site {
	background:url(../img/essential_web.png) top left no-repeat;
}
.custom_site {
	background:url(../img/custom_web.png) top left no-repeat;
}
hr {
	border:none;
	border-top:1px solid #d8ff02;
	padding-bottom:20px;
}
#main a {
	color:#3d5001;
	font-weight:bold;
	text-decoration:none;
}