.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: 3% 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: 115px;
	width: 120px;
	height: 50px;
}

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

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

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

/* EXTENSIONES DOCUMENTOS */

.documento{
	width: 110px;
	height: 110px;
	border: solid 1px #cccccc;
	float: left;
	margin: 10px; 
}

.documento .titulo{
	line-height: 1.2;
	margin-top: 40%;
	word-wrap: break-word;
	text-overflow:ellipsis;
  	width: 110px;
    overflow: hidden;
}

.pdf{
	width: 64px;
	height: 64px;
	background-image: url("../iconos/pdf.png");
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
    margin-top: 10%;
}

.doc{
	width: 64px;
	height: 64px;
	background-image: url("../iconos/doc.png");
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
    margin-top: 10%;
}

.docx{
	width: 64px;
	height: 64px;
	background-image: url("../iconos/docx.png");
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
    margin-top: 10%;
}

.labelFicha{
	font-size: 18px;
    color: #056fa6;
    font-weight: bold;
    text-align: left;
}

.dataFicha{
	text-align: left;
    padding-left: 10px;
    font-size: 15px;
}