@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed&display=swap');
/* Mobile Layout: 480px and below. */
body {
	background-color: #FFF;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1rem;
}
#encabezado {
	background-color: #4D6D9A;
}
#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;
}
#menu-emp,
#busqueda {
 *background-color: lightgreen;
}
.logo {
	display: block;
	width: 60%;
	margin: 1em auto;
}
#slider {
	margin: 1em 0 0 0;
}
#menu-2,
#slogan {
	background-color: #4D6D9A;
	margin: 0.5em 0;
}
#slogan {
	color: #FFF;
	text-align: center;
	font-size: 1.2em;
	padding: 0.4em;
	margin: 1em 0;
	text-transform: uppercase;
}
.menu-emp {
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0.5em auto;
	padding: 0;
}
.menu-emp ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu-emp ul li:first-child a {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #253777;
}
.menu-emp li {
	display: inline;
	padding-left: 0;
	list-style-type: none;
}
.menu-emp a:link,
.menu-emp a:visited {
	text-transform: none;
	color: #4D6D9A;
	background-color: #FFF;
}
.menu-emp a:hover {
	color: #FFF;
	background-color: #4D6D9A;
}
.menu-emp a:link,
.menu-emp a:visited,
.menu-emp a:hover {
	display: block;
 *display: inline-block;
	text-decoration: none;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	padding: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #253777;
}
.menu-emp a.current {
	color: #FFF;
	background-color: #666666;
}
.categorias {
	display: block;
	float: left;
	width: 46%;
	margin: 1rem 2%;
	padding: 0;
	text-align: center;
}
/*.categorias:last-child {
	margin-left: 25% !important;
}
.categorias:last-child {
	float: none !important;
	margin: 1rem auto;
	overflow:hidden;
}*/
.categorias img {
	display: block;
	width: 61%;
	margin: 0 auto;
	padding: 0;
}
.categorias a:link,
.categorias a:visited {
	color: #4D6D9A;
}
.categorias a:hover {
	color: #FFF;
	background-color: #4D6D9A;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.categorias a:link,
.categorias a:visited,
.categorias a:hover {
	display: inline-block;
	min-width: 40%;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.05rem;
	letter-spacing: 0;
	margin: 1em auto 0 auto;
	padding: 0.7em 1.4em;
	border: solid 1px #4D6D9A;
	/**/
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	-khtml-border-radius: 26px;
}
.krumbs {
	display: block;
	width: 97%;
	clear: both;
	float: left;
	font-size: 1.4rem;
	font-weight: 500;
	color: #4D6D9A;
	margin: 0.4em 0 0.7em 4%;
}
.krumbs a:link,
.krumbs a:visited {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: #4D6D9A;
	-webkit-text-decoration-color: #4D6D9A;
	text-decoration-thickness: 2px;
}
.krumbs a:hover {
	text-decoration: none;
}
.menu-cats ul {
	list-style: none;
	padding: 0 1em;
	margin: 0 1em;
}
.menu-cats li {
	padding-left: 0;
	list-style-type: none;
}
.menu-cats a:link,
.menu-cats a:visited {
	color: #4D6D9A;
	text-decoration: none;
}
.menu-cats a:hover {
	color: #FFF;
	background-color: #4D6D9A;
}
.menu-cats a:link,
.menu-cats a:hover,
.menu-cats a:visited {
	display: block;
	text-align: left;
	font-size: 1rem;
	padding: 0.4rem 1rem;
	text-decoration: none;
	border-bottom: dotted 1px #4D6D9A;
}
.menu-cats li:first-child {
	border-top: dotted 1px #4D6D9A;
}
.productos {
	box-sizing: border-box;
	width: 50%;
	float: left;
	margin: 0;
	border-bottom: dotted 1px #C0C8CB;
	min-height: 347px;
	font-family: 'Roboto Condensed', 'Arial-Narrow', Arial, Helvetica, sans-serif;
}
.productos:last-child {
	margin: 0 0 1em 0;
}
.productos img,
.recursos img {
	display: block;
	padding: 7px;
	text-align: center;
	margin: 0 auto;
}
.productos a:link,
.productos a:visited,
.recursos a:link,
.recursos a:visited {
	color: #4D6D9A;
}
.productos a:hover,
.recursos a:hover {
	color: #FFF;
	background-color: #4D6D9A;
}
.productos a:link,
.productos a:visited,
.productos a:hover,
.recursos a:link,
.recursos a:visited,
.recursos a:hover {
	display: block;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1.25;
	font-weight: 300;
	text-align: center;
 *text-transform: capitalize;
	letter-spacing: 0;
	padding: 0.5em 0;
}
.productos p {
	font-size: 0.9em;
	line-height: 1.1;
	text-align: left;
	margin-top: 0;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}
.productos p:hover {
	color: #FFF;
}
.prod-large img {
	display: block;
	width: 95%;
	max-width: 350px;
	padding: 2px;
	margin: 0 auto;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.prod-large img:hover {
	color: #FFF;
	background-color: #4D6D9A;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
p.desc {
	white-space: pre-wrap;
}
.colores {
	display: inline-block;
	max-width: 40px;
	margin: 0 0 0.4em 0.5em;
}
/* carrito starts */
.mensaje h3 {
	color: #390;
}
.mensaje-rojo h3 {
	color: #F00;
}
#carrito {
	text-align: right;
}
.cart_div {
 *float: right;
	font-weight: bold;
	position: relative;
	margin: 0 1em 0 1.5em;
}
.cart_div a {
	color: #000;
}
.cart_div a:hover {
	color: #F68B1E;
	text-decoration: none;
}
.cart_div span {
	color: #fff;
	font-size: 0.95rem;
	font-weight: 300;
	letter-spacing: -2px;
	line-height: 1;
	background-color: #F68B1E;
	padding: 4px;
	border: 1px solid #FFF;
	border-radius: 50%;
	position: absolute;
	top: -11px;
	left: 9px;
	width: 23px;
	height: 23px;
	text-align: center;
}
.table {
	min-width: 70%;
}
.table p {
	margin: 0;
	padding: 0;
}
.table tr {
	border-bottom: solid 1px #518AD3;
}
.table tr:last-child {
	border-bottom: none;
}
.table td {
	padding: 0.2em;
}
.table img {
	max-width: 77px;
}
.cart .remove {
	background: none;
	border: none;
	color: #FF3300;
	font-weight:700;
	cursor: pointer;
	padding: 0px;
}
.cart .remove:hover {
	text-decoration: underline;
}
.texto-enlinea1,
.texto-enlinea2 {
	text-align: left;
	display: inline;
}
.tachar h2 {
	font-size: 1rem;
	color: #999;
}
.tachar {
	color: #F00;
	text-decoration: line-through;
}
.pedir button,
.pedir input[type=button],
.pedir input[type=submit],
.pedir input[type=reset] {
	-webkit-appearance: none;
	display: inline-block;
	cursor: pointer;
	font-size: 1.4rem;
	font-weight: 300;
	color: #4D6D9A;
	background-color: #FFF;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding: 0.4em 1em;
	margin: 0 1em 0 0;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	border: 1px solid #4D6D9A;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.pedir button:hover,
.pedir input[type=button]:hover,
.pedir input[type=submit]:hover,
.pedir input[type=reset]:hover {
	-webkit-appearance: none;
	color: #FFF;
	background-color: #4D6D9A;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
/* carrito ends */
.subrayado {
	width: 50%;
	max-width: 140px;
	background-color: #846697;
	height: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
	margin: -0.5em 0 40px 15px;
}
#logotipos {
	text-align: center;
	margin: 2em 0 3em 0;
}
#logotipos img {
	display: inline-block;
	margin: 0.8em;
	max-width: 170px;
	max-height: 40px;
}
a.boton-rojo {
	text-decoration: none;
	-webkit-appearance: none;
	display: inline-block;
	cursor: pointer;
	border: none;
	color: #FFF;
	font-size: inherit;
	font-weight: 300;
	text-align: center;
	background-color: #CC0000;
	padding: 0.6em 1.2em;
	margin: 0.5em auto;
	border: solid 1px #4D6D9A;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	border-radius: 2em;
}
a.boton-rojo:hover {
	text-decoration: none;
	-webkit-appearance: none;
	background-color: #FFF;
	color: #CC0000;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
/* 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) {
.logo {
	width: 40%;
}
}
/* Landscape Layout: 568px to 768px. Landscape */
@media only screen and (min-width: 568px) and (orientation: landscape) {
.logo {
	width: 50%;
}
}
/* Desktop Layout: 768px to a max of 1110px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 768px) {
.logo {
	width: 40%;
}
.menu-emp a:link,
.menu-emp a:visited,
.menu-emp a:hover {
 *display: block;
	display: inline-block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #253777;
}
.categorias {
	width: 33.3333%;
	margin: 1rem 0 !important;
}
/***.categorias:last-child {
	margin-left: 33.3333% !important;
}***/
.categorias img {
	width: 61%;
}
}
/* Desktop Layout: 768px to a max of 1110px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.productos {
	width: 25%;
}
}
/* iPhone X */
@media only screen and (min-width: 812px) and (orientation: landscape) {
}

/* 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: 30%;
}
}

/* Desktop Layout: 1110px onwards Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 1366px) {
.logo {
	width: 35%;
}
.categorias {
	*width: 25%;
}
/***
.categorias:last-child {
	margin-left: 1% !important;
}
.categorias:nth-child(5n+1) {
	margin-left: 12.5% !important;
}**/
.categorias img {
	width: 47%;
}
.categorias a {
	font-size: 1.4rem;
	letter-spacing: 1px;
}
.productos {
	width: 16.6667%;
}
#slogan {
	font-size: 1.8em;
}

/* Mac Book Air: 1440 to 990px. Landscape */
@media only screen and (min-width: 1440px) and (orientation: landscape) {
}
