@charset "utf-8";
/* CSS Document */
#emergencia, #emergencia_2{
		margin:0 auto;
		padding:0;
		width:180px;
	}
	
	#emergencia ul, #emergencia_2 ul{
		clear: both;
		padding:5px 0 0 0;
		margin:0;
		height:100%;
		list-style:none;			
	}
	#emergencia ul li, #emergencia_2 ul li{
		float:left;
		padding:0 5px 0 5px;
		margin:0;
		list-style:none;		
	}

	#emergencia ul li a, #emergencia_2 ul li a{
		padding:0;
		margin:0;
	}
	
	
	#emergencia ul li a img, #emergencia_2 ul li a img{
		padding:0;
		margin:0;
		position:relative;
	}

	#emergencia ul li a:hover, #emergencia_2 ul li a:hover{
		text-decoration:none;
	}
	
	#lnkVerMas{
		margin:0 auto;
		text-align:right;	
		padding-top:3px;
		width:180px;
	}
	
	#imgToolTips040{
		width:50px;
		height:30px;
		background:url("../images/040.png") top left no-repeat;				
	}
	
	#imgToolTips060{
		width:50px;
		height:30px;
		background:url("../images/060.png") top left no-repeat;
	}
	
	#imgToolTips066{
		width:50px;
		height:30px;
		background:url("../images/066.png") top left no-repeat;
	}
	
	#imgToolTips089{
		width:50px;
		height:30px;
		background:url("../images/089.png") top left no-repeat;
	}

	#imgToolTips075{
		width:50px;
		height:30px;
		background:url("../images/075.png") top left no-repeat;
	}
	
	#imgToolTipsImpuestos{
		width:50px;
		height:30px;
		background:url("../images/telimpuestos.png") top left no-repeat;
	}
	
	
	/*-------- Tool tips --------*/
	.tool-tip {
		color: #666666;
		font-weight:bold;		
		width: 139px;
		z-index: 13000;		
		border:#999999;
		border:0;
	}
	
	.tool-title {
		font-weight: bold;
		font-size: 12px;
		margin: 0;
		color: #CE1E20;
		padding: 8px 8px 4px;
		background: url("../images/numeros_emergencia_fondo.png") top left;
	}
	
	
	.tool-text {
		font-size: 12px;
		color:#666666;
		padding: 4px 8px 8px;
		background: url("../images/numeros_emergencia_fondo.png") bottom right;
	}
	/*-------- End Tool tips --------*/
