@charset "utf-8";
/* CSS Document 
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	5;
	
	Inspiration from "Responsive Web Design" by Geoffrey W Deakin 
	http://www.boskejo.com

*/

/** client fonts **/
@import url('https://fonts.googleapis.com/css?family=Questrial');
/** **/
/* Mobile Layout: 480px and below. */
body {
	font-family: 'Questrial', Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	/* Better Font Rendering =========== */
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #E2E2E0;
	font-size: 1.1rem;
	letter-spacing: 0.02em;
}
p {
	font-size: 1.1rem;
	line-height: 1.4;
	color: #000;
	margin-bottom: 0.7em;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0;
}
p:last-child {
	margin-bottom: 2em;
}
p img {
	display: block;
	margin: 0 auto 2em auto;
}
ul,
ol {
	font-size: 1.065rem;
	line-height: 1.5;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a:link {
	color: #294BA0;
	text-decoration: none;
}
a:visited {
	color: #294BA0;
	text-decoration: none;
}
a:hover {
	color: #6770B1;
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #294BA0;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-bottom: 0.4rem;
	margin-top: 0;
	margin-left: 20px;
	margin-right: 2rem;
	text-align: left;
}
strong {
	font-weight: bold;
	color: #1955A6;
}
hr {
	background-color: #6770B1;
	height: 0.25em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
	margin-top: 1%;
	margin-right: 0;
	margin-bottom: 1%;
	margin-left: 0;
}
ul.listado {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	list-style: none
}
ul.listado li {
	text-align: left;
	margin-left: 0;
	margin-right: 30px;
}
ul.listado li::before {
	content: "\25E6";
	color: #76D251;
	display: inline-block;
	width: 0.7em;
	margin-left: -1em
}
ol.listado {
	padding-top: 0;
	padding-right: 0.25em;
	padding-left: 0;
	text-align: left;
	list-style-position: outside;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2.5em;
}
.flota-der {
	float: right;
}
.flota-izq {
	float: left;
}
/* image placing */
.img-centro {
	display: block;
	margin: auto;
}
.img-derecha {
	float: right;
}
.img-izquierda {
	float: left;
}
.img-ancha {
	width: 100%;
}
.img-mitad {
	display: inline-block;
	float: left;
	width: 98%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.escondido {
	visibility: hidden;
}
.texto-centrado {
	text-align: center;
}
a.boton {
	text-decoration: none;
	-webkit-appearance: none;
	display: inline-block;
	cursor: pointer;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1.1rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	background-color: #294BA0;
	padding: 0.7em;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
a.boton:hover {
	text-decoration: none;
	-webkit-appearance: none;
	background-color: #6770B1;
	color: #FFF;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
/* subir start*/
#subir {
	position: fixed;
	bottom: 20%;
	z-index: 100;
	padding: 0;
	margin: 0;
	right: 0;
}
#subir a:link {
	color: #FFF;
	background: #6598B8;
}
#subir a:visited {
	color: #FFF;
	background: #6598B8;
}
#subir a:hover {
	color: #6598B8;
	background-color: #FFF;
}
#subir a:link,
#subir a:visited,
#subir a:hover {
	font-size: 1.2rem;
	text-decoration: none;
	margin: 0;
	display: block;
	text-align: center;
	-webkit-box-shadow: rgba(0,0,0,.5) -0.25em -0.25em 0.75em;
	-moz-box-shadow: rgba(0,0,0,.5) -0.25em -0.25em 0.75em;
	box-shadow: rgba(0,0,0,.5) -0.25em -0.25em 0.75em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
/* subir end */

/* basic style end */
/* panel start */
#close {
	display: block;
	width: 100%;
	color: #FFF;
	background: transparent;
	cursor: pointer;
}
#open,
#close {
	display: block;
	text-align: right;
	margin: 0 1em 0 0;
	font-size: 1.3em;
}
#open a:link,
#open a:visited {
	text-decoration: none;
	color: #294BA0;
}
#open a:hover {
	color: #FFF;
	background-color: #294BA0;
}
#open a:link,
#open a:visited,
#open a:hover,
#close a:link,
#close a:visited,
#close a:hover {
	display: inline-block;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 0.7em 1em;
}
#close a:link,
#close a:visited {
	color: #FFF;
}
#close:hover,
#close a:hover {
	color: #FFF;
	background-color: #6770B1;
}
#menu-panel {
	z-index: 2030;
	display: none;
	margin-top: 0px;
	background-color: rgba(41,75,160,0.8);
	width: 80%;
	max-width: 470px;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	box-shadow: 5px 5px 5px rgba(15, 15, 15, 0.5);
	overflow: scroll;
}
#fondo {
	z-index: 2020;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(67,57,53,0.7);
}
.puntero {
	cursor: pointer;
}
#menu-1 {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}
#menu-1 ul {
	border-top-color: rgba(0, 0, 0, 0.7);
	border-top-style: dotted;
	border-top-width: 1px;
	padding: 0em;
	margin: 0em;
}
#menu-1 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu-1 a:link,
#menu-1 a:visited {
	color: #FFF;
	background-color: #294BA0;
}
#menu-1 a:hover {
	color: #FFF;
	background-color: #6770B1;
}
#menu-1 a:link,
#menu-1 a:visited,
#menu-1 a:hover {
	display: block;
	text-decoration: none;
	text-transform: lowercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgba(255, 255, 255, 0.7);
	padding-top: 3%;
	padding-right: 2%;
	padding-bottom: 3%;
	padding-left: 7%;
}
/* panel end */
/* menus start */
.menu-2 {
	display: none;
}
.menu-3 {
	width: 100%;
 *margin-top: 1em;
}
.menu-3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-3 li {
	padding-left: 0;
	list-style-type: none;
}
.menu-3 a:link,
.menu-3 a:visited {
	color: #FFF;
	text-decoration: none;
}
.menu-3 a:hover {
	color: #6770B1;
	background-color: #E2E2E0;
}
.menu-3 a:link,
.menu-3 a:hover,
.menu-3 a:visited {
	font-size: 1.1rem;
	display: block;
	text-align: center;
	*text-transform: capitalize;
	padding: 0.4rem 1rem;
	text-decoration: none;
}
.menu-4 {
	font-size: 1rem;
	letter-spacing: 0.01em;
	margin: 1em 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #375C92;
}
.menu-4 .titulo-4 {
	font-size: 1.2rem;
	color: #FFF;
	margin-top: 10px;
	padding: 0.4em;
	background-color: #272F35;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.menu-4 ul {
	margin: 0;
	padding: 0;
}
.menu-4 li {
	margin: 0;
	list-style-type: none;
}
.nav-level-1 a:link,
.nav-level-1 a:visited,
.nav-level-2 a:link,
.nav-level-2 a:visited,
.nav-level-3 a:link,
.nav-level-3 a:visited {
	display: block;
	text-decoration: none;
}
.nav-level-1 a:link,
.nav-level-1 a:visited {
	color: #2A2A2A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #375C92;
	padding: 0.5em;
}
.nav-level-2 a:link,
.nav-level-2 a:visited {
	display: block;
	text-decoration: none;
	background-color: rgba(242, 128, 0, 0.14);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #375C92;
	background-image: url(../images/png/right.png);
	background-position: 0.3em center;
	background-repeat: no-repeat;
	padding-top: 0.4em;
	padding-right: 0em;
	padding-bottom: 0.4em;
	padding-left: 0.8em;
}
.nav-level-3 a:link,
.nav-level-3 a:visited {
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #375C92;
	background-image: url(../images/png/bullet2.png);
	background-position: 0.4em center;
	background-repeat: no-repeat;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 1em;
}
.nav-level-1 a:hover,
.nav-level-2 a:hover,
.nav-level-3 a:hover {
	background-color: #375C92;
	color: #FFFFFF;
}
.nav-level-2 a:hover {
	background-image: url(../images/png/bullet2_hover.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}
.nav-level-3 a:hover {
	background-image: url(../images/png/bullet2_hover.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}
.menu-4 a.current {
	display: block;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #375C92;
	padding-right: 1.5em;
	background-image: url(../images/png/bullet.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
}
.menu-4 a.current:hover {
	font-weight: bold;
	background-color: #3a3a3a;
	color: #FFFFFF;
	background-image: url(../images/png/bullet_hover.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}
/* menus end */
/* spans start * {
	box-sizing: border-box;
}*/

.ambos {
	clear: both;
}
.ninguno {
	clear: none;
}
.span-01,
.span-02,
.span-03,
.span-04,
.span-05,
.span-06,
.span-07,
.span-08,
.span-09,
.span-10,
.span-11,
.span-12 {
	width: 100%;
	display: block;
	float: left;
	position: relative;
}
/* spans end */
.columnas {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.junto {
	display: inline-block !important;
}
/* forms start boskejo */
form {
	width: 90%;
	margin: 1% auto;
	font-size: 1rem;
}
select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"] {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	margin: 0 0 0.4em 0;
}
select,
input,
textarea {
	-webkit-appearance: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 1rem;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	/*-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;*/
	padding: 6px;
}
input,
textarea {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
select {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
select option:nth-child(odd) {
	background-color: #DEDEDE;
	color: #000;
}
fieldset {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	background-color: #FFF;
	margin: 2em 0 0.7em 0;
	padding: 4px 0 0 0;
}
label,
legend {
	cursor: default;
	font-size: 0.9rem;
	font-weight: 300;
	color: #000000;
}
label {
	display: inline-block;
	cursor: default;
	margin-top: 0;
	margin-left: 2em;
	margin-bottom: 0.2em;
}
legend {
	position: absolute;
	top: -2.5em;
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 0.4em;
	padding-top: 0;
	padding-right: 0.4em;
	padding-bottom: 0;
	padding-left: 0.4em;
}
label:first-letter,
legend:first-letter,
select:first-letter {
	text-transform: uppercase;
}
textarea {
	height: 7.4em;
	resize: vertical;
	overflow: auto;
}
input[type="radio"] {
	-webkit-appearance: radio;
	display: inline;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	cursor: pointer;
	margin-left: 0.5em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-top: 0.2em;
}
input[type="checkbox"] {
	vertical-align: middle;
	display: inline;
	width: 14px;
	height: 14px;
	cursor: pointer;
	margin-left: 0.5em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-top: 0.2em;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
	display: inline;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
}
button,
input[type=button],
input[type=submit],
input[type=reset] {
	-webkit-appearance: none;
	display: inline-block;
	min-width: 11rem;
	cursor: pointer;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1.1rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	background-color: #294BA0;
	padding: 0.7em;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
	-webkit-appearance: none;
	background-color: #6770B1;
	color: #FFF;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.rojo {
	display: inline;
	font-size: 1.5rem;
	line-height: 1;
	color: #E73338;
	margin-left: 0;
	margin-right: 0;
}
.verifica {
	display: none !important;
}
ul.forms {
	margin-top: 0;
	margin-left: -1.7em;
	padding-bottom: 2%;
}
ul.forms li {
	line-height: 1.7;
	margin-left: 0;
	list-style-type: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
 *outline: none;
}
/* Created by ftutorials.com & modified by boskejo.com */
input:required, textarea:required {
 box-shadow: 0 0 0px 1000px #FFFFFF inset;
 -moz-box-shadow: 0 0 0px 1000px #FFFFFF inset;
 -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 margin: 0;
}
input::-webkit-input-placeholder { /* WebKit browsers */
font-family: Arial, Helvetica, sans-serif;
 font-weight:300;
 opacity: 1;
 font-size: 1rem;
 color: #999;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
font-family: Arial, Helvetica, sans-serif;
 font-weight:300;
 opacity: 1;
 font-size: 1rem;
 color: #999;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
font-family: Arial, Helvetica, sans-serif;
 font-weight:300;
 opacity: 1;
 font-size: 1rem;
 color: #999;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
font-family: Arial, Helvetica, sans-serif;
 font-weight:300;
 font-size: 1rem;
 color: #999;
}
/* form buscador */
.buscador {
	margin: 1em 0;
}
.buscador form {
	width: 98%;
	margin: 1% auto;
	font-size: 1rem;
}
.buscador input[type="text"] {
	display: block;
	float: left;
	-webkit-appearance: none;
	width: 100%;
	margin: 0 0 0.7em 0;
}
.buscador input {
	float: left;
	-webkit-appearance: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 1rem;
	background-color: #FFFFFF;
	border: 1px solid #CCC;/*-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;*/
}
.buscador input[type="submit"] {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	cursor: pointer;
	border: solid 1px #375C92;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1.1rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	background-color: #375C92;
	padding: 0.5em 0;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.buscador input[type="submit"]:hover {
	background-color: #FFF;
	color: #6770B1;
	border: solid 1px #6770B1;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
/* form buscador ends */
/* forms end */
/* tables start */

.table-container {
	width: 100%;
	overflow-y: auto;
	overflow-x: auto;
	margin: 0 0 1em;
}
.table-container::-webkit-scrollbar {
 -webkit-appearance: none;
 width: 14px;
 height: 14px;
}
 .table-container::-webkit-scrollbar-thumb {
 border-radius: 8px;
 border: 3px solid #fff;
 background-color: rgba(0, 0, 0, .3);
}
/** end responsive sector **/
/* tabla starts */ 
.tabla {
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	width: 98%;
	margin: 1em auto 0 auto;
}
.tabla th {
	font-size: 1rem;
	font-weight: 700;
	color: #FFF;
	background-color: rgba(189,78,84, 0.8);
	padding: 5px;
}
.tabla tbody tr:nth-child(odd) {
	background-color: rgba(189,78,84, 0.1);
}
.tabla tbody tr:nth-child(even) {
	background-color: #FFFFFF;
}
.tabla td {
	font-size: 1rem;
}
.tabla td a:link,
.tabla td a:visited {
	color: #000000;
	text-decoration: none;
}
.tabla td a:hover {
	color: #FFF;
	background-color: #B9666B;
}
.tabla td a:link,
.tabla td a:visited,
.tabla td a:hover {
	display: block;
	text-align: center;
}
.tabla td a:link,
.tabla td a:visited,
.tabla td a:hover,
.textos {
	padding: 0.25rem;
}
/* tables end */
/* paging starts */
.paging {
	min-width: 40%;
	font-size: 1rem;
	color: #333333;
	margin-top: 1em;
	float: left;
}
.paging p {
	font-family: 'Arial Narrow', Helvetica, sans-serif;
	margin-top: 1em;
	margin-bottom: 0;
}
.paging td {
	text-align: left;
	min-width: 1em;
}
.paging a:link {
	color: #666;
	text-decoration: none;
}
.paging a:visited {
	color: #666;
	text-decoration: none;
}
.paging a:hover {
	color: #FFFFFF;
	background-color: #ccc;
}
.paging a:link,
.paging a:visited,
.paging a:hover {
	display: block;
	padding: 0.5em;
	font-size: 1.2rem;
	text-align: center;
}
/* paging ends */
/* numbering starts */
.numbering {
	display: block;
	font-size: 1rem;
	line-height: 1.4;
	text-align: center;
	color: #375C92;
	padding: 1em 0;
}
/* numbering ends */
.google-maps {
	width: 90%;
	margin: 3% 3% 10% 3%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* Mobile Layout: 480px and below Landscape. */
@media only screen and (min-width: 480px) and (orientation: landscape) {
}

/* Tablet Layout: 481px to 567px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
}

/* Landscape Layout: 568px to 768px. Inherits styles from: Previous Layout. */
@media only screen and (min-width: 568px) {
}

/* Landscape Layout: 568px to 768px. Landscape */
@media only screen and (min-width: 568px) and (orientation: landscape) {
.columnas {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
}

/* Desktop Layout: 768px to a max of 1110px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
/* basic style start  */	
p,
ul,
ol {
	font-size: 1.2rem;
	line-height: 1.6;
}
.img-mitad {
	display: inline-block;
	float: left;
	width: 48%;
	margin-right: 2%;
}
/* basic style end */
/* panel start */
#open,
#menu-panel {
	display: none;
}
/* panel end */
/* spans start */
.span-01 {
	width: 8.3333%;
}
.span-02 {
	width: 16.6666%;
}
.span-03 {
	width: 25%;
}
.span-04 {
	width: 33.3333%;
}
.span-05 {
	width: 41.6666%;
}
.span-06 {
	width: 50%;
}
.span-07 {
	width: 58.3333%;
}
.span-08 {
	width: 66.6666%;
}
.span-09 {
	width: 75%;
}
.span-10 {
	width: 83.3333%;
}
.span-11 {
	width: 91.6666%;
}
.span-12 {
	width: 100%;
}
/* spans end */

/* forms start */

form {
	width: 80%;
}
/* form end */

}
/* Tablet Layout: 1024 to 768px. Inherits styles from: Mobile Layout  */
@media only screen and (min-width: 1024px) {
/* basic style start  */
p,
ul,
ol {
	font-size: 1.2rem;
	line-height: 1.6;
}
/* basic style end */

/* menus start */
.menu-2 {
	display: block;
	text-align: center;
	overflow: hidden;
}
.menu-2 ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu-2 li {
	display: inline;
	padding-left: 0;
	list-style-type: none;
}
.menu-2 a:link,
.menu-2 a:visited {
	text-transform: none;
	background-color: #294BA0;
	color: #FFF;
}
.menu-2 a:hover {
	color: #6770B1;
	background-color: #E2E2E0;
}
.menu-2 a:link,
.menu-2 a:visited,
.menu-2 a:hover {
 *display: block;
	display: inline-block;
	text-decoration: none;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	letter-spacing: 1px;
	padding-top: 1.7em;
	padding-right: 0.7em;
	padding-bottom: 0.5em;
	padding-left: 0.7em;
}
.menu-2 a.current {
	color: #FFF;
	background-color: #666666;
}
/* menus end */
}
/* Tablet Layout: 1024 to 768px. Inherits styles from: Mobile Layout and Tablet Layout. Landscape */
@media only screen and (min-width: 1024px) and (orientation: landscape) {
/* basic style start  */
p,
ul,
ol {
	font-size: 1.065rem;
	line-height: 1.4;
}
/* basic style end */
.columnas {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
}

/* Desktop Layout: 1110px onwards Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 1366px) {
/* basic style start  */
p,
ul,
ol {
	font-size: 1.065rem;
	line-height: 1.4;
}
/* basic style end */
}
