|
@@ -1,3 +1,18 @@
|
|
|
|
|
+@font-face{
|
|
|
|
|
+ font-family: 'Analogue Reduced 45 Light';
|
|
|
|
|
+ src: url('http://www.fontsaddict.com/fontface/essencesans-regular.ttf');
|
|
|
|
|
+}
|
|
|
|
|
+@font-face {
|
|
|
|
|
+ font-family: 'Champagne and Limousine';
|
|
|
|
|
+ src: url('http://www.fontsaddict.com/fontface/champagne-limousines.ttf');
|
|
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
|
|
+}
|
|
|
|
|
+@font-face {
|
|
|
|
|
+ font-family: "Open Sans";
|
|
|
|
|
+ font-style: normal;
|
|
|
|
|
+ font-weight: 300;
|
|
|
|
|
+ src: local("Open Sans Light"), local("OpenSans-Light"), url("http://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff") format("woff");
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
/*************PAGINAS¨*******************/
|
|
/*************PAGINAS¨*******************/
|
|
|
#paginas_wrapper
|
|
#paginas_wrapper
|
|
@@ -30,6 +45,17 @@
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+#productos_descripcion{
|
|
|
|
|
+ margin-top: 100px;
|
|
|
|
|
+ border-bottom: 0px solid black;
|
|
|
|
|
+ margin-bottom: -100px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+#productos_descripcion p{
|
|
|
|
|
+margin-top: 50px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
/*************LISTA PRODUCTOS************/
|
|
/*************LISTA PRODUCTOS************/
|
|
|
|
|
|
|
|
#productosbar
|
|
#productosbar
|
|
@@ -76,14 +102,16 @@
|
|
|
.imagen{
|
|
.imagen{
|
|
|
width: 15%;
|
|
width: 15%;
|
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
|
- margin-left: 30px;
|
|
|
|
|
|
|
+ margin-left: 20px;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.texto{
|
|
.texto{
|
|
|
|
|
+ font-family: 'Open Sans';
|
|
|
|
|
+ color: #465A68;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
- width: 65%;
|
|
|
|
|
|
|
+ width: 50%;
|
|
|
margin-top:30px;
|
|
margin-top:30px;
|
|
|
}
|
|
}
|