#tabsJ {
	font-size:100%;
	background-color: #CCCCCC;
	font-family: Calibri, Verdana, Arial;
	line-height: normal;
	padding: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
      }
    #tabsJ ul {
	margin:0;
	padding: 0px;
	list-style-type: none;
      }
    #tabsJ li {
	display: inline;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
      }
   #tabsJ a {
	float:left;
	margin-right: 2px;
	margin-left: 2px;
	color: #333333;
	font-size: 10px;
      }
	      #tabsJ a span {
	margin-right: auto;
	margin-left: auto;
      }
	   #tabsJ.equipos_sm a:hover {
	color: #A0860A;

      }
   #tabsJ.oportunidades_sm a:hover {
	color: #228822;
      }
   #tabsJ.empleos_sm a:hover {
	color: #10109A;
      }
   #tabsJ.servicios_sm a:hover {
	color: #8E1C1C;
      }


/* menu superior */
#navcontainer {
	padding: 0em;
	display: inherit;
	width: 25%;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 5px;
	margin-left: 0em;
	float: left;
	text-align: center;
}
.equipos, .servicios, .empleos, .oportunidades{
	background-color: #707385;
	text-align: center;
	color: #E9E9E9;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	font-family: Calibri, Verdana, Arial;
	font-size: 18px;
	font-weight: bolder;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}
.equipos{
	border-top-color: #F5D753;
	
}
.equipos a:hover{
	color: #F8E387;
}
.oportunidades{
	border-top-color: #33CC33;
	
}
.oportunidades a:hover{
	color: #99E699;
}
.empleos{
	border-top-color: #6666FF;
	
}
.empleos a:hover{
	color: #8080FF;
}

.servicios{
	border-top-color: #DD4F4F;
}
.servicios a:hover{
	color: #EA9595;
}
