*{
    margin: 0px;
    padding: auto;
}
.bgCV{
    background-color:rgba(6, 109, 109, 0.555);
    font-family: Times New Roman;
}
label{
    font-family: Arial;
    font-size: large;
    color:black;
    display: inline-block;
    width:150px;
}
h2{
    font-weight: bold;
    margin-left: 20px;
    font-family: tahoma;
    font-weight: bold;
    font-size: 25px;
    color: blue;
}
h1{
    font-family: tahoma;
    font-size: 24px;
    margin-left: 20px;
}

button#search{
    width:160px;
    height:40px;
    border: 1px solid black;
    border-radius: 6px;
    font-size:18px;
    color:white;
    background-color: darkslategrey;
    box-shadow: 3px 3px 3px black;
}

button#return{
    width:160px;
    height:40px;
    border: 1px solid black;
    border-radius: 6px;
    font-size:18px;
    color:white;
    background-color: darkslategrey;
    box-shadow: 3px 3px 3px black;
}

button#return:hover{
    font-weight: bold;
    color:black;
    background-color:greenyellow;
    border-color: green;
    border: solid 2px;
}
button#search:hover{
    font-weight: bold;
    color:black;
    background-color:greenyellow;
    border-color: green;
    border: solid 2px;
}

.divCV{
    width: 80%;
    height: 100%;
    border: solid 2px;
    border-color:white;
    margin-top: 5px;
    margin-left: 15px;
    background-color:rgb(160, 186, 235);
	text-align: left;
    padding-left: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    float: none;
}
.divDS{
    width: 80%;
    height: 100%;
    border: solid 2px;
    border-color:white;
    margin-top: 5px;
    margin-left: 15px;
    background-color:rgb(160, 186, 235);
	text-align: left;
    padding-left: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    float: none;
}
.titleCV{
    font-family: tahoma;
    font-size: 18px;
    color:white;
    font-weight: bold;
    background-color:rgb(2, 49, 51);
    padding-top: 5px;
    padding-left: 40px;
    margin-left: -20px;
    padding-bottom: 5px;
    text-align: left;
    
}
#clear{
	clear:both;
}
.inputCV{
    background-color:rgb(160, 186, 235);
    margin:left;
    margin-left: 20px;
    float:none;
}
.dsCV{
    background-color:rgb(160, 186, 235);
    margin:left;
    margin-left: 20px;
    float:none;
}
div#imgHoso{
    float:left;
    margin-top: 5px;
}
.lb00{
    width: 10px;
    font-family: Times New Roman;
    font-size: 18px;
    font-weight: bold;
}
.lb01{
    width: 250px;
    font-family: Times New Roman;
    font-size: 18px;
    font-weight: bold;
}
input[type=text]{
    width: 200px;
    height: 35px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: bold;
}
div#infocdv{
    width: 90%;
    margin-left: 20px;
    padding: 20px;
    padding-left: 30px;
    font-size: 20px;
    color:darkblue;
    background-color:lightsteelblue;
    line-height: 30px;
}
hr{
    width: 3px;
}