Muchas gracias. Mariogl84, no veo .section-1 .col1 ni col2. Pego, a continuación, el código relativo a la cabecera y el superfish, a ver:
Código:
/*** Header ***/
#header {
position: relative;
}
.section-1 {
background: url(../images/bg-row.gif) no-repeat center 0 #ffffff;
}
.section-2 {
background: url(../images/bg-row2.jpg) no-repeat center 0 #ffffff;
}
.section-3 {
background: url(../images/bg-footertop.jpg) no-repeat center 0 #ffffff;
padding: 56px 0 27px;
}
.region-footertop .block h2 {
font-size: 17px;
color: #424242;
}
#header #logo {
display: inline-block;
margin:125px 0px 47px 0;
}
#header #site-name-slogan {
float: left;
}
#header #site-name {
font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
font-size:30px;
font-weight:bold;
line-height:normal;
margin:0;
}
#header #site-name a { text-decoration:none}
/*****************Main menu*****************/
#superfish-1 {
background:none;
float:right;
margin:0px;
position:relative;
width:auto;
}
#superfish-1 li {
background: url(../images/bg-li.gif) no-repeat 0 0;
border: 0;
overflow:inherit;
padding:0px;
text-align:center;
}
#superfish-1 li.first { background: none;}
#superfish-1 a {
border:0;
color:#424242;
font-family:'Droid Sans', sans-serif;
font-size:17px;
font-weight: bold;
padding:150px 9px 31px;
/*text-transform: uppercase;*/
text-decoration:none;
}
#superfish-1 > li > a:hover, #superfish-1 > li > a.active, #superfish-1 > li > a.sfHover{
background: url(../images/bg-menu.gif);
color:#fff;
}
#superfish-1 ul {
background:#242424;
border:0px solid #1b1b1b;
display:none;
padding:15px 0;
top:200px !important;
width:140px !important;
}
.sf-navbar > li > ul { margin-top:3px;}
#superfish-1 ul li {
background:none;
border:0 !important;
height:auto;
padding:0;
}
#superfish-1 ul li a:visited, #superfish-1 ul li a {
border:0;
color:#fff;
font-size: 11px;
font-weight:normal;
font-family: Arial;
padding:7px 0px 7px 0px !important;
text-align:center;
text-transform: uppercase;
}
#superfish-1 ul li a:hover, #superfish-1 ul li a.active { background: url(../images/bg-drop.gif) !important;}
#superfish-1 ul li ul{
left:160px !important;
padding:10px 0 !important;
top:0 !important;
}
#superfish-1 ul li ul li {
background:none;
margin-bottom:1px;
}
/****************************************/