
  a.enlace1{ text-decoration: none; color: #494949; }
a.enlace1:hover { text-decoration: underline; cursor:pointer ; color: #494949;  }

  .tooltip{
    position:absolute;
	z-index:1200;
	left:0px;
	font-size: .8em;
    color: #fff;
    display:none;
   background:#fff;
    
    padding:0px 0px 0px 32px;

    background:url(img/back_seguros.png);
    background-repeat:no-repeat;
	width:173px;
	height:125px;
   
  }
  
 .tooltip ul{
	 margin-top:5px;
	 
	 }
 
  .tooltip ul li{
	  list-style:none;	
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:12px;
      border-bottom:1px solid #e2e2e2;
 	  cursor:pointer;
	  margin:3px 0px 0px 0px;
	  padding:1px 0px 1px 0px; 
	  width:143px;
	  }
	  
  

.tooltip-wrapper{
	position:absolute;
	top:240px;
	left:0px;
	border:0px solid #000;
	width:30px;
	
	}

.tooltip-trigger{
background:url(img/back_titulo.png);
background-repeat:no-repeat;
display:block;

}

