| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- @font-face {
- font-family: 'Champagne and Limousine';
- src: url('../Fonts/Champagne&Limousines.ttf');
- -webkit-font-smoothing: antialiased;
- }
- @font-face {
- font-family: "Open Sans";
- font-style: normal;
- font-weight: 300;
- src: url("../Fonts/OpenSans.woff") format("woff");
- }
- /*************PAGINAS¨*******************/
- #paginas_wrapper
- {
- width: 80%;
- float: left;
- }
- .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************/
- .producto {width: 50%;float:left;}
- #productosbar
- {
- float: left;
- /* 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{padding-bottom:10px; width:100%;min-height:170px;}
- .imagen{
- margin-top: 2%;
- margin-left: 2%;
- display: inline-block;
- text-align: center;
- width: 25%;
- float: left;
- }
- .texto{
- font-family: 'Open Sans';
- color: #465A68;
- display: inline-block;
- width: 70%;
- float:left;
- }
- #descripcion_completa{
- z-index:11;
- position: fixed;
- background-color: white;
- width: 90%;
- height: 100%;
- display:none;
- top: 0px;
- left: 0px;
- }
- #descripcion_completa > texto{
- z-index:12;
- }
|