
/****** fixed-width styleguide-v2 changes ******/

/* @group BASIC PAGE ELEMENTS */

#styleguide-v2 {
  margin: 0px;
  background-color: #d4d9dd;
}

/* @end */

/* @group PAGE LAYOUT */

/* #wrapper is the base container and is always used */
#styleguide-v2 #wrapper {
  position:static;
  width: auto;
  margin: auto;
  background: #d4d9dd url(bg-1008.gif) repeat-y center;
}
/* #content-left and content-right are containers used in three-column layout. */
#styleguide-v2 #content-left,
#styleguide-v2 .content-left {
/*  float: left;
  width: 160px; */
}
#styleguide-v2 #content-right {
  float: right;
  margin-right: 20px;
  width: 780px;
}
/* #content is used for all two- and one-column layouts. */
/* lepera: we need to specify hard margins to keep the content from wrapping around the bottoms of left and right columns */

#styleguide-v2 #content-2col-right,
#styleguide-v2 .content-2col-right {
/*  margin-left: 180px; */
  width: auto;
}
#styleguide-v2 #content-2col-left,
#styleguide-v2 .content-2col-left {
  margin-right: 180px;
  width: auto;
}


#root {
    width:970px;
    margin:auto;
    background-color:#fff;
}

#top_ad_wrapper {
    width:95%;
    margin:auto;
    background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.arriba:hover {
	TEXT-DECORATION: underline
	COLOR: #000000;
	BACKGROUND-COLOR: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.arriba {
	TEXT-DECORATION: none; 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}