﻿/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
				margin: 0;
				padding: 0;
}
table {
				border-collapse: collapse;
				border-spacing: 0;
}
fieldset, img {
				border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
				font-style: normal;
				font-weight: normal;
}
ol, ul {
				list-style: none;
}
caption, th {
				text-align: left;
}
h1, h2, h3, h4, h5, h6 {
				font-size: 100%;
				font-weight: normal;
}
q:before, q:after {
				content: '';
}
abbr, acronym {
				border: 0;
}
/* Esqueleto */
body {
				text-align: center;
				font-family: Arial, Helvetica, sans-serif;
				color: #333;
}
#wrapper {
				width: 740px;
				margin: 48px auto;
				text-align: left;
				display: block;
}
/* Estructura */
#leftcolumn {
				float: left;
				position: relative;
				width: 200px;
}
#rightcolumn {
				float: left;
				position: relative;
				width: 540px;
}
/* Columna izquierda */
#logo {
				margin-bottom: 24px;
}
.logo {
				/*color: #0B1EA7;*/
				color: #25238F;
				font-family: Arial, sans-serif;
				font-size: 38px;
				letter-spacing: 0.03em;
				line-height: 41px;
				text-align: left;
}
#leftmenu {
				margin: 20px 0 0 18px
}
#leftcolumn h4 {
				color: #808080;
				margin-bottom: 5px;
}
.listicons {
				margin-bottom: 5px;
}
.listicons ul {
				margin: 14px 0;
				font-size: 12px;
}
.listicons li {
				padding: 4px 0;
				margin: 0 0 0 0;
}
.listicons img {
				display: inline;
				vertical-align: middle;
				margin: 0 5px;
}
.listicons a:hover {
				text-decoration: none;
}
/* Columna derecha */
#menu {
				width: 50%;
				height: auto;
				padding-top: 20px;
				text-align: right;
				float: left;
				position: relative;
}
a {
				color: #333;
				text-decoration: none;
}
a:hover, .accordion_headings:hover {
				/*color: #FFAF23; */
				color: #FFAF23;
				/*text-decoration: underline;*/
}
.homecontent {
				margin: 72px 0;
}
.homecontent h3 {
				font-size: 20px;
				margin: 24px 0;
}
.homehighlight {
				/*color: #0B1EA7;*/
				color: #25238F;
				display: inline;
				font-weight: bold;
}
.moretext {
				margin: 24px;
}
.moretext h3 {
				/*color: #0B1EA7;*/
				color: #25238F;
				font-family: 'Arial', sans-serif;
				font-weight: bold;
				margin: 12px;
}
.moretext  p {
				margin: 12px;
}
/* Acordeón */
.accordion_headings {
				padding: 5px;
				cursor: pointer;
				font-weight: bold;
}
.accordion_child {
				padding-left: 15px;
}
.topmenu {
				text-align: right;
				font-size: 14px;
				height: 14px;
				margin-top: 20px;
				margin-bottom: 54px;
}
.menulink {
				display: inline;
}
.menulink:hover {
				color: #FFAF23;
				text-decoration: underline;
				cursor: pointer;
}
/* Footer */
#footer {
				text-align: center;
				font-size: 14px;
				clear: both;
				padding: 12px 0;
}
#gymglish {
				font-size: 16px;
}
#gymglish img {
				vertical-align: middle;
}
#credits {
				font-size: 12px;
				margin-top: 12px;
}
