* {
  padding: 0;
  margin: 0;
 }
 
 body {
  font-family: verdana;
  font-size: 12px;
  color: #666;
  color: #fff;
  background-image: url(imagenes/background.gif);
  background-repeat: repeat-y;
  background-color: #292929;
 }
.error {
color: #000;
    background: #666;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

 .left {
  float:left;
  padding-top: 60px;
  width: 310px;
 }

.left ul li {
  float: right;
 }

.left ul li a {
  margin-top: 2px;
  font-family: Verdana;
  font-size: 12px;
  color: #FFF;
  color: #666;
  text-decoration: none;
  padding-top: 7px;
  padding-left: 5px;
  width: 205px;
  height: 23px;
  float: right;
}

.left ul li a:hover {
  background: #292929;
  color: #ffaa00;
 }
 
 .left ul li.active a {
  color: #ffaa00;
  background: #292929;
 }
 
 .right {
  padding-left: 330px;
  padding-top: 80px;
}

.right img {
  margin-right: 10px;
  display: block;
  border: 5px solid #CCC;
 }
 
 .right img:hover {
 }
 
 .block {
  margin-top: 10px;
  height: 106px;
  width: 600px;
 }
 
h1 {
  font-size: 25px;
  color: #ffaa00;
  font-weight: normal;
 }
 
h2 {
  font-weight: normal;
  font-size: 18px;
  text-decoration:underline;
 }
 
a {
  color: #999;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: underline;
 }
 
 .content {
  width: 600px;
 }

.button {
     color: black;
     border: 2px solid #666;
}
.button:hover {
    text-decoration: none;
}

a.PJtitol {
	color: #fff;
}
