
.container {
	margin:0 auto;
	position:relative;
	/*position: relative;*/ /**s**/
	/*position:absolute; /**s**/
    /*left:135px; /**s**/
	width: 990px;
	padding:0 10px 0 10px;
	min-height:40px;
}


.cantResultados{
	font-size:14px;
	background:#2C3E50;
	color:#FFF;
	padding:3px;
	margin:10px 0 0 0;
	font-weight:lighter !important;
	text-shadow:none !important;
	width:350px;
}


/* =Header
-----------------------------------------------------------------------------*/

#header {
	padding:17px 0;
	background:url(images/headerback.jpg) repeat-x #fff;
	position:relative;
	border-bottom:1px solid #CCC;
}
.logoHeader {
	float:left;
}
#AFIP {
	float:left;
}
.partesAFIP {
	border-left:1px solid #bbb;
	padding:6px 0px 6px 20px;
	margin-left:20px;
	float:left;
	text-transform:uppercase !important;
	font-size:24px;
    line-height: 1.5;
    font-family: "Open Sans", sans-serif;
	font-weight:400 !important;
	
}	


.partesAFIP a {
	text-transform:uppercase !important;
	font-size:24px;
	color:#0093be;
	display:block;
	font-weight:600;
	line-height:normal;
}

.partesAFIP a:hover {
	color:#444;
}

.esfumado {
	position:absolute;
	left:0;
	top:0;
	background:url(images/esfumados.png) no-repeat;
	width:100%;
	height:96px;
	z-index:1;
}

#IzqBtnHeader {
	float:right;
}

.btnSuperiorAFIP {
	color:#0093be;
	text-transform:uppercase;
	font-size:14px;
}

.redesSociales {
	overflow:hidden;
	text-align:right;
	margin-top:5px;
}

.redesSociales a {
	width:28px;
	height:28px;
	margin-left:5px;
	display:inline-block;
}

.facebook {
	background:url(images/redesSociales/facebook.png);
}

.twitter {
	background:url(images/redesSociales/twitter.png);
}

.youtube {
	background:url(images/redesSociales/youtube.png);
}

.facebook:hover {
	background:url(images/redesSociales/facebookG.png);
}

.twitter:hover {
	background:url(images/redesSociales/twitterG.png);
}

.youtube:hover {
	background:url(images/redesSociales/youtubeG.png);
}


/* ------- Perfiles ------- */

#perfiles {
	margin:0;
	background:url(images/perfilesbacks.png) repeat-x #0091bb;
	color:#FFF;
	overflow:hidden;
	
}
#perfiles ul {
	overflow:hidden;
	margin:1px 0 1px 0;
	padding:0;
	font-size:14px;
	letter-spacing:0.2px;
}
#perfiles ul li {
	float:left;
	text-transform:uppercase;
	list-style:none;
	border-right:1px solid #d0e1ea;
	padding:12px;
	font-weight:300;
	color:#FFF;
	margin:0;
}

#perfiles ul li a {
	color:#FFF;
	}

#perfiles ul li:hover, #menu ul li:hover {
	background:#065a72;	
}
#perfiles .ultimo {
	padding:12px;
	margin-right:0;
	border:0;
}
#perfiles .bold {
	font-weight:600;
}

.h2Perfiles{
	padding: 5px 0 5px 20px;
	background-color:#EFEFEF;
	color:#999;
	font-size:20px;
	font-weight:700;	
}


@media only screen and (max-width: 768px) {
	#AFIP {
		display:block;
	}
	#AFIP img {
		width:90%;
	}
	.partesAFIP {
		padding-left: 10px;
		margin-left: -5px;
	}
	.partesAFIP a {
		font-size:10px;
	}
	#perfiles ul {
	margin:0;

}
	#perfiles ul, #menu ul {
		padding:5px 0;
	}
	#perfiles ul li, #menu ul li {
		width: 100%;
		text-align: center;
		border-bottom: 2px dotted #44B1EC;
		padding:8px 0 8px 0;
		margin:0px;
	}
	#perfiles ul li:hover, #menu ul li:hover {
		background:#0f97bf;
		
	}
	#perfiles .ultimo, #menu .ultimo {
		border:none;
	}
}

@media only screen and (width: 768px) {
	#perfiles ul li, #menu ul li {
		width: auto;
		border-left: none;
		border-right: 1px solid #44B1EC;
		padding-right:5px;
		margin-left:5px;
		font-size:10px;
	}
	#perfiles .ultimo, #menu .ultimo {
		border-left: none;
		border-right: none;
	}
}

@media only screen and (max-width: 705px) {
	#header {
		padding:20px 0 0;
		background-color:#ccc;
	}
	.logo {
		float: none;
		width: 280px;
		margin: 0px auto;
		overflow: hidden;
		margin-bottom: 5px;
	}
	.btnSuperiorAFIP {
		width:100%;
		text-align:center;
		background:#777;
		margin-top:10px;
		color:#999;
	}
	.btnSuperiorAFIP a {
		font-size:11px;
		color:#fff;
	}
	#IzqBtnHeader {
		width:100%;
	}
	.redesSociales {
		text-align:center;
	}
}