@charset "utf-8";
body {
	background-color: #000000;
	padding-top: 3px;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
}
a:link, a:visited {
	color:#09C;
	text-decoration:none;
}
a:hover, a:active{
	color:#0FF;
	text-decoration:none;
}
p {
	font-size: 12px;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

h2 {
	color: #CCCCCC;
	font-size: 15px;
}
h3 {
	font-size: 13px;
	color: #0CF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.img {
	border: 1px solid #0F7A8F;
	
}
.img:hover {
	border-top: 1px solid #00FFFF;
	border-left: 1px solid #00FFFF;
	border-bottom: 1px solid #00FFFF;
	border-right: 1px solid #0F7A8F;
}
.img_btn {
	margin-right: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.header {
	background-image: url(../parts/header_pattern.png);
	background-repeat:   repeat-x;
	background-position: center;
}
.header .head {
	background-image: url(../parts/header.png);
	background-repeat: no-repeat;
	width: 900px;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 150px;
}
.header .head .logo {
	float: left;
}
.header .head .menu {
	width: 380px;
	float: right;
	padding-top: 34px;
	text-align: right;
}

.center {
	background-color: #232323;
	width: 100%;
}
.center .content {
	width: 885px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.center .content .content_head {
	margin-top:-10px;
	font-size:12px;
	text-align:right;
	margin-bottom:20px;
	float: left;
	clear:both;
	width:100%;
}
.center .content .home_left {
	width: 410px;
	text-align: justify;
	margin-right: 25px;
	float: left;
}
.center .content .home_right {
	width: 450px;
	float: left;
}
.box_img  {
	background-color: #00CCFF;
	width: 427px;
}
.box_area1 {
	background-image: url(../parts/tab_interfaz.png);
	height: 158px;
	background-repeat: no-repeat;
	background-position: right;
	width: 448px;
	float: right;
	margin-bottom:20px;
}
.box_area2 {
	background-image: url(../parts/tab_web.png);
	height: 158px;
	background-repeat: no-repeat;
	background-position: right;
	width: 448px;
	float: right;
	margin-bottom:20px;

}
.box_area3 {
	background-image: url(../parts/tab_grafica.png);
	height: 158px;
	background-repeat: no-repeat;
	background-position: right;
	width: 448px;
	float: right;
	margin-bottom:20px;

}
.box_vista {
	background-image: url(../parts/tab_ver.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 286px;
	height: 129px;
	float: left;
	margin-bottom:20px;
}
.box_imgvista  {
	border-top: 1px solid #0F7A8F;
	border-left: 1px solid #0F7A8F;
	border-bottom: 1px solid #0F7A8F;
	border-right: none;
	padding:1px;
	padding-right:2px;
	width: 263px;
}
.footer {
	background-image: url(../parts/footer_pattern.png);
	height: 65px;
	background-position: center;
	background-repeat:  repeat-x;
}
.footer .fcenter {
	background-image: url(../parts/footer.png);
	background-repeat: no-repeat;
	height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	font-size: 10px;
	color: #555555;
	padding-top: 25px;
}
.footer .fmenu {
	float:left;
	text-align:left;
	margin-left:10px;
	color:#333;
}
.footer .fmenu a:link, .fmenu a:visited {
	font-size:11px;
	color:#999;
	text-decoration:none;
}
.footer .fmenu a:hover, .fmenu a:active {
	font-size:11px;
	color:#00FFFF;
	text-decoration:none;
}
.disclaimer {
	font-size:10px;
	color:#666;
	text-align:center;
	width: 700px;
	margin:5px auto;
	text-decoration:none;
}
