@charset "UTF-8";

/* CSS Document */

#conductor{
	margin-top:0px;
	padding-top:1em;
	color:black;
}

ul{
    list-style:none; 
    background-color:#5e8cc3;
    margin:0px;
    color:white;
}

.titulo-conductor{
    margin-bottom:40px;
}

.item-curriculum{
    background-color:#3d6ca6;
    padding-left:20px;
    padding-top:5px;
    padding-bottom:5px;
    margin:0px;
    color:white;
    font-size:12px;
}

.float-izq{
    float:left;
}

.sombra{
    width:748px;
}

#conductor-cristobal{
    background:transparent url(../imagenes/conductor-cristobal.gif) no-repeat scroll 0 0;
    color:white;
    font-size:10px;
    font-weight:bold;
    height:38px;
    line-height:46px;
    padding-left:7px;
    text-align:left;
    width:163px;
}
