/* ------------------------ MENU PARAGUAY  ------------------------  */

/* ADS - Header */
div.cont_publicidad_header{
	background:#cfcfcf;
	position: relative;
	width:100%;
	padding: 3px 0 3px 0; 
}

div.publicidad_header{
	margin:0 auto 0 auto;
	background: url(/images/bg_publicidad_header.gif) no-repeat 0 0;
	position: relative;
	width:749px;
	height:93px;
	padding: 3px 0 0 3px;
} 


/* ------------------------ MENU SITIOS DE NUESTRA RED  ------------------------  */

#cont_menupy {
	background: #efefef;
	color:#333333;
	font-size:13px;
	width:100%;
	padding:5px 0 5px 0;
	border-bottom:1px solid #9A9A9A;
	border-top: 1px solid #9A9A9A;
}

#cont_menupy ul {
	margin:0 auto 0 auto;
	padding:0;
	width:960px;
}

#cont_menupy li {
	display:inline;
	list-style:none;
}

#cont_menupy a:link, #cont_menupy a:visited, #cont_menupy a:active {
	color:#333333;
	text-decoration:none;
	padding:2px;
	margin-right: 4px;
	margin-left:2px;
}

#cont_menupy a:hover{
	text-decoration:underline;
}

/* ------------------------ POP UP------------------------  */

.pop-up {
	float:left;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
/*	background: #c4caa9;*/
	margin: 0px 0 0 40px;
	padding: 5px 10px 4px 10px;
}

.pop-up a {
	font-weight:normal;
	font-size: 14px;
	color: #383d22;
	text-decoration: underline;
	background: none;
	padding: 5px 10px 4px 10px;
}

.pop-up a:hover {
	text-decoration: underline;
	color:#687140;
}