/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
}

.noti {
	background-color: #FF9900;
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
}
.noti img {
	text-align: left;
	float: left;
	margin-right: 5px;
}
.fecha {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 9px;
	text-transform: uppercase;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.tit {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
/* Cuando esta activado*/
.noti_2 {
	font-size: 10px;
	color: #666666;
	padding: 8px;
	margin-bottom: 5px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
.noti_2 .fecha {
	font-weight: bold;
	color: #999999;
	font-size: 11px;
}
.noti_2 .tit {
	font-weight: bold;
	color: #999999;
}
.noti #foto{
	border: 1px solid #FF9900;
	color: #FF9900;

}
.notiDiv {
	background-color: #FF9900;
	font-size: 10px;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-right: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
}
a:link {
	color: #FFFF99;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CC0000;
}
.notiDiv h6 {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bolder;
	margin-bottom: 5px;
	margin-top: 5px;
}
