productos.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. @font-face{
  2. font-family: 'Analogue Reduced 45 Light';
  3. src: url('http://www.fontsaddict.com/fontface/essencesans-regular.ttf');
  4. }
  5. @font-face {
  6. font-family: 'Champagne and Limousine';
  7. src: url('http://www.fontsaddict.com/fontface/champagne-limousines.ttf');
  8. -webkit-font-smoothing: antialiased;
  9. }
  10. @font-face {
  11. font-family: "Open Sans";
  12. font-style: normal;
  13. font-weight: 300;
  14. src: local("Open Sans Light"), local("OpenSans-Light"), url("http://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff") format("woff");
  15. }
  16. /*************PAGINAS¨*******************/
  17. #paginas_wrapper
  18. {
  19. width: 80%;
  20. float: left;
  21. }
  22. .pagina{ height: 470px; }
  23. #paginas_list
  24. {
  25. font-size: 36pt;
  26. color: #475A68;
  27. margin: 20px auto;
  28. width: 60px;
  29. text-align: center;
  30. position: relative;
  31. }
  32. #paginas_list li
  33. {
  34. margin: 0px auto;
  35. width: 0%;
  36. vertical-align: middle;
  37. cursor: pointer;
  38. display: table-cell;
  39. text-align: center;
  40. }
  41. #productos_descripcion{
  42. margin-top: 100px;
  43. border-bottom: 0px solid black;
  44. margin-bottom: -100px;
  45. }
  46. #productos_descripcion p{
  47. margin-top: 50px;
  48. }
  49. /*************LISTA PRODUCTOS************/
  50. .producto {
  51. width: 50%;
  52. }
  53. #productosbar
  54. {
  55. float: left;
  56. /* width:230px;
  57. height: auto;
  58. margin-top: 20px;
  59. display: table-cell;
  60. z-index: 2;
  61. position: absolute;
  62. */
  63. }
  64. /*
  65. #categorias
  66. {
  67. width: 200px;
  68. margin: 0px auto;
  69. }*/
  70. #categorias li:hover
  71. {
  72. opacity: 0.5;
  73. transition: opacity 0.2s ease-in-out;
  74. }
  75. #lista_productos
  76. {
  77. margin-left: 50px;
  78. float: left;
  79. vertical-align: middle;
  80. width: 820px;
  81. margin-top: 20px;
  82. }
  83. #productos_wrapper
  84. {
  85. width: 90%;
  86. /*text-align: center;*/
  87. margin: 70px auto;
  88. display: table;
  89. }
  90. .listaproductos{display:inline-flex; width:100%;}
  91. .imagen{
  92. margin-top: 2%;
  93. margin-left: 2%;
  94. display: inline-block;
  95. text-align: center;
  96. width: 25%;
  97. }
  98. .texto{
  99. font-family: 'Open Sans';
  100. color: #465A68;
  101. display: inline-block;
  102. width: 70%;
  103. margin-top:30px;
  104. }