

body {
    margin-bottom : 3%;
    margin-left : 3%;
    margin-right : 3%;
    margin-top : 3%;
    padding:0%;
    font : 12px Verdana,Helvetica, 'sans-serif';
    text-align : justify;
  }


.LeftHead {
    background-color:#7da7d1;
    color:black;
    width:140px;
    padding:3px 10px 3px 10px;
    border:1px solid black;
    border-bottom:0px;
    text-align:center;
    /* margin-bottom:10px;
    background-image:url("../imagenes/Título.png");
    */;
  }


.listWrap {
    border:1px solid black;
    padding:0 0 0 10px;
    margin:0;
  }


#masthead {
    /* border-style : ridge;
    color : #0ff0f0;
    */ elevation : higher;
    font-size : 3em;
    text-align : center;
  }


.menuLeft {
    float : left;
    height : auto;
    margin-left : 3%;
    margin-right : 3%;
    /* width : 22%;
    border:1px solid;
    */ padding:0;
    margin:0;
    background-image : url('../imagenes/Marco.png');
  }


#mainText {
    margin-bottom : 0;
    margin-left : 20%;
    margin-right : 20%;
    margin-top : 0;
    /*padding-left : 20%;
    padding-right : 10%; */
  }


.foot {
    /*text-align:center;
    */font-size:smaller;
    text-align:center;
  }


a {
    /*text-decoration:none;
    font-weight:bold;
    display:block;
    /* color:#3179ac;
    */ font-size : smaller;
  }


a:hover {
    color:grey;
  }


ul {
    list-style:none;
  }


a:active {
    font-size : 1.05em;
  }


:first-letter {
    font-size : 1.75em;
  }


p {
    text-indent : 1.5em;
  }

