productos.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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. border-bottom: 0px solid black;
  38. margin-bottom: -100px;
  39. }
  40. #productos_descripcion p{
  41. margin-top: 50px;
  42. }
  43. /*************LISTA PRODUCTOS************/
  44. .producto {width: 32%;float:left;}
  45. .producto2 { width: 49%; }
  46. .producto1 { width: 99%; }
  47. #productosbar
  48. {
  49. float: left;
  50. width: 19%;
  51. max-width:200px;
  52. /* width:230px;
  53. height: auto;
  54. margin-top: 20px;
  55. display: table-cell;
  56. z-index: 2;
  57. position: absolute;
  58. */
  59. }
  60. #productosbar > #categorias {
  61. width:100%;
  62. }
  63. #categorias { padding-left: 5px; }
  64. #categorias > li { width: 100%; padding-left: 0px;}
  65. /*
  66. #categorias
  67. {
  68. width: 200px;
  69. margin: 0px auto;
  70. }*/
  71. #categorias li:hover, .selected
  72. {
  73. opacity: 0.5;
  74. transition: opacity 0.2s ease-in-out;
  75. }
  76. #lista_productos
  77. {
  78. margin-left: 50px;
  79. float: left;
  80. vertical-align: middle;
  81. width: 820px;
  82. margin-top: 20px;
  83. }
  84. #productos_wrapper
  85. {
  86. width: 100%;
  87. /*text-align: center;*/
  88. margin: 70px auto;
  89. display: table;
  90. }
  91. .listaproductos{padding-bottom:10px; width:100%;min-height:370px;padding-left:15px;}
  92. .imagen{
  93. display: block;
  94. text-align: center;
  95. width: 25%;
  96. margin:0px auto;
  97. }
  98. .texto{
  99. font-family: 'Open Sans';
  100. color: #465A68;
  101. display: block;
  102. width: 85%;
  103. font-size: 14px;
  104. margin: 0px auto;
  105. }
  106. #texto{
  107. font-family:'Open Sans';
  108. font-size:14px;
  109. }
  110. #descripcion_completa{
  111. width: 55%;
  112. position: fixed;
  113. left: 50%;
  114. margin: 0 0 0 -25%;
  115. z-index: 11;
  116. background: #FFF;
  117. padding: 20px 30px 20px 30px;
  118. font-family: 'Open Sans';
  119. font-size: 14px;
  120. color: #2B4C5F ;
  121. border:1px solid #2B4C5F;
  122. display: none;
  123. -webkit-text-stroke: 0.50px;
  124. top:20%;
  125. }
  126. #descripcion_completa > texto{
  127. z-index:12;
  128. }
  129. #flechafwd{z-index:2; top: 40%; position:absolute; right:10px;}
  130. #flechaatras{z-index: 2; top: 40%; position: absolute; left: 250px;}
  131. .vermas { display: inline; margin: 0px; font-weight: bold; }
  132. .pagina[num="1"] { display: none; }
  133. .pagina { height: 760px; }
  134. .center { display:block; margin: 0px auto; }
  135. .left {float:left; }
  136. .imagen-mas { width: 29%; }
  137. .descripcion-mas{width: 70%; }
  138. #pedorrada { padding: 0px 100px; color: #2B4C63; font-family: "Open Sans"; font-size: 14px; }
  139. #pedorrada h3 { font-size:16px;
  140. background: none;
  141. color: #2B4C63;
  142. padding-top: 10px;}
  143. #pedorrada h2{
  144. text-transform: uppercase;
  145. border-bottom: 1px solid;
  146. color: #2B4C63;
  147. font-family: "Open Sans";
  148. }
  149. #pedorrada h1 {
  150. background-color: #BCC9CC;
  151. padding: 10px;
  152. color: white;
  153. font-size:20px;
  154. line-height: normal;
  155. border:none;
  156. }
  157. #pedorrada h1, #pedorrada h2, #pedorrada h3 {
  158. display: block;
  159. width: auto;
  160. height: auto;
  161. font-family: "Open Sans";
  162. padding-top: 8px;
  163. }