a {
  border: 0px;
  color: white;
}

img {
  border: 0px;
}

h1
{
  font-weight: bold;
  font-size: 1em;
  color: #EEEADF;
}

h1 #detail
{
  margin-left: 20px;
  color: #FFF5D7;
  font-size: 0.8em;
  text-transform: uppercase;
}

.container
{

  width: 100%;  
}

.center
{
  margin-left:auto;
  margin-right:auto;
  width: 1200px;
}


.in_construcion
{
  width: 100%;
  height: 60px;
}

.in_construcion #img
{
  float:left;
  margin: 5px;
  width:  50px;
  height: 50px;
  background: url(/img/in_construcion.png) no-repeat left top;
}

.in_construcion #msg
{
  float: left;
  margin: 20px 5px 5px 5px;
  height: 50px;
  font-size: 1em;
}


.err404
{
  width: 100%;
  height: 152px;
}

.err404 #img
{
  margin: 5px auto;
  width:  200px;
  height: 142px;
  background: url(/img/err404.png) no-repeat left top;
}

.err404 #msg
{
  text-align: center;
  margin: 0 auto;
  height: 142px;
  font-size: 1.2em;
  color: #FE753F
}


.footer_note
{
  margin: 5px;
  color:#AFAFAF;
  font-size: 0.8em;
  font-family:Arial,Helvetica,sans-serif;
}
