.img-container {
	padding: 20px 10px;
	background: #ffffff;
	min-height: auto;
}

.img-container .file-selector {
    position: relative;
	margin-bottom: 10px;
}

.img-container .file-selector > input
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.img-container img
{
    width: 100%;
    cursor: pointer;
    max-height: 315px;
}

.img-container textarea.form-control {
	height: 60px;
	min-height: 60px;
	max-height: 60px;
}

.img-container h4 {
	height: 65px;
}

.linea-separadora {
    margin: 0;
    margin-bottom: 5px;
}