.fondo-titulo-pop-up
{
    BACKGROUND-COLOR: #0055e3;
}

.fondo-pop-up
{
    BACKGROUND-COLOR: #000000;
}

.titulo-pop-up
{
    FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;
    COLOR: #ffffff;
    FONT-WEIGHT: bold;
}

.texto-pop-up
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
    color: #091534;
    text-align:center;
    font-weight:normal;
}

.div-pop-up
{    
    vertical-align:bottom; 
    MARGIN: 0px;
    WIDTH: 125px;
    BACKGROUND-COLOR: #f6f7f9;
    border-style:solid;
    border-color:#000000;
    border-width:1px;
}

.pie-pop-up
{
  text-align:right;
  height:25px;
  color:#FFFFFF;
  background-color:#000000;
  padding-right:6px;
  padding-bottom:3px;
  font-size:8pt;
}


.X
{
  position:absolute; 
  width:125px;
  text-align:right;
  padding-right:2px;
  padding-top:2px;
}
.vinculoPie
{
	text-decoration:none !important;
	color:white !important;
}
.vinculoPie:hover
{
	text-decoration:underline !important;
	color:white !important;
}
