/* 
    Document   : layout
    Created on : 17-nov-2008, 12:08:54
    Author     : keko
    Description:
        Estilos únicamente de la plantilla de todo el sitio web (layout)
*/

/*
    Esta clase es para dar estilo al área de debug de cake.
*/

#power
{
    text-align: right;
    color: silver;
}

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

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



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

body
{
    font-family: verdana;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    /*background-color: silver;*/
}

#container
{    
    width: 991px; /* ejem, ajusto la imagen para que no salga el scroll */
    /*height: 2000px;*/
    margin-left: auto;
    margin-right: auto;
    /*background-image: url('../img/fondo.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;    */
}

#header
{
    width: 839px;
    height: 140px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#header .logo
{
    margin-top: 20px;
    float: left;
    width: 285px;
    height: 89px;
}

#header .data
{
    float: left;
    height: 100px;
    width:  554px;
    text-align:  right;
    /*background-color:  silver;*/
}

#content
{
    width: 839px;
    /*height: 436px;*/
    margin-left: auto;
    margin-right: auto;
}

#footer
{
    width: 839px;
    height: 60px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-top: 1px solid silver;
}

.fake
{
    clear:both;
}


.alert
{
    font-family: verdana;
    color: red;
    font-weight: bold;
    font-size: 14px;
    padding: 4px;
    text-align: center;
}

.noalert
{
    font-family: verdana;
    color: blue;
    font-weight: bold;
    font-size: 10px;
    padding: 4px;
    text-align: center;
}

.runner
{
    font-family: verdana;
    color: black;
    font-weight: bold;
    font-size: 14px;
    padding: 4px;
    text-align: center;
}


.back
{
    font-family: verdana;
    font-weight: bold;
    font-size: 10px;
    padding: 14px;
    text-align: center;
}

.back a
{
    color: black;

}

