html,body{margin:0;padding:0}
body{
	font: 85%/1.3 Verdana,Arial,sans-serif;
	text-align: left;
	padding-bottom:20px;
	background-color: #FFF;
}
p{margin-top:0}
h1,h2,h3{font: normal normal 200% "Trebuchet MS",Arial,sans-serif}
h2{font-size:160%}
h3{font-size:120%}


.slogan{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0273BA;
	text-decoration: none;
}

div#header{
	width:100%;
	overflow:hidden;
	margin-bottom: 10px;
	height: 95px;

}
div#header h1,div#menu{
	width:790px;
	margin:0 auto;
	text-align:left;
	}
div#header h1{
	padding: 5px 0 10px;

}

div#banderas{
	width:790px;
	height:0px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
#topbanner_right {
	width:200px;
	height:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: right;
	
}


div#principal{
	width:790px;
	height:330px;
	background-color: #EEEEEE;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

div#conprincipal{
	width:520px;
	height:320px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
}

div#container{
	width:790px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

div#content{float:left;display:inline;width:560px;margin:0 0 10px 10px}



div#content h2{margin: 10px 0;color: #007BC4}
div.date{float:left;width: 4em;padding: 5px 0;background: #F1DDC4;color:#B0001E;
    text-align:center;margin: 0 4px 4px 0;font-size: 80%;line-height:0.9}
div.date span{display:block;font-size: 150%;font-weight:bold}

div.comments div{background: #EEE;margin-bottom:10px}
div.comments p{padding: 10px;margin:0}
div.comments div.odd{background:#DAE6FE}

div#side{float:right;display:inline;width: 245px;background:#F3CF00; margin:0 10px 10px 0}
div#side p{margin:5px 0 10px;padding: 0 10px}
div#side div{margin: 0 0 10px;padding: 10px 0}

div#sidenoticia{
	float:right;
	display:inline;
	width: 245px;
	background:#F3CF00;
	margin:0 10px 10px 0;

}
div#sidenoticia p{margin:5px 0 10px;padding: 0 10px}
div#sidenoticia div{margin: 0 0 10px;padding: 10px 0}


div#footer1{
	clear:both;
	width:750px;
	margin:0 10px 0;
	padding: 10px 0;
	color: #FFF;
	text-align:center;
	background-color: #EEE;
}


div#footer1 p{
	
	margin:0
	
	}



#footer {background:url(images/header_bckg.gif) repeat-x #ffffff 0 2px; height:120px; margin-top:0px; clear:both;}
#left_footer {
	float:left;
	padding:15px 0 0 30px;
	text-transform:uppercase;
	color:#0273BA;
	font-weight:normal;
	font-size:11px;
	font-family: Verdana, Geneva, sans-serif;
}
#left_footer a { color:#FFFFFF;}
#left_footer a:hover { text-decoration:none;}
#right_footer { float:right;  padding:0px 30px 0 0; text-transform:uppercase; color:#FFFFFF; font-weight:bold; font-size:11px; text-align:right;}
#right_footer a { color:#FFFFFF;}
#right_footer a:hover { text-decoration:none;}




div#meboton{
	width: 790px;
	height: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #EEEEEE;
	padding-top:5px;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009EFF;
}



div#mecaja3{
	width: 790px;
	height: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #EEEEEE;
	text-align: center;
}
div#mecaja4{
	width: 790px;
	height: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #EEEEEE;
	text-align: center;
}

#accordion {
	width: 240px;
	border:1px solid #08B1EC;
	background-position: 0 0;
	background-color: #FFF;
}

/* accordion header */
#accordion h2 {
	margin:0;
	padding:5px 15px;
	font-size:12px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;
	text-align: left;
	background-color: #FFF;
	background-repeat: repeat-x;
	color: #FFF;
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#fff;
}


#accordion div.pane {
	border:1px solid #fff;
	display:none;
	height:220px;
	padding:0px;
	color:#FFF;
	font-size:11px;
	background-color: #FFF;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:12px;
	color:#FFF;
}

div#noticiapanel{
	float:right;
	display:inline;
	width: 240px;
	padding-right: 10px;
	padding-left: 10px;
}

/* banderas paises*/

#ico_rightbanderasperu {
	float:right;
	width: 53px;
	height: 41px;
	padding:0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image: url(../imagenes/ban_peru.gif);
	background-repeat: no-repeat;
	}
	
#ico_rightbanderasbrasil {
	float:right;
	width: 53px;
	height: 41px;
	padding:0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image: url(../imagenes/ban_brasil.gif);
	background-repeat: no-repeat;
	}
	
#ico_rightbanderascolombia {
	float:right;
	width: 53px;
	height: 41px;
	padding:0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image: url(../imagenes/ban_colombia.gif);
	background-repeat: no-repeat;
	}
#ico_rightbanderasargentina {
	float:right;
	width: 53px;
	height: 41px;
	padding:0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image: url(../imagenes/ban_argentina.gif);
	background-repeat: no-repeat;
	}
/*banderasdivision*/

#franjabanderasperu{
	width: 750px;
	margin: auto;
	height:41px;
	background-image: url(../imagenes/ban_peru.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 15px;
}


#franjabanderasbrasil{
	width: 750px;
	margin: auto;
	height:41px;
	background-image: url(../imagenes/ban_brasil.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 15px;
}

#franjabanderascolombia{
	width: 750px;
	margin: auto;
	height:41px;
	background-image: url(../imagenes/ban_colombia.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 15px;
}
#franjabanderasargentina{
	width: 750px;
	margin: auto;
	height:41px;
	background-image: url(../imagenes/ban_argentina.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 15px;
}

/*boton mas noticiasuperior*/

.btnmas{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #09F;
	text-align: right;
	padding-bottom: 10px;

	
	}

