/*
 * Estilos para las validaciones - liquidas -
 */

 .globoError{
    display: none;
    z-index: 5001;
    width: 165px;
    height: 55px;
    position: absolute;
	display:none;
} 

.alerta_top{
	display: block;
	background: url(/nuevo_hogar/img/validaciones/bg_alerta_top.png) no-repeat scroll left top;
	height: 8px;
	width: 215px;
}* html .alerta_top{
	background: url(/nuevo_hogar/img/validaciones/bg_alerta_top.gif) no-repeat scroll left top;
	margin: 2px 0 -8px 15px;
}

.alerta_centro{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	width: 181px;
	background: url(/nuevo_hogar/img/validaciones/bg_alerta_centro.png) no-repeat scroll left top;
}* html .alerta_centro{
	background: url(/nuevo_hogar/img/validaciones/bg_alerta_centro.gif) no-repeat scroll left top;
}

.alerta_bottom{
	display: block;
	background: url(/nuevo_hogar/img/validaciones/bg_alerta_bottom.png) no-repeat scroll left top;
	height: 20px;
	width: 215px;
}* html .alerta_bottom{
	background: url(/nuevo_hogar/img/validaciones/bg_alerta_bottom.gif) no-repeat scroll left top;
}

.mensaje table{
    height: 100%;
    margin: -3px 0 0 0;
    width: 180px;
	text-align: left;
}

.mensaje table td{
	padding: 0 10px 0 15px;
}

.mensaje table td{
    color: #666666;
    font-size: 12px;
}