.popup {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 0px;
   height: 0px;
	border: 2px solid #B4C9DE;
	background-color: #EBEDED;
   z-index: 1000;
}

.popup td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0070A2;
	text-align:left;
   vertical-align: top;
}

.popup .titulo {
	font-size: 14px;
	font-weight:bold;
}

.popup .cuerpo {
   padding: 5px;
}

.popup .linea {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
   padding-left: 5px;
   padding-right: 5px;
}

.popup .linea td {
   vertical-align: middle;
}

.popup .textoDestacado {
   font-size: 15px;
   text-align: center;
}

.popup img {
   border: 0px;
}

.popup a, .popup a:link, .popup a:visited{
   font-size: 15px;
   font-weight: bold;
   color: black;
   text-decoration: none;
} 

.popup a:hover{
   text-decoration: underline;  
}
