estilo.css
Código CSS:
Ver originalbody{
background-color:#eeeeee;
font-family: Arial;
margin:0;
width:100%;
}
/*img
{
border:0px;
padding:0;
margin:0;
}*/
@media screen and (max-width: 420px)
{
section
{
padding:0;
width:360px;
height:400px;
}
.contenedor
{
width:360px;
text-align: center;
background-color:#ffffff;
}
}
@media screen and (min-width: 421px)
{
section
{
padding:0;
width:1010px;
height:400px;
}
.contenedor
{
width:1010px;
text-align: center;
background-color:#ffffff;
}
}
footer.css
Código CSS:
Ver original@media screen and (min-width: 421px)
{
footer{
padding:0 20px;
}
footer
{
overflow:visible;
}
footer #sucursales
{
width:970px;
overflow:auto;
padding:0 0 0 0px;
margin:0;
text-align:center;
}
footer #sucursales ul
{
width:970px;
padding:0;
margin:0;
}
footer #sucursales li
{
list-style-type: none;
display: inline;
list-style:none;
float: left;
width:131px;
padding:0 7px 0 0;
}
footer #sucursales img
{
border:1px solid #222222;
}
footer #sucursales a
{
font-family: "FreesiaUPC", "Arial";
font-size:20px;
color:#222222;
}
footer .firmaw
{
display: table-cell;
vertical-align:bottom;
height:80px;
}
footer .footer
{
background-color:#DEE1E6;
width:970px;
overflow:visible;
height:80px;
}
footer .copy
{
float:left;
width:770px;
text-align:left;
padding: 15px 15px;
}
footer .copy a
{
font-family: "FreesiaUPC", "Arial";
font-size:22px;
}
}
@media screen and (max-width: 420px)
{
footer{
padding:0;
width: 360px;
}
footer
{
overflow:visible;
}
/********** sucursales ********************/
footer #sucursales ul{
list-style: none;
font-size: 14px;
margin:0;
padding:0;
}
footer #sucursales li{
display: block;
text-transform: uppercase;
text-align: left;
}
footer #suc-mobile{
display: none;
background: url("../imagenes/nav-sucursales.png") no-repeat left center;
width: 360px;
height: 30px;
/*position: relative;
top:0;*/
}
footer #sucursales .tit-mobile
{
font-family: "FreesiaUPC", "Arial";
font-size:0px;
color:#ffffff;
height:60px;
padding:0 5px;
}
footer #suc-mobile{ display: block; }
footer #sucursales{
width: 100%;
float: none;
margin:0 0 5px 0;
padding:0;
}
footer #sucursales ul{
max-height: 0;
overflow: hidden;
margin:0;
}
footer #sucursales li{
background: #20337f;
height: 20px;
float: none;
margin:0;
padding: 5px 10px;
text-align:center;
font-size:18px;
border-bottom:1px solid #ffffff;
}
footer #sucursales li:last-child{ border-bottom: 1;}
footer #sucursales li a{
line-height: normal;
color:#ffffff;
font-weight: bold;
text-transform:uppercase;
text-decoration:none;
}
footer #sucursales ul.open-menu{
max-height: 420px;
-webkit-transition: max-height .4s;
-moz-transition: max-height .4s;
-ms-transition: max-height .4s;
-o-transition: max-height .4s;
transition: max-height .4s;
}
footer #sucursales img
{
display: none;
}
/**/
footer .firmaw
{
/*display: table-cell;*/
vertical-align:bottom;
height:60px;
}
footer .footer
{
background-color:#DEE1E6;
width:360px;
overflow:visible;
height:160px;
}
footer .copy
{
/*float:left;*/
width:360px;
text-align:center;
padding: 0;
overflow:visible;
height:100px;
}
footer .copy a
{
font-family: "FreesiaUPC", "Arial";
font-size:22px;
}
}
style.css
Código CSS:
Ver original/* -------------------- loopedslider ------------------------ */
@media screen and (max-width: 420px)
{
.container { width:360px; height:114px; overflow:hidden; position:relative;}
.container img { width:360px; height:114px;}
.slides { position:absolute; top:0; left:0; z-index:0;}
.slides div { position:absolute; top:0; width:360px; display:none;}
#loopedSlider .container{ width:360px; height:114px; overflow:hidden; margin:0px 0px 0px 0px;}
.slides { position:absolute; top:0; left:0; }
ul.slides { position:absolute; top:0; left:0; list-style:none; padding:0;margin:0px 0px 0px 0px; }
.slides div,ul.slides li { position:absolute; top:0px; width:360px; display:none; padding:0; margin:0; }
#loopedSlider{ z-index:1;margin:0 auto 10px; width:360px; height:114px; position:relative; clear:both;background:url(../images/slider_bg.gif) 0px 0px no-repeat;float:right;}
ul.pagination { list-style:none; padding:0; margin:0; }
ul.pagination li { float:left;padding:0px 1px 0px 0px;}
ul.pagination li a{background:url(../images/button.png) 0px 0px no-repeat; color:#82621d; font-size:0px; width:20px; height:19px; line-height:0px; text-align:center; display:inline-block; float:left; text-decoration:none; font-weight:bold }
ul.pagination li.active a {background:url(../images/button-act.png) 0px 0px no-repeat; color:#598b89; border:none; text-decoration:none }
ul.pagination li a:hover {background:url(../images/button-act.png) 0px 0px no-repeat; color:#598b89; border:none; text-decoration:none}
.slides_wrapper_left {background:url(../images/slider_bg.jpg) 0px 0px no-repeat; margin-right:5px;}
.slides_wrapper_right {background:url(../images/slider_bg.jpg) 100% 0px no-repeat;}
.slides_wrapper_center {font:0px / 0px normal Arial, Helvetica, sans-serif; height:448px;}
/* -------------------- loopedslider ------------------------*/
}
@media screen and (min-width: 421px)
{
.container { width:760px; height:270px; overflow:hidden; position:relative;}
.container img { width:760px; height:270px;}
.slides { position:absolute; top:0; left:0; z-index:0;}
.slides div { position:absolute; top:0; width:760px; display:none;}
#loopedSlider .container{ width:760px; height:270px; overflow:hidden; margin:0px 0px 0px 0px;}
.slides { position:absolute; top:0; left:0; }
ul.slides { position:absolute; top:0; left:0; list-style:none; padding:0;margin:0px 0px 0px 0px; }
.slides div,ul.slides li { position:absolute; top:0px; width:760px; display:none; padding:0; margin:0; }
#loopedSlider{ z-index:1;margin:0 auto 10px; width:760px; height:270px; position:relative; clear:both;background:url(../images/slider_bg.gif) 0px 0px no-repeat;float:right;}
ul.pagination { list-style:none; padding:0; margin:0; }
ul.pagination li { float:left;padding:0px 1px 0px 0px;}
ul.pagination li a{background:url(../images/button.png) 0px 0px no-repeat; color:#82621d; font-size:0px; width:20px; height:19px; line-height:0px; text-align:center; display:inline-block; float:left; text-decoration:none; font-weight:bold }
ul.pagination li.active a {background:url(../images/button-act.png) 0px 0px no-repeat; color:#598b89; border:none; text-decoration:none }
ul.pagination li a:hover {background:url(../images/button-act.png) 0px 0px no-repeat; color:#598b89; border:none; text-decoration:none}
.pagination-container {
margin:-209px 0 0 0px;
position:absolute;
width:23px;
z-index:999;
right:6px;
}
.slides_wrapper_left {background:url(../images/slider_bg.jpg) 0px 0px no-repeat; margin-right:5px;}
.slides_wrapper_right {background:url(../images/slider_bg.jpg) 100% 0px no-repeat;}
.slides_wrapper_center {font:0px / 0px normal Arial, Helvetica, sans-serif; height:448px;}
/* -------------------- loopedslider ------------------------*/
}
No se como hacerlo
Desde ya muchas Gracias!!!