@charset "utf-8";
/* CSS Document */
/* Mobile Layout: 480px and below. */
body {
	background-color: #FFFFFF;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1rem;
}
pre {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.1rem;
	padding: 0;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0.5em;
	margin-left: 20px;
	line-height: 1.4;
	text-align: justify;
}
#encabezado {
	background-color: #3A499C;
}
#celular p,
#celular a,
#correo p,
#correo a {
	font-size: 0.9em;
	color: #FFF;
}
#celular p {
	text-align: right !important;
	margin: 0.5em 1.4em 0.2em 0 !important;
}
#correo p {
	text-align: right !important;
	margin: 0.5em 1.5em 0.7em 0 !important;
}
.logo {
	display: block;
	width: 90%;
	margin: 10px auto;
}
#titulo h1 {
	margin-top: 1em !important;
}
#titulo a:link,
#titulo a:visited {
	color: #3A499C;
	text-decoration: none;
}
#titulo a:hover {
	color: #2DCAF4;
	text-decoration: none;
}
#titulo hr,
.titulo-sub hr {
	width: 40%;
	background-color: #2DCAF4;
	height: 0.20em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
	margin: -0.5em 0 40px 15px;
}
/*** intro links ***/
.intro-container {
	clear: both;
	display: block;
	width: 100%;
	padding: 0 !important;
	margin: 0.5em 0 !important;
	overflow: hidden;
	text-align: center;
}
.intro {
	display: block;
	clear: both;
	width: 100%;
	float: left;
	text-align: center;
}
.intro ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.intro li {
	display: inline;
	padding-left: 0;
	list-style-type: none;
}
.intro a:link,
.intro a:visited {
	text-transform: none;
	color: #3E4095;
}
.intro a:hover {
	color: #FFF;
	background-color: #3A499C;
}
.intro a:link,
.intro a:visited,
.intro a:hover {
	display: inline-block;
	min-width: 60%;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.4em 1em;
	margin: 0.5em 0.25em;
	border: solid 1px #3A499C;
	border-radius: 3.5em;
	-moz-border-radius: 3.5em;
	-webkit-border-radius: 3.5em;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
/*** cats start ***/
.cats-div {
	display: block;
	width: 50%;
	padding: 0;
	margin: 21px auto 14px auto !important;
	float: left;
	text-align: center;
}
/*.cats-div:last-child {
	float: none !important;
}
.cats-div:nth-child(2n+1) {
	clear: left;
}*/
.cats-imagen img {
	display: block;
	width: 90%;
	margin: 0 auto;
	/*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;*/	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	transition: transform 0.5s; /* Animation */
}
.cats-imagen img:hover {
	/* -webkit-filter: grayscale(100%); Safari 6.0 - 9.0
	filter: grayscale(100%); */
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	transform: scale(1.07);
}
.cats-boton a:link,
.cats-boton a:visited {
	color: #3A499C;
}
.cats-boton a:hover {
	color: #FFF;
	background-color: #3A499C;
}
.cats-boton a:link,
.cats-boton a:visited,
.cats-boton a:hover {
	display: block;
	font-size: 0.8rem;
	padding: 8px 4px;
	margin: 10px;
	text-decoration: none;
	border: solid 1px #3A499C;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.cats-imagen-grupo img {
	display: block;
	height: 170px;
	margin: 0 auto;
	/*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;*/	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	transition: transform 0.5s; /* Animation */
}
.cats-imagen-grupo img:hover {
	/* -webkit-filter: grayscale(100%); Safari 6.0 - 9.0
	filter: grayscale(100%); */
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	transform: scale(1.07);
}
.cats-imagen-detalle img {
	display: block;
	width: 95%;
	margin: 2.5%;
	/*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;*/	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	transition: transform 0.5s; /* Animation */
}
.cats-imagen-detalle img:hover {
	/* -webkit-filter: grayscale(100%); Safari 6.0 - 9.0
	filter: grayscale(100%); */
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	transform: scale(1.07);
}
.cats-imagen-detalle-small img {
	display: inline-block;
	max-height: 110px;
	margin: 1% 1% 1% 2%;
	/*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;*/	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	transition: transform 0.5s; /* Animation */
}
.cats-imagen-detalle-small img:hover {
	/* -webkit-filter: grayscale(100%); Safari 6.0 - 9.0
	filter: grayscale(100%); */
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	transform: scale(1.07);
}
/**** cats end ***/

/*** novedades start ***/
.novedades-div {
	display: block;
	width: 100%;
 *padding: 0.5em 0 0 0;
	margin: 21px 0 14px 0 !important;
	float: left;
	border-right: solid 1px #CDD3E2;
	box-sizing: border-box;
}
/*.novedades-div:nth-child(2n+1) {
	clear: left;
}*/
.novedades-div-imagen {
	clear: both;
	display: block;
	width: 50%;
	float: left;
}
.novedades-div-texto {
	clear: none;
	display: block;
	width: 50%;
	float: left;
}
.novedades-div-cat,
.novedades-div-fecha,
.novedades-div-titulo {
	text-align: left !important;
	line-height: 1.2;
	margin: 0.5em 1em 0 0;
}
.novedades-div-cat {
	font-size: 0.9em;
}
.novedades-div-fecha {
	font-size: 1.15em;
	font-weight: 500;
	color: #999999;
}
.novedades-div-titulo {
	font-size: 1.2em;
	font-weight: 700;
	color: #3A499C;
}
.novedades-div img {
	display: block;
	width: 90%;
	padding: 0.5em;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transition: transform 0.5s; /* Animation */
}
.novedades-div img:hover {
	/*-webkit-filter: grayscale(100%);
Safari 6.0 - 9.0 filter: grayscale(70%); */
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transform: scale(1.07);
}
.novedades-div a:link,
.novedades-div a:visited,
.novedades-div a:hover {
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.novedades-div a:hover {
	text-decoration: none;
	background-color: #E1E3F0;
}
.novedades-boton a:link,
.novedades-boton a:visited {
	color: #FFF;
	background-color: #3A499C;
}
.novedades-boton a:hover {
	color: #3A499C;
	background-color: #FFF;
}
.novedades-boton a:link,
.novedades-boton a:visited,
.novedades-boton a:hover {
	display: inline-block;
	font-size: 1.2rem;
	padding: 0.5em 1em 0.5em 0.5em;
	margin: 1em auto;
	text-decoration: none;
	border: solid 1px #3A499C;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
/*** novedades end ***/
#slogan {
	background-color: #3A499C;
	padding: 0.8em 0;
	margin: 1em 0;
}
#slogan h2 {
	color: #FFF;
	font-size: 2rem;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
}
#logotipos {
	text-align: center;
}
#logotipos img {
	height: 34px;
	margin: 8px 14px;
}
/* Mobile Layout: 480px and below Landscape. */
@media only screen and (min-width: 480px) and (orientation: landscape) {
.logo {
	width: 50%;
}
}
@media only screen and (min-width: 481px) {
}
@media only screen and (min-width: 568px) {
.novedades-div {
	width: 50%;
}
/*.novedades-div:nth-child(2n+1) {
	clear: left;
}*/
}
@media only screen and (min-width: 568px) and (orientation: landscape) {
.intro a:link,
.intro a:hover,
.intro a:visited {
	min-width: 50% !important;
}
.cats-boton a:link,
.cats-boton a:visited,
.cats-boton a:hover {
	font-size: 1rem !important;
}
}
@media only screen and (min-width: 768px)and (orientation: portrait) {
.logo {
	width: 40%;
}
.intro a:link,
.intro a:hover,
.intro a:visited {
	min-width: 65% !important;
	font-size: 1.7rem;
}
.cats-boton a:link,
.cats-boton a:visited,
.cats-boton a:hover {
	font-size: 1.2rem !important;
}
/*.novedades-div {
	width: 25%;
	clear: none !important;
}
.novedades-div:nth-child(2n+1) {
	clear: none !important;
}
.novedades-div:nth-child(3n+1) {
	clear: left !important;
}*/
}
/* Desktop Layout: 768px to a max of 1110px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 768px) and (orientation: landscape) {
.logo {
	width: 45%;
}
.intro {
	min-width: 25% !important;
}
.cats-div {
	width: 25%;
	clear: none !important;
}
/*.cats-div:nth-child(2n+1) {
	clear: none !important;
}
.cats-div:nth-child(4n+1) {
	clear: left !important;
}*/
.cats-boton a:link,
.cats-boton a:visited,
.cats-boton a:hover {
	font-size: 1.1rem !important;
}
}
/* iPhone X */
@media only screen and (min-width: 812px) and (orientation: landscape) {
.logo {
	width: 40%;
}
}
/* Tablet Layout: 1024 to 768px. Inherits styles from: Mobile Layout and Tablet Layout. Landscape */
@media only screen and (min-width: 1024px) and (orientation: landscape) {
#celular p {
	text-align: right !important;
	margin: 0.7em 0 0.5em 0 !important;
}
#correo p {
	text-align: left !important;
	margin: 0.7em 1.5em 0.5em 0 !important;
}
.logo {
	width: 65%;
}
.intro a:link,
.intro a:visited,
.intro a:hover {
	min-width: 30% !important;
	font-size: 1.4rem;
}
.cats-imagen-detalle img {
	width: 95%;
}
}
/* Tablet Layout: 1024 to 768px. Inherits styles from: Mobile Layout and Tablet Layout. Portrait */
@media only screen and (min-width: 1024px) and (orientation: portrait) {
}
/* Desktop Layout: 1110px onwards Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 1366px) {
.intro a:link,
.intro a:visited,
.intro a:hover {
	min-width: 20% !important;
	font-size: 1.25rem;
}
.cats-boton link,
.cats-boton visited,
.cats-boton hover {
	font-size: 1.2rem !important;
}
/*.novedades-div {
	width: 32.333333%;
}
.novedades-div:nth-child(3n+1) {
	clear: none !important;
}
.novedades-div:nth-child(4n+1) {
	clear: left !important;
}*/
}
@media only screen and (min-width: 1900px) {
.intro a:link,
.intro a:visited,
.intro a:hover {
	min-width: 21% !important;
	font-size: 1.35rem;
}
.cats-div {
	width: 16.66667%;
}
/*
.cats-div:nth-child(4n+1) {
	clear: none !important;
}
.cats-div:nth-child(6n+1) {
	clear: left !important;
}*/
}
