|
|
@@ -8,11 +8,18 @@
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
}
|
|
|
|
|
|
+@font-face {
|
|
|
+ font-family: 'Raleway';
|
|
|
+ src: url('/Fonts/Raleway-Regular.ttf');
|
|
|
+}
|
|
|
html, body
|
|
|
{
|
|
|
margin: 0px auto;
|
|
|
- font-family: 'Franklin Gothic Book','Helvetica Neue',Helvetica,Arial,sans-serif;
|
|
|
- -webkit-font-smoothing: antialiased;
|
|
|
+ font-family: 'Raleway';
|
|
|
+/*font-family: 'Franklin Gothic Book','Helvetica Neue',Helvetica,Arial,sans-serif;
|
|
|
+ */-webkit-font-smoothing: antialiased;
|
|
|
+ -webkit-text-stroke: 0.50px;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -23,12 +30,12 @@ html, body
|
|
|
{
|
|
|
background-color: #fff;
|
|
|
width: 100%;
|
|
|
- height: 65px;
|
|
|
+ height: 55px;
|
|
|
position: fixed;
|
|
|
top: 0px;
|
|
|
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
|
|
|
border-bottom: 2px solid ;
|
|
|
- padding-top: 20px;
|
|
|
+ padding-top: 15px;
|
|
|
}
|
|
|
#navbar
|
|
|
{
|
|
|
@@ -59,6 +66,7 @@ html, body
|
|
|
vertical-align: middle;
|
|
|
display: table-cell;
|
|
|
text-align: center;
|
|
|
+ width: 0%;
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -88,7 +96,7 @@ html, body
|
|
|
#paginas_list li
|
|
|
{
|
|
|
margin: 0px auto;
|
|
|
- width: 20px;
|
|
|
+ width: 0%;
|
|
|
vertical-align: middle;
|
|
|
cursor: pointer;
|
|
|
display: table-cell;
|
|
|
@@ -147,17 +155,15 @@ html, body
|
|
|
#banner
|
|
|
{
|
|
|
background: url('Images/banner.jpg') no-repeat scroll center bottom / cover #485260 ;
|
|
|
- /*background-size: 100% 100%;
|
|
|
- background-repeat: no-repeat;*/
|
|
|
- width: 90%;
|
|
|
- height: 400px;
|
|
|
+ width: 100%;
|
|
|
+ height: 90%;
|
|
|
max-height: 100%;
|
|
|
text-align: center;
|
|
|
- margin: 87px auto;
|
|
|
+ margin:70px auto;
|
|
|
font-family: 'Champagne and Limousine';
|
|
|
font-size: 300%;
|
|
|
color: White;
|
|
|
- padding-top: 30px;
|
|
|
+ padding-top: 100px;
|
|
|
}
|
|
|
|
|
|
#productos_titulo
|
|
|
@@ -180,12 +186,9 @@ html, body
|
|
|
#productos
|
|
|
{
|
|
|
background: url('Images/productos.jpg') no-repeat scroll center bottom / cover #485260 ;
|
|
|
- /*background-size: 100% 100%;
|
|
|
- background-repeat: no-repeat;*/
|
|
|
height: 400px;
|
|
|
max-height: 100%;
|
|
|
width: 90%;
|
|
|
- /* padding-top: 5em;*/
|
|
|
margin: 100px auto;
|
|
|
font-family: 'Champagne and Limousine';
|
|
|
font-size: 200%;
|
|
|
@@ -390,11 +393,13 @@ h5
|
|
|
p
|
|
|
{
|
|
|
margin: 70px 30px 70px 30px;
|
|
|
- font-family: 'Champagne and Limousine';
|
|
|
- font-size: 24px;
|
|
|
+ font-family: 'Raleway', sans-serif;
|
|
|
+ font-size: 16px;
|
|
|
text-align: center;
|
|
|
letter-spacing: 3px;
|
|
|
color: #7196A6;
|
|
|
+ font-weight: 300;
|
|
|
+ line-height: 23px;
|
|
|
}
|
|
|
|
|
|
a:link
|
|
|
@@ -420,6 +425,12 @@ ul, li
|
|
|
margin-bottom: 3px;
|
|
|
}
|
|
|
|
|
|
+li:hover
|
|
|
+{
|
|
|
+ opacity: 0.5;
|
|
|
+ transition: opacity 0.5s ease-in-out;
|
|
|
+}
|
|
|
+
|
|
|
.hidden { display: none;}
|
|
|
|
|
|
|