/* e-Code Libro Electrónico */


BODY {
   margin: 0px 0px 0px 0px;
   background-color: #1F5476;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

p{
   display: block;
}

li{
   display: block;
   list-style-image: url(../imagenes/flecha.jpg);
}
li a:hover{
   list-style-image: url(../imagenes/flecha_over.jpg);
}

h1 {
   color: #0099FF;
   font-size:12px;
   font-weight: bold;
   text-align: center;
}

h2 {
  color: #CCCCCC;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  border-bottom: inset thin #CCCCCC;
}

#header{
    margin: 0px 0px 0px 0px;
}

#contenedor {
  width: 970px;
  height: auto;
  margin-top: 0px;
}

#contenedor a {
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
  color: #FFFFFF;
}

#contenedor a:hover{
  text-decoration: underline;
  color: #FF9900;
}

#principal {
  width: 525px;
  height: auto;
  margin-left: 20px;
}

#lateral {
  float: right;
  width: 360px;
  padding: 10px;
}

#pie {
  clear: both;
  text-align: center;
  font-size: 10px;
  height: 40px;
  border-top: inset thin #CCCCCC;
  width: 970px;
  padding: 0px;
}

#pie p{
  padding:10px;
  margin:0px;
  font-weight: normal;
  color: #FFFFCC;
}

#pie a{
  padding:10px;
  margin:0px;
  font-weight: normal;
  text-decoration:none;
  color: #0099FF;
}

#pie a:hover{
  text-decoration:underline;
  color:#FF9900;
}

#enlaces {
  clear: both;
  text-align: left;
  height: 40px;
  width: 970px;
  padding: 0px;
}

#enlaces a{
  padding:10px;
  margin:0px;
  font-weight: normal;
  font-size: 11px;
  text-decoration:none;
  color: #CCCCCC;
}
#enlaces a:hover{
  text-decoration:underline;
  color:#FF9900;
}
