@charset "UTF-8";
.fecha {
	color: #FF6600;
	font-size: 11px;
}
.caixes_form {
	background-color: #000000;
	border: 1px dotted #FF6600;
}
.ampliar_noti {
	text-align: right;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	color: #FF6600;
}
.noti_central {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	width: 560px;
	height: 340px;
	margin-top: 10px;
	display: block;
}
.noti_img_principal {
	float: left;
	height: 340px;
	width: 453px;
	overflow: hidden;
	position: relative;
	display: inline;
	text-align: center;
}
.noti_img_petit {
	float: right;
	height: 70px;
	width: 100px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}
.noti_titular_central {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	color: #FF6600;
	width: 560px;
}
.noti_text  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	width: 560px;
}
.noti_contenidor {
	position: relative;
	background-color: #000000;
	margin: 10px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.noti_central2 {
	position: relative;
	background-color: #00ff00;
	margin: 10px auto;
	display: block;
	height: 340px;
	width: 560px;
}
.noti_cap {
	display: block;
	margin: 10px;
	font-weight: bold;
	font-size: 12px;
}
.noti_list {
	background-color: #333333;
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	margin-bottom: 5px;
}
.noti_botons {
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
}
.noti_botons a{
	color: #000000;
}
.noti_botons a:hover{
	color: #FF6600;
}
.div560_centrat {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
.noti_on {
	visibility: visible;
}
.noti_off {
	visibility: hidden;
}
#noti_eliminar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #333333;
	text-align: center;
	height: 200px;
	width: 400px;
	margin-top: -100px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 300;
	margin-left: -200px;
}
