@charset "utf-8";
/* CSS Document */

#popup {
	position: absolute;
	z-index: 1000;
	width: 400px;
	height: 200px;
	top: 268px;
	left: 536px;
	color: #333333;
	border: 1px solid white;
	visibility: hidden;
	border: 1px #073269 solid;
	background-color: #FFFFFF;
}
#popup #popupint {
	border: 1px solid #FFFFFF;
	height: 100px;
	width: 450px;
	background-color: #FFFFFF;
	text-align: left;
	background-repeat: no-repeat;
}
#popup #popupint .banner_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	background-color:#FFFFFF;
}

#cerrar  {

	color: white;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
	width:450px;
	background-color:#FFFFFF;
	border: 1px #073269 solid;
}
.link {
	color:#073267;
	text-decoration:none;
	
}
#texto  {
	background-repeat:no-repeat;
	width:450px;
	height:175px;
}
