@charset "utf-8";
/* CSS Document */
	/*-------------------------------------------------------------------------------------*/
	/*-- Mensajes de Web --*/
		.Information , .Success , .Alert , .Violation , .Error {
			font: 12px bold "Trebuchet MS", Arial, Helvetica, sans-serif ;
			border: 1px dashed ;
			margin: 10px ;
			padding: 15px 20px 15px 50px ;
			
			border-radius: 5px ;
			-ms-border-radius: 5px ;
			-moz-border-radius: 5px ;
			-webkit-border-radius: 5px ;
			-khtml-border-radius: 5px ;
		}
			.Information .MessageImg , .Success .MessageImg , .Alert .MessageImg , .Error .MessageImg , .Violation .MessageImg {
				float: left ;
				width: 32px ;
				height: 50px !important ;
				margin: -12px 10px auto -30px ;
			}
		
		.Information {
			color: #00529B ;	
			background: #BDE5F8 ;
			background: -webkit-gradient(linear, left top, left bottom, from(#BDE5F8), to(#96D5F3)) ;
			background: -moz-linear-gradient(top,  #BDE5F8,  #96D5F3);
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#BDE5F8', endColorstr='#96D5F3') ; /* ie7 */
			-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#BDE5F8', endColorstr='#96D5F3') ; /* ie8 */
		}
			.Information .MessageImg {
				background: url(../../public/images/icons/Information.png) 0 center no-repeat ;
			}
		.Success {
			color: #4F8A10 ;	
			background: #DFF2BF ;
			background: -webkit-gradient(linear, left top, left bottom, from(#DFF2BF), to(#CFEC9F)) ;
			background: -moz-linear-gradient(top,  #DFF2BF,  #CFEC9F);
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFF2BF', endColorstr='#CFEC9F') ; /* ie7 */
			-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFF2BF', endColorstr='#CFEC9F') ; /* ie8 */
		}
			.Success .MessageImg {
				background: url(../../public/images/icons/Success.png) 0 center no-repeat ;
			}
		.Alert {
			color: #9F6000 ;	
			background: #FEEFB3 ;
			background: -webkit-gradient(linear, left top, left bottom, from(#FEEFB3), to(#FEE996)) ;
			background: -moz-linear-gradient(top,  #FEEFB3,  #FEE996);
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEEFB3', endColorstr='#FEE996') ; /* ie7 */
			-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEEFB3', endColorstr='#FEE996') ; /* ie8 */
		}
			.Alert .MessageImg {
				background: url(../../public/images/icons/Alert.png) 0 center no-repeat ;
			}
		.Error {
			color: #FF0F1B ;	
			background: #FFD2D2 ;
			background: -webkit-gradient(linear, left top, left bottom, from(#FFD2D2), to(#FFBABA)) ;
			background: -moz-linear-gradient(top,  #FFD2D2,  #FFBABA);
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD2D2', endColorstr='#FFBABA') ; /* ie7 */
			-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD2D2', endColorstr='#FFBABA') ; /* ie8 */
		}
			.Error .MessageImg {
				background: url(../../public/images/icons/Error.png) 0 center no-repeat ;
			}
		.Violation {
			color: #B30009 ;	
			background: #FFA8A8 ;
			background: -webkit-gradient(linear, left top, left bottom, from(#FFA8A8), to(#FF8A8A)) ;
			background: -moz-linear-gradient(top,  #FFA8A8,  #FF8A8A);
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA8A8', endColorstr='#FF8A8A') ; /* ie7 */
			-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA8A8', endColorstr='#FF8A8A') ; /* ie8 */
		}
			.Violation .MessageImg {
				background: url(../../public/images/icons/Violation.png) 0 center no-repeat ;
			}
