
.NavBar
{
  color:#15408E; 
  background-color:#F3F4EC;
  padding-right:25px;
} 

.NavBarP
{
	background-image:url(../images/bg_franjaRosa.jpg);
	background-repeat:no-repeat;
	background-position:top;
	cursor: default; 
}

/* Mapa Sitio Bottom */
.TopItem
{
  text-transform:uppercase;
  color:#15408E; 
  background-color:#F3F4EC;
  font-family:Arial; 
  font-size:10px; 
  font-weight:bold; 
  width:200px;
  cursor:pointer;
}

.TopItemHover
{
  color:#546038; 
  background-color:#F3F4EC;
  font-family:Arial; 
  font-size:10px; 
  font-weight:bold; 
  text-decoration:underline;  
  text-transform:uppercase;
  cursor:pointer;
}

.TopItemActive
{
  color:#546038; 
  background-color:#F3F4EC;
  font-family:Arial; 
  font-size:10px; 
  font-weight:bold; 
  text-transform:uppercase;
  text-decoration:underline;
  cursor:pointer;
}

.Level2Item
{
  color:#546038;
  font-family: Arial; 
  font-size: 11px; 
  border: 1px solid white;
  padding:0px;
  padding-left: 10px; 
  cursor:hand;
}

.Level2ItemHover
{
  color:#770000;
  font-family: Arial; 
  font-size: 11px; 
  text-decoration:underline;
  border: 1px solid white;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
}

.Level2ItemSelected
{
 background-color:#FFE793;
  color:#770000;
  font-family: Arial; 
  font-size: 11px; 
  border: 1px solid white;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
}

.Level2Group
{
  background-color:white;
  border: solid 1px #CE6500;
  border-right-color:#FFE793;
  border-bottom-color:#FFE793;
  width:194px;
}


/* Menú Lateral */

.TopItemP
{
  color:#ffffff;
  
 /* background-color:White;*/
  font-family:Arial;
  font-size: 11px; 
  font-weight:bold;
  border-bottom:#ffffff solid 1px;
 text-transform:uppercase;
 cursor:hand;
 height:35px;
 width:174px;

}

.TopItemHoverP
{

  /*color:#90B80C;*/
  color:#DE0052;
  /*background-color:White;*/
  font-family:Arial;
  font-size: 11px; 
  font-weight:bold;
 border-bottom:#ffffff solid 1px;
 text-transform:uppercase;
 cursor:hand;
 height:35px;
 width:174px;
 /*background-image:url("../images/linea_separadorMnInt.jpg");
 background-repeat:no-repeat;
 background-position:bottom;*/

}

.TopItemActiveP
{
 
  color:#DE0052;
  background-color:White;
  font-family:Arial;
  font-size: 11px; 
  font-weight:bold;
  border: 1px solid white;
  text-transform:uppercase;
  cursor:hand;
 height:35px;
 width:174px;
 background-image:url("../images/linea_separadorMnInt.jpg");
 background-repeat:no-repeat;
 background-position:bottom;

}


