/*
Theme Name: Fonyodi
Theme URI: http://www.fonyodi.comm
Description: Fonyodi family website
Version: 1.0
Author: Jaime Martínez
Author URI: http://www.enigmadiseno.com
*/


/* html tags */
html, body {
  height: 100%;
}

html {
  font-family: Georgia, serif;
}

body {
  background: #C6AD0F /*Amarillo Fonyodi*/;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  display: block;
  border: none;
  outline: none;
}

a {
  border: none;
  outline: none;
}

table.simple {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

table.simple th,
table.simple td {
  font-weight: normal;
  border: dashed 1px #5E2154 /*Morado Fonyodi*/;
  vertical-align: top;
  text-align: left;
  padding: 10px 14px;
  border-width: 0 0 0 1px;
}

table.simple th:first-child,
table.simple td:first-child {
  border-width: 0;
}

table.simple th {
  color: #5E2154 /*Morado Fonyodi*/;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .15em;
}

table.simple td {
  color: #5E2154 /*Morado Fonyodi*/;
  font-size: 12px;
  line-height: 16px;
}

/* general elements */
/* navigation */
.navigation {
  background: #C6AD0F /*Amarillo Fonyodi*/;
  position: relative;
}

.navigation .user {
  overflow: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

.navigation .user .name {
  float: left;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  height: 20px;
  padding: 15px;
  margin: 0;
}

.navigation .user .name a {
  color: #5E2154 /*Morado Fonyodi*/;
}

.navigation .user .name a:hover {
  color: #000000;
}

.navigation .logout {
  float: left;
}


.navigation .login a,
.navigation .logout a {
  color: #FFFFFF;
  background: #9F7600 /*Amarillo 2 Fonyodi*/;
  text-decoration: none;
  display: block;
  transition: background .5s;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  height: 20px;
  width: 60px;
  padding: 15px 0;
  margin: 0;
}

.navigation .login a:hover,
.navigation .logout a:hover {
  background: #7E4E00 /*Amarillo 3 Fonyodi*/;
  transition: background .5s;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
}

.navigation .compact {
  width: 800px;
  margin: 0 auto;
  height: 30px;
  padding: 20px 0 0 0;
  overflow: visible;
  position: relative;
}

.navigation .options {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
  width: 240px;
  overflow: auto;
}

.navigation .options .option {
  float: left;
}

.navigation .options .option a {
  color: #9F7600 /*Amarillo 2 Fonyodi*/;
  text-decoration: none;
  display: block;
  width: 80px;
  height: 22px;
  padding: 4px 0;
}

.navigation .options .option a:hover {
  color: #7E4E00 /*Amarillo 3 Fonyodi*/;
}

.purple.navigation .options .option a {
  background-position: 0 0;
  background-repeat: no-repeat;
}

.navigation .options .album.option a {
  background-image: url(images/albums-sprite.png);
}

.navigation .options .upload.option a {
  background-image: url(images/upload-sprite.png);
}

.navigation .options .share.option a {
  background-image: url(images/share-sprite.png);
}

.navigation .compact .options .option a h3 {
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  margin: 0;
  display: block;
}


/* purple navigation */
.purple.navigation .options .option.current a {
  background-position: 0 -140px;
  color: #FFFFFF;
  background-color: #5E2154 /*Morado Fonyodi*/;
}


/* yellow navigation */
.yellow.navigation .options .option a {
  background-position: 0 -70px;
}

.yellow.navigation .options .option.current a {
  background-position: 0 -210px;
  color: #FFFFFF;
  background-color: #9F7600 /*Amarillo 2 Fonyodi*/;
}


/* gray navigation */
.gray.navigation .options .option a {
  background-position: 0 0;
}

.gray.navigation .options .option.current a {
  background-position: 0 -140px;
  color: #9F7600 /*Amarillo 2 Fonyodi*/;
  background-color: #C8C8C8 /*Gris Fonyodi*/;
}


/* white navigation */
.white.navigation .options .option.current a {
  color: #5E2154 /*Morado Fonyodi*/;
  background-color: #FFFFFF;
}

.instructions {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 30px 0;
  display: block;
  width: 410px;
}

.instructions p {
  margin: 0;
}


/* text styles */
.bold {
  font-weight: bold;
}


/* layout */
.wrappr {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}


/* forms */
form {
  
}

form .fields {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

form .fields .field {
  overflow: hidden;
  margin: 0 0 10px 0;
  position: relative;
}

form .fields .field p.error {
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  padding: 3px 6px;
  position: absolute;
  right: 0;
  top: 0;
  background: #C6AD0F /*Amarillo Fonyodi*/;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

form .fields .field > label {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  letter-spacing: .15em;
  display: block;
  width: 185px;
  height: 15px;
  padding: 10px 0;
  margin: 0 10px 0 0;
  float: left;
}

form .fields .field > label .note {
  text-transform: lowercase;
  letter-spacing: 0;
}

form .fields .field > label.two.line {
  padding: 1px 0;
  height: 33px;
}

form input[type="text"],
form input[type="password"],
form textarea {
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 18px;
  display: block;
  float: left;
  height: 15px;
  width: 180px;
  margin: 0;
  padding: 10px;
  background: #C8C8C8;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

form textarea {
  height: 130px;
  min-height: 130px;
}

form textarea.dark {
  background: #999999;
}

form input.half.size {
  width: 78px;
  margin: 0 4px 0 0;
}

form input.third.size {
  width: 44px;
  margin: 0 4px 0 0;
}

form input.centered {
  text-align: center;
}

form input[type="submit"] {
  color: #C8C8C8 /*Gris Fonyodi*/;
  font-size: 12px;
  line-height: 16px;
  font-family: Georgia, serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  background: #5E2154 /*Morado Fonyodi*/;
  width: 100px;
  height: 35px;
  margin: 0 0 0 195px;
  border: none;
  display: block;
  clear: both;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.please.wait {
  color: #C8C8C8 /*Gris Fonyodi*/;
  font-size: 12px;
  line-height: 16px;
  font-family: Georgia, serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  background: url(images/ajax-loader.gif) 10px 10px no-repeat #9F7600 /*Amarillo 2 Fonyodi*/;
  height: 16px;
  margin: 0 0 0 195px;
  padding: 10px 40px;
  border: none;
  display: none;
  clear: both;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 10px;
  border-radius: 18px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

form input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  float: left;
}

form select.normal.select {
  font-size: 15px;
  line-height: 18px;
  font-family: Georgia, serif;
  background: url(images/down-arrow.png) right top no-repeat #C8C8C8 /*Gris Fonyodi*/;
  border-radius: 0;
  display: block;
  float: left;
  width: 200px;
  height: 35px;
  margin: 0;
  padding: 6px 10px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  /* para firefox */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  /* para firefox */
}

form select.multiple.select {
  font-size: 15px;
  line-height: 18px;
  font-family: Georgia;
  border: solid 1px red;
  display: block;
  float: left;
  width: 200px;
  height: auto;
  padding: 10px;
  margin: 0;
  background: #999999;
  border: none;
  outline: none;
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}

form .side.note {
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  padding: 3px 0;
  overflow: hidden;
}

form .checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

form .checklist li {
  display: block;
  margin: 0;
  padding: 0 12px 16px 0;
  width: 188px;
  height: 32px;
  float: left;
  overflow: hidden;
}

form .checklist li input {
  float: left;
  margin: 2px 6px 2px 0;
}

form .checklist li label {
  color: #454545;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  overflow: hidden;
  display: block;
}

form .checklist li label:hover {
  color: #5E2154 /*Morado Fonyodi*/;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #999999;
  text-align: left;
}

.centered::-webkit-input-placeholder { /* WebKit browsers */
  text-align: center;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999999;
  text-align: left;
}

.centered:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  text-align: center;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999999;
  text-align: left;
}

.centered::-moz-placeholder { /* Mozilla Firefox 19+ */
  text-align: center;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999999;
  text-align: left;
}

.centered:-ms-input-placeholder { /* Internet Explorer 10+ */
  text-align: center;
}

/* tables */
table.simple .header.row {
  
}

table.simple .header.row th {
  border-bottom: solid 2px #5E2154 /*Morado Fonyodi*/;
}


/* messages */
.message {
  margin: 24px 0;
  padding: 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #C8C8C8 /*Gris Fonyodi*/;
}

.message h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 12px 0;
}

.message h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

.message a {
  color: #000000;
}

.message a:hover {
  color: #5E2154 /*Morado Fonyodi*/;
}

/* books */
.books h2 {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin: 0 0 16px 0;
  padding: 0 0 0 14px;
}

.books .results {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.books .results .book {
  float: left;
}

.books .results .book a {
  color: #FFFFFF;
  text-align: center;
  display: block;
  text-decoration: none;
  position: relative;
  width: 130px;
  margin: 0 10px 10px 0;
}

.books .results .book .title {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: .15em;
  text-transform: uppercase;
  display: block;
  margin: 0 0 12px 0;
  height: 34px;
}

.books .results .book .spiral {
  display: block;
  position: absolute;
  left: 0;
  bottom: 122px;
  width: 130px;
  height: 17px;
  background: url(images/spiral.png) 0 0 repeat-x;
}

.books .results .book .poster {
  background: #000000;
  width: 120px;
  height: 120px;
  border: solid 5px #C6AD0F /*Amarillo Fonyodi*/;
  display: block;
}

.books .results .book a:hover .poster {
  border: solid 5px #7E4E00 /*Amarillo 3 Fonyodi*/;
  -webkit-transition: all 1s;
  transition: border-color .5s;
  -webkit-transition: border-color .5s;
  -moz-transition: border-color .5s;
}


/* home */
body.home {
  background-image: url(images/tallo.png);
  background-position: 64px 0;
  background-repeat: repeat-y;
}

body.home .wrappr {
  padding: 75px 0;
  position: relative;
  z-index: 300;
}

body.home h1 {
  font-size: 36px;
  line-height: 38px;
  display: block;
  padding: 0 0 0 195px;
  margin: 0 0 10px 0;
}

body.home h1 p {
  margin: 0;
}

body.home .login form .fields {
  width: 395px;
  float: left;
  margin: 0 10px 0 0;
}

body.home .login form .error {
  width: 395px;
  overflow: hidden;
}

body.home .login form .error h2 {
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  font-weight: bold;
}

body.home .login form .error h3 {
  font-size: 16px;
  line-height: 18px;
  margin: 0;
}

body.home .patch {
  width: 100%;
  height: 160px;
  background: #C6AD0F /*Amarillo Fonyodi*/;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

body.home .patch .wheat {
  position: absolute;
  left: 20px;
  top: 0;
}

/* albums */
body.albums {
  background: #5E2154 /*Morado Fonyodi*/;
}

body.albums .wrappr {
  padding: 40px 0;
  overflow: hidden;
  background: url(images/bg-albums.png) 0 0 repeat-y;
}

body.albums .column.one {
  width: 294px;
  float: left;
  text-align: center;
  margin: 45px 45px 45px 0;
}

body.albums .column.one p {
  color: #5E2154 /*Morado Fonyodi*/;
  font-size: 18px;
  line-height: 21px;
  margin: 0 auto;
  width: 250px;
}

body.albums .column.one img {
  margin: 45px auto;
}

body.albums .column.two {
  width: 420px;
  float: left;
  padding: 35px 0;
}

body.albums .column.two .books {
  display: block;
  margin: 0 0 32px 0;
}


/* album */
body.album {
  background: #5E2154 /*Morado Fonyodi*/;
}

body.album.download-mode {
  background: #333333;
}

body.album .wrappr {
  width: 700px;
  padding: 16px 50px 60px 50px;
}

body.album.download-mode .wrappr {
  padding: 16px 50px 120px 50px;
}

body.album .instructions {
  float: left;
}

body.album .instructions a {
  color: #FFFFFF;
}

body.album .modes {
  float: right;
}

body.album .modes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body.album .modes .mode {
  cursor: pointer;
  color: rgba(255,255,255,.3);
  font-family: Verdana, sans-serif;
  font-size: 14px;
  line-height: 16px;
  display: block;
  float: left;
  padding: 10px 14px;
}

body.album .modes .mode:hover {
  color: rgba(255,255,255,1);
}

body.album .modes .mode.current {
  color: rgba(255,255,255,1);
  background: rgba(0,0,0,.3);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 0 6px #000000 inset;
  -webkit-box-shadow: 0 0 5px #000000 inset;
  -moz-box-shadow: 0 0 5px #000000 inset;
  -o-box-shadow: 0 0 5px #000000 inset;
  border-bottom: solid 1px rgba(255,255,255,.3);
}

body.album .title {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 28px;
  width: 690px;
  clear: both;
}

body.album.slideshow-mode .title.alt {
  display: none;
}

body.album .title a {
  color: #FFFFFF;
}

body.album .visor {
  position: relative;
}

body.album .control {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}

body.album .control .arrow {
  color: #FFFFFF;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  display: none;
  background: rgba(0,0,0,.25);
  width: 50px;
  height: 46px;
  padding: 4px 0 0 0;
  margin: 0;
  cursor: pointer;
  border-radius: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
}

body.album .control .left.arrow {
  
  position: absolute;
  left: 30px;
  top: 30px;
}

body.album .control .right.arrow {
  position: absolute;
  right: 30px;
  top: 30px;
}

body.album .control .arrow:active {
  top: 32px; 
}

body.album .loading {
  background: url("images/ajax-loader-purple.gif") 0 0 no-repeat;
  color: white;
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 0 0 0 24px;
}

body.album .individual.picture.hidden {
  height: 0;
  visibility: hidden;
}

body.album .gallery {
  width: 100px;
  height: 100px;
  padding: 15px;
  background: #FFFFFF;
  position: relative;
  overflow: auto;
  margin: 0 auto 32px auto;
  -webkit-user-select: none;
  -moz-user-select: none;
}

body.album .gallery .window {
  position: relative;
}

body.album .gallery .film.roll {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

body.album .gallery .film.roll img,
body.album .gallery .film.roll video {
  background: #000000;
  margin: 0 auto;
  display: none;
  max-width: 660px;
}

body.album .gallery .film.roll .vertical img,
body.album .gallery .film.roll .vertical video {
  max-width: 400px !important;
}

body.album .gallery .film.roll .hidden img,
body.album .gallery .film.roll .hidden video {
  display: none;
}

body.album .gallery .film.roll .current img,
body.album .gallery .film.roll .current video {
  display: block;
}

body.album .gallery .tools {
  background: #FFFFFF;
  text-align: center;
  width: 200px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
}

body.album .gallery .tools ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

body.album .gallery .tools .tool {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 0;
}

body.album .gallery .tools .tool a {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

body.album .gallery .tools .tool a:hover {
  text-decoration: underline;
}

body.album .meta.info.display {
  list-style: none;
  width: 690px;
  border: solid 1px #FFFFFF;
  border-width: 0 0 1px 0;
  margin: 0 0 24px 5px;
  padding: 0 0 8px 0;
  overflow: hidden;
}

body.album .meta.info.display li {
  color: #FFFFFF;
  font-family: Helvetica, sans-serif;
  font-style: italic;
  display: inline;
}

body.album .books {
  width: 700px;
  padding-left: 5px;
  position: relative;
}

body.album .books .veil {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1000;
  display: block;
}

body.album.slideshow-mode.waiting .books .results .book,
body.album.download-mode .books .results .book {
  opacity: .25;
  filter: alpha(opacity=25);
}

body.album.download-mode .books .results .book:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}

body.album.download-mode .books .results .book.selected {
  opacity: 1;
  filter: alpha(opacity=100);
}

body.album .books .results .book .poster {
  border: solid 5px #FFFFFF;
}

body.album.download-mode .books .results .book.selected .poster {
  border: solid 5px #C6AD0F /*Amarillo Fonyodi*/;
}

body.album .download.action {
  position: fixed;
  left: 0;
  bottom: -101px;
  width: 100%;
  height: 100px;
  background: #C8C8C8 /*Gris Fonyodi*/;
  border: solid 1px #FFFFFF;
  border-width: 1px 0 0 0;
}

body.album .download.action.visible {
  bottom: 0;
}

body.album .download.action .compact {
  width: 800px;
  padding: 20px 0;
  margin: 0 auto;
  overflow: auto;
}

body.album .download.action .compact h1 {
  margin: 0;
  width: 100%;
  color: #333333;
  text-align: center;
}

body.album .download.action .compact .button {
  text-align: center;
  display: none;
  cursor: pointer;
  padding: 10px;
  margin: 0 auto;
  width: 180px;
  background: #C6AD0F /*Amarillo Fonyodi*/;
  border: solid 1px #9F7600 /*Amarillo 2 Fonyodi*/;
}

/* upload */
body.upload {
  background: #9F7600 /*Amarillo 2 Fonyodi*/;
}

body.upload .wrappr {
  padding: 16px 0 60px 0;
}

body.upload .instructions {
  padding: 0 0 0 45px;
}

body.upload .thank.you.note {
  margin: 24px 45px;
  padding: 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #C8C8C8 /*Gris Fonyodi*/;
}

body.upload .thank.you.note h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 12px 0;
}

body.upload .thank.you.note h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

body.upload .thank.you.note a {
  color: #000000;
}

body.upload .thank.you.note a:hover {
  color: #5E2154 /*Morado Fonyodi*/;
}

body.upload .media {
}

body.upload .media .answer {
  margin: 0 8px 0 0;
}


/* share */
body.share {
  background: #C8C8C8 /*Gris Fonyodi*/;
}

body.share .wrappr {
  padding: 16px 0 60px 0;
}

body.share form .fields .field > label {
  color: #5E2154 /*Morado Fonyodi*/;
}

body.share form .fields .field p.error {
  position: absolute;
  top: 64px;
  right: 0;
}

body.share form .side.note {
  color: #666666;
}

body.share form textarea {
  width: 380px;
  max-width: 380px;
}

body.share .media .answer {
  margin: 0 8px 0 0;
}

/* share ok */
body.share.ok .wrappr {
  padding: 140px 0;
}

body.share.ok .instructions {
  color: #5E2154 /*Morado Fonyodi*/;
}

body.share.ok .instructions a {
  color: #5E2154 /*Morado Fonyodi*/;
}

/* get in touch */
body.get.in.touch {
  background: #FFFFFF;
}

body.get.in.touch .wrappr {
  padding: 16px 45px 60px 45px;
  width: 710px;
}

body.get.in.touch .instructions {
  color: #5E2154 /*Morado Fonyodi*/;
}

body.get.in.touch .data {
  margin: 24px 0;
  padding: 12px 0;
  border-top: dashed 1px #5E2154 /*Morado Fonyodi*/;
}


/* my info */
body.my.info {
  background: #DDCE6F;
}

body.my.info .wrappr {
  padding: 16px 0 60px 0;
}

body.my.info .instructions {
  color: #5E2154 /*Morado Fonyodi*/;
}

body.my.info .instructions a {
  color: #5E2154 /*Morado Fonyodi*/;
}

body.my.info form label {
  color: #5E2154 /*Morado Fonyodi*/;
 }
 

/* general */
body.info.page {
  background: #5E2154 /*Morado Fonyodi*/;
}

body.info.page .wrappr {
  overflow: auto;
  padding: 32px 0 0 0;
}

body.info.page .left.column {
  background: #C8C8C8 /*Gris Fonyodi*/;
  width: 264px;
  float: left;
  padding: 15px 15px 60px 15px;
  overflow: visible;
}

body.info.page .left.column .content p,
body.info.page .left.column .content li {
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 14px 0;
  color: #5E2154 /*Morado Fonyodi*/;
}

body.info.page .right.column {
  width: 506px;
  float: right;
  padding: 0;
  overflow: auto;
}

body.info.page .right.column img {
  margin: auto;
  width: 442px;
  border: solid 15px #FFFFFF;
}

.menu-custom-pages-container {
  margin: 0;
}

.menu-custom-pages-container a {
  text-decoration: none;
  color: rgba(255,255,255,.5);
}

.menu-custom-pages-container > .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  height: 75px;
  z-index: 100;
}

.menu-custom-pages-container > .menu > .menu-item {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  line-height: 16px;
  display: block;
  float: left;
  overflow: visible;
  padding: 5px 14px;
  margin: 0;
  height: 18px;
  border: solid 1px #C8C8C8 /*Gris Fonyodi*/;
  border-width: 1px 1px 1px 0;
}

.menu-custom-pages-container > .menu > .menu-item:first-child {
  border-width: 1px;
}

.menu-custom-pages-container > .menu > .menu-item.current-menu-parent {
  border-bottom: solid 1px #5E2154 /*Morado Fonyodi*/;
}

.menu-custom-pages-container > .menu > .menu-item.current-menu-parent > a,
.menu-custom-pages-container > .menu > .menu-item > a:hover {
  color: rgba(255,255,255,1);
}

.menu-custom-pages-container > .menu > .menu-item > .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: solid 1px #C8C8C8 /*Gris Fonyodi*/;
  width: 100%;
  z-index: -1;
  display: none;
}

.menu-custom-pages-container > .menu > .menu-item.current-menu-parent .sub-menu {
  display: block;
}

.menu-custom-pages-container > .menu > .menu-item > .sub-menu > .menu-item {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  line-height: 16px;
  float: left;
  display: block;
  padding: 12px 15px 13px 15px;
  margin: 0 1px 0 0;
  height: 20px;
  position: relative;
}

.menu-custom-pages-container > .menu > .menu-item > .sub-menu > .menu-item.current-menu-item {
  color: white;
}

.menu-custom-pages-container > .menu > .menu-item > .sub-menu > .menu-item.current-menu-item a,
.menu-custom-pages-container > .menu > .menu-item > .sub-menu > .menu-item a:hover {
  color: rgba(255,255,255,1);
}


/* basic */

/* segmented */

body.info.segmented.page .left.column .content.segment {
  width: 494px;
  border: solid 2px #999999;
  border-width: 2px 0 0 0;
  padding: 7px 0;
  overflow: auto;
}

body.info.segmented.page .left.column .content.segment p {
  margin: 0 15px 0 0;
  width: 264px;
  float: left;
}

body.info.segmented.page .left.column .content.segment .illustration {
  overflow: hidden;
}

body.info.segmented.page .left.column .content.segment .illustration img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}

body.info.segmented.page .right.column img {
  margin: 0;
  float: right;
  width: 250px;
  border: none;
}

