body{
    background-color: #000000;
    font-family: Arial;
    font-size: 12px;
    color:white;
}
h2{
    font-size: 24px;
    width:100%;
}

h2, #centro{
    border-bottom: 6px solid red;
}

h2, #pie{
    color: red;
}

#general{
    margin: 0 auto;
    width: 943px;
}

#top{
    width: 100%;
}

#logo, #top, #video, #lastphotos, #formas{
    float: left;
}

#logo2, #suscribe, #lastphotos, #productos{
    float: right;
}

#video{
    width: 580px;
    height: 348px;
}

#lastphotos, #suscribe{
    width: 345px;
}

#lastphotos ul {
    text-align: center;
    display: inline;
}

#lastphotos ul{
    padding: 0px;
    display: inline;
}

#lastphotos li {
    list-style: none;
    display: inline;
    float: left;
    padding: 2px;
}

#suscribe ul{
    padding: 0px;
    color: #fff;
    display: inline;
}

#suscribe li {
    list-style: none;
    display: inline;
    margin: 4px;
    float: left;
}

#suscribe #boton{
    background-color: #b0281a;
    border: 0px;
    height: 20px;
    color: #fff;
    padding-bottom: 4px;
}

#suscribe #email{
    font-size: 14px;
}

#shop{
    color: #fff;
    font-size: 12px;
}

#formas{
    width: 225px;
}

#productos{
    width: 700px;
    float: right;
}

#productos h3{
    color: #fff;
    border-bottom: 4px solid #fff;
}

.elementos{
    padding: 4px;
    width: 340px;
    float: left;
}

#pie{
    font-size: 11px;
}

.clear{
    clear: both;
}


.colorNegro, .colorBlanco {
    width: 15px;
    height: 15px;
    display: inline-block;
}

.colorNegro{background-color:black; border:1px solid white;}
.colorBlanco{background-color:white}

.inpCantidad{width:35px;}
.botBuy{
    color: white;
    background-color: red;
    border: 0;
	width: 43px;
	height: 43px;
}


#centro{color:white;}

.formulario td{
    min-width:200px;
}

.formulario td input, .formulario td select{
    width:250px;
}

.error{
    color: red;
    font-size: 16px;
    text-align: center;
}

#respuesta{
    color: red;
    font-size: 11px;
}
