productos.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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: 100%;
  80. /*text-align: center;*/
  81. margin: 70px auto;
  82. display: table;
  83. }
  84. .listaproductos{padding-bottom:10px; width:100%;min-height:250px;}
  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. font-size: 14px;
  100. }
  101. #texto{
  102. font-family:'Open Sans';
  103. font-size:14px;
  104. }
  105. #descripcion_completa{
  106. width: 70%;
  107. position: fixed;
  108. left: 40%;
  109. margin: 0 0 0 -25%;
  110. z-index: 11;
  111. background: #FFF;
  112. padding: 20px 30px 20px 30px;
  113. font-family: 'Open Sans';
  114. font-size: 14px;
  115. color: #2B4C5F ;
  116. border:1px solid #2B4C5F;
  117. display: none;
  118. -webkit-text-stroke: 0.50px;
  119. }
  120. #descripcion_completa > texto{
  121. z-index:12;
  122. }
  123. #flechafwd{z-index:2; top: 40%; position:absolute; right:10px;}
  124. #flechaatras{z-index: 2; top: 40%; position: absolute; left: 250px;}