/* CSS Document */
div#inicio-izquierda{width:476px; float:left;}
div#inicio-derecha{width:210px; float:right;}
div#inicio-derecha h2{ background-color:#ededed; color:#616161; font-size:1em; font-weight:normal; text-indent:0; padding:.2em .3em; border:0; text-transform:none;}
div#inicio-derecha #element-google{ float:left; clear:both; width:100%}

div#inicio-derecha #derecha-kutxa{ float:left; clear:both; width:100%;}
div#inicio-derecha #derecha-kutxa strong{ color:#000; font-family:Arial, Helvetica, sans-serif }

div#inicio-derecha #derecha-noticias{ float:left; clear:both; width:100%; margin-top:1em;}
div#inicio-derecha #derecha-noticias a{ text-decoration:underline; color:#666666 }
div#inicio-derecha #derecha-noticias ul{float:left; width:100%}
div#inicio-derecha #derecha-noticias ul li{float:left; display:block; background:left 6px url('../../img/li_flecha_verde.gif') no-repeat; list-style-type:none; margin:0; margin-bottom:.8em; text-indent:0em; padding:0; padding-left:1em}

div#inicio-derecha #derecha-iso9001{ float:left; clear:both; width:100%; margin-top:1em;}
div#inicio-derecha #derecha-iso9001 p{ text-align:center}

ul#inicio-lista-enfermedades{ padding:0; margin:0 auto; text-align:center; margin-left:1em}
ul#inicio-lista-enfermedades li{ font-weight:bold; width:45%; display:inline; margin:0; text-align:left; padding-right:1em}

div#slide {float:left; width:100%; z-index:0; position:relative; margin-top:3px; margin-bottom:1em;}

div#newsticker-container{ margin:1em 0; margin-top:2em}
ul#newsticker-enlaces{}

.tickercontainer { /* the outer div with the black border */
border: 0px solid #000;
background: #fff; 
width: 738px;width:476px; 
height: 60px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 0px;
width: 718px;width:454px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px; left:486px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
