| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- @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;
- }
- #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{
- border-bottom: 0px solid black;
- margin-bottom: -100px;
- }
- #productos_descripcion p{
- margin-top: 50px;
- }
- /*************LISTA PRODUCTOS************/
- .producto {width: 32%;float:left;}
- .producto2 { width: 49%; }
- .producto1 { width: 99%; }
- #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, .selected
- {
- 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: 100%;
- /*text-align: center;*/
- margin: 70px auto;
- display: table;
- }
- .listaproductos{padding-bottom:10px; width:100%;min-height:370px;padding-left:15px;}
- .imagen{
- display: block;
- text-align: center;
- width: 25%;
- margin:0px auto;
- }
- .texto{
- font-family: 'Open Sans';
- color: #465A68;
- display: block;
- width: 85%;
- font-size: 14px;
- margin: 0px auto;
- }
- #texto{
- font-family:'Open Sans';
- font-size:14px;
- }
- #descripcion_completa{
- width: 40%;
- position: fixed;
- left: 50%;
- margin: 0 0 0 -25%;
- z-index: 11;
- background: #FFF;
- padding: 20px 30px 20px 30px;
- font-family: 'Open Sans';
- font-size: 14px;
- color: #2B4C5F ;
- border:1px solid #2B4C5F;
- display: none;
- -webkit-text-stroke: 0.50px;
- top:20%;
- }
- #descripcion_completa > texto{
- z-index:12;
- }
- #flechafwd{z-index:2; top: 40%; position:absolute; right:10px;}
- #flechaatras{z-index: 2; top: 40%; position: absolute; left: 250px;}
- .vermas { display: inline; margin: 0px; font-weight: bold; }
- .pagina[num="1"] { display: none; }
- .pagina { height: 760px; }
- .center { display:block; margin: 0px auto; }
- .left {float:left; }
- .imagen-mas { width: 29%; }
- .descripcion-mas{width: 70%; }
- #pedorrada { padding: 0px 100px; color: #2B4C63; font-family: "Open Sans"; font-size: 14px; }
- #pedorrada h3 { font-size:16px;
- background: none;
- color: #2B4C63;
- padding-top: 10px;}
- #pedorrada h2{
- text-transform: uppercase;
- border-bottom: 1px solid;
- color: #2B4C63;
- font-family: "Open Sans";
- }
- #pedorrada h1 {
- background-color: #BCC9CC;
- padding: 10px;
- color: white;
- font-size:20px;
- line-height: normal;
- border:none;
- }
- #pedorrada h1, #pedorrada h2, #pedorrada h3 {
- display: block;
- width: auto;
- height: auto;
- font-family: "Open Sans";
- padding-top: 8px;
- }
|