h1, h2, h3, h4, p, ul{
  margin-top: 0px;
}

body{
  padding: 0px;
  margin: 10px;
  background: #000000;
  font-size: 13px;
  font-family: Arial, Verdana, sans-serif;
  color: #FFFFFF;
}


a{
  text-decoration: none;
  font-weight: bold;
  color: #DDDDDD;
}

a:hover{
  text-decoration: underline;
}

p{
  text-align: justify;
}

h1{
  border-bottom: solid 1px #999999;
}

h2{
  border-bottom: solid 1px #999999;
}

h3{
  font-size: 18px;
  color: #99CC33;
  margin-bottom: 5px;
}

h3 a{
  color: #99CC33;
}

h4{
  font-size: 15px;
  color: #99CC33;
}

li{
  list-style-type: square;
}

img{
  border: none;
}

/*** Estructura ***/


#contenedor{
  border: 1px solid #999999;
  width: 740px;
  margin: auto;
}

#actualizacion{
  background-color: #99CC33;
  height: 15px;
}


#menu{
  width: 22%;
}

#contexto{
  float: right;
  width: 73%;
  padding: 15px;
  border-left: 1px solid #CCCCCC;
  min-height: 600px;
}

* html #contexto{
  height: 600px;
}


/*** Menu ***/

#menu a{
  color: #FFFFFF;
  font-weight: bold;
}

#menu a:hover{
  color: #99CC33;
  text-decoration: none;
}

#menu ul{
  margin-top: 15px;
  list-style: none;
  line-height: 150%;
}

#menu li{
  list-style-image: url(../images/cv.gif);
}

.fecha, .autor{
  font-style: italic;
}


/*** Pager ***/

#pager{
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}

#pager span{
  border: 1px solid #CCCCCC;
  padding: 5px;
  margin: 5px;
  color: #AAAAAA;
}

#pager a{
  border: 1px solid #CCCCCC;
  padding: 5px;
  margin: 5px;
}

#pager a:hover{
  color: #000000;
  background: #FFFFFF;
  text-decoration: none;
}

.foto{
  border: 1px solid #CCCCCC;
  margin: 5px;
}

#galerias li{
  margin-left: 0px;
  line-height: 150%;
}

.centrado{
  text-align: center;
}

.pie_foto{
  text-align: center;
  font-style: italic;
}

