.title-comunica {
	margin: 0px;
	background-color: crimson;
	border: none;
	padding: 5px;
	color: white;
	font-weight: bold;
}
 
.img-alert-comunica {
	margin-bottom: -8px;
	width: 25px;
	height: 25px;
}

.frame-comunica-externo {
	background-color: #A2A2A2;
	width: 300px;
	height: 300px;
	border-radius: 10px;
	bottom: -10px;
	position: fixed;
	right: 25px;
	padding: 15px;
	color: white;
	border: solid;
	border-width: 1px;
	border-color: #5C5C5C;
	overflow: hidden;	
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }