.editable-click, a.editable-click, a.editable-click:hover{
	border-bottom:3px double #08C !important;
}

.help-inline{
	margin-bottom:20px !important;
	margin-top:0px;
	border-bottom-left-radius: 2em;
	-webkit-border-bottom-left-radius: 2em;
	-moz-border-bottom-left-radius: 2em;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:5px 15px 15px 15px;
	
	background:#f9f9f9;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(249,249,249,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(249,249,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
	
	line-height: 1.7em;
	text-align: justify;
}

.label-biblio{
	background:#efefef;
	border-color:#999;
	border-style:solid;
	border-width: 1px 0px 1px 1px;
	line-height:30px;
}

.data-biblio{
	background:#f9f9f9;
	border-color:#999;
	border-style:solid;
	border-width: 1px 1px 1px 0px;
	line-height:30px;
}
.spacer-biblio{
	line-height:10px;
}

.header-biblio{
 	width:75%;
 	background:#e3e3e3;
 	padding:8px;
 	margin:8px 10px 8px 0px;
 	display:inline-block; 
 	line-height:normal;
	
}
.red{
	color:red;
}
.black{
	color:black;
}
.green{
	color:green;
}

#semaforo{
	float:right;
	border:2px solid #E5F1F4;
	padding:10px;
	background:#F8F8F8;
	text-align:center;
}

#semaforo .fa{
	font-size:2em;
	margin:3px;
}

.formlabel{
	display:inline-block !important;
	width:160px;
}
.formnolabel{
	margin-left:270px !important;
}

hr{
	border-top: 1px solid #ddd; /*eee*/
	border-bottom: 1px solid #fff; /*fff*/
}

.hero-unit{
	min-height:600px;
}

tr.rowammi td{
	font-weight: bold;
}
