productos.css 1.9 KB

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