@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Verdana;
    font-size: 12px;
    background-color: #000000;
    color: #FFFFFF;
}

a {
    color: #FFFFFF;
    text-decoration: none;	
}

a img {
    border: none;
}

#contenedori {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 630px;
    background-color: #000000;
}

#contenedor {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 630px;
    background-image: url(../images/fondo.jpg);
    background-repeat: no-repeat;
}

#ladoizquierdo {
    float: left;
    width: 165px;
    height: 600px;
}

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

#menu {
    float: left;
    width: 137px;	
    background-image: url(../images/cuerda.png);
    background-repeat: repeat-y;
    background-position: 89%;
    padding-left: 28px;
    font-size: 11px;
}

#menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu ul li {
    padding: 0 15px 0 0 ;
    margin: 0;
}

#menu ul a {
    cursor: pointer;
}

#menu ul a:hover {
    color: #e22727;
}

#ladocentro {
    float: left;
    width: 640px;
    height: 600px;
}

#contenido {
    width: 640px;
    height: 510px;	
}

#titulo {
    height: 30px;
    background-color: #e22727;
    margin: 25px 133px;
    text-align: center;	
    color: #FFFFFF;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 5px;
}

.subtitulo {
    font-size: 16px;
    text-transform: capitalize;
}

#productos {
    clear: both;
    width: 600px;
    height: 410px;
    padding: 0 20px 0 20px;
}

#texto {
    clear: both;
    width: 600px;
    height: 410px;
    padding: 0 20px 0 20px;
}

#productos img {	
    border: none;
    border: 1px dashed #b81a27;	
}

#producto {
    float: left;
    width: 150px;
    padding: 0 40px 20px 0;	
}

#imagen {
    float: left;
    width: 150px;
    height: 110px;	
    text-align: center;	
}

#nombre {
    float: left;
    width: 150px;	
    color: #fbed1f;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: bold;
    min-height: 1px;
    padding-top: 5px;
}

#descripcion {
    float: left;
    width: 150px;	
    color: #FFFFFF;
    text-transform: none;
    min-height: 1px;
    /* min-width para IE6 */
    width: auto !important;
    width: 1px;

}

#descripcion:first-letter {
    text-transform: capitalize;
}

#valor {
    clear: left;	
    width: 150px;	
    min-height: 1px;
    color: #e22727;
}

#pie {
    width: 640px;
    height: 90px;	
}

#ladoderecho {
    float: left;
    width: 195px;
    height: 600px;
}

#contactenos {
    padding: 50px 150px 10px 150px;
}

.clear {
    clear: both;
}

#footer-lima {
    clear: both;
    width: 1000px;
    padding: 10px 0;
    font-size: 10px;
    text-align: center;
    margin: 0 auto;
}

#footer-lima, #footer-lima a {
    color: #CCCCCC;
}
