@charset "utf-8";
/* CSS Document */
/* Mobile Layout: 480px and below. */
.comienzo {
	display: block;
	width: 100%;
	clear: both;
	overflow: hidden;
	border-top: #294BA0 7px solid;
}
.logotipo-index {
	float: right;
	width: 70%;
	margin: 1% 0 0 0;
}
.logotipo {
	float: right;
	width: 60%;
	margin: 1% 0 0 0;
}
#slogan-1,
#slogan-2 {
	color: #294BA0;
	background-color: #E2E2E0;
	line-height: 1.4;
	text-align: center;
	padding: 0.5em;
}
#slogan-1 {
	font-size: 1.4rem;
}
#slogan-2 {
	font-size: 1.1rem;
}
.slogan-2a,
.slogan-2b {
	display: block;
	width: 100%;
	clear: both;
	padding: 0;
}
#categorias {
	background-color: #6770B1;
	margin: 1.5% 0;
	padding: 0;
}
.cats {
	box-sizing: border-box;
	display: inline-block;
	float: left;
	width: 50%;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cats:hover {
	color: #6770B1;
	background-color: #E2E2E0;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cats a:link,
.cats a:visited {
	color: #FFF;
	text-decoration: none;
}
.cats a:hover {
	color: #6770B1;
	background-color: #E2E2E0;
	text-decoration: none;
}
.cats img {
	display: block;
	width: 80%;
	margin: 2em auto 1em auto;/*
	display: block;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;*/
}
.text {
	font-size: 1.1rem;
	text-align: center;
	margin: 1em 0;
}
.text:hover {
	color: #333
}
/*** menu aux ***/
.menu-aux {
	display: block;
	text-align: center;
	overflow: hidden;
	background-color: #6770B1;
	margin: 0 0 1em 0;
}
.menu-aux ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu-aux li {
	display: inline;
	padding-left: 0;
	list-style-type: none;
}
.menu-aux a:link,
.menu-aux a:visited {
	text-transform: none;
	background-color: #6770B1;
	color: #FFF;
}
.menu-aux a:hover {
	color: #6770B1;
	background-color: #E2E2E0;
}
.menu-aux a:link,
.menu-aux a:visited,
.menu-aux a:hover {
	display: inline-block;
	text-decoration: none;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	letter-spacing: 1px;
	padding-top: 0.5em;
	padding-right: 0.7em;
	padding-bottom: 0.5em;
	padding-left: 0.7em;
}
.menu-aux a.current {
	color: #FFF;
	background-color: #666666;
}
.footer {
	display: block;
	width: 100%;
	clear: both;
	overflow: hidden;
	background-color: #6770B1;
	padding: 1em 0;
}
#social {
	text-align: center;
}
.facebook {
	display: block;
	width: 70%;
	margin: 0 auto 1em auto;
}
#copyright p,
#copyright strong {
	color: #FFF;
}
.suscribir {
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	padding: 2em 0;
}
.suscribir p {
	font-weight: 700;
}
.suscribir form {
	width: 300px;
	max-width: 50%;
	margin: auto;
}
.final {
	display: block;
	width: 100%;
	clear: both;
	overflow: hidden;
	background-color: #294BA0;
	padding: 1em 0;
}
#boskejo p,
#boskejo a,
#modificado p {
	color: #9FA6CE;
	text-align: center;
}
/* 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) {
.logotipo {
	width: 50%;
}
.text {
	font-size: 1.2rem;
}
}

/* Desktop Layout: 768px to a max of 1110px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 768px) {
}

/* Tablet Layout: 1024 to 768px. Inherits styles from: Mobile Layout and Tablet Layout. Landscape */
@media only screen and (min-width: 1024px) and (orientation: landscape) {
#slogan-1 {
	font-size: 1.6rem;
}
#slogan-2 {
	font-size: 1.2rem;
}
.cats {
	width: 25%;
}
.text {
	font-size: 1.3rem;
}
}
/* Desktop Layout: 1110px onwards Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 1366px) {
#slogan-1 {
	font-size: 2rem;
}
#slogan-2 {
	font-size: 1.4rem;
}
.text {
	font-size: 1.8rem;
}
}
