/* NOTES STYLES */
section#contents.notecontent {
  margin-bottom: 0;
  min-height: 100px; }
  section#contents.notecontent h1 {
    margin-bottom: 20px; }
  section#contents.notecontent p {
    margin-bottom: 20px; }

.graycontainer a.opennote {
  right: 70px;
  position: absolute;
  z-index: 4;
  top: 30px; }

#contacto input[type=button], #contacto input[type=reset] {
  font-family: "texgyreheroscn";
  font-size: 18px;
  color: #481504;
  text-transform: uppercase;
  font-weight: bold;
  background: #f0ad00;
  border-radius: 5px;
  padding: 10px 15px; }
  #contacto input[type=button]:hover, #contacto input[type=reset]:hover {
    background: #ffc224; }
#contacto span.message {
  font-size: 13px;
  color: #fff;
  background: green;
  display: block;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  width: auto; }
#contacto.noteform {
  padding-right: 0; }
  #contacto.noteform textarea {
    width: 460px;
    padding: 10px;
    margin-bottom: 20px; }
  #contacto.noteform p {
    color: #000; }

#act-mynotes #btn-mynotes {
  background: #f0ad00 url(../images/bg-category-menu-item.png) repeat-x center bottom !important; }

table#master.notestable thead tr th {
  padding: 10px; }

#noteslistcontainer {
  margin-left: 27px;
  width:62%; }

a.notesbtn {
  background: #6ebc20 url(../images/icon-hasnotes.png) no-repeat 9px center;
  color: #fff;
  padding: 14px 15px 14px 52px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  right: 0;
  bottom: 10px;
  position: absolute;
  z-index: 3;
  text-decoration: none;
  display: inline-block;
  font-size: 13px; }
  a.notesbtn:hover {
    background-color: #7bd224; }

figure.mainimg img {
  display: block;
  margin-bottom: 0;
  width: 100%;
  height: auto; }
