/* Start of CMSMS style sheet 'Mammut_Blue : Mammut Blue - Layout Elements' */
/*
 * CSS Stylesheet for CMSMS
 * Template: Mammut - Blue
 * Author: La Constructora - Rolando Lora
 */

div.sidebar-element h1, div.sidebar-element h2, div.sidebar-element h3, div.sidebar-element h4 {
  text-transform: lowercase;
  font-size:100%;
  color: white;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 4px;
}

div.sidebar-element h1 {
  font-size:120%;
}

div.content-style-main h1, div.content-style-main h2, div.content-style-main h3, div.content-style-main h4 {
  text-transform: lowercase;
  font-size:100%;
  color: white;
  font-weight: normal;
  margin: 0px;
  margin-bottom: 8px;
}

div.content-style-main h1 {
  font-size:120%;
  font-weight: bold;
}

div.content-element a, div.content-element a:visited {
  color: white;
  text-decoration: none;
  text-transform: lowercase;
}

div.content-element a:hover {
  text-decoration: underline;
}

div.content-element img {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

input, select {
  width: 100%;
  background-color: #CCCCCC;
  border: 0;
  color: #536571;
}

div.sidebar-element a, div.sidebar-element a:visited {
  color: white;
  text-transform: lowercase;
  text-decoration: none;
}

div.sidebar-element a:hover {
  text-decoration: underline;
}

table.twocolumn-content td {
  vertical-align: top;
}

td.twocolumn-images {
  padding-top: 25px;
}

/**
 * Class center
 */
table.center img {
  margin: 0;
  float: none;
}
/* End of 'Mammut_Blue : Mammut Blue - Layout Elements' */

