/**

* CSS

* 

* @version 1.0

* @author DFX 

*/

* {
	margin: 0px;
	padding: 2px;
}
body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #fff;/*	background-image:url(fondo3.png)*/
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
	text-decoration: none;
	color: #9a7956;
	padding: 1px;
	background-color: #f4f4f4
}
a:active {
	text-decoration: none;
	color: #9a7956
}
a:visited {
	text-decoration: none;
	color: #9a7956;
	background-color: #f4f4f4
}
a:hover {
	text-decoration: none;
	color: #f4f4f4;
	background-color: #aaa
}
a img {
	border: none;
}
#menu {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow-x: visible;
	overflow-y: visible;
	position: fixed;
	top: 0;
	width: 240px;
}
#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}
#menu ul li.section-title {
}
#content {
	height: 100%;
	line-height: 16px;
	margin-bottom: 0;
	margin-left: 230px;
	margin-right: 0;
	margin-top: 52px;
	top: 0;
}
.container {
	padding: 20px 5px 25px 20px;/*	background-color: #fff*/
}
#content p {
  margin-bottom: 9px;
  max-width: 500px;
  width: auto;
}
p {
	margin: 0 0 9px 0;
}
h1 {
	font-size: 90px;
	font-weight: bolder;
	letter-spacing: -14px;
	margin-bottom: -8px !important;
	margin-left: -4px !important;
	margin-right: 0 !important;
	margin-top: -12px !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
}
h2 {
	/*	font-size: 24px;*/

	font-size: 16px;
	font-weight: normal;
}
h3 {
	display: inline-block;
	font-size: 16px;
}
h4 {
	font-size: 12px;
}
#img-container {
	margin: 0;
	padding: 0;
}
#img-container p {
	width: 500px;
	margin: 0;
	padding: 0 0 12px 0;
}
#once {
	clear: left;
}

.nothumb {
  float: inherit !important;
  padding: 0 !important;
  width:auto  !important;
  margin:auto  !important;
}

.nothumb img {
  display: ruby-base-container !important;
  height: auto !important;
  margin: auto !important;
  text-align: center !important;
  width: auto !important;
  max-width: 100% !important;
}

html body.section-1 div#content div.container div img {
  height: auto;
  max-width: 359px;
  width: 100%;
}


@media screen and (max-width: 550px) {

* {
    margin: 0;
    padding: 0 4px;
}

#menu {
  height: auto;
  position: inherit;
  width: auto;
}

#content {
  height: auto;
  line-height: inherit;
  margin: auto;
}

.container {
  padding: 0;
  text-align: center;
}

#menu ul {
  display: inline-flex;
}

}