@charset "UTF-8";
body {
	background: #fff;
}
#content {
	margin:0 auto;
	width:755px;
}
#container3 balinks {
	margin-left: 200px;
}
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  background-color: #069;
  color:#FFF;
  padding:0 5px 0 5px;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            #000;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      bold;
  color:            #fff;
  background-color:#036;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  font-weight:      bold;
  color: #fff;
  background-color: #069;
  }
#generalInfo{
	width:797px;
	height:504px;	
}
#contenedor_arrastre{
	float:left;
	width:310px;
}
#contenedor_datos{
	float:left;
	width:154px;
}
#contenedor_zoomDef{
	float:left;
	width:333px;
}