@charset "utf-8";
/* CSS Document */
.mod_notificaciones{ padding: 5px; 
	
}

.mod_notificaciones .tableNotif {
	font-size: 11px;
	border: 1px solid #CCC;
}
.mod_notificaciones .tableNotif th {
	background-color: #666;
	color: #FFF;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.mod_notificaciones .tableNotif td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.mod_notificaciones .tableNotif  label{
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
}
.mod_notificaciones .comCanales {
	background-color: #EFEFEF;
	text-align: center;
	border: 1px solid #CCC;
	padding: 3px;
	margin-top: 10px;
	line-height: normal;
	font-size: 11px;
}
.mod_notificaciones .comCanales label { font-weight: bold; }

.mod_notificaciones .comCanales input[type=radio] { font-size: 8px; }
.mod_notificaciones fieldset legend { margin-bottom: 3px; }

.mod_notificaciones .historico {
 padding: 2px;
 
}
.mod_notificaciones .historico dt {
 background-color: #D0DCE8;
 padding: 3px;
 font-weight: normal;
 font-size: 12px;
 color: #666;
 border: 1px solid #83A5C2;
 
}
.mod_notificaciones .historico .linea {
 display: block;
 margin: 0px;
 font-size: 11px;
 padding-top: 3px;
 padding-right: 2px;
 padding-bottom: 3px;
 padding-left: 2px;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #83A5C2;
 
}


