body {
  background-color: #EEF3E2;
/*  background-color: #d4e1f0;*/
  color: #000000;
  font-family: verdana, arial, "sans-serif";
  text-align: center;
}

#container {
/*      width: 80%;*/
        width: 950px;
        height: auto;
/*      text-align: left;*/
        background-color:#FFFFFF;
        border-style: dotted;
        border-width: 2px;
        border-color:#CFB8B8;
        margin: 0px auto 0px auto;
}


/* LA BARRA LATERAL */
#menu {
/*      width: 16%;*/
        width: 150px;
        float: right;
        clear: right;
        background-color:#FFFFFF;
        padding: 0.5em 0.5em 0.5em 0.5em;
        border-left: solid 1px #E5E5E5;
        margin: 0.5em 0.5em 0em 0.3em;
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
	text-align: justify;
}

#menu ul {
        font-size: 10px;
        color: #666666;
        line-height: 1.5em;
        list-style: square;
}

#menu li a:visited, a:link {
        color: #1E90FF;
        background-color: #fff;
        text-decoration: none;
        font-weight: normal;
}

#menu li a:hover {
        text-decoration: underline;
}




#menu h3 {
        font-size: 11px;
        border-top-style:solid; border-top-width:1px; border-top-color:#E5E5E5;
        margin-bottom: -1em;
        border-bottom-width:0px;
        color: #53868B;
}

#menu h2 {
/*      color:#CC3300;*/
        color: #FF7F00;
        font-size: 13px;
        font-weight:bold;
        text-align: center;
}

#menu h2 a {
        color: #218868;
        font-weight: bold;

        }

#content {
/*      width: 79%;*/
        width: 760px;
        background-color:#FFFFFF;
        padding: 0.5em 0.5em 0.5em 0.5em;
/*      border: 1px #F0F0F0 solid;*/
        margin: 0.5em 0.5em 0.5em 0.5em;

}


#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border-collapse: collapse;
}

#title {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: verdana, arial;
  font-size: 30px;
  font-weight: bold;
  color: #d0d0d0;
}

#topleft {
  height: 20px;
  width: 20px;
  background-image: url("topleft.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #d4e1f0;
}

#top {
  height: 20px;
  background-image: url("top.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #d4e1f0;
}

#topright {
  height: 20px;
  width: 20px;
  background-image: url("topright.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #d4e1f0;
}

#left {
  width: 20px;
  background-image: url("left.jpg");
  background-repeat: repeat-y;
  background-position: right;
  background-color: #d4e1f0;
}

#center {
  background-color: #ffffff;
  width: 750px;
}

#right {
  width: 20px;
  background-image: url("right.jpg");
  background-repeat: repeat-y;
  background-position: left;
  background-color: #d4e1f0;
}

#bottomleft {
  height: 20px;
  width: 20px;
  background-image: url("bottomleft.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #d4e1f0;
}

#bottom {
  height: 20px;
  background-image: url("bottom.jpg");
  background-repeat: repeat-x;
  background-position: top;
  background-color: #d4e1f0;
}

#bottomright {
  height: 20px;
  width: 20px;
  background-image: url("bottomright.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #d4e1f0;
}


#footer {
        width: 950px;
        line-height: 3em;
        text-align: right;
        font-size:50%;
        background-color: #EEF3E2; /*#F8F8F8;*/
        color: #999999;
        margin: 0px auto 0px auto;
}

#footer a {
        color: #AAA;
        font-weight: normal;
        text-decoration: underline;
	background-color: #EEF3E2;
}


