|
|
@@ -7,6 +7,12 @@
|
|
|
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");
|
|
|
+}
|
|
|
|
|
|
html, body
|
|
|
{
|
|
|
@@ -267,8 +273,10 @@ html, body
|
|
|
height: auto;
|
|
|
text-align: center;
|
|
|
margin: 70px auto;
|
|
|
- border-bottom: 2px solid #475A68;
|
|
|
+ border-bottom: 1px solid #475A68;
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
#producto
|
|
|
{
|
|
|
font-family: "Champagne and Limousine";
|
|
|
@@ -325,6 +333,26 @@ html, body
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
+.descripciones{
|
|
|
+width: 90%;
|
|
|
+text-align: center;
|
|
|
+margin: 10px auto;
|
|
|
+color: #2B4C5F;
|
|
|
+font-family: "Open Sans";
|
|
|
+font-size: 14px;
|
|
|
+display: inline-block;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.descripcion{
|
|
|
+
|
|
|
+text-align: center;
|
|
|
+width: 30%;
|
|
|
+padding: 0px 10px;
|
|
|
+display: inline-table;
|
|
|
+}
|
|
|
+
|
|
|
/*************TABLAS************/
|
|
|
|
|
|
#capital-tabla, #interior-tabla
|
|
|
@@ -444,7 +472,7 @@ h2
|
|
|
margin: 0px auto;
|
|
|
text-align: center;
|
|
|
display:table;
|
|
|
- border: 1px solid;
|
|
|
+ border: 0.5px solid;
|
|
|
}
|
|
|
h3
|
|
|
{
|
|
|
@@ -466,7 +494,7 @@ h1
|
|
|
font-weight:normal;
|
|
|
width: 100%;
|
|
|
text-align: center;
|
|
|
- border-bottom: 2px solid #465A68;
|
|
|
+ border-bottom: 0.5px solid #465A68;
|
|
|
line-height: 0.1em;
|
|
|
font-family: 'Champagne and Limousine';
|
|
|
margin: 30px auto;
|
|
|
@@ -511,10 +539,10 @@ h5
|
|
|
p
|
|
|
{
|
|
|
margin: 70px 30px 70px 30px;
|
|
|
- font-family: 'Raleway', sans-serif;
|
|
|
+ font-family: 'Open Sans'/*'Raleway', sans-serif*/;
|
|
|
font-size: 16px;
|
|
|
text-align: center;
|
|
|
- letter-spacing: 3px;
|
|
|
+ letter-spacing: 2px;
|
|
|
color: #465A68;/*#7196A6*/
|
|
|
font-weight: 300;
|
|
|
line-height: 23px;
|