@charset "utf-8";
/* CSS Document */
#capaSubMenu
{
/* font-family: Arial,Sans-Serif; */
margin: 0 auto;
width: 100%;
/* border: 2px solid #ddd; */
border-bottom: 2px solid #ddd;
}

#menuServices
{
width: 100%;
text-align: center;
margin: 0 auto;
padding: 5px 0 2px 0;
text-indent: 0;
list-style-type: none;
}

#menuServices li
{
padding: 10px 4px;
margin: 0;
text-indent: 0;
display: inline;
}

#menuServices li a
{
letter-spacing: -1px;
text-decoration: none;
color: #6A6A6A;
font-size: 1.1em;
padding: 5px 10px; /* Altura del borde superior */
border-top: .2em solid #eee;
}

#menuServices li a:hover,#menuServices span#actual
{
color: #222;
border-top: none;
font-size: 1.4em;
}

#menuServices span#actual {
  font-size:18px;
  font-weight:bold;
  color: #23564F;
}