body {
  background-color: #4040e0;
  color:#fff;
  padding:0; 
  margin:0; 
  width:100%; 
  height:100%; 
  font-family:tahoma, arial, sans-serif;
}

div {border:0; margin:0; padding:2px;}

.title {
  background-color: #4040e0;
  top: 0px;
  left: 0px;
  height: 150px;
  width: 100%;
  min-width:800px;
  padding:0 0 0 200px;
  position: fixed;
  z-index:90;
}

.logo { 
  background-color: #4040e0;
  border:0px;
  top:0px;
  left:0px;
  margin:4px;
  float:left;
  position:fixed;
  z-index:99;
}

.content {
  background-color: #a0a0ff;
  top:150px;
  left:176px;
  right:0px;
  bottom:30px;
  padding:0px;
  position:absolute;
  z-index:10;
  overflow:auto;
}
.menuleft {
  background-color: #4040e0;
  top:150px;
  left:0px;
  width:170px;
  bottom:30px;
  position:absolute;
  z-index:99;
  overflow:auto;
}

.footer {
  background-color: #4040e0;
  text-align:center;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 16px;
  position: fixed;
  font-size:12px;
  font-weight:bold;
  z-index:90;
}

/* top right bottom left */
#pic {
  float:left; padding:4px; margin:8px; border:1px solid #000; width:200px; height:200px; text-align:center;
  -moz-box-shadow:    3px 3px 5px #000;
  -webkit-box-shadow: 3px 3px 5px #000;
  box-shadow:         3px 3px 5px #000;
}

h1 {padding:4px; margin:8px; font-size:18px; font-weight:bold;}
h2 {padding:4px; margin:8px; font-size:16px; font-weight:bold;}
h3 {padding:4px; margin:8px; font-size:14px; font-weight:bold;}
h4 {padding:4px; margin:8px; font-size:12px; font-weight:bold;}

ul.menu {margin:0; padding: 10px; float:left; list-style: none;}  
.menu li {color:#fff;}
.menu li a {color:#fff}
.menu li a:hover {color:#ff0}

ul.menutop {
  top:90px;
  right:0px;
  left:200px;
  position:absolute;
  margin:0; 
  padding:0; 
  z-index:99;
  list-style:none;}
.menutop li{color:#fff; display:inline;}
.menutop li a {color:#fff}
.menutop li a:hover {color:#ff0}

.bblack {background:#000; border:1px solid #000;}
.bred {background:#e03030; border:1px solid #e03030;}
.bblue {background:#6060ff; border:1px solid #6060ff;}
.bblue1 {background:#3030e0; border:1px solid #3030e0;}
.bgreen {background:#30ff30; border:1px solid #30ff30;}
.byellow {background:#e0e030; border:1px solid #e0e030;}
.bgray {background:#303030; width: 132px; margin-left:10px; margin-top:10px; display:inline; border:1px solid #303030;}
.fixbtn {width: 132px; margin-left:10px; margin-top:10px; display:inline;}

.vista {display:block; line-height: 28px; font-size:14px; font-weight:bold; float:left; text-decoration:none; padding:0 10px 0 10px;
text-shadow: -1px -1px 6px rgba(0, 0, 0, 0.6), -1px -1px 1px #000;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.5);
box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.5);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)), color-stop(48%, rgba(255, 255, 255, 0.5)), color-stop(50%,  rgba(255, 255, 255, 0)));
background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}

.vista a {text-decoration: none; color:#fff;}
.vista a:hover {text-decoration: none; color:#3030ff;}

/* top right bottom left */
.vista1 {
  display:block; 
  line-height: 18px; 
  width: 120px; 
  margin-top: 3px; 
  margin-bottom: 3px; 
  margin-left: 4px; 
  padding-top: 2px;
  padding-left: 6px;
  font-size: 12px; 
  font-weight: bold; 
  float: left; 
  text-decoration:none; 
/*  display:inline; */
text-shadow: -1px -1px 4px rgba(0, 0, 0, 0.6), -1px -1px 1px #000;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)), color-stop(48%, rgba(255, 255, 255, 0.5)), color-stop(50%,  rgba(255, 255, 255, 0)));
background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}

.vista1 a {text-decoration: none; color:#fff;}
.vista1 a:hover {text-decoration: none; color:#3030ff;}


