.contenPie *{
	margin:0; padding:0;
}
.contenPie{/*contenedor pie*/
	width:100%; background:#ecebeb; min-height:213px;
	position:relative;
}

/*-- Panel Servicios --*/
.panelServ{
	position:relative;
	width:100%;
	margin-top:0px;
	background:url(../img/plantillas/general/pie_pagina/bg_servicios.png) repeat-x top left;
	font-size:13px;
	border-bottom:#2b3f77 6px solid;
}
		.panelServ .botonServ{
			position:relative;
			width:950px; 
			height:12px;
			margin:0 auto;
			display:none;
		}
				.botonServ a{
					position:absolute; right:50px; top:-26px;
					width:122px; height:38px; display:block;  background:#2b3f77;
					font-size:17px; font-weight:bold; text-decoration:none; color:#fff; line-height:39px;
					padding:0 0 0 26px;
					-moz-border-radius-topright: 5px;
					-moz-border-radius-topleft: 5px;
					border-top-right-radius: 5px;
					border-top-left-radius: 5px;
				}
				.botonServ .arrowDown{
					background:url(../img/plantillas/general/pie_pagina/flechas.png) no-repeat 0 -23px;
					width:23px; height:22px; display:block; position:absolute; top:7px; right:13px;
				}
				.botonServ .arrowUp{
					background:url(../img/plantillas/general/pie_pagina/flechas.png) no-repeat 0 0;
					width:23px; height:22px; display:block; position:absolute; top:7px; right:13px;
				}
		.panelServ .servicios{
			width:905px; height:40px; /*display:none;*/ margin:0 auto; /*padding-top:5px;*/ padding-top:17px;
		}

/* opciones */

.servicios .links li{ float:left; margin:0 10px;
}
.servicios .links a{ display:block; color:#2b3f77; font-weight:bold; text-decoration:none; line-height:30px; padding:0 0 0 30px;}
.servicios .links li{ background:url(../img/plantillas/general/pie_pagina/serv.gif) center left no-repeat; /*Servicios*/}
.servicios .links li+li{ background:url(../img/plantillas/general/pie_pagina/dir.gif) center left no-repeat; /*Directorio*/}
.servicios .links li+li+li{ background:url(../img/plantillas/general/pie_pagina/ver_movil.gif) center left no-repeat; /*Version Movil*/}
.servicios .links li+li+li+li{ background:url(../img/plantillas/general/pie_pagina/rss.gif) center left no-repeat; /*RSS*/}
.servicios .links li+li+li+li+li{ background:url(../img/plantillas/general/pie_pagina/sitemap.gif) center left no-repeat; /*SiteMap*/}


/************************************************/
/* TollTip comunidades */

.comunidades{ position:relative; float:left; width:295px; height:42px;
 z-index:1000;
margin-top: 25px;
}
.comunidades h3{ float:left;  font-size:13px; color:#2b3f77; font-weight:bold; line-height:30px; padding:0 0 0 30px;
}
.comunidades li{ float:left; margin:5px 0 0 10px;
}
.comunidades a{ width:24px; height:24px; display:block; background:url(../img/plantillas/general/pie_pagina/btns_comunidades.png) no-repeat;
}
/*.comunidades .flickr a{ background-position: 0 0; }
.comunidades .twitter a{ background-position: -34px 0; }
.comunidades .facebook a{ background-position: -67px 0; }
.comunidades .youtube a{ background-position: -101px 0; }*/
.comunidades .flickr a{ background-position: 0 0; }
.comunidades .twitter a{ background-position: -34px 0; }
.comunidades .facebook a{ background-position: -67px 0; }
.comunidades .youtube a{ background-position: -101px 0; }


/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(../img/plantillas/general/pie_pagina/bg_tooltip_comunidades.png) no-repeat top center;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	height:32px;
	width:83px;
	padding:17px 20px;
	color:#fff;
	margin-bottom:300px !important;
}

/* style the trigger elements */



/* ********************************************** /
/* contenido pie */
.contenPie .pie{
	width:950px; margin:0 auto; padding:20px 0px 0 0px; background: url(../img/plantillas/general/pie_pagina/sombra_top_pie.png) no-repeat top center;
}
.contenPie .pie, .contenPie .pie a{
	color:#888;
}
h1.logoPie a{
	position:relative; float:left; display:block; margin-left:50px; margin-top:5px; width:226px; height:58px; text-decoration:none; background:url(../img/plantillas/general/pie_pagina/logo.png) no-repeat top center;	
}
.anivUnapec a{
	position:relative; float:left; display:block; width:57px; height:70px; text-decoration:none; margin:0 30px 0 40px;
	background:url(../img/plantillas/general/pie_pagina/45_aniv.png) no-repeat center;
}
.pie ul{ 
	position:relative; float:left; font-size:11px; line-height:18px; padding:0 29px; border-left:2px dotted #ccc;
}
.pie .direccion{
	position:relative; float:left; width:100%; clear:both; text-align:center; font-size:11px; margin:15px 0 0px 0; padding:20px 0 30px 0; background:url(../img/plantillas/general/pie_pagina/separador_direccion.png) no-repeat top;
}

/* Sticky Footer */
/** { margin: 0; }*/
html, body { height: 100%; }
.mainWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -103px;
}
.contenPie, .push { /*min-height:213px;*/ min-height:150px; clear:both; }
/*---------------*/
