﻿.imagen_doc {
	max-width: 50px;
	max-height: 60px;
}

.documento {
	border:1px solid #d5d5d5;
	border-radius:4px; 
	width: 80%; 
	margin: 8px 19px; 
	float:left;
	background: #FFF;
}

.img_doc {
	width:50px; 
	height:60px; 
	float:left; 
	text-align:center; 
	margin: 0 20px 0 10px;
    margin-top:10px;
}

.desc_doc {
	height:60px;
	width:80%;
	float:left;
	overflow:hidden;
	text-overflow: ellipsis;
}

.secciones_left {
  float: left;
  width: 250px;
  height: 100%;
  min-height: 600px;
  border:1px solid #d5d5d5;
  border-radius:4px; 
  margin: 8px 40px; 
  background: #bfbdbd;
  background-image:url('/Images/fondo.jpg');
  background-size: 400px;
}

.wrapper {
  margin-left:30px;
}