git-svn-id: https://192.168.0.254/svn/Proyectos.ClaveAudio_Web/trunk@2 44ade383-bb54-5b4f-835b-923f7702b206
156 lines
2.5 KiB
CSS
156 lines
2.5 KiB
CSS
.oferta {
|
|
width: 320px;
|
|
height: 110px;
|
|
overflow: hidden;
|
|
margin:0;
|
|
}
|
|
|
|
.oferta_foto {
|
|
overflow: hidden;
|
|
width: 160px;
|
|
height: 110px;
|
|
}
|
|
|
|
.oferta_marca {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 10px;
|
|
text-transform: uppercase;
|
|
line-height: 10px;
|
|
}
|
|
|
|
.oferta_modelo {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.oferta_precio {
|
|
font-family: "Times New Roman", Times, serif;
|
|
position: relative;
|
|
font-size: 36px;
|
|
color: #CB2C54;
|
|
font-weight: normal;
|
|
top: 12px;
|
|
}
|
|
|
|
.oferta_texto {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 10px;
|
|
position: relative;
|
|
top: 14px;
|
|
}
|
|
|
|
.lmod {
|
|
color: #000000;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a.lmod:hover {
|
|
color: #FF3300;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.destacado {
|
|
overflow: hidden;
|
|
height: 140px;
|
|
width: 528px;
|
|
padding-top: 6px;
|
|
}
|
|
|
|
.destacado_logo {
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: 186px;
|
|
height: 42px;
|
|
}
|
|
|
|
.destacado_foto {
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: 247px;
|
|
height: 95px;
|
|
}
|
|
|
|
.destacado_tipo {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 10px;
|
|
text-transform: uppercase;
|
|
line-height: 10px;
|
|
position: relative;
|
|
top: 6px;
|
|
}
|
|
|
|
.destacado_datos {
|
|
float: right;
|
|
position: relative;
|
|
overflow: hidden;
|
|
height: 150px;
|
|
width: 247px;
|
|
padding-left: 12px;
|
|
padding-top: 6px;
|
|
}
|
|
|
|
.destacado_modelo {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
position: relative;
|
|
top: 6px;
|
|
}
|
|
|
|
.destacado_precio {
|
|
font-family: "Times New Roman", Times, serif;
|
|
font-size: 36px;
|
|
color: #CB2C54;
|
|
font-weight: normal;
|
|
position: relative;
|
|
top: 2px;
|
|
}
|
|
|
|
.destacado_texto {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 10px;
|
|
position: relative;
|
|
}
|
|
|
|
.destacado_linea {
|
|
width: 279px;
|
|
height: 12px;
|
|
position: relative;
|
|
background: url(_imgs/ptoshb.gif);
|
|
}
|
|
|
|
|
|
.ofertav {
|
|
overflow: hidden;
|
|
height: 160px;
|
|
width: 168px;
|
|
}
|
|
|
|
.ofertav_foto {
|
|
overflow: hidden;
|
|
width: 155px;
|
|
height: 95px;
|
|
}
|
|
|
|
.ofertav_marca {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 9px;
|
|
text-transform: uppercase;
|
|
line-height: 9px;
|
|
}
|
|
|
|
.ofertav_modelo {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.ofertav_precio {
|
|
font-family: "Times New Roman", Times, serif;
|
|
position: relative;
|
|
font-size: 30px;
|
|
color: #CB2C54;
|
|
font-weight: normal;
|
|
}
|