/* 
    Document   : estilos
    Created on : 7/09/2011, 02:23:16 PM
    Author     : carlos
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

@import "default.css";
@import "dropdown.css";
@import "plusslider.css";
@import "nivo-slider.css";
@import "default/default.css";

body {
    font-family: 'Cuprum', sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: url(../images/background.jpg) repeat;
}

img {
    border: none;
}

#main-container {
    margin: 0px auto;
    width: 920px;
    min-height: 675px;
    background-color: #ffffff;
}

#header {
    width: 920px;
    height: 140px;    
    background: url(../images/header_fondo.jpg) no-repeat;
}

#logo {
    float: left;
    width: 150px;
    height: 140px;
}

#banner {
    float: left;
    width: 860px;
    height: 350px;
    margin: 5px;    
    padding: 25px;
    padding-bottom: 0;
    background-color: #ebebd6;
}

#footer {
    width: 900px;
    margin: 0 5px;

}

#footer .menu-bottom {
    float: left;
    width: 240px;
    margin: 25px 30px;
}

#footer .image {
    width: 220px;
    height: 95px;
    padding: 10px;
    background-color: #ebebd6;
}

#menu {
    float: left;
    width: 770px;
    height: 25px;
    padding: 57.5px 0;
    padding: 52px 0px 63px 0px;
}

#container {
    width: 920px;
    min-height: 525px;
}

#container-content {
    float: left;
    width: 900px;
    height: 500px;
    margin: 5px;
    padding: 5px;
    background-color: #ebebd6;
}

#content {
    width: 890px;
    height: 490px;
    border: 5px solid #666600;
}

#text {
    float: left;
    width: 435px;
    height: 440px;
    padding: 20px;
    border: 5px solid #ffffff;
    border-right: none;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    text-align: justify;
    line-height: 18px;
}

#text p {
    color: #332c25;
    margin-bottom: 0px;
    margin: 10px 0;
    margin-top: 20px;
}

#text h3 {
    margin-top: 10px;
    font-size: 30px;
    margin-bottom: 15px;
    color: #332c25;
    text-transform: uppercase;
    font-family: 'Cuprum', sans-serif;
}

#text ul li {    
    list-style-image: url(../images/icono_hoja_03.png);
    color: #332c25;
}

#text ul.modificacion-ul {
    padding-left: 0px;
    list-style: none;    
    margin: 28px 0 28px 38px;
    padding: 14px 14px;    
}

#text ul.modificacion-ul li {
    list-style-image: none;
    float: left;
    width: 150px;    
    padding: 5px 15px 5px 5px;    
    line-height: 15px;
    margin-left: 0;
    margin-top: 0;    
    font-weight: bold;
    text-align: left;
}

#text ul.modificacion-ul li ul {
    padding-left: 0;
}

#text ul.modificacion-ul li ul li {
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: normal;
    list-style: none;
}

#right-content {
    float: left;
    width: 410px;
    height: 490px;
}

.cursiva {
    text-decoration: underline;
}

.clear {
    clear: both;
}

#copyright {
    margin: 0;
    margin-top: 20px;
    width: 100%;
    height: 21px;
    padding: 35px 0;
    background: url(../images/background_02.jpg) repeat;
}

#copyright p{
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
    color: #332c25;
}

#copyright p a {
    color: #332c25;
    text-decoration: underline;
}

.negrita {
    font-weight: bold;
}

#text ul li.nolistStyle {
    list-style: none;
    list-style-image: none;    
}

#text ul li.flotar {
    float: left;
    width: 175px;
}

#text ul li.flotar1 {
    padding-top: 45px;
}

.pedido {
    width: 240px;
    height: 40px;
    background: url(../images/pedidos.png) no-repeat;
}

.pedido:hover {
    background: url(../images/pedidos_2.png) no-repeat;
}

.te {
    width: 240px;
    height: 40px;
    background: url(../images/te.png) no-repeat;
}

.te:hover {
    background: url(../images/te_2.png) no-repeat;
}

.productos {
    width: 240px;
    height: 40px;
    background: url(../images/productos.png) no-repeat;
}

.productos:hover {
    background: url(../images/productos_2.png) no-repeat;
}

.fondo_texto {
    background: url(../images/tetera.png) no-repeat;
    background-position: 50% 90%;
}

.fondo-infusion {
    background: url(../images/fondo-infusion.png) no-repeat;
    background-position: 50% 90%;
}