


#pdf {
   width:100%;
}


#imagen {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background:#3498DB;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    margin-top:-40px;
    margin-left:200px;
    border-top: 2px solid white ;
    border-bottom: 2px solid #2C3E50 ;
    border-left: 2px solid #2C3E50 ;
    border-right: 2px solid #2C3E50 ;

}

#imagen-e {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background:#3498DB;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    margin-top:-40px;
    margin-left:200px;
    border-top: 2px solid white ;
    border-bottom: 2px solid #2C3E50 ;
    border-left: 2px solid #2C3E50 ;
    border-right: 2px solid #2C3E50 ;

}

#id_conductor{
    margin-top:-25px;
    margin-left:24px;
}
#con{
    margin-top:-20px;
    margin-left:150px;
}
#imagen_r {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background:#3498DB;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    margin-top:-40px;
    margin-left:200px;
    border-top: 2px solid white;
    border-bottom: 2px solid #2C3E50;
    border-left: 2px solid #2C3E50;
    border-right: 2px solid #2C3E50;

}

#buscador_gif{
    margin-left:205px;
    margin-top:-30px;
}

#c_buscar{
    margin-left:70px;
    margin-top:-40px;
    color:black;
}


#se_busca{
    margin-left:70px;
    margin-top:-40px;
    color:black;
}


.contenedor{
   margin:-3000px 0px -2px 200px;
    margin: auto;
    background: black;
    color: bisque;
    padding: 20px 15px 50px 50px;
    border-radius: 10px;
    box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.8);

    
}

.contenedor .titulo{
    font-size: 3.5ex;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
}

#pestanas {
    float: top;
    font-size: 2ex;
    font-weight: bold;

    
      
}

#pestanas ul{
    margin-left: -40px;    
}

#pestanas li{
    list-style-type: none;
    float: left;
    text-align: center;
    
    background: black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 2px solid bisque;
    border-bottom: dimgray;
    padding: 0px 20px 0px 20px;
}

#pestanas a:link{
    text-decoration: none;
    color: bisque;
}

#contenidopestanas{
    clear: both;  
    background:white;
    height: 570px;
    
    border-radius: 5px;
    border-top-left-radius: 0px;
    border: 6px solid #17202A;
    
}

#contenidopestanas div{
  padding: 20px 0px 20px 20px;
}

#pestanas #pestana1, #cpestana1{
  background:pig;
}

#pestanas #pestana2, #cpestana2{
  background: pig;
}

