﻿body
{
    padding: 0px;
    margin: 0px;
    font-family: Tahoma, Verdana, 'Times New Roman' , Times, serif;
    font-size: 11px;
}
h1
{
    padding: 0px;
    margin: 0px;
    text-indent: -9999px;
    height: 1px;
}
img
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
}

#contenedorweb
{
    width: 100%;
    height: 100%;
    float: left;
}
#contenedor-centrado
{
    width: 889px;
    margin: 0 auto;
}
#contenedor
{
    width: 889px; /* height:740px; */
    height: 100%;
    text-align: left;
    background-image: url('imagenes/fnd.png');
    background-repeat: no-repeat;
    padding-left: 111px;
    float: left;
}
/* MENU PRINCIPAL________________________________________ */
#menu
{
    float: left;
    height: 64px;
    padding-left: 0px;
    font-family: verdana;
}
#menu ul
{
    padding: 0px;
    margin: 0px;
    height: 64px;
}
#menu li
{
    list-style-position: inside;
    font-size: 11px;
    margin: 0px;
    float: left;
    height: 32px;
    background-image: url('imagenes/limenu.jpg');
    background-repeat: no-repeat;
    list-style-type: none;
    width: 100px;
    padding-top: 32px;
    padding-bottom: 0px;
    padding-left: 10px;
}
#menu a
{
    text-decoration: none;
    color: #484848;
    font-weight: 500;
}
#menu a:hover
{
    color: #cf550a;
}

/* BANNER________________________________________ */
#banner
{
    float: left;
    width: 889px;
    height: 282px;
    background-image: url('imagenes/fnd-banner.jpg');
    background-repeat: no-repeat;
}
#logo
{
    float: left;
    width: 136px;
    height: 282px;
    padding-left: 21px;
}
#bannerpromociones
{
    float: left;
    width: 732px;
    height: 282px;
}
/* CONTENIDO WEB________________________________________ */

#contenidoweb
{
    float: left;
}
/* PIE________________________________________ */

#pie
{
    text-align: left;
    margin: 0 auto;
    width: 889px;
    height: 75px;
    float: left;
}
#lineas
{
    background-image: url('imagenes/pie-lineas.jpg');
    background-repeat: repeat-x;
    height: 6px;
}
#naranja
{
    float: left;
    width: 213px;
    height: 69px;
    background-color: #ca4a09;
}
#naranja p
{
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    font-family: verdana;
    margin-top: 20px;
    letter-spacing: 1px;
}
#gris
{
    float: left;
    width: 676px;
    height: 69px;
    background-color: #f0f0f0;
}
#gris p
{
    font-family: tahoma;
    font-size: 12px;
    margin-left: 360px;
    margin-top: 37px;
    color: #484848;
}
.enlaceinteractiva
{
    text-decoration: none;
}
