/* CSS Document */
body {
	background-color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	background-attachment: scroll;
	background-image: url(images/bkg.gif);
	background-repeat: no-repeat;
	background-position: right top;

}
#center {
	/*margin:0 auto 0 auto;
	position: absolute;
	left: 50%;
	top: 60%;*/	
	text-align:left;
	width: 960px;
	height: 700px;
	/*margin-left: -480px; /* half of width */
	/*margin-top: -350px;  /* half of height */
}

#header {
	width: 100%;
	height: 70px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#menutop {
	padding: 35px 0px 0px 330px;
}
#footer {
	
	width: 100%;
	height: 50px;
	padding-top: 10px;
	background-image: url(images/separa.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px 0px 0px 0px;
}

#footer .copy {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
		text-align:right;
	padding: 5px 60px 0px 0px;
}

#textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	width: 900px;
	height: 602px;
	padding: 20px 40px 0px 45px;
	/*left: 18px;
	top: 78px;
	padding-left:10px;*/
}

#textos p,td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		color:#999999;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	width: 120px;
	padding: 20px 0px 0px 45px;
	/*left: 18px;
	top: 78px;
	padding-left:10px;*/
}
#menu .titulo {
	font-size: 18px;
	color:#666666;
	font-style: bold;
}
#menu a {
	font-size: 12px;
	color:#999999;
	font-style: normal;
	text-decoration:none
}
#menu a:hover {
	font-size: 12px;
	color:#333333;
	font-style: normal;
}
#portfolio {
	width: 770px;
	height: 602px;
	text-align:center;
	margin: 0px 0px 0px 0px;
}
#home {
	width: 900px;
	height: 580px;
	text-align:center;
	margin: 22px 0px 0px 30px;
}
#servicios {
	width: 700px;
	height: 602px;
	text-align:center;
	margin: -15px 38px 0px 0px;
}

#textos2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 12px;
	width: 200px;
	height: 602px;
	padding: 20px 10px 0px 45px;
	/*left: 18px;
	top: 78px;
	padding-left:10px;*/
}

#menu .item_sel {
	font-size: 12px;
	color:#000000;
	font-style: bold;
}

