productos.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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. #paginas_list
  19. {
  20. font-size: 36pt;
  21. color: #475A68;
  22. margin: 20px auto;
  23. width: 60px;
  24. text-align: center;
  25. position: relative;
  26. }
  27. #paginas_list li
  28. {
  29. margin: 0px auto;
  30. width: 0%;
  31. vertical-align: middle;
  32. cursor: pointer;
  33. display: table-cell;
  34. text-align: center;
  35. }
  36. #productos_descripcion{
  37. margin-top: 100px;
  38. border-bottom: 0px solid black;
  39. margin-bottom: -100px;
  40. }
  41. #productos_descripcion p{
  42. margin-top: 50px;
  43. }
  44. /*************LISTA PRODUCTOS************/
  45. .producto {width: 32%;float:left;}
  46. .producto2 { width: 49%; }
  47. .producto1 { width: 99%; }
  48. #productosbar
  49. {
  50. float: left;
  51. /* width:230px;
  52. height: auto;
  53. margin-top: 20px;
  54. display: table-cell;
  55. z-index: 2;
  56. position: absolute;
  57. */
  58. }
  59. /*
  60. #categorias
  61. {
  62. width: 200px;
  63. margin: 0px auto;
  64. }*/
  65. #categorias li:hover
  66. {
  67. opacity: 0.5;
  68. transition: opacity 0.2s ease-in-out;
  69. }
  70. #lista_productos
  71. {
  72. margin-left: 50px;
  73. float: left;
  74. vertical-align: middle;
  75. width: 820px;
  76. margin-top: 20px;
  77. }
  78. #productos_wrapper
  79. {
  80. width: 100%;
  81. /*text-align: center;*/
  82. margin: 70px auto;
  83. display: table;
  84. }
  85. .listaproductos{padding-bottom:10px; width:100%;min-height:370px;padding-left:15px;}
  86. .imagen{
  87. display: block;
  88. text-align: center;
  89. width: 25%;
  90. margin:0px auto;
  91. }
  92. .texto{
  93. font-family: 'Open Sans';
  94. color: #465A68;
  95. display: block;
  96. width: 85%;
  97. font-size: 14px;
  98. margin: 0px auto;
  99. }
  100. #texto{
  101. font-family:'Open Sans';
  102. font-size:14px;
  103. }
  104. #descripcion_completa{
  105. width: 70%;
  106. position: fixed;
  107. left: 40%;
  108. margin: 0 0 0 -25%;
  109. z-index: 11;
  110. background: #FFF;
  111. padding: 20px 30px 20px 30px;
  112. font-family: 'Open Sans';
  113. font-size: 14px;
  114. color: #2B4C5F ;
  115. border:1px solid #2B4C5F;
  116. display: none;
  117. -webkit-text-stroke: 0.50px;
  118. }
  119. #descripcion_completa > texto{
  120. z-index:12;
  121. }
  122. #flechafwd{z-index:2; top: 40%; position:absolute; right:10px;}
  123. #flechaatras{z-index: 2; top: 40%; position: absolute; left: 250px;}
  124. .vermas { display: inline; margin: 0px; font-weight: bold; }
  125. #pagina-1 { display: none; }