productos.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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. display: table-cell;
  21. position: fixed;
  22. margin-left: 210px;
  23. }
  24. .pagina{ height: 470px; }
  25. #paginas_list
  26. {
  27. font-size: 36pt;
  28. color: #475A68;
  29. margin: 20px auto;
  30. width: 60px;
  31. text-align: center;
  32. position: relative;
  33. }
  34. #paginas_list li
  35. {
  36. margin: 0px auto;
  37. width: 0%;
  38. vertical-align: middle;
  39. cursor: pointer;
  40. display: table-cell;
  41. text-align: center;
  42. }
  43. #productos_descripcion{
  44. margin-top: 100px;
  45. border-bottom: 0px solid black;
  46. margin-bottom: -100px;
  47. }
  48. #productos_descripcion p{
  49. margin-top: 50px;
  50. }
  51. /*************LISTA PRODUCTOS************/
  52. #productosbar
  53. {
  54. width:230px;
  55. height: auto;
  56. margin-top: 20px;
  57. display: table-cell;
  58. z-index: 2;
  59. position: absolute;
  60. }
  61. #categorias
  62. {
  63. width: 200px;
  64. margin: 0px auto;
  65. }
  66. #categorias li:hover
  67. {
  68. opacity: 0.5;
  69. transition: opacity 0.2s ease-in-out;
  70. }
  71. #lista_productos
  72. {
  73. margin-left: 50px;
  74. float: left;
  75. vertical-align: middle;
  76. width: 820px;
  77. margin-top: 20px;
  78. }
  79. #productos_wrapper
  80. {
  81. width: 90%;
  82. /*text-align: center;*/
  83. margin: 70px auto;
  84. display: table;
  85. }
  86. .listaproductos{display:inline-flex;}
  87. .imagen{
  88. width: 15%;
  89. margin-top: 20px;
  90. margin-left: 20px;
  91. display: inline-block;
  92. text-align: center;
  93. }
  94. .texto{
  95. font-family: 'Open Sans';
  96. color: #465A68;
  97. display: inline-block;
  98. width: 50%;
  99. margin-top:30px;
  100. }