.nav-list{
	float: left;
	background-image: url("../images/list.png");
	background-position: center;
	background-repeat: no-repeat;
	padding: 10px;
}

content{
	background-color: white;
	position: absolute;
	padding: 40px 1%;
	min-height: 93%;
	width: 100%;
	margin-top: 3%;
}

footer{
	position: fixed;
    bottom: 5px;
    left: 1%;
}

.logo{
	background-image: url("../images/iditi.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100px;
	width: 100px;
	height: 50px;
}

.title{
	font-size: 20px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: solid 1px #dddddd;
	font-weight: bold;
}

.descripcion{
	font-size: 14px;
	text-align: justify;
	padding: 5px 5px 15px 5px;
}

.rut{
	width: 75%;
    float: left;
    margin-right: 5%;
}

.dv{
	width: 20%;
	float: right;
	text-align: center;
	text-transform: uppercase;
}

.textLabel{
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

.textData{
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 20px;
}

.num-find{
    border: solid 1px #dddddd;
    font-size: 14px;
    font-weight: bold;
    color: #337ab7;
    text-align: left;
    display: inline;
    padding: 6px;
    border-radius: 3px;
    float: left;
    margin: 20px 5px;
}

.num-alert{
	float: right;
    background-color: #cccccc;
    padding: 0px 6px;
    border-radius: 15px;
    margin-top: -10px;
    color: white;
}

.alertRed{
	background-color: #ef1717;
}

.keysearch{
	min-width: 200px;
    border: solid 1px #cccccc;
    padding: 5px;
    border-radius: 5px;
    float: left;
    margin: 10px;
}

.keysearch span{
	font-weight: bold;
	padding: 10px;
}

.keysearch .box-btn{
	float: right;
}

.tips{
	color: #a94442;
    text-align: justify;
}