@charset "UTF-8";
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


html, body{
        padding: 0px;
        margin: 0px;
		background-color: #383838;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
}
a:focus {
	outline: none;		
}
object:focus {
	outline: none;
}


#fbFooter {
	height: 69px;
	background-color: #000000;
	background-image: url('../img/footerBackground.png');
	background-repeat: repeat-x;
	position: relative;
}
#fbFooter a.logotipo {
	width: 110px;
	height: 69px;
	display: block;
	float: left;
}
#fbFooter img {
	border: 0;
}
.fbPaginationMinor {
	color: #000;
	margin-left: 10px;
}
#fbContents {
	float: left;
	margin-top: 42px;
	margin-left: 0px;	
}
#fbCurrentPages {
	color: #000;
	font-weight: normal;
	font-size: 14px;
}
#fbTotalPages {
	color: #000;
	font-weight: normal;
	margin-left: 0px;
}
#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}

#nav_top {
	height: 40px;
	background-color:#000;
	text-align: center;
}
#nav_top h1 {
	float: left;
	background-image: url(../img/logo_argentanews.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 145px;
	margin: 0;
	padding: 0;
	display: inline;
	margin-left: 17px;
}
#nav_top h1 span {
	display: none;
}
#nav_top p.actual {
	font-size: 18px;
	color: #fff;
	padding-top: 10px;
	margin: 0px 350px;
}
#nav_top .hemeroteca {
	float: right;
	padding-right: 20px;
	padding-top: 10px;
}
#nav_top .hemeroteca form {
	margin: 0;
	padding: 0;
}
#nav_top .hemeroteca label {
	color: #fabc11;
	font-weight: normal;
}
#nav_top .hemeroteca select, #fbContentsMenu {
	background-color: #fff;
	color: #444;
	border: 1px solid #000;
	width: 160px;
	font-size:11px;
}
* html #nav_top .hemeroteca select, * html #fbContentsMenu {
	font-size:12px;
}
*+ html #nav_top .hemeroteca select, *+ html #fbContentsMenu {
	font-size:12px;
}
#nav_top .hemeroteca option, #fbContentsMenu option {
	background-color: #000;
	color: #fabc11;
}
#nav_top .hemeroteca option.caption {
	background-color: #fff;
	color: #444;
}
#botonera_central {
	position: absolute;
	left: 50%;
	margin-left: -78px;
}
a#fbBackButton {
	display: block;
	float: left;
	width: 78px;
	height: 69px;
	background-position: left top;
	background-image: url('../img/b_anterior.png');
	background-repeat: no-repeat;
}
a:hover#fbBackButton {
	background-position: left bottom;
}
a#fbForwardButton {
	display: block;
	float: left;
	width: 78px;
	height: 69px;
	background-position: left top;
	background-image: url('../img/b_siguiente.png');
	background-repeat: no-repeat;
}
a:hover#fbForwardButton {
	background-position: left bottom;
}
#fbMenu {
	position: absolute;
	right: 0;
	padding-right: 20px;
}
a#fbZoomButton {
	display: block;
	float: left;
	width: 78px;
	height: 69px;
	background-position: left top;
	background-image: url('../img/b_ampliar.png');
	background-repeat: no-repeat;
}
a:hover#fbZoomButton {
	background-position: left bottom;
}
a#fbPrintButton {
	display: block;
	float: left;
	width: 78px;
	height: 69px;
	background-position: left top;
	background-image: url('../img/b_imprimir.png');
	background-repeat: no-repeat;
}
a:hover#fbPrintButton {
	background-position: left bottom;
}
a#fbDownloadButton {
	display: block;
	float: left;
	width: 78px;
	height: 69px;
	background-position: left top;
	background-image: url('../img/b_descargar.png');
	background-repeat: no-repeat;
}
a:hover#fbDownloadButton {
	background-position: left bottom;
}