/**/

/* IDs*/
#global{
	margin:0 auto 0 auto;
	width:800px;
	height:inherit;
	text-align:left;
	background-color: #000000;
}


/* MENU */
#menu {
	background-color: #000000;
	background-image: url(/img/logo_grad.jpg);
	background-repeat: repeat-x;
	height: 80px;
	width: 800px;
	color: #000000;
	float: left;
	position: relative;
}

#menu A{
	color: #000000;
	text-decoration: none;
}
#menu A:hover{
	color: #00AEEF;
	text-decoration: none;
}

#menu .link_active{
	color: #EEEEEE;
	text-decoration: none;
}

#menu .link_active:hover{
	color: #E0E0E0;
	text-decoration: none;
}


#content_language {
	background-color: #000000;
	background-image: url(../img/mapa.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 430px;
	width: 750px;
}

#content_language A{
	color: #EEEEEE;
	text-decoration: none;
}




/* FOOTER */
#footer {
	background-color: #000000;
	text-align: center;
	width: 760px;
	height:16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	float: left;
	text-decoration: none;
	margin: 12px 20px 0px 20px;
	.margin: 12px 10px 0px 10px;
	_margin: 12px 10px 0px 10px;
	/*
	.margin: 12px 0px 0px 10px;
	margin-top: 12px;
	margin-left: 20px;
	*/
}
#footer A{
	color: #EEEEEE;
	text-decoration: none;
}
#footer A:hover{
	color: #E0E0E0;
	text-decoration: none;
}

#footer .link_active{
	color: #EEEEEE;
	text-decoration: none;
}
#footer .link_active:hover{
	color: #E0E0E0;
	text-decoration: none;
}

/* CONTENT*/
#content {
	background-color: #000000;
	float: left;
	width: 760px;
	margin: 20px 0px 0px 20px;
	.margin: 10px 0px 0px 10px;
	_margin: 10px 0px 0px 10px;
}

#content #left_col{
	float: left;
	width: 230px;
	height: 450px;
}

#content #right_col{
	float: right;
	width: 500px;
	margin: 0px 0px 0px 0px;
	.margin: 0px 0px 0px 0px;
	_margin: 0px 0px 0px 0px;	
}

#content h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	.margin: 0px 0px 5px 0px;
	_margin: 0px 0px 5px 0px;	
	padding: 0px;	
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #00AEEF;
	margin: 10px 0px 5px 0px;
	.margin: 10px 0px 5px 0px;
	_margin: 10px 0px 5px 0px;	
	padding: 0px;
}

#content h3 {
	font-size: 11px;
	font-weight: bold;
	color: #00AEEF;
	margin: 0px 0px 0px 0px;
	.margin: 0px 0px 0px 0px;
	_margin: 0px 0px 0px 0px;	
	padding: 0px;
}

#content #product_detail{
	background-color:#252525;
	width:490px;
	/*
	height:235px;
	height:auto;
	*/
	float:left;
	border: 1px solid #414141;
	padding: 5px;
	.padding: 5px;
	_padding: 5px;
}

#content A {
	color: #EEEEEE;
	text-decoration: none;
}

#content .product_box {
	float: left;
	height: 135px;
	width: 242px;
	margin: 0px 0px 8px 8px;
	.margin: 0px 0px 8px 4px;
	_margin: 0px 0px 8px 4px;	
	text-align: center;
}

#content .product_button {
	text-align: center;
	vertical-align: middle;
	float: left;
	height: 25px;
	width: 240px;
	border: 1px solid #535252;
	background-image: url(/img/product_button.jpg);
	line-height: 190%;
}

#content .blue_bold{
	color: #00AEEF;
	text-decoration: none;
	font-weight: bold;
}

#content .contact_box{
	float:left;
	height:170px;
	width:250px;
/*	margin: 0px 15px 15px 0px;
	.margin: 0px 15px 15px 0px;
	_margin: 0px 15px 15px 0px;	
	*/
}

/* BRAND */
#content_brand {
	background-color: #000000;
	width: 800px;
	float: left;
	background-image: url(../img/brand_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#content_brand #left_col{
	width: 300px;
	height: 457px;
	float: left;
}

	
#content_brand #right_col{
	width: 420px;
	float: left;
	margin-top: 20px;
}

/* PAGES */
#content_page {
	background-color: #000000;
	width: 800px;
	float: left;
	background-image: url(../img/brand_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#content_page #left_col{
	width: 300px;
	height: 457px;
	float: left;
}

	
#content_page #right_col{
	width: 480px;
	float: left;
	margin-top: 20px;
	.margin-top: 10px;	
	_margin-top: 10px;
}


#content_page A {
	color: #00AEEF;
	text-decoration: none;
}

#content_page h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	.margin: 0px 0px 5px 0px;
	_margin: 0px 0px 5px 0px;	
	padding: 0px;	
}
/* HOME */

#content_home{
	background-color: #000000;
	float: left;
	width: 760px;
	/*height: 460px;*/
	margin: 20px 0px 0px 20px;
	.margin: 20px 0px 0px 10px;
	_margin: 20px 0px 0px 10px;
}
	
#content_home .banner_1{
	float: left;
	height: 212px;
	width: 760px;
	margin-bottom: 15px;
	.margin-bottom: 7px;
}
#content_home .banner_mini {
	/*height: 212px;*/
	width: 180px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
}
#content_home .banner_vacio {
	height: 212px;
	width: 13px;
	float: left;
}

#content_home H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#00AEEF;
	font-weight: bold;
}
#content_home H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#EEEEEE;
	font-weight: bold;
}

#content_home A {
	color: #00AEEF;
	text-decoration: none;
}


/* ETIQUETAS*/
body {
	font-family: Arial, Helvetica, verdana;
	font-size: 11px;
	font-style: normal;
	color: #EEEEEE;
	/*background-color: #292929;*/
	text-align: center;
	background-color: #000000;
	/*background-image: url(../img/grad.jpg);*/
	/*background-repeat: repeat-y;*/
	/*background-position: center;*/
}

body {
  margin: -10px 0 0 -10px;
  /* ideal: */} html body {
  margin: 0;
  height:auto;
}

IMG{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin:0px;
	padding:0px;
	vertical-align:middle
}


.blue_bold{
	text-decoration: none;
	color: #00AEEF;
	font-weight: bold;
}

.blue{
	text-decoration: none;
	color: #00AEEF;
}

.bold{
	text-decoration: none;
	font-weight: bold;
}

.bold14{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.plain9{
	text-decoration: none;
	font-size: 9px;
}
.italic_bold{
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
.italic{
	text-decoration: none;
	font-style: italic;
}

.price{
	font-family: Arial, Helvetica, verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.dongle_code{
	font-family: Arial, Helvetica, verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.price_old{
	font-family: Arial, Helvetica, verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: line-through;
}

.download_line{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	font-style: normal;
	border-bottom-color: #404040;
}

.index_line{
	border-bottom-width: thin;
	border-bottom-style: solid;
	font-style: normal;
	border-bottom-color: #838383;
}

.is_new{
	text-decoration: none;
	color: #FFFF00;
}

.stock{
	text-decoration: none;
	font-size: 9px;
	font-weight: none;
	color: #FF0000;
}

INPUT{
	font-family: Arial, Helvetica, verdana;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-weight: none;
	margin: 0px;
	margin:0px;
	padding:0px;
	vertical-align:middle	
}

.red{
	text-decoration: none;
	font-size: 10px;
	font-weight: none;
	color: #FF0000;
}

