body {
	background-color: #000000;
	background-image: url(bkg_dot.png);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}
p { 
	color:#CCCCCC; 
	text-align:left;
	padding-left:15px; 
	font-family:"trebuchet MS",arial,sans-serif;
}
a {
	color:#8989FE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a.linklang {
	color:#DA7800;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-right:10px;
}
h1 { 
	color:#CCCCCC; 
	text-align:left;
	padding-left:15px; 
}
h2 { 
	color:#CCCCCC; 
	text-align:left;
	padding-left:15px; 
}
h3 { 
	color:#CCCCCC; font-style:italic; text-align:right; 

}
ul {
	text-align:left;
}
div.allsite {
	text-align:center;
	width:780px;
	margin-top:30px;
}
div.headerbar {
	background-image: url(lin_v.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:right;
	padding-top:20px;
	padding-bottom:10px;
}
div.sephbar {
	background-image:url(lin_h.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
	height:1px;
}
div.main {
	background-image: url(lin_v.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:800px;
}
div.column_left {
	float:left;
	width:360px;
	text-align:right;
	padding-top:20px;
	padding-left:8px;
}
div.column_right {
	float:right;
	width:375px;
	text-align:justify;
	padding-top:20px;
}
.butt_weblog {
	background-image:url(botonera.png);
	width:350px;
	height:60px;
	cursor:auto;
	background-position: 0px 0px;
	margin-top:20px;
	border:0px;
	display:block;
}
.butt_weblog:hover {
	cursor:pointer;
	background-position: 350px 0px;				
}
.butt_person {
	background-image:url(botonera.png);
	width:350px;
	height:60px;
	cursor:auto;
	background-position: 0px -60px;
	margin-top:20px;
	border:0px;
	display:block;
}
.butt_person:hover {
	cursor:pointer;
	background-position: 350px -60px;					
}
.butt_projec {
	background-image:url(botonera.png);
	width:350px;
	height:60px;
	cursor:auto;
	background-position: 0px -120px;
	margin-top:20px;
	border:0px;
	display:block;
}
.butt_projec:hover {
	cursor:pointer;
	background-position: 350px -120px;					
}
div.welcome_txt {
	width:390px;
	display:block;
	color:#CCCCCC;
	min-height:500px;
	text-align:center;
	margin:auto;
}
