a {
	text-decoration: none;
}

html {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

img {vertical-align:bottom; border:0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #413f40;
	color: #808080;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center; /*aqui mandamos a centrar todo el contenido*/
}

#pagina {
	background-color: #413F40;
	position: relative;
	margin: 0px auto; 
	width: 800px;
	text-align: center; /*aqui mandamos a centrar todo el contenido*/
        background-image: URL("../../imagenes/fondoPagina.png");
        background-repeat: repeat-y;
        background-position: 1px 0px;
}

#contenedor {
    margin-left: 31px;
    margin-right: 32px;
}

#contenido {	
	position: relative;
	float: left;
	width: 720px;
	top: 0px;
	text-align: left;
        padding-left: 2px;
}

#buscar {
    position: absolute;
    top: 5px;
    left: 470px;
    width: 254px;
    height: 40px;
    z-index: 200;
}

#banner .linkHome {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 330px;
    height: 50px;
    cursor: pointer;
}

#buscar .contenidoBuscar {
    position: absolute;
    top: 2px;
    left: 30px;
    width: 200px;
    text-align: left;
}

#buscar .textSearchDiv {
    margin: 0;
    height: 31px;
    width: 191px;
    background: url("../../imagenes/fondoTextSearch.png") no-repeat bottom;
}

#buscar .textSearch {
    background: none;
    border: none;
    width: 134px;
    height: 25px;
    margin: 0;
    padding: 8px 7px 0px 7px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#publicidadTop {
        position: absolute;
        top: 43px;
        left: 510px;
        width: 250px;
}

#banner {
	float:left;
	width: 738px;
        height: 215px;

        background-image: url("../../imagenes/header.png");
        background-repeat: no-repeat;
}

#publicidad {
    float: left;
    height: 100px;
    margin-left: 2px;
}

#pie {
    position: relative;
    float:left;
    width: 739px;
    height: 160px;

    background-image: url("../../imagenes/fondoPie.png");
    background-repeat: repeat-y;
    text-align: left;
}

#pie .contenido {
    position: relative;
    float: left;
    margin-left: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
}

#pie .contenido .pieComponente {
    position: relative;
    float: left;
    min-width: 95px;
    margin-top: 25px;
}

#pie .contenido .pieComponente a {
    color: #000000;
    text-decoration: none;
}

#pie .contenido .pieComponente img {
    border: 0;
}

#separadorPie {
    position: relative;
    float: left;
    width: 11px;
    height: 140px;
    background-image: url("../../imagenes/separadorPie.png");
    background-repeat: no-repeat;
}

#pie .desarrolladoPor {
    position: relative;
    float: left;
    clear: both;
    width: 745px;
    height: 37px;
}

#login {
    position: relative;
    float: left;
    width: 401px;
    height: 37px;
    background-image: url(../../imagenes/login.png);
    background-repeat: no-repeat;
    text-align: left;
}

#login .contenido {
    padding-top: 11px;
    padding-left: 60px;
}

#login .contenido a {
    color: #000000;
    text-decoration: none;
}

#carro {
    position: relative;
    float: left;
    width: 338px;
    height: 37px;
    background-image: url(../../imagenes/carro.png);
    background-repeat: no-repeat;
    text-align: left;
}

#carro .contenido {
    padding-top: 11px;
    padding-left: 120px;
    font-size: .9em;
}

#carro .contenido a {
    color: #000000;
    text-decoration: none;
}

.titulo {
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #808080;
}

/*---------------------------------------------------------------------------
Boton
-----------------------------------------------------------------------------*/
.link-button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.link-button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.link-button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
/*---------------------------------------------------------------------------
Fin Boton
-----------------------------------------------------------------------------*/

#destacados {
    position: relative;
    float: left;
    padding-left: 8px;
}

.productoDestacado {
    position: relative;
    float: left;
    height: 228px;
    width: 225px;

    background-image: url(../../imagenes/destacado.png);
    background-repeat: no-repeat;
    background-position: -10px 0px;
    text-align: center;
}

.productoDestacado .destacadoImagen {
    position: absolute;
    top: 53px;
    left: 105px;
    height: 110px;
    width: 90px;
}

.productoDestacado .destacadoDescripcion {
    position: absolute;
    top: 53px;
    left: 20px;
    height: 110px;
    width: 80px;
    font-size: .7em;
    text-align: left;
    overflow: hidden;
}

.productoDestacado .titulo {
    position: absolute;
    top: 6px;
    left: 20px;
    width: 180px;
    height: 28px;
    font-size: .9em;
    color: #3375A9;
    text-align: left;
    overflow: hidden;
    text-align: left;
}

.productoDestacado .destacadoLink {
    position: absolute;
    top: 190px;
    left: 35px;
    width: 40px;
    height: 15px;
    cursor: pointer;
}

.productoDestacado .destacadoCarro {
    position: absolute;
    top: 190px;
    left: 175px;
    width: 30px;
    height: 15px;
    cursor: pointer;
}

.productoDestacado .destacadoPrecio {
    font-weight: bold;
    position: absolute;
    top: 190px;
    left: 90px;
    width: 70px;
    height: 15px;
    text-align: right;
    color: #808080;
}

#newLetter {
}

#botonNewsLetter {
    position: absolute;
    top: 10px;
    left: 710px;
    width: 29px;
    height: 110px;
    background-image: url(../../imagenes/botonNewsLetter.png);
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2000;
}

#formNewsLetter {
    position: absolute;
    top: 20px;
    left: 710px;
    width: 0px;
    height: 100px;
    background-image: url(../../imagenes/fondoNewsLetter.png);
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 10px;
}
