/* General styles */
body {
  margin: auto;
  padding:0;
  border:0;			/* This removes the border around the viewport in old versions of IE */
  width:1000px;			/* width of whole page */
}

/* 2 column left menu settings */
/* column container */
.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:1000px;			/* width of whole page */
}

.leftmenu .colright {
    float:left;
    width:200%;
    position:relative;
    left:10em; /* ancho del menu vertical izq */
}

.leftmenu .col1wrap {
    float:right;
	  width:50%;
	  position:relative;
	  right:10em; /* ancho del menu vertical izq */
	  padding-bottom:1em;
}

#menuh {
		margin:0 0 0 10em;
	  position:relative;
		right: 100%;
}

.leftmenu .col_content {
    margin:0 1em 0 12em;
	  position:relative;
	  right:100%;
		overflow: hidden;
}

.leftmenu .col_menuv {
   float:left;
   width:10em;
   position:relative;
   right:10em;
}

/* Header styles */
#header {
  clear:both;
  float:left;
  width:1000px;
}

/* Footer styles */
#footer {
   clear:both;
   float:left;
   width:100%;
}
