body {
  font-family: Tahoma, Arial, Sans-serif;
  font-size: 14px;
  color: #ffffff;
  width: 1000px;
  background-color: #f3f3f3;
  margin: 0 auto;
}

p {
  font-family: Tahoma, Arial, Sans-serif;
  font-size: 14px;
  color: #000000;
  margin:0px;
}

.eleven {
  font-family: Tahoma, Arial, Sans-serif;
  font-size: 14px;
  color: #000000;
  padding-top:10px;
}

.pageNav {
  float: left;
  text-align: center; 
  width: 1000px;
}

.pageButton {
  vertical-align: -50%;
}

.pageCount {
  font-family: Tahoma, Arial, Sans-serif;
  font-size: 14px;
  color: #000000;
  padding-top:10px;
  text-align: center;
}

a.pages:link{
  color:#990066;
  font-weight:bold;
  text-decoration: none;
}

a.pages:visited{
  color:#990066;
  font-weight:bold;
  text-decoration: none;
}

a.pages:hover{
  color:#990066;
  font-weight:bold;
  text-decoration: none;
}

a:link{
  color:#FFFFFF;
  font-weight:bold;
  text-decoration: none;
}

a:visited{
  color:#FFFFFF;
  font-weight:bold;
  text-decoration: none;
}

a:hover{
  color:#FFFFFF;
  font-weight:bold;
  text-decoration: none;
}


#container {
  width: 1000px;
  background-color: #000000;
  overflow: hidden;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  height: 100%;
}

#header {
  width: 1000px;
  background-color: #000000;  
}

#page{
  width: 1000px;
  background-color: #ffffff;
}

.left_side{
  float: left;
  width:600px;
  background-color: #ffffff;  
  margin-top:15px;
	padding-bottom: 10000px !important;
	margin-bottom: -10000px !important; 
}

.full_width{
  float: left;
  width:900px;
  background-color: #ffffff;  
  margin:15px;
	padding-bottom: 10000px !important;
	margin-bottom: -10000px !important; 
}

.full_width li{
  font-family: Tahoma, Arial, Sans-serif;
  font-size: 14px;
  color: #000000;
  margin:0px;
}

.left_side p{
  margin-left: 20px;
  margin-bottom: 20px;
}

.right_side{
  float: left;
  width:400px;
/*  padding-top: 20px; */
  background-color: #999999;
	padding-bottom: 10000px !important;
	margin-bottom: -10000px !important;  
}

.right_side p{  
  margin-left:10px;
  margin-right:10px;
  margin-bottom:10px;
  font-size:14px;
  color: #ffffff;
}

.right_side p.title{
  font-size:14px;
  font-weight:bold;
  color: #333333;
  margin-left:10px;
  border-bottom-style: solid;
  border-width: 1px;
}

.aboutImage{
  float: left;
  display: inline;
  width:230px;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:10px;
  margin-top:10px;
}

.rkeyBoxLeft{
  float: left;
  display: inline;
  width:500px;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:10px;
  margin-top:10px;
}

.rkeyBoxRight{
  float: left;
  display: inline;
  width:200px;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:10px;
  margin-top:10px;
}

#footer {
  width: 1000px;
  float: left;
  display: inline;
  background-image: url("/graphics/bkgd.footer.jpg");
  background-repeat: repeat-x;
  padding-top: 7px;
  padding-bottom: 60px;  
  background-color: #ffffff;  
}

#footer p {
  padding-top:10px;
  color: #ccffff;
  font-size:11px;
}

#footerNav {
  float: left;
  width: 1000px;
  color: #ccffff;
  padding-left: 10px;
  padding-bottom:17px;
}

#netvolution {
  width: 680px;
  background-color: #ffffff;  
  float: right;
  text-align: right;
  padding-top:10px;
  margin-right:10px;
}

.clearFloat {
  clear: both;
}

/** drop-down menu css */

.chromestyle{
width: 1000px;
  font-family: Tahoma, Arial, Sans-serif;
  font-size: 11px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #000000;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #666666;
padding: 4px 6px;
margin: 0;
text-decoration: none;
border-right: 1px solid #000000;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #cccccc; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:16px;
z-index:100;
background-color: white;
width: 300px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); *//*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #666666;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EAD1FE;
}

/* pablo rebon styles */

span{
	color:#CCcccc;       /* usar 6 numeros para colores*/
	font-weight: bold;
}

.rkpartnumbers {        /* usar estilo especifico */  
  font-family: Tahoma, Arial, Sans-serif;
  color: #CC0000;
  font-size: 15px; 
  font-weight:bold;
  text-decoration:none;
}

.banner{
margin:20px 0;
}

.subtitle{
margin:15px 20px 0 20px;
}

.product_line{
margin:0 19px;
}

.product{
float: left;
display: inline;
width:171px;
height:245px;
padding:10px;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
}

.product_last{
float: left;
display: inline;
width:172px;
height:245px;
/*margin:1px;*/
padding:10px;
border: 1px solid #CCCCCC;
}
