#infoFichaFigura .modal-dialog {
/*     width: 80% !important; */
/* 	height: 80% !important; */
	width: 1000px !important;
	height: 500px;
	min-height: 500px;
	font-size: 12px;
}

#dataFigura blockquote {
    padding: 0px 20px;
    /* margin: 0 0 20px; */
    font-size: 12px;
    border-left: 5px solid #eee;
}

#dataFigura li {
    border-bottom: 0px dotted #e6e6e6;
    padding: 8px 0;
}

/* #content_ficha_parcel{ */
/* 	width: 100% !important; */
/* 	height: 500px; */
/* 	min-height: 500px; */
/* } */

#recorteMap{
	padding-right: 5px;
    padding-left: 5px
}

#dataParcel{
	padding-right: 5px;
    padding-left: 5px
}

.containerImageData {
    width: 450px;
    height: 650px;
    overflow: hidden;
    position: relative;
}
.containerImageData > .crop {
    position:absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto; 
	height: auto;
	width: auto;
}

#parcelTabParametros .nav>li>a{
	padding: 5px 5px 5px;
}

#parametrosParcela{
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	height: 400px;
	max-height: 400px;
	margin-top: 0px;
    margin-bottom: 0px;
}

#parametrosPosicion{
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	height: 400px;
	max-height: 400px;
	margin-top: 0px;
    margin-bottom: 0px;
}

#parametrosIntesidad{
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	height: 400px;
	max-height: 400px;
	margin-top: 0px;
    margin-bottom: 0px;
}

#parametrosVolumen{
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	height: 400px;
	max-height: 400px;
	margin-top: 0px;
    margin-bottom: 0px;
}

#parcelTabCondiciones{
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	height: 400px;
	max-height: 400px;
	margin-top: 0px;
    margin-bottom: 0px;
}

#instrumento_documentos{
	padding-right: 20px;
    padding-left: 20px;
	overflow: auto;
    -webkit-overflow-scrolling: touch;
/* 	height: 220px; */
	max-height: 220px;
	margin-top: 0px;
    margin-bottom: 0px;
}

.timeline .block {
    margin: 0;
    border-left: 3px solid #e8e8e8;
    overflow: visible;
    padding: 10px 15px;
    margin-left: 40px;
}

.timeline .tags {
    position: absolute;
    top: 5px;
    left: 0;
    width: 21px;
}

#parcelTabDatosGenerales ul.messages li .message_wrapper blockquote {
    padding: 0px 10px;
    margin: 0;
    border-left: 5px solid #eee;
}

#parcelTabDatosGenerales blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 12px;
    border-left: 5px solid #eee;
}

#parcelTabUsos{
	margin: 5px;
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	max-height: 400px;
	margin-top: 0px;
    margin-bottom: 0px;
}

#parcelTabUsos .alert {
    padding: 3px;
    margin-bottom: 3px;
/*     border: 1px solid transparent; */
    border-radius: 4px;
}

.definicionUsos{
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
    border-right: 5px solid #eee;
    font-size: 14px;
    font-style: normal;
    text-align: justify;
}