body, html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;	
}
body {
	background-image:url('../imagenes/fondo_popup.gif');
	background-position:center center;
	background-repeat:no-repeat;
}
td.banda {
	background-color:#4FB099;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-top: 20px;
	margin-bottom: 0px;	
}
p a {
	color:#429480;
	text-decoration:none;
	font-weight:bold;
}
p a:hover {
	text-decoration:underline;
}


