@charset "UTF-8";

/**
 * Odontología styles.
 */

@import url(../subMaestro.css);

#header {
  background-image: url(image/mainHeaderStripe.png);
}

#footerLeft,
#footerCenterLeft {
background-image: url(image/footerLeftStripe.png);
}

#footerCenterCenter {
  background-image: url(image/footerCurve.png); 
}

#footerRight,
#footerCenterRight {
  background-image: url(image/footerRightStripe.png);
}

div.menuBox {
  background-image: url(image/tabRight.png);
}

div.menuBox p {
  background-color: #70549f;
  font-size: 12px; 
  background-image: url(image/tabLeft.png);
}

div.menuBox li {
  border-top-color: #70549f;
}

div.menuBox > ul {
  border-top-color: #70549f;
}

div#verticalMenu.menuBox div.toggle {
  background-image: url(image/titleArrow.png);
}

div#verticalMenu.menuBox div.toggle.down {
  background-image: url(image/menuArrow.png)
}

div.newsBoxHeader {
  background-image: url(image/titleArrow.png);
  border-top-color: #70549f;
}

div#mainContentHeader {
	background-image: url(image/titleArrow.png);
	border-top-color: #70549f;
}

div.newsBoxLogo {
  border-top-color: #70549f;
}

#logo {
  background-image: url(image/logo.jpg);
} 

#bannerContainer {
  background-image: url(image/banner_odontologia.png);
}