| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- @font-face{
- font-family: 'Analogue Reduced 45 Light';
- src: url('http://www.fontsaddict.com/fontface/essencesans-regular.ttf');
- }
- @font-face {
- font-family: 'Champagne and Limousine';
- src: url('http://www.fontsaddict.com/fontface/champagne-limousines.ttf');
- -webkit-font-smoothing: antialiased;
- }
- @font-face {
- font-family: "Open Sans";
- font-style: normal;
- font-weight: 300;
- src: local("Open Sans Light"), local("OpenSans-Light"), url("http://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff") format("woff");
- }
- /*************PAGINAS¨*******************/
- #paginas_wrapper
- {
- width: 80%;
- display: table-cell;
- position: fixed;
- margin-left: 210px;
- }
- .pagina{ height: 470px; }
- #paginas_list
- {
- font-size: 36pt;
- color: #475A68;
- margin: 20px auto;
- width: 60px;
- text-align: center;
- position: relative;
- }
- #paginas_list li
- {
- margin: 0px auto;
- width: 0%;
- vertical-align: middle;
- cursor: pointer;
- display: table-cell;
- text-align: center;
- }
- #productos_descripcion{
- margin-top: 100px;
- border-bottom: 0px solid black;
- margin-bottom: -100px;
- }
- #productos_descripcion p{
- margin-top: 50px;
- }
- /*************LISTA PRODUCTOS************/
- #productosbar
- {
- width:230px;
- height: auto;
- margin-top: 20px;
- display: table-cell;
- z-index: 2;
- position: absolute;
- }
- #categorias
- {
- width: 200px;
- margin: 0px auto;
- }
- #categorias li:hover
- {
- opacity: 0.5;
- transition: opacity 0.2s ease-in-out;
- }
- #lista_productos
- {
- margin-left: 50px;
- float: left;
- vertical-align: middle;
- width: 820px;
- margin-top: 20px;
- }
- #productos_wrapper
- {
- width: 90%;
- /*text-align: center;*/
- margin: 70px auto;
- display: table;
- }
- .listaproductos{display:inline-flex;}
- .imagen{
- width: 15%;
- margin-top: 20px;
- margin-left: 20px;
- display: inline-block;
- text-align: center;
-
- }
- .texto{
- font-family: 'Open Sans';
- color: #465A68;
- display: inline-block;
- width: 50%;
- margin-top:30px;
- }
|