

/*CSS Pop*/
      .popup {
        /*border: solid 1px #333;*/
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        display: none;
        position:absolute;
		width:500px;
		
        /*width:70%; Viene con el boton q invoca al popup*/ 
		 
       
		/*position:relative;*/
		/*left:50%;*/
		
		
		 z-index: 60;
		
      }

      .popuptitle 
	  {
        /*background: green;*/
        color: white;
        font-weight: bold;
		font-size:20px;
        height: 30px;
		text-align:center;		
		background:#000000;
      }
     
      .popupbody 
	  {
        background: #ddd;
      /*  height:1500px;*/
        text-align: center;
      }
	  .cerrar
		{
		color:#FF0000;
		position:relative;
		top:0px;
		}
   /* #popup { top: 40%; left: 40%; }*/
	
	div#popup
	{
	/*width: 18em;
	padding: 5px;
	margin:0 auto;
    background:#ddd;
	color:#000*/
	}
    
	div#popuptitle
	{
	/*width: 18em;
	padding: 5px;
	margin:0 auto;*/
    
	}
	
.link {text-decoration: none;


font-size:10pt;
color:#1B1464;
font-family:Helvetica;
}
A:visited {
text-decoration: none;
font-family:Helvetica;
font-size:10pt;}

iframe#iframe{
 width:100%; display:none;
}

/*/para popupppp de alma*/
.Estilo3 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.Estilo4 {font-family: Arial, Helvetica, sans-serif}
.Estilo5 {color: #FFFFFF}
.linea1{
background-color:#FBB03B;
}


.linea2{
background-color:#339900;
color:#FFFFFF;
}
