@import url(http://fonts.googleapis.com/css?family=Armata);
/* MN 30.09.13 A pedido de la funcional se revierten los cambios a letra: Arial // Margenes agregados a los costados */
/* Constantes de fuentes externas */ 
#nav{
	height:70px;
	border-bottom:1px solid #ddd;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	background:#fff url('http://www.afip.gob.ar/genericos/biblioteca/scripts/overlay.png') repeat-x center left;
	border-bottom:2px solid #CCC;
}
/* FIN Constantes de fuentes externas */ 

body{
	font-family:Arial, "Times New Roman", times, serif;
	background: no-repeat top center;
	margin: 0px;
}
a.back{
	width:256px;
	height:73px;
	position:fixed;
	bottom:15px;
	right:15px;
	background:transparent  no-repeat top left;
}
.scroll{
	width:133px;
	height:61px;
	position:fixed;
	bottom:15px;
	left:20px;
	background:transparent  no-repeat top left;
}
.info{
	text-align:left;
	padding:0px 20px 10px 20px;
}
.desc{
	height:90px;
	width:100%;
	position:absolute;
	top:1000px;
	left:0px;
	background:transparent  no-repeat center center;
}
/* MN 04.12.13 Titulos de seccion en negrita */
.titulo_seccion {
	font-weight: bold;
}
#top{
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	height:10px;
}
#nav ul{
	height:20px;
	list-style:none;
	margin:6px auto 0px auto;
	width:600px;   
}
#nav ul li{
	display:inline;
	float:left;
	margin:0px 2px;
}
#nav a{
	font-size:11px;
	font-weight:bold;
	float:left;
	padding: 2px 4px;
	color:#000;
	text-decoration: none;
	border:1px solid #FFF;
	cursor: pointer;
	height:50px;
	line-height:16px;
	font-family: 'Armata', sans-serif;
	font-weight:500;
	font-size:9px;
	text-align:center;
}		
#nav a:hover{
	background-color:#FFF;
}
#nav a.top span, #nav a.bottom span{
	float:left;
	width:16px;
	height:16px;
}
#nav ul li.search{
	float:right;
}
#nav input[type="text"]{
	float:left;
	border:1px solid #ccc;
	margin:0px 1px 0px 50px;
	padding:2px 2px 2px 2px;
}
