@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
/* Mobile Layout: 480px and below. */
.barra-verde {
	clear: both;
	display: block;
	width: 100%;
	float: left;
	background-color: #259D5C;
}
.fondo-verde {
	/*clear:both;
	display: block;
	width:100%;*/padding: 1.7em 0;
	background-color: rgba(37,157,92,0.2);
}
#encabezado p,
#idioma p,
#idioma strong {
	font-size: 0.83rem;
	color: #FFF;
	text-align: right;
	padding: 0.5rem 0.5rem 0.1rem 0;
}
#encabezado p {
	text-align: right;
}
#idioma p {
	text-align: center;
}
#idioma strong {
	letter-spacing: 2px;
}
#encabezado a:link,
#encabezado a:visited,
#idioma a:link,
#idioma a:visited {
	font-size: 0.83rem;
	color: #FFF;
	text-decoration: none;
}
#encabezado a:hover,
#idioma a:hover {
	text-decoration: underline;
}
#idioma img {
	display: block;
	max-width: 25px;
	margin: 0.5rem auto;
}
#logotipo img {
	display: block;
	width: 85%;
	margin: 11px auto;
}
.categorias {
	text-align: center;
}
.categorias img {
	display: block;
	width: 85%;
	margin: 0.5em auto 1.4em auto;
}
#navegador {
	background-color: #259D5C;
	text-align: center;
}
#titulo h1 {
	margin-top: 0.5em;
	text-align: center;
}
#slogan {
	background-color: #259D5C;
	margin: 1em 0;
}
#slogan h1 {
	color: #FFF;
	text-align: center;
	margin: 0.4em;
	padding: 0;
}
.logotipo-index {
	display: block;
	width: 70%;
	margin: 10px auto;
}
.menu-vertical {
	display: block;
	width: 90%;
	margin: 0 auto !important;
}
.menu-vertical ul {
	margin: 0;
	padding: 0;
	border-top: dotted 1px #259D5C;
}
.menu-vertical li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-vertical a:link,
.menu-vertical a:visited {
	color: #000;
}
.menu-vertical a:hover {
	color: #FFF;
	background-color: #259D5C;
}
.menu-vertical a:link,
.menu-vertical a:visited,
.menu-vertical a:hover {
	display: block;
	font-size: 1.1rem;
	margin: 0;
	padding: 0.4em 1em;
	text-decoration: none;
	border-bottom: dotted 1px #259D5C;
}
.menu-vertical .current {
	color: #FFF !important;
	background-color: #999;
}
.form-ppal p {
	margin: 0 0 0.5em 1.2em!important;
}
.marcas {
	display: block;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 1.5em 0;
	border-bottom: solid 2px rgba(37,157,92,0.7)
}
.marcas img {
	display: block;
	width: 80%;
	max-width: 210px;
	margin: 0 auto;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.logotipo-index {
	width: 45%;
}
.marcas {
	width: 50%;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#logotipo img {
	width: 55%;
}
}

/* Tablet Layout: 1024 to 768px. Inherits styles from: Mobile Layout and Tablet Layout. Landscape */
@media only screen and (min-width: 1024px) and (orientation: landscape) {
}

/* laptop layout */

@media only screen and (min-width: 1366px) {
#logotipo img {
	width: 45%;
}
.marcas {
	width: 25%;
}
}
