/*****************************
MENSAJES Y ALERTAS
******************************/
#contenido .msg {
	padding: 10px 8px 10px 60px;
	margin: 5px 0 10px 0;
	clear: both;
	min-height: 36px;
	height: auto !important;
	height: 36px;
	}
.alerta {
	border: 1px solid #F9CD01;
	background: #FEF8C0 url("../images/asset/mensajes.gif") no-repeat  -112px -112px;
	}
.confirma {
	border: 1px solid #26B215;
	background: #E3FCE0 url("../images/asset/mensajes.gif") no-repeat  -56px -168px;
	}
.error {
	border: 1px solid #B70409;
	background: #FED6DA url("../images/asset/mensajes.gif") no-repeat  -168px -56px;
	}
.informa {
	border: 1px solid #00319F;
	background: #DFE9FF url("../images/asset/mensajes.gif") no-repeat  0px -224px;
	}
.pregunta {
	border: 1px solid #00319F;
	background: #DFE9FF url("../images/asset/mensajes.gif") no-repeat  -224px 0px;
	}