/* Generated by Claudia Jaramillo */
#contenedor {
  margin: 0 auto;
  width: 800px;
  height: 100%;
}
#header {
  border: 8px solid #fff;
  height: 300px;
  float: left;
  width: 71%;
  background: url(../nuevo/img/fondo.png) no-repeat center;
}
.navegador2 {
  margin-top: 250px;
  text-transform: uppercase;
}
.navegador2 li {
  list-style: none;
  float: left;
  padding: 3px;
  background-color: #ffffff;
  margin-right:2px;
}
#eventos {
  margin-top: 8px;
  border: 1px solid #333;
  background-color: #ffffff;
  width: 71%;
  float: left;
  text-align: left;
  padding:8px;
}
#eventos li {
  border-bottom: 1px dotted #666666;
  margin-bottom: 5px;
}
.archivo {
  padding: 5px;
  width: 25%;
  float: right;
  background-color: AliceBlue;
  text-align: left;
}
.imagentemp {
  margin: 0 8px 8px 0;
  padding: 0 8px 8px 0;
  width: 132px;
  height: 200px;
  float: left;
}
#nuevo {
	width: 25%;
  float: right;
  background-color: GreenYellow;
  padding: 5px;
  margin-top: 5px;
}
#nuevo li {
  list-style: none;
padding:0; margin:0; text-align: left;
}
p {
  color: #000000;
  text-align: left;
}
body {
  font-family: Arial,Helvetica,verdana,sans-serif,sans;
  font-size: 12px;
  background-color: black;
  text-align: center;
}
h1 {
  font-weight: normal;
  line-height: 80%;
  font-size: 2em;
  text-align: left;
}
h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #000;
  text-align: left;
}
h3 {
  font-weight: bold;
  color: Black;
  font-size: 1.5em;
  text-align: left;
}
h4{ font-weight:bold; color:red; line-height:80%; font-size:1.1em;}
a:link, a:active {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
a:visited {
  text-decoration: none;
  color: #999;
}
a:hover {
  text-decoration: none;
  color: #ff0000;
}
li {
  list-style: none;
}
.down li a{
  border-bottom: 1px solid #666;
font-size: 10px;
float:left; display:block;
}