.experiencia{
width:450px;
float:left;
}
.nombres{
width:250px;
float:left;
}
ul.nombres {
list-style:none;
}
ul.nombres  li{
margin:10px;
display:block;
}
ul.nombres  li a{
font-weight:bold;
color:#0C61A5;
text-decoration:none;
}
.scroll {
overflow: auto;
overflow-x: hidden;
position: relative;
float:left;
clear:left;
width:450px
}

.scrollContainer div.panel {
width:450px;
float:left;
}

.puesto{
font-weight:bold;
font-size:11px;
margin-top:10px;
margin-bottom:10px;
float:left;
width:100%;
}
.nombre{
font-weight:bold;
margin-top:10px;
margin-bottom:10px;
float:left;
color:#0C61A5;
width:100%;
}
