Este espacio es para informarte sobre algunos cuidados que debes tener:
👉Sin TACC quiere decir que no tiene o no esta contaminado con:
T Trigo
A Avena
C Cebada
C Centeno
👉😍😍👋👋👋👋👋👋👌
/*--Main Container--*/ .main_view { float: center; position: relative; } /*--Window/Masking Styles--*/ .window { height: 150px; width: 800px; overflow: hidden; /*--Hides anything outside of the set width/height--*/ position: relative; } .image_reel { position: absolute; top: 0; left: 0; } .image_reel img {float: left;} /*--Paging Styles--*/ .paging { position: absolute; bottom: 40px; right: 50px; width: 155px; height:47px; z-index: 100; /*--Assures the paging stays on the top layer--*/ text-align: center; line-height: 50px; background: url(http://3.bp.blogspot.com/-Ts0AbrLK7oY/Toc7gmcbHKI/AAAAAAAAA5k/rfBIdVmdgR8/s1600/paginas3.png) no-repeat; /*--aquí va la imagen de la paginación--*/ display: none; /*--Hidden by default, will be later shown with jQuery--*/ } .paging a { padding: 5px; text-decoration: none; color: #057CD7; } .paging a.active { font-weight: bold; background: #8FC5EF; border: 1px solid #8FC5EF; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; } .paging a:hover { font-weight: blod; }
Excelente
ResponderBorrar