/* 
    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.
*/
.cake-sql-log
{
    background-color: white;
}

body
{
    margin: 0px;
    padding: 0px;
    /*background-color: silver;*/
}

#sombra
{
    background-image: url('../img/background.png');
    background-repeat: repeat-y;
    background-position: top left;
    width: 965px;
    margin-left: auto;
    margin-right: auto;
    
}

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

}

#header
{
    background-image: url('../img/header.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 113px;
}

#content
{
    background-image: url("../img/linea_puntos_vertical_rep.png");
	background-repeat: repeat-y;
	background-position: 0px 0px;

    

    /*background-image: url('../img/fondo-content.png');
    background-repeat: no-repeat;
    background-position: top center;*/
    /*min-height: 500px;*/
    /*border: 1px solid white;*/
    /*background-color: white;*/
}

#footer
{
    /*clear:both;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    background-image: url('../img/footer.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 20px;   
    
}

#footer .texts
{
    float: left;
    
}

#footer .banners
{
    float:right;    
    width: 200px;
    height:90px;
    margin-right: 35px;
    margin-top: 15px;
    
}

#footer .mail
{
    padding-left: 422px;
    padding-top: 55px;
}

#footer .home-banner1 .ico
{
   float:left;
   margin-top: 10px;
}
#footer .home-banner1 .text
{
   float:left;
   margin-top: 17px;
   margin-left: 8px;
   height: 35px;
}

#footer .home-banner2
{
    margin-top: 10px;
    margin-left: 70px;
}

.col1
{
    float: left;
}

.col2
{
    float: left;
}

.fake
{
    clear:both;
}

#fake-home.fake
{
    height: 30px;
}

#clinica_artes
{
    float: left;
    /*background-color: silver;*/
    margin-left: 24px;
    margin-top: 6px;
}

#aviso_legal
{
    float: right;
    /*background-color: silver;*/
    /*margin-left: 480px;*/
    margin-top: 6px;
    padding-right: 10px;
    border-right: 1px solid #42494f;

}

#desarrollado_por
{
    float: right;
    /*background-color: silver;*/
    margin-left: 9px;
    margin-top: 6px;
    padding-right: 10px;
}








