#power
{
    text-align: center;
    color: #6c6c6c;
    margin-bottom: 30px;
}

#power a
{
    color: #6c6c6c;
    text-decoration: none;
    font-weight: bold;
}

#power a:hover
{
    text-decoration: underline;
}

.cake-sql-log
{
    background-color: white;
}

body
{
    margin: 0px;
    padding: 0px;
    font-family: verdana;
    font-size: 12px;
}


#container
{
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    height: 353px;
}

#logo
{
    height: 121px;
    /*background-image:url('../img/logo-trans.png');*/
    background-image:url('../img/logo-blanco.png');
    background-position: 76px 12px;
    background-repeat: no-repeat;
}

#runners
{
    width:  990px;
    height: 232px;
    /*background-image:url('../img/head.png');*/
    background-image:url('../img/head2.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

#authMessage .message
{
    color: red;
    font-size: 9px;
    text-align: center;
}

#login
{
    margin-top: 20px;
    color: silver;
    float: right;    
    width: 300px;
    height: 60px;
    color: #6c6c6c;

}


#menu_user
{
    margin-top: 60px;
    color: silver;
    float: right;
    color: #6c6c6c;
    margin-right: 20px;
}

#menu_user .label
{
    float: left;
    border-right: 1px solid silver;
    padding: 4px;
}

#menu_user a
{
    color: #6c6c6c;
    text-decoration: none;
}

#menu_user a:hover
{
    text-decoration: underline;
}

#login .message
{
    color: red;
    font-size: 11px;
    /*text-align: center;*/
}


#login input
{
    
    border: 1px solid #6c6c6c;
}

#login a
{
    color: #6c6c6c;
    text-decoration: none;
}

#login a:hover
{
    text-decoration: underline;
}

#logintxt
{
    width: 100px;
}
#login .submit input
{
    border: 0px;
    margin-top: 15px;
}



#passtxt
{
    width: 100px;
}

#content
{
    /*background-color: red;*/
    /*border: 1px solid red;*/
    
}

#footer
{
    clear: both;
    color: #6c6c6c;
    text-align: center;
}



#homefullbanner
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100%;
  background-color: black;
}

#homefullbannercontent
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 442px;
  height: 260px;
  background-color: white;
  background-image: url(../img/back_banner.png);
  background-repeat: no-repeat;
}

#thecontent
{
  margin: 0px;
  border: 0px solid silver;
  width: 442px;
  height: 190px;
  font-size: 1.4em;
  font-weight: bold;
  color: white;
  text-align: center;
  padding-top: 50px;
}

.banner_link
{
  color: #ACACAC;
  font-weight: bold;
  text-decoration: none;
}

.banner_link:hover
{
  text-decoration: underline;
}
