﻿#section .notification {
	padding: 10px 15px;
	margin: 0 10px 20px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: .8em;
	line-height: 1.4;
	
	border: 2px solid #e5e5e5;
	border-left: 2px solid #a5a5a5;
	border-top: 2px solid #a5a5a5;
	
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.65);
	box-shadow: 2px 2px 5px rgba(0,0,0,.65);

}

#section .error {
	background: #291414 url(images/fade_error.png) repeat-x;
}
#section .warn {
	background: #292914 url(images/fade_warn.png) repeat-x;
}
#section .info {
	background: #141C29  url(images/fade_info.png)repeat-x;
}
#section .ok {
	background: #182914  url(images/fade_ok.png)repeat-x;
}

.alert{
	position:relative;
	padding:15px 10px;
	margin:12px 0 20px;
	width:auto;
	padding-left:55px;
	font-style:normal;
	font-family:Helvetica,Arial,"Times New Roman",Times,serif;
	font-size:12px;
	background:#eee;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(255,255,255,.2);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(255,255,255,.2);
	box-shadow:0 1px 0 rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(255,255,255,.2):
}
.alert_close{
	background:url(alertas/cross.png) center 0;
	width:14px;
	height:14px;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
}
.alert_close:hover{
	background-position:center -33px;
	cursor: pointer;
}
.info_msg{
	background:url(alertas/info_button_32.png) no-repeat 8px 8px #c7e3f9;
	background:url(alertas/info_button_32.png) no-repeat 8px 8px,-moz-linear-gradient(top,#c7e3f9 0,#aecee8 100%);
	background:url(alertas/info_button_32.png) no-repeat 8px 8px,-webkit-gradient(linear,left top,left bottom,color-stop(0%,#c7e3f9),color-stop(100%,#aecee8));
	background:url(alertas/info_button_32.png) no-repeat 8px 8px,-webkit-linear-gradient(top,#c7e3f9 0,#aecee8 100%);
	background:url(alertas/info_button_32.png) no-repeat 8px 8px,-o-linear-gradient(top,#c7e3f9 0,#aecee8 100%);
	background:url(alertas/info_button_32.png) no-repeat 8px 8px,-ms-linear-gradient(top,#c7e3f9 0,#aecee8 100%);
	background:url(alertas/info_button_32.png) no-repeat 8px 8px,linear-gradient(top,#c7e3f9 0,#aecee8 100%);
	border:1px solid #70a2c9;
	border-color:#70a2c9 #5F9BC9;
	color:#2e6093;
	text-shadow:1px 1px 1px #e2f6fa;
}
.error_msg{
	background:url(alertas/close_32.png) no-repeat 8px 8px #ffc8d1;
	background:url(alertas/close_32.png) no-repeat 8px 8px,-moz-linear-gradient(top,#ffc8d1 0,#ff93a3 100%);
	background:url(alertas/close_32.png) no-repeat 8px 8px,-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffc8d1),color-stop(100%,#ff93a3));
	background:url(alertas/close_32.png) no-repeat 8px 8px,-webkit-linear-gradient(top,#ffc8d1 0,#ff93a3 100%);
	background:url(alertas/close_32.png) no-repeat 8px 8px,-o-linear-gradient(top,#ffc8d1 0,#ff93a3 100%);
	background:url(alertas/close_32.png) no-repeat 8px 8px,-ms-linear-gradient(top,#ffc8d1 0,#ff93a3 100%);
	background:url(alertas/close_32.png) no-repeat 8px 8px,linear-gradient(top,#ffc8d1 0,#ff93a3 100%);
	border:1px solid #d96e66;
	color:#cd0a0a;
	text-shadow:1px 1px 1px #ffaebc;
}
.saved_msg{
	background:url(alertas/save_32.png) no-repeat 8px 8px #b5d8fa;
	background:url(alertas/save_32.png) no-repeat 8px 8px,-moz-linear-gradient(top,#b5d8fa 0,#8cb9db 100%);
	background:url(alertas/save_32.png) no-repeat 8px 8px,-webkit-gradient(linear,left top,left bottom,color-stop(0%,#b5d8fa),color-stop(100%,#8cb9db));
	background:url(alertas/save_32.png) no-repeat 8px 8px,-webkit-linear-gradient(top,#b5d8fa 0,#8cb9db 100%);
	background:url(alertas/save_32.png) no-repeat 8px 8px,-o-linear-gradient(top,#b5d8fa 0,#8cb9db 100%);
	background:url(alertas/save_32.png) no-repeat 8px 8px,-ms-linear-gradient(top,#b5d8fa 0,#8cb9db 100%);
	background:url(alertas/save_32.png) no-repeat 8px 8px,linear-gradient(top,#b5d8fa 0,#8cb9db 100%);
	border:1px solid #6495ed;
	color:#36414b;
	text-shadow:1px 1px 1px #d5eaa8;
}
.succes_msg{
	background:url(alertas/tick.png) no-repeat 8px 9px #cdeb8e;
	background:url(alertas/tick.png) no-repeat 8px 9px,-moz-linear-gradient(top,#cdeb8e 0,#a5c956 100%);
	background:url(alertas/tick.png) no-repeat 8px 9px,-webkit-gradient(linear,left top,left bottom,color-stop(0%,#cdeb8e),color-stop(100%,#a5c956));
	background:url(alertas/tick.png) no-repeat 8px 9px,-webkit-linear-gradient(top,#cdeb8e 0,#a5c956 100%);
	background:url(alertas/tick.png) no-repeat 8px 9px,-o-linear-gradient(top,#cdeb8e 0,#a5c956 100%);
	background:url(alertas/tick.png) no-repeat 8px 9px,-ms-linear-gradient(top,#cdeb8e 0,#a5c956 100%);
	background:url(alertas/tick.png) no-repeat 8px 9px,linear-gradient(top,#cdeb8e 0,#a5c956 100%);
	border:1px solid #87ae33;
	color:#3f4b25;
	text-shadow:1px 1px 1px #d5eaa8;
}
.exclamation_msg{
	background:url(alertas/warning_32.png) no-repeat 8px 8px #ffedc1;
	background:url(alertas/warning_32.png) no-repeat 8px 8px,-moz-linear-gradient(top,#ffedc1 0,#fcde8d 100%);
	background:url(alertas/warning_32.png) no-repeat 8px 8px,-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffedc1),color-stop(100%,#fcde8d));
	background:url(alertas/warning_32.png) no-repeat 8px 8px,-webkit-linear-gradient(top,#ffedc1 0,#fcde8d 100%);
	background:url(alertas/warning_32.png) no-repeat 8px 8px,-o-linear-gradient(top,#ffedc1 0,#fcde8d 100%);
	background:url(alertas/warning_32.png) no-repeat 8px 8px,-ms-linear-gradient(top,#ffedc1 0,#fcde8d 100%);
	background:url(alertas/warning_32.png) no-repeat 8px 8px,linear-gradient(top,#ffedc1 0,#fcde8d 100%);
	border:1px solid #ea9936;
	color:#ff4500;
	text-shadow:1px 1px 1px #ffedc1;
}
