
#bloque1 {
width:990px;
height:224px;
background:url(/imgfiles/v2/fondohome.jpg);
margin:0px;
padding:0px;
margin-top:39px;

border-bottom:none;
border-top:none;
}


#bloque1 #productos{
width: 400px;
float: right;
margin: 0;
padding: 0;
margin-top:20px;
list-style:none;

font-size: 9px;
}
#bloque1 #productos li{
display:inline;
padding: 0;
margin: 0;
background-color:#00FF00;
}

#bloque1 #productos li a{
display: block;
width:190px;
height:42px;
padding:4px;
margin:0px;
float:left;
clear:both;
}
.productoactivo{
border: 1px solid #000;
border-right: 10px solid #000;
height:40px;
}
.productonoactivo{
border-right: none;
height:42px;
}

.descripciones{
width: 340px;
margin:0;
padding:0;
margin-top:20px;
padding-left:250px;
float:left;
}

#desc1, #desc2, #desc3, #desc4{
height: 180px;
overflow:hidden;
padding: 10px;
margin:0;
display: none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
background-color:#000;
opacity: 0.8;
-moz-opacity: 0.8;
filter: alpha(opacity=80);

}
#desc{
height: 130px;
overflow:hidden;
padding: 10px;
padding-top: 60px;
padding-right: 60px;
line-height: 14px;
margin:0;
display:block;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}

#desc1 {
background: #000 url(/imgfiles/v2/flecha.gif) no-repeat 100% 0%;
}
#desc2 {
background: #000 url(/imgfiles/v2/flecha.gif) no-repeat 100% 33%;
}
#desc3 {
background: #000 url(/imgfiles/v2/flecha.gif) no-repeat 100% 66%;
}
#desc4 {
background: #000 url(/imgfiles/v2/flecha.gif) no-repeat 100% 100%;
}

.descripciones div h1{
font-size: 18px;
color: #e6edcb;
}
.descripciones div a{
text-decoration: none;
border-bottom: 1px #e6edcb;
color: #e6edcb;
}



.descripciones div a:hover{
border-bottom: none;
}

#cuerpo h1 {
font-size: 18px;
padding: 0px;
margin: 3px;
}

.colum{
width: 208px;
float: left;
padding: 12px;
margin: 0;
margin-left: 4px;
margin-right: 4px;
padding-top: 0px;
background: url(/imgfiles/v2/degradado.jpg) bottom repeat-x;
}
.colum p{
padding-left: 4px;
padding-right: 4px;
}
.colum p.imagen{
padding-bottom: 0px;
margin-bottom: 3px;
}

.centrarcolumnas{
margin: 0 auto 0 auto;
width: 964px;
}


