/* Mensajes de error */
div.msg_ok_32{
	background-image: url('/images/bg_msg_ok.jpg');
	background-repeat: repeat-x;
	background-color:#CCE1A9;
	background-position:2px 2px;
	border:1px solid #C4DD77;
	font-size:15px;
	margin-bottom:4px;
	color:#6C8620;
	padding:5px;		
}

div.msg_ok_16{
	background-image: url('/images/bg_msg_ok.jpg');
	background-repeat: repeat-x;
	background-color:#CCE1A9;
	background-position:2px 2px;
	border:1px solid #C4DD77;
	font-size:10px;
	margin-bottom:4px;
	color:#6C8620;
	padding:3px;
}

div.msg_error_32{
	background-image: url('/images/bg_msg_error.jpg');
	background-repeat: repeat-x;
	background-color:#FBE3E3;
	background-position:2px 2px;
	color:#BD6957;
	font-size:15px;
	border:1px solid #E6C8BD;
	margin-bottom:4px;
	padding:3px;
}
div.msg_error_16{
	background-image: url('/images/bg_msg_error.jpg');
	background-repeat: repeat-x;
	background-color:#FBE3E3;
	background-position:2px 2px;
	color:#BD6957;
	font-size:10px;
	border:1px solid #E6C8BD;
	margin-bottom:4px;
	padding:3px;
}
div.msg_aviso_32{
	background-image: url('/images/bg_msg_aviso.jpg');
	background-repeat: repeat-x;
	background-color:#E4EEF0;
	background-position:2px 2px;
	border:1px solid #BCCDDE;
	color:#3D5C7C;
	font-size:15px;
	margin-bottom:4px;
	padding:3px;
}
div.msg_aviso_16{
	background-image: url('/images/bg_msg_aviso.jpg');
	background-repeat: repeat-x;
	background-color:#E4EEF0;
	background-position:2px 2px;
	border:1px solid #BCCDDE;
	color:#3D5C7C;
	font-size:10px;
	margin-bottom:4px;
	padding:3px;
}
div.msg_advertencia_32{
	background-image: url('/images/bg_msg_advertencia.jpg');
	background-repeat: repeat-x;
	background-color:#F5EAAA;
	background-position:2px 2px;
	border:1px solid #E4D78B;
	font-size:15px;
	color:#DB980D;
	margin-bottom:4px;
	padding:3px;
}
div.msg_advertencia_16{
	background-image: url('/images/bg_msg_advertencia.jpg');
	background-repeat: repeat-x;
	background-color:#F5EAAA;
	background-position:2px 2px;
	border:1px solid #E4D78B;
	font-size:10px;
	color:#DB980D;
	margin-bottom:4px;
	margin:4px;
	padding:3px;
}