html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* slide */

* {box-sizing:border-box}

.stock_bajo{
    background: orange;
}
.stock_medio{
    background: yellow;
}
.stock_alto{
    background: green;
}
.stock_muybajo{
    background: red;
}
.art_stock_div {
    width: 85%;
    height: 8px;
    overflow: hidden;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    background: #CCCCCC;
}
.art_stock_div_barra{
    float:left;
    height:10px;
}
.art_stock_div_titulo {
    font-size: 0.6rem;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}
.slide-img{
float: left;
}

.img_fondo{
   width: 100%;
}

.slideshow-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 60vh;
  margin: 0 auto;
}

.mySlides {
  display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.slide-content {
  text-align: center;
position: absolute;
width: 100%;
top:5%;
}

.slide-content_box{
overflow: hidden;
background: rgba(51, 77, 153, 0.5);
height: 230px;
font-size: 1em;
min-height: 200px;
width: 50%;
min-width: 300px;
font-color: #FFF;
margin: 0 auto;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activo, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/** fin slide **/
.header_user{
position: absolute;
right: 80px;
top: 10px;
}
#busca_art2{
padding: 10px 10px; 
line-height: 28px;
width: 200px;
color: #000000;
}
.cabecera_pf{
height: 220px;
float: left;
width: 45%;
text-align: center;
}
.datos_pf{
font-size: 0.8em;
}
.info_referido{
    text-align: center;
    font-size: 0.8rem;
    color: red;
    font-weight: bold;
    font-style: italic;
}

.etiqueta_principal{
    font-weight: bold;
    font-style: italic;
    border-bottom: 1px solid #CCC;
}
.tabla_pedido thead{
background-color: #72B8E1;
width: 100%;
font-weight: bold;
font-size: 0.9rem;
text-transform: uppercase;
}

#nota_web{
background: #EEEFFF;
}
.logotop{
float: left;
position: relative;
}
.header_busca{

padding-left: 15px;
position: relative;
width: 250px;
text-align: center;
margin: 0px auto;
}

#principal{
padding: 0px 0px 0px 0px;
overflow: hidden;
}
.ver_famili{
height: 0px;
}

.top_familias{
height: 80px;
background: #5c85d6;
text-align: center;
font-size: 4rem;
margin-top: 0px;
padding-top: 0px;
color: #FFF;
cursor: pointer;
position: fixed;
top: 100px;
width: 100%;
z-index: 15000;
display:none;
}

#carro_ok{
position: fixed;
top:-80px;
width: 100%;
display:none;
}
.total_tasas{
    font-size: 0.9rem;
    margin-top: 10px;
}

.modalbox2{
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    color: #000;
    border: 4px solid rgba(92, 133, 214, 0.5);
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}

.modalbox2:hover{
    -webkit-box-shadow: 10px 10px 29px -6px rgba(0,0,0,0.85);
    -moz-box-shadow: 10px 10px 29px -6px rgba(0,0,0,0.85);
    box-shadow: 10px 10px 29px -6px rgba(0,0,0,0.85);
    border: 4px solid rgba(92, 133, 214, 0.9);
}

.modalbox2 span{
    background-color: rgba(92, 133, 214, 0.5);
    width: 100%;
    height: 30px;
    display: block;
    padding: 0px 0px 0px 0px;
    padding-top: 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    padding-top: 8px;
}

.columna_x{
display: none;
width: 0%
}
.cierra_boton{
    float: right;
    padding: 10px 15px 10px 15px;
    border: 1px solid #FFF;
    border-radius: 20px;
    background: red;
    text-align: center;
    margin: 10px;
}

.totalpuntos{
    border: 0px;
    color: red;
    font-size: 1rem;
}

.cierra_boton:hover{
cursor: pointer;
}

.backpre{
width: 100%;
text-align: center;
}

.acepto_condiciones{
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
padding: 10px;
}
.comentario_noticia{
    border-top: 1px dotted #CCCCCC;
    float: left;
    width: 100%;
}
.data_coment_top{
float: right;
font-size: 0.8rem;
}
.data_coment{
float: left;
font-size: 0.9rem;
font-style: italic;
}

.item_:hover{
    cursor:pointer;
}
.item_number{
    border-radius: 50px;
    background-color: rgba(249, 233, 0, 0.5);
    width: 45px;
    font-size: 0.8rem;
    height: 35px;
    text-align: center;
    padding-top: 8px;
}

.item_{
float: left;
margin-right: 20px;
text-align: center;
}

.item_:hover{
color: blue;
}
.item_ i{
font-size: 2rem;
}

a:link{
/*    color: inherit;*/
}

.redes_sociales{
    margin: 5px 5px 5px 5px;
    color: #000000;
    float: left;
    width: 100%;
}

.tope_{
float: left;
margin: 5px 5px 5px 5px;
}
.news_right{
}

.noti_individual{
    float: left;
    width: 100%;
/*    margin-top: solid 1px #FFFFFF;*/
    word-break: break-word;
    word-wrap: break-word;
}

.noti_titulo_grande{
    font-size: 1.5rem;
    color: red;
    font-weight: bold;
    font-stretch: ultra-condensed;
    font-variant-caps: all-small-caps;
    text-transform: capitalize;
    text-align: justify;
}

.fondo_opiniones{
    background: white;
    margin: 5px 5px 5px 5px;
    border-radius: 10px;
    padding: 5px 55px 5px;
}

#scb{
overflow-y: auto;
height: 90%;
}
    #opiniones{
	float: left;
	display: block;
	text-align: center;
	padding-bottom: 20px;
	margin-left: 36px;
    }

    #novedades, #topventas,#liquidaciones {
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	padding-bottom: 20px;
	margin-left: 36px;
    }

.opinioneswalk {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    background: linear-gradient(to right bottom, #9ecdff, #7640f0a8);
    border-radius: 0;
    flex-direction: column;
    flex: 0 0 auto;
    font-size: 14px;
    min-height: 400px;
    height: 350px;
    overflow: hidden;
    transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    max-width: 300px;
    z-index: 1000;
    border-radius: 20px;
}
.noti_titulo{
    font-size: 1rem;
    color: red;
    font-weight: bold;
    font-stretch: ultra-condensed;
    font-variant-caps: all-small-caps;
    text-transform: capitalize;
    text-align: justify;
}

.noti_lee_mas{
    float: right;
    padding-right: 10px;
    margin-top: 10px;
}

.foto_noti{
float: left;
padding: 3px;
margin: 0px 10px 5px 0px;
background: #fff;
border: 1px solid #eeefff;
overflow: hidden;
max-width: 150px;
}

.noti_breve{
}

.fecha_noti {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    text-align: left;
    font-size: 0.9rem;
    color: #000000;
}

#overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1999;
    background: rgba(255,255,255,0.8) url("/imagenes/web/loading.png") center no-repeat;
background-size: 100px 100px;
}


.separador_lista{
float: left;
width: 100%;

}
.news_titulo{
    text-align:center;
    font-weight: bold;
    font-size: 1.4rem;
color: #FFFFFF;
}

.news_list ul li{
    padding-top: 3px;
    padding-bottom: 3px;
    background: linear-gradient(to right bottom, #9ecdff, #7640f0a8);
    padding-left: 5px;
    font-size: 1rem;
    color: #FFFFFF;
    border-top: 1px solid #000000;
}

.news_list ul li:hover{
background: linear-gradient(to right bottom, #7640f0,#9ecdff);
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
cursor: pointer;
}

.news_left{
    float: left;
    opacity: 1;
    transform: translateY(0);
    border-radius: 20px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    background: linear-gradient(to right bottom, #9ecdff, #7640f0a8);
    border-radius: 0;
    font-size: 14px;
    overflow: hidden;
    transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 310px;
}

.top_right_slider{
    width: 100%;
    position: absolute;
    top: 0px; right: 0px;
    animation: mymove 3s 1;
}

.top_right_slider img{
    width: 100%;
}

@keyframes mymove {
  from {right: -400px;}
  to {right: -0px;}
}

@keyframes myfirst {
  0%   {background: red; left: 0px; top: 0px;}
  25%  {background: yellow; left: 200px; top: 0px;}
  50%  {background: blue; left: 200px; top: 200px;}
  75%  {background: green; left: 0px; top: 200px;}
  100% {background: red; left: 0px; top: 0px;}
}

#medio{
font-size: 0.8em;
margin-top: 103px;
}

.info_puntos_fidelidad{
text-align: center;
}
/************ slider principal ****/

.box_slider{
    margin-bottom: 40px;
}


/* Footer */
	#footer .icons {
		color: #aaaaaa;
	}

	#footer .copyright {
		color: #aaaaaa;
		font-family: "Raleway", Helvetica, sans-serif;
		font-size: 0.5em;
		font-weight: 400;
		letter-spacing: 0.25em;
		text-transform: uppercase;
	}

	body.single #footer {
		text-align: center;
	}

	#menu {
		-moz-transform: translateX(-250em);
		-webkit-transform: translateX(-250em);
		-ms-transform: translateX(-250em);
		transform: translateX(-250em);
		-moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
		-webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
		-ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
		transition: transform 0.5s ease, visibility 0.5s;
		-webkit-overflow-scrolling: touch; 
		background: #ffffff;
		border-left: solid 1px rgba(160, 160, 160, 0.3);
		box-shadow: none;
		height: 100%;
		max-width: 100%;
		overflow: auto;
		position: fixed;
	left: 0px;
		top: 0px;
		display: none;
		width: 25em;
		z-index: 10002;
	}

		#menu > * {
			border-top: solid 1px rgba(160, 160, 160, 0.3);
			padding: 3em;
		}

			#menu > * > :last-child {
				margin-bottom: 0;
			}

		#menu > :first-child {
			border-top: 0;
		}

		#menu .links {
			list-style: none;
			padding: 0;
		}

			#menu .links > li {
				border: 0;
				border-top: dotted 1px rgba(160, 160, 160, 0.3);
				margin: 1.5em 0 0 0;
				padding: 1.5em 0 0 0;
			}

				#menu .links > li a {
					display: block;
					border-bottom: 0;
				}

					#menu .links > li a h3 {
						-moz-transition: color 0.2s ease;
						-webkit-transition: color 0.2s ease;
						-ms-transition: color 0.2s ease;
						transition: color 0.2s ease;
						font-size: 0.7em;
					}

					#menu .links > li a p {
						font-family: "Raleway", Helvetica, sans-serif;
						font-size: 0.6em;
						font-weight: 400;
						letter-spacing: 0.25em;
						margin-bottom: 0;
						text-decoration: none;
						text-transform: uppercase;
					}

					#menu .links > li a:hover h3 {
						color: #2ebaae;
					}

#menu .links > li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.iconos_top{
font-size: 2.5rem;
margin-top: 12px;
margin-left: 10px;
margin-right: 10px;
}

.icono_youtube{
    color: rgba(255, 0, 0, 1);
    background-color: #FFFFFF;
}
.icono_twitter{
    color: rgba(0, 86,255, 1);
}
.icono_facebook{
    color: rgba(92, 133, 214, 0.7);
}
.icono_instagram{
    color: rgba(255, 153, 0,1);
}
.usr_data_top, .info_data_top{
float: left;
border-left: 1px solid #CCC;
padding-left: 0px;
padding-right: 5px;
}
.usr_data_top {
line-height: normal;
margin-top: 5px;
font-size: 0.8rem;
}


.GDP_carro{
float: right;
padding-left: 10px;
padding-right: 10px;
color: #000000;
}

.boton_busca{
position: absolute;
top: 0;
right: 0;
height: 50px;
line-height: 46px;
text-align: center;
width: 65px;
text-align: center;
color: #fff;
border-radius: 0 30px 30px 0;
padding: 0;
border: 0;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-ms-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
background-color: #c92327;
}

.icono_carro{
    font-size: 2rem;
    position: absolute;
    right: 0px;
    padding-right: 25px;
    top: 40px;
}
.usr_data_top b{
    text-transform: uppercase;
}
.top_main{
width: 100%;
color: #FFFFFF;
/*height: 60px;
background: rgba(107,179,227,1);
background: -moz-linear-gradient(top, rgba(107,179,227,1) 0%, rgba(107,179,227,1) 88%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(107,179,227,1)), color-stop(88%, rgba(107,179,227,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(107,179,227,1) 0%, rgba(107,179,227,1) 88%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(107,179,227,1) 0%, rgba(107,179,227,1) 88%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(107,179,227,1) 0%, rgba(107,179,227,1) 88%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(107,179,227,1) 0%, rgba(107,179,227,1) 88%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb3e3', endColorstr='#ffffff', GradientType=0 );
*/
overflow:hidden;
}


.tituloweb{
/*    margin-top: 0px;
    font-size: 14pt;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    height: inherit;
    line-height: inherit;
    white-space: nowrap;
    color: #3c3b3b;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 800;
    letter-spacing: 0.25em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
*/
}

.carro_icono{
   text-decoration: none;
   border-bottom: 0;
   color: #aaaaaa;
   overflow: hidden;
   position: relative;
   text-indent: 4em;
   width: 4em;
}

.inputboton_menos, .inputboton_mas{
border: 1px solid;
line-height: 0px;
text-decoration: none;
font-weight: 600;
font-size: 25px;
color: #ffffff;
background-color: #1883ba;
border-radius: 6px;
border: 2px solid #0016b0;
height: 45px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 45px;
}


#headers .link ul li:hover > ul, #headers .link ul li a ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

/**** noticias menus */
.shot{
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
max-width: 290px;

}
.titulo_noticias{
text-align: center;
font-weight: bold;
color: #fff;
padding-top: 5px;
font-size: 1.7rem;
}
.open-walkthrough {
  border: 0;
  background: #5da3f2;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  height: 40px;
  width: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -60px;
}
.logo img{
    width: 100%;
    height: 100%;
}

.walkthrough {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    background: linear-gradient(to right bottom, #9ecdff, #7640f0a8);
    border-radius: 0;
    display: none;
    flex-direction: column;
    flex: 0 0 auto;
    font-size: 14px;
    min-height: 400px;
    height: 350px;
    overflow: hidden;
    transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    max-width: 250px;
    z-index: 1000;
    border-radius: 20px;
}
.walkthrough.show2 {
  display: flex;
  opacity: 0;
  transform: translateY(72px);
}
.walkthrough.reveal {
  opacity: 1;
  transform: translateY(0);
border-radius: 20px;

}
.walkthrough .walkthrough-body {
  align-items: center;
  display: flex;
  flex: 1;
  text-align: center;
}
.walkthrough .walkthrough-body .prev-screen,
.walkthrough .walkthrough-body .next-screen {
  align-self: stretch;
  background: none;
  border: 0;
  margin-top: 70px;
  color: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 3rem;
  opacity: 1;
  outline: none;
  padding: 16px;
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1000;
}
.walkthrough .walkthrough-body .prev-screen:hover, .walkthrough .walkthrough-body .prev-screen:active,
.walkthrough .walkthrough-body .next-screen:hover,
.walkthrough .walkthrough-body .next-screen:active {
  color: white;
  transform-origin: center;
}
.walkthrough .walkthrough-body .prev-screen:disabled,
.walkthrough .walkthrough-body .next-screen:disabled {
  opacity: 0;
}
.walkthrough .walkthrough-body .prev-screen {
  order: 1;
}
.walkthrough .walkthrough-body .next-screen {
  order: 3;
}
.walkthrough .walkthrough-body .screens {
  flex: 1;
  align-self: stretch;
  position: relative;
  margin: 0 -16px;
  padding: 0;
  order: 2;
}
.walkthrough .walkthrough-body .screens .screen {
  position: absolute;
  list-style-type: none;
}
.walkthrough .walkthrough-body .media {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 20px;
 max-height: 200px;
 max-width: 200px;

  margin-left: 10px;

}
.walkthrough .walkthrough-body h3 {
font-size: 0.7rem;
line-height: 1.4em;
text-transform: uppercase;
letter-spacing: 0.15em;
color: yellow;
height: 60px;
overflow: hidden;
}
.walkthrough .walkthrough-body p {
  line-height: 1.6em;
  font-size: 0.8rem;
  margin-top: 16px;
font-weight: bold;
  padding-top: 0;
  color: rgba(255, 255, 255, 0.9);
}
.walkthrough .walkthrough-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
/*  margin-top: 24px;*/
    display:none;
}
.walkthrough .walkthrough-pagination .dot {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  height: 8px;
  margin: 0 4px;
  transform: scale(0.75);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 8px;
}
.walkthrough .walkthrough-pagination .dot.active {
  background: white;
  transform: scale(1);
  transition-delay: 0.4s;
}
.walkthrough .walkthrough-footer {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-around;
  padding: 0;
}
.nj_precio{
clear:both;
font-size: 1.8rem;
color: red;
z-index: 200;
font-family: Arial;
font-weight: bold;
text-transform: uppercase;
position: absolute;
left: 0px;
bottom: -40px;
}

.nj_precioPVP{
padding: 0px 0px 0px 0px;
font-size: 0.8rem;
text-decoration: line-through;
position: absolute;
right: 0px;
bottom: -40px;
}
.walkthrough .walkthrough-footer button {
  height: 40px;
  border: 0;
  background: #5da3f2;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border-radius: 0;
  color: white;
  flex: 1;
  font-size: 12px;
  margin: 0;
  outline: 0;
  padding: 12px;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
.walkthrough .walkthrough-footer button:hover {
  background: #6babf3;
}
.walkthrough .walkthrough-footer button:active {
  background: #5da3f2;
}
.walkthrough .walkthrough-footer button:disabled {
  cursor: pointer;
}
.walkthrough .walkthrough-footer button.finish {
  background: #3e94f5;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.walkthrough .walkthrough-footer button.finish:hover {
  background: #4d9cf6;
}
.walkthrough .walkthrough-footer button.finish:active {
  background: #3e94f5;
}
.walkthrough .walkthrough-footer button.finish.active {
  transform: scale(1, 1);
  opacity: 1;
}
.walkthrough .screens {
  margin: 0;
}
.walkthrough .screens .media .status-badge {
  left: 136px;
  opacity: 0;
  position: absolute;
  top: 104px;
  transform: scale(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: 0.6s;
}
.walkthrough .screens .media .status-badge i {
  display: inline;
}
.walkthrough .screens .media.logo .logo {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(-260px);
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
/*  width: 200px;
  height: 200px;*/
overflow: hidden;
border-radius: 10px;
}
.walkthrough .screens .media .icon {
  position: absolute;
  opacity: 0;
  transform: translateY(-372px);
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 132px;
  left: 48px;
  top: 32px;
}
.walkthrough .screens .media.bars .icon {
  transform: translate(40px, 20px);
}
.walkthrough .screens .media.bars .icon:nth-of-type(2) {
  transform: scale(0.25);
  transform-origin: 30% 54%;
}
.walkthrough .screens .media.bars .icon:nth-of-type(3) {
  transform: scale(0.25);
  transform-origin: 30% 40%;
}
.walkthrough .screens .media.bars .icon:nth-of-type(4) {
  transform: scale(0.25);
  transform-origin: 30% 26%;
}
.walkthrough .screens .media.files .icon {
  transform: translate(40px, 20px);
}
.walkthrough .screens .media.comm .icon {
  transform: scale(0.25);
  transform-origin: 29% 73%;
}
.walkthrough .screens .media.comm .icon:nth-child(2) {
  transform-origin: 66% 85%;
}
.walkthrough .screens .screen {
  opacity: 0;
  position: absolute;
  transform: translateX(-302px);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.walkthrough .screens .screen.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 0.4s;
}
.walkthrough .screens .screen.active ~ .screen {
  opacity: 0;
  transform: translateX(-372px);
}
.walkthrough .screens .screen.active .media .status-badge {
  opacity: 1;
  transform: scale(1.75);
}
.walkthrough .screens .screen.active .media.logo .logo {
  opacity: 0.8;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.walkthrough .screens .screen.active .media.logo .status-badge {
  transition-delay: 1s;
}
.walkthrough .screens .screen.active .media.books .icon {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.walkthrough .screens .screen.active .media.books .icon:nth-child(2) {
  transition-delay: 0.725s;
}
.walkthrough .screens .screen.active .media.books .icon:nth-child(3) {
  transition-delay: 0.85s;
}
.walkthrough .screens .screen.active .media.books .status-badge {
  transition-delay: 1.4s;
}
.walkthrough .screens .screen.active .media.bars .icon {
  opacity: 1;
  transform: translate(0) scale(1);
  transition-delay: 0.6s;
}
.walkthrough .screens .screen.active .media.bars .icon:nth-child(2) {
  transition-delay: 1.05s;
}
.walkthrough .screens .screen.active .media.bars .icon:nth-child(3) {
  transition-delay: 0.925s;
}
.walkthrough .screens .screen.active .media.bars .icon:nth-child(4) {
  transition-delay: 0.8s;
}
.walkthrough .screens .screen.active .media.files .icon {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
.walkthrough .screens .screen.active .media.files .icon:nth-child(3) {
  transition-delay: 0.8s;
}
.walkthrough .screens .screen.active .media.files .icon:nth-child(2) {
  transition-delay: 0.7s;
}
.walkthrough .screens .screen.active .media.files .icon:nth-child(1) {
  transition-delay: 0.6s;
}
.walkthrough .screens .screen.active .media.files .status-badge {
  transition-delay: 1.6s;
}
.walkthrough .screens .screen.active .media.comm .icon {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.6s;
}
.walkthrough .screens .screen.active .media.comm .icon:nth-child(2) {
  transition-delay: 0.8s;
}
.walkthrough .screens .screen.active .media.comm .status-badge {
  transition-delay: 1.6s;
}

/*****fin css noticias y novedades*******/



.art_lodeseo{
    color: red;
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 2rem;
    display: none;
}

.art_lodeseo2{
    color: red;
    font-size: 3rem;
    display: none;
}

.visible{
    display:block;
}

/*** revision por aqui voy **/
.modi_admin{
    position: relative;
    float: right;
/*
    height: 40px;
    width: 40px;
*/
    overflow: hidden;
    top:   0px;
    left: 0px;
    z-index: 10100;
}

.art_ver_info{
    color: red;
    position: absolute;
    right: 30px;
    top: -70px;
    font-size: 1.8em;
    background-color: #FFFFFF;
    border-radius: 30px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.art_ver_info:hover{
cursor: pointer;
color: orange;
-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.votos span{
float: left;
margin: 8px 8px 8px 8px;
background-color: beige;
padding: 10px 10px 10px 10px;
border-radius: 5px;
}

.naranja{
color: orange;
}
.negro{
color: #000000;
}

#ver_filtros i{
font-size: 3rem;
}
#ver_filtros:hover{
cursor:pointer;
}
.bgg_modal{
margin: 10px 10px 10px 10px;
}
.art_encontrados{ 
   font-size: 0.7rem;
    line-height: 0.5rem;
}
.img_bgg{
width:250px;
height: 250px;
overflow: hidden;
}
.img_bgg img{
max-width: 250px;
max-height: 250px;
}
.opc_ludo{
font-size: 80px;
font-stretch: ultra-condensed;
}

.cierra_izq{
float: left;
font-size: 2.5rem;
font-weight: bold;
line-height: 20px;
color: #858585;
cursor: pointer;
height: 50px;
width: 50px;
overflow: hidden;
margin: 0px 0px 0px 0px;
border-radius: 20px;
color: #000000;
color:-color: #FFFFFF;
border: 1px solid #000000;
text-align: center;
padding-top: 15px;
}
.cierra_izq:hover{
color:-color: rgba(92, 133, 214, 0.8);
}

#opc_bgg {
text-align:center;
    -moz-transform: translateX(-25em);
    -webkit-transform: translateX(-25em);
    -ms-transform: translateX(-25em);
    transform: translateX(-25em);
    -moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
    -webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
    -ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
    transition: transform 0.5s ease, visibility 0.5s;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
    background: #ffffff;
    border-right: solid 1px rgba(160, 160, 160, 0.3);
    box-shadow: none;
    max-width: 100%;
    overflow: auto;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
height:100vh;
    z-index: 10005;
    display: none;
    background-color: rgba(92, 133, 214, 0.8);
}

.rojo{
    color: red;
}

.titulo_ludo{
    font-size: 0.9rem;
}

.opc_misdatos{
    position: relative;
    float: left;
    display: block;
    opacity: 9;
    -moz-box-sizing: border-box;
    width: 150px;
    height: 150px;
    z-index: 3;
    margin: 5px 5px 5px 5px;
    z-index: 100;
    text-align: center;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-shadow: none;
    border: 5px dashed rgba(0, 0, 0, 0.1);
    transition: opacity 0.2s ease-in-out 0s;
    overflow: hidden;
    background-color: rgba(92, 133, 214, 0.4);
    font-size: 0.7em;
    border-radius: 20px;
}

.icono_grande{
    font-size: 2.9rem;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
}
.opc_misdatos:hover{
    border: 5px dashed rgba(0, 0, 0, 0.8);
}

.cab_misdatos {
    width: 100%;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 0px;
    z-index: 2;
    background: rgba(92, 133, 214, 0.1);
    height: 60px;
}

.des_misdatos {
    font-size: 12px;
    text-align: center;
    position: absolute;
    color: blue;
    bottom: 5px;
    margin-left: 5px;
}

.carro_top {
    margin: 20px 40px 30px 0px;
    float: left;
}
.usr_online_global{
width: 100%;
margin-top: 10px;
margin-bottom: 40px;
float: left;
}
.usr_online{
float: left;
margin: 0px 10px 0px 10px;
background-color: cornflowerblue;
color: aliceblue;
padding: 5px 5px 5px 5px;
border-radius: 12px;
}

.carro_top_tpro {
    float: right;
    position: absolute;
    right: 30px;
    top: -16px;
    font-size: 0.9rem;
    padding-top: 35px;
}
.ludo_art{
font-size: 0.7rem;
}
.juego_titulo {
    float: left;
    color: cornflowerblue;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    width: auto;
}
.img_ludo{
float: left;
}

.facebook{
   width: 48px;
   height: 48px;
   color: cornflowerblue;
   float: left;
}

.twitter{
   width: 48px;
   height: 48px;
   color: cornflowerblue;
   float: left;
}

.pinterest{
   width: 48px;
   height: 48px;
   color: cornflowerblue;
   float: left;
}

.top_ma{
text-align: center;
}

.info_act_pedido{
font-size: 0.8rem;
font-weight: lighter;
color: red;
}

.boton_cierra{
float: right;
font-size: 2.5rem;
font-weight: bold;
line-height: 20px;
color: #858585;
cursor: pointer;
height: 50px;
width: 50px;
overflow: hidden;
margin: 0px 0px 0px 0px;
border-radius: 20px;
border: 1px solid #000000;
text-align: center;
padding-top: 15px;
margin-right: 20px;
background: red;
color: #FFF;
}


#lbmodi{
width: 100%;
z-index:9998;
color: #000;
}

.height{
height: 100%;
overflow: auto;
}
.limite{
color: red;
font-weight: 700;
text-align: center;
}
.fidelizacion, .portes_gratis{
background: brown;
color: bisque;
text-align: center;
}
.ludo_info{
color: red;
font-weight: 700;
}
.art_imagen img, .art_stock img, .art_stock2 img, .col1 a img, .show img{
max-width: 100%;
}
.nologin_info{
text-align: center;
background: blanchedalmond;
font-size: 1rem;
color: black;
border: 1px solid cornflowerblue;
width: 300px;
margin: 0px auto;
    margin-bottom: 0px;
padding: 10px 10px 10px 10px;
border-radius: 25px;
margin-bottom: 10px;
}
.crea_cuenta_carro{
text-align: center;
}

.carro_titulo{
text-align: center;
font-size: 1rem;
line-height: 15px;
font-weight: 800;

}
.sele_pago, .datos_send{
background-color: rgba(92, 133, 214, 0.2);
    font-size: 0.9rem;
    font-weight: 800;
}
.precios_box{
background-color: rgba(255, 255, 244, 1);
margin: 0 auto;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.total_final_carro{
text-align: center;
font-weight: 700;
font-size: 1.5rem;
}
.final{
text-align: center;
margin-top: 20px;
}
.total_paar{
font-size: 2rem;
margin-top: 20px;
color: red;
}
.misdatos{
width: 300px;
}
.avatar{
float: left;
width: 80px;
border-radius: 20px;
border: 1px solid;
overflow: hidden;
}
.avatar img{
width: 100%;
float: left;
}
.img_item{
margin: 5px 5px 5px 5px;
float: left;
}
.avatar_titulo{
    TEXT-ALIGN: CENTER;
    FONT-SIZE: 1.5REM;
    FONT-WEIGHT: BOLD;
    MARGIN: 10PX 10PX 10PX 10PX;
}
.art_pvp{
text-align: center;
}

.ver_artdtoporciento_grande{
background: brown;
color: #fff;
font-weight: 600;
font-size: 1rem;
text-transform: uppercase;
display: inline-block;
overflow: hidden;
z-index: 999;
position: absolute;
height: 45px;
overflow: hidden;
font-size: 0.7rem;
direction: ltr;
box-shadow: 2px 2px 8px 0 rgba(0,0,0,.5);
border-radius: 2px;
border: 1px solid rgba(0,0,0,.125);
background:rgba(92, 133, 214, 0.7);
}

#art_nocomprar_1{
width: 400px;
float: left;
color: red;
}

.carro_add{
clear: both;
float: left;
width: 80px;
height: 100px;
}

.art_comprados2{
width: 30px;
height: 30px;
float: left;
background-color: #FFFFFF;
border: 1px solid #000000;
top: -30px;
position: relative;
z-index: 1000;
font-size: 10px;
border-radius: 25px;
font-size: 1rem;
text-align: center;
}

.bloque_info3{
float: left;
width: 100%;
}
.art_stock2{
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 80px;
}
.art_stock_grande{
float: left;
overflow:hidden;
width: 100px;
}
.art_miprecio{
color: teal;
font-size: 2rem;
text-align: center;
padding-left: 100px;
}

.iva_incluido{
text-align: center;
font-size: 0.9rem;
margin-top: 0px;
}
.fecha_art{
font-size: 1rem;
font-style: normal;
font-weight: lighter;
font-stretch: condensed;
-webkit-text-stroke: 0px;

}
.descripcion{
font-family: serif;
font-size: 1.1rem;
color: #000;
line-height: 24px;
font-weight: 400;
letter-spacing: 0.7px;
text-align: justify;
}

.familias_link{
font-size: .8rem;
}

.info_data_art{
width: 100%;
height: 160px;
overflow: hidden;
float: left;
font-family: 'Roboto Slab',serif;
font-size: 1rem;
color: #000;
font-weight: 400;
letter-spacing: .1rem;
background-color: aliceblue;
}

.info_ludoteca{
    float: left;
    width: 25%;
    display: block;
}

.art_grande_sinstock {
    position: absolute;

    height: 150px;
    width: 150px;
    overflow: hidden;
    top: 150px;
    right: 0px;
    z-index: 801;
}

.art_titulo_box{
font-size: 1.5rem;
background-color: rgba(92, 133, 214, 0.2);
padding: 10px 10px 10px 10px;
font-weight: bold;
text-align:center;
color: #000000;
}

.oferta_grande {
    position: absolute;
    height: 5rem;
    width: 5rem;
    overflow: hidden;
    top: 160px;
    left: 300px;
    z-index: 999;
}
.novedad_grande {
    position: absolute;
    overflow: hidden;
    z-index: 802;
    height: 8rem;
    width: 8rem;
    top: 0px;
    left: 0px;
}

.boxautosize {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#art_box_contenido{
width: 100%;
margin:5px 5px 5px 5px;
position: relative;
max-width: 100%;
margin-bottom: 1.5625rem;
display: block;
min-height: 400px;
}
.art_box_izq{
width: 30%;
position: relative;
float: left;
min-width: 378px;
overflow: hidden;
}
.art_box_der{
width: 60%;
float:left;
margin-left: 20px;
}
.adiosflex{
clear: both;
}
.producto_imgs{
text-align: center;
align-content: center;
width: 100%;
margin: 8px 8px 8px 8px;
}

.img_principal{
width: 100%;
}


.cabefo{
font-size: 1rem;
font-weight: 700;
font-family: helvetica;
line-height: 1.5;
text-align:center;

}
.vfooter1{
width: 100%;
float: left;
}
.vfooter0{
/*margin-top: 25px;
background-color: rgba(92, 133, 214, 0.7);
padding-top: 30px;
padding-bottom: 30px;
overflow: hidden;
color: #FFFFFF;
box-shadow: 5px 5px 25px #FFF;
*/
margin-top: 25px;
background-color: rgba(92, 133, 214, 0.7);
padding-top: 30px;
padding-bottom: 30px;
overflow: hidden;
color: #FFFFFF;
box-shadow: 5px 5px 25px #FFF;
background-image: linear-gradient(153deg, #5c85d6, #e0e8ff);
clip-path: polygon(0% 9.3%, 100% 0%, 100% 100%, 0% 100%);
padding-left: 15px;
padding-right: 15px;
z-index: 999;
padding-top: 85px;
border: 0;
}

.vft0{
float: left;
width: 33%; 
text-align: center;
}

.vft1{
float: left;
width: 33%; 
text-align: left;
padding: 0px 10px 0px 10px;
}

.vft2{
float: left;
width: 33%; 
text-align: left;
}

.vft3{
float: left;
width: 100%; 
text-align: center;
}

.carro_izq{
    float: left;
    width: 50%;
    margin-bottom: .75rem;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.125);
    direction: ltr;
    font-family: Noto Sans,sans-serif;
    font-size: 1rem;
    color: #232323;
    line-height: 1.25em;
    margin-left: 20px;
}

.art_comprados{
width: 30px;
height: 30px;
float: left;
background-color: #FFFFFF;
border: 1px solid #000000;
top: -50px;
position: relative;
z-index: 1000;
font-size: 1rem;
border-radius: 25px;
}

.pedidos_comprados{
width: 30px;
height: 30px;
float: right;
background-color: #FFD700;
border: 1px solid #000000;
top: -50px;
position: absolute;
z-index: 1000;
font-size: 1rem;
border-radius: 25px;
left: 0px;
top: 0px;
}

#carro_derecha{
    float: left;
    width: 45%;
    margin-bottom: .75rem;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
border-radius: 0;
border: 1px solid rgba(0,0,0,.125);
direction: ltr;
font-family: Noto Sans,sans-serif;
font-size: 0.8rem;
color: #232323;
line-height: 1.25em;
padding: 10px 10px 10px 10px;
margin-left: 40px;
}
.separa{
margin-top: 10px;
border-top: 1px solid burlywood;
}

.separador{
margin: 0;
border-color: rgba(0,0,0,.25);
}

.carro_items{
list-style: none;
padding-left: 0;
margin-bottom: 0;
}

.precio_cliente{
margin-top: 20px;
text-align: center;
font-size: 2rem;
font-weight: bold;
}
.ivaincluido{
text-align: center;
font-size: 0.75rem;
}
.preciopvpcarro{
text-decoration:line-through;
font-size: 1.5rem;
color: cadetblue;
}
.condescuento{
background: #f39d72;
color: #fff;
font-weight: 600;
padding: .3125rem .625rem;
font-size: 1rem;
margin-left: .625rem;
text-transform: uppercase;
display: inline-block;
}

.line_item{
margin-bottom: 0;
}

pre{
display: block;
margin-top: 0;
margin-bottom: 1rem;
font-size: 90%;
color: #373a3c;
}

.carro_der_pago{
text-align:center;
}
.grid_producto{

}
.col1_2{
padding-right: 15px;
padding-left: 15px;
vertical-align: middle;
max-width: 100%;
float: left;
width: 150px;
position: relative;
min-height: 1px;
background-color: #FFFFFF;

}
.col1{
    vertical-align: middle;
    max-width: 100%;
    float: left;
    width: 25%;
    position: relative;
    min-height: 1px;
    background: #FFFFFF;
    min-height: 150px;
}

.col1 img{
vertical-align: middle;
border-style: none;
}

.col2{
float: left;
width: 45%;
max-width: 45%;
min-height: 150px;
}


.col3{
float: right;
position: relative;
min-height: 150px;
width: 140px;
}

.precio_prod_info{
text-align:center;
}

.nombre_prod{
padding: 0;
margin-bottom: 10px;
line-height: inherit;
text-align: left;
white-space: inherit;
color: #232323;
text-align: right;
font-size: 1rem;
touch-action: manipulation;
text-align: center;
}


.col3a{
    overflow: hidden;
float: left;
}

.col3b{
float: left;
    font-size: 1.3rem;
}

.col3c{
clear:both;
float: left;
margin-left: 30px;
}


.row{
    /*
    margin-right: -15px;
    margin-left: -15px;
    */
}


.new_line::after{
    content: "";
    display: table;
    clear: both;
}

.input_spin{
    width: auto;
    float: left;
    display: inline-block;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate;
}

.boxspin_input{
display: block;
border-radius: 0;
color: #232323;
background-color: #fff;
height: 60px;
padding: .175rem .5rem;
width: 3rem;
border: 1px solid rgba(0,0,0,.25);
float: left;
position: relative;
z-index: 2;
float: left;
margin-bottom: 0;
font-size: 1rem;
line-height: 1.25;
text-align: center;
}

.inputupdown{
color: #232323;
width: auto;
float: left;
position: relative;
white-space: nowrap;
border-collapse: separate;
}

.botonup,.botondown{
border-radius: 0;
display: block;
float: none;
width: 100%;
max-width: 100%;
padding: 8px 10px;
margin-left: -1px;
position: relative;
background-color: #fff;
border: 1px solid rgba(0,0,0,.25);
height: 30px;
-webkit-appearance: button;
font-weight: 700;
line-height: 0;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1rem;
font-size: 1.8rem;
}


/*       fin de carro de compra */

.artdtoporciento{
line-height : 20px;

color: #fff;
font-weight: 700;
font-size: 1rem;
text-transform: uppercase;
display: inline-block;
top: 225px;
left: 0px;
overflow: hidden;
z-index: 999;
position: absolute;
width: 100px;
overflow: hidden;
font-size: 0.9rem;
box-shadow: 2px 2px 8px 0 rgba(0,0,0,.5);
border-radius: 2px;
border: 1px solid rgba(0,0,0,.125);
background:rgba(92, 133, 214, 0.7);
direction: ltr;
}

.art_bl{
width: 99%;
padding: 10px 0 0px 0;
font-size: 1.5rem;
font-family: arial;
font-weight: bold;
height:75px;
overflow: hidden;
text-align: center;
margin: 0px auto;
}

.art_b2{
clear: both;
border: 1px solid #ebebeb;
padding: 20px 0;
text-align: center;
margin: 0 10px;
    margin-bottom: 0px;
border-radius: 5px;
margin-bottom: 30px;
}
.items_columna:after {
    content: "";
    display: table;
    clear: both;
}

.columna{
    float: left;
    width: 25%;
}
.separador{
    border-right: 1px solid #ebebeb;
    text-align: center;
}
.color_fondo{
  background-color: #5c85d6;
  color: #FFFFFF;
box-shadow: 5px 5px 25px #FFF;
border-radius: 10px;
}

#identificate{
width: 100%;
margin: 5px 5px 5px 5px;
color: #000;
}
.subfabox{
    float: left;
    border: 1px solid #FFFFFF;
    background: none repeat scroll 0% 0% #222350;
    font-size: 12px;
    height: 50px;
    overflow: hidden;
    margin: 5px 5px 5px 5px;
    padding: 0px 5px 0px 5px;
    line-height: 50px;
}

.subfabox a{
    text-decoration:none;   
    color: #FFFFFF;
}

.linea_dondeestoy{
    text-decoration:none;   
    float: left;
/*    border: 1px solid #FFFFFF; */
    font-size: 0.8rem;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

input.cod_promocion{
    width: 200px;
}

#total.art_input_precio{
    width: 200px;
    float: right;
}

.backopre{
    float: left;
    margin-top: 10px;
}
.ayudachica{

color: blue;
width: 30px;
float: left;
margin-top: 0px;
font-size: 1.5rem;
}

.art_preventa, .art_backorder{
    font-size: 1rem;
    color: red;
    font-weight: bold;
    float: left;
    margin-left: 70px;
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
    position: relative;
}

.art_preventa_grande, .art_backorder_grandes{
    font-size: 1rem;
    color: red;
    font-weight: bold;
    float: left;
    width: 100%;
    position: relative;
}


.art_stock{
    float: left;
    margin-left: 70px;
    width: 140px;
    padding-top: 15px;
    overflow: hidden;
    position: relative;
    height: 80px;
}

.nover{
    display:none;
}

.alto{
clip-path:        polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0% 100%);
-webkit-clip-path:polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0% 100%);
-o-clip-path     :polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0% 100%);
-ms-clip-path:    polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0% 100%);
}
.medio{
clip-path:polygon(0% 0%, 60% 0, 60% 60%, 60% 100%, 0% 100%);
-webkit-clip-path:polygon(0% 0%, 60% 0, 60% 60%, 60% 100%, 0% 100%);
-o-clip-path:polygon(0% 0%, 60% 0, 60% 60%, 60% 100%, 0% 100%);
-ms-clip-path:polygon(0% 0%, 60% 0, 60% 60%, 60% 100%, 0% 100%);
}
.bajo{
clip-path:polygon(0% 0%, 20% 0, 20% 20%, 20% 100%, 0% 100%);
-webkit-clip-path:polygon(0% 0%, 20% 0, 20% 20%, 20% 100%, 0% 100%);
-o-clip-path:polygon(0% 0%, 20% 0, 20% 20%, 20% 100%, 0% 100%);
-ms-clip-path:polygon(0% 0%, 20% 0, 20% 20%, 20% 100%, 0% 100%);
}
.muybajo{
clip-path:polygon(0% 0%, 9% 0, 9% 9%, 9% 100%, 0% 100%);
-webkit-clip-path:polygon(0% 0%, 9% 0, 9% 9%, 9% 100%, 0% 100%);
-o-clip-path:polygon(0% 0%, 9% 0, 9% 9%, 9% 100%, 0% 100%);
-ms-clip-path:polygon(0% 0%, 9% 0, 9% 9%, 9% 100%, 0% 100%);
}
#total{
    width: 200px;
    font-size: 40px;    
    color: #C00000;
    font-weight: bold;
    text-align: right;
    font-family: "Droid Sans",serif;
    float: right;
height: 100px;
padding: 0px 0px 0px 0px;
text-align: center;
}

.linea_dondeestoy a{
    color: #222350;
    text-decoration: none;
}

#grid_articulos ul li, .grid_articulos ul li{
    perspective: 1000px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display:inline-block;
    position: relative;
    padding: 0;
    margin: 0px 15px 10px 10px;
    list-style: none;
    text-align: center;
    overflow: hidden;
    background-color: #FFFFFF;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 50ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 50ms;
    border-radius: 10px;
    box-shadow:0 1px 3px rgba(0, 0, 0, 1), 0 5px 10px rgba(0, 0, 0, 1);
}

.productos_grid{
   width: 300px;
   height: 400px;
   margin: 0 auto;
}

.productos_list{
    width: 100%;
    margin: 0 auto;
}

.redondo{
    background-color: rgba(92, 133, 214, 0.2);
    font-size: 1.5rem;
    padding: 5px 10px 5px 10px;
    margin: 0px 5px 0px 5px;
}

.azul{
background-color: #0062FDC2;
font-size: 1.5rem;
padding: 5px 10px 5px 10px;
margin: 0px 5px 0px 5px;
color:#FFFFFF;
}


#cajon0 ul {
    display: block;
    list-style-type: none;
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
}

.identificate{
width: 100%;
}

img{
    border: 0px;

}

.top_imagen img{
width: 100%;
height: 100%;
}

.gdp_art {
    position: relative;
    float: left;
    display: block;
    content: "";
    opacity: 1;
    background: none repeat scroll 0% 0% transparent;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-shadow: none;
    border: 5px dashed rgba(0, 0, 0, 0.1);
    transition: opacity 0.2s ease-in-out 0s;
    -moz-box-sizing: border-box;
    width: 150px;
    height: 150px;
    z-index: 3;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    z-index: 100;
    text-align: center;
    font-size: 12px;
}    
    
.gdp_art_img{
    position: absolute;
    float: left;
    height: 150px;
    max-height:150px;
    overflow: hidden;
    z-index: 1;
}
    
.gdp_art:hover{
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-color: #FFFFFF;
}
    
.gdp_art_nombre{
    width: 100%;
    text-align: center;
    font-size: 13px;
    position: absolute;
    top: 0px;
    background: #A9D0F7;
    z-index: 2;  
}

/***  GDP ARITULOS CENTRAL ***/

.GDP_carro{
float:right;
text-align: left;

}
#articulos_box, .articulos_box{
/*    width: 100%; */
    margin: 0px auto;
    text-align: center;
}

.art_iva{
    top: 50px;
    position: absolute;
    left: 80px;
}

/*** GRID DE TODOS LOS ARTICULOS ***/
#grid_articulos, grid_articulos{
    margin-top: 0px;
    font-size: 100%;
    overflow: hidden;
    width: 100%; 
    color: #000000;
    z-index: 1;
}

#grid_articulos ul, grid_articulos ul{
    margin-top: 20px;
    text-align: center;
}


#grid_articulos ul li:hover{
  /*  -webkit-transform: scale(1.01,1.10);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 150ms;
    -moz-transform: scale(1.02,1.05);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 50ms;
*/

}

.sub_menu_flota{

display: none;
}

#grid_articulos a{
    text-decoration: none;
}

.oferta{
    position: relative;
    float: right;
    height: 100px;
    width: 100px;
    overflow: hidden;
    top:   130px;
    right: 0px;
    z-index: 101;
}
.nohaystock{
 -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.sinstock{
    position: absolute;
    bottom: 0px;
    height: 80px;
    width: 80px;
    overflow: hidden;
   left: 0px;
    z-index: 991;
}

.novedad{
    position: relative;
    float: left;
    overflow: hidden;
    top:  -5px;
    left: -5px;
    z-index: 102;
    height: 100px;
    width: 100px;
    top:   0px;
    right: 0px;
}


.art_conteart{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    padding: 0px;
    border:  1px solid #CCC;
    outline: 0px none;
    font-size: 100%;
    vertical-align: baseline;
    background: none repeat scroll 0% 0% transparent;
    text-align: center;
    overflow: hidden;
}

.art_imagen{
    margin: 0 auto;
    border:  0px none;
    outline: 0px none;
    font-size: 100%;
    vertical-align: baseline;
    background: none repeat scroll 0% 0% transparent;
    text-align: center;
width: 300px;
    height: 400px;
    z-index: 100;
    display:block;
}

.form-control{
}

.art_titulo{
    position:absolute;
    bottom: 0px;
    width:  100%;
    height:39px;
    padding-top: 10px;
    text-align: center;
    z-index: 200;
    overflow: hidden;
    color: #1E1E1E;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 80px;
    background-color: rgba(255, 255, 244, 1);
/* para internet explorer */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#5C85D600, endColorstr=#FF000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5685D600, endColorstr=#FFFFFF00)";
font-size: 0.7rem;
}

.letra_chica{
    font-size: 10px;
}

.art_tachado{
    text-decoration: line-through;
}

.art_descripcion{
    background-color: #CCC;
    color: #FFFFFF;
    width: 99%;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    font-size: 16px;
    line-height: normal ;
    font-weight: bold;
}

.art_descripcion:hover{
    background-color: #DDD;
    color:  #121212;
}

.art_descripcion_contenido{
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
text-align: justify;
}

.art_ventapvpr{
margin-left: 210px;

}
.art_venta{
    font-size: 35px;
    color: red;
    z-index: 200;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 80px;
    float: left;
    margin-top: 20px;
}


.art_moneda{
float:left;
margin-top: 25px;
font-size: 1rem;
}
.art_moneda2{
float: left;
margin-top: 15px;
font-size: 1rem;
margin-left: 60px;
}
.art_ventapvpr > .art_moneda{
position:absolute;
left: 270px;
top: 16px;
font-size: 1rem;
}

.art_ventaPVPR{
font-size: 25px;
color: #000000;
z-index: 200;
font-family: Arial;
font-weight: bold;
text-transform: uppercase;
margin-left: 1px;
float: right;
min-height: 40px;
width: 100px;
}

.art_PVPR{
    float: left;
    font-size: 10px;
    font-weight:bold;
    font-stretch: extra-condensed;
}

.art_PVPRcifra{
    padding: 0px 0px 0px 0px;
font-size: 1.2rem;
    text-decoration: line-through;
position: absolute;
top: 15px;
float: left;
}
.art_venta_boton{
    line-height: normal ;
    font-size: 20px;
    font-size: 1.6vw;
    color: blue;
    font-weight: bold;
    padding-left: 5px;
    margin-left: 10px;
}


.art_precio{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 80px;
    line-height: 0px;
    z-index: 200;
    background-color:rgba(255, 255, 244, 1);
}

.art_carro{
    position: absolute;
    bottom:10px;
    height: 60px;
    width: 50px;
    overflow: hidden;
    left: 0px;
    z-index: 991;
margin: 10px 10px 10px 10px;
}

.art_carro:hover{
    cursor: pointer;
}

.carro_ok{
    position: absolute;
    right: 4px;
    top:47px;
    line-height: 11px;
    background-color: #FFA143/*#393939*/;
    text-align: left;
    display: none;
    z-index: 5999;
}

/* TABLA DEL CARRO DE COMPRA */
table#tablacarro{
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


table#tablacarro thead{
    font-size: 14px;
    text-align: center;
    vertical-align:middle;
}

#tablacarro thead th{
    background-color: #90c322;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #90c322;
    color: #FFFFFF;
}


table#tablacarro td a{
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    color: #CEF6CE;
}

table#tablacarro td{
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #CCCCCC;
    height: 50px;
}

table#tablacarro tr{
    text-align: left;
}


/********* NOVEDADES y TOPS *************/

#top_novedades{
    height: 200px;
    overflow: hidden;
}

#top_novedades ul li{ 
    height: 200px;
    overflow: hidden;
    border-bottom: 1px dotted #CCCCCC;

}

#top_novedades ul il a:hover{
    border: 1px solid red;
}

.top_imagen{
    position: relative;
   float:   left;
    width:   100%;
    height:  100%;
    padding: 0px;
    border:  0px none;
    outline: 0px none;
    font-size: 100%;
    background: none repeat scroll 0% 0% transparent;
    text-align: center;
    z-index: 99;
    opacity: 1;
}


.top_titulo{
    position:relative;
    float:  left;
    height: 100%;
    text-align: center;
    z-index: 200;
    overflow: hidden;
    color: #1E1E1E;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    margin-top: 50px;
}

#payment-box{
text-align:center;
}


#top_topventas ul li{ 
    height: 200px;
    overflow: hidden;
    border-bottom: 1px dotted #CCCCCC;

}

#top_topventas ul il a:hover{
    background-color: orange; /*rgba(255,255,255,0.5);*/
    border: 1px solid red;
}

.ver_fabricantes,.ver_categorias{
    float: left;
}
.ver_stock{
    float: left;
}

/*********** CATEGORIAS *********/
/*
#art_fabricantes:hover, #art_fabricantes:active {
    cursor: pointer;
    transform: translate(248px,0px);
}
*/



.boton_lateral{
    float: left;
    top: 0px;
    margin:0px 0px 0px 0px;
}

.boton_lateral img{
height: 95px;
width: 25px;
}

.botonabajo{
float: left;
text-align: center;
font-size: 1rem;
padding-left: 80px;
padding-right: 80px;
}



/*#art_categorias{
    float: left;
    margin-left: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 310px;
    position: absolute;
    top: 200px;
    left: -280px;
    font-size: 0.8rem;
    border: 2px solid #000;
    color: #FFF;
    border-radius: 0px 15px 15px 0px;
    overflow: hidden;
    min-height: 100px;
    background: rgb(92, 133, 214);
    transition: transform 1s;
    z-index: 20000;
}
*/


#art_fabricantes, #art_categorias{
    float: left;
    margin-left: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 310px;
    font-size: 0.8rem;
    border: 2px solid #FFF;
    border-radius: 0px 15px 15px 0px;
    overflow: hidden;
    background: rgb(92, 133, 214);
    transition: transform 1s;
    z-index: 20000;
    position: relative;
}

#ver_fabricantes,#ver_categorias{
margin-top: 10px;
display: none;
float: left;
position: absolute;
top: 100px;
left: -25px;
min-height: 100px;
transition: visibility 0s, opacity 0.5s linear;
width: 310px;
padding-left: 0px;
margin-left: 0px;
}



.etiqueta_envio{
    width: 310px;
    float: left;
}

#art_fabricantes ul li{
    list-style: none;
    color: #FFFFFF;
    border-width: medium medium 1px;
    border-bottom-width: 1px;
    border-style: none none solid;
    border-bottom-style: solid;
    border-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    -moz-use-text-color: rgba(0, 0, 0, 0.2);
    -moz-use-text-color: rgba(0, 0, 0, 0.2);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-bottom: 1px solid #CFCFCF;
    border-image: none;
    background: none repeat scroll 0% 0% transparent;
    margin-left: 0px;
    font-weight: bold;
    padding-left: 30px;
}

#art_fabricantes ul li:hover{
    background-color:rgba(0, 0, 0, 0.2);
}

#art_cato0{
    color: rgb(255, 255, 255) !important;
    top: 190px;
    position: fixed;
    width: 100%;
    background: #5c85d6;
    text-align: center;
    font-size: 1rem;
display: none;
}

#art_cato0 ul{
}

#art_cato0 ul li{
list-style: none;
border-bottom: 1px solid #3B6DAE;
font-size: 1rem;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
}

#art_cato0 ul li:hover{
color: #FFE301;
}

.art_title2 {
color: #FFF;
font-weight: bold;
font-size: 0.8rem;
float: left;
}
.art_title{
    background: rgba(92, 133, 214, 0.8);
    overflow: hidden;
    height: 40px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    font-size: 0.9rem;
    padding-top: 0.7rem;
    font-weight: bold;
    text-decoration: none;

}


#cajon0{
    border-radius: 0px;
    min-height: 16px;
    display: block;
    background: rgba(92, 133, 214, 0.5);
    text-transform: uppercase;
    color: #CCC000;
    text-align: center;
     font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
}


#cajon0 li{
    color: #FFFFFF;
border-width: medium medium 1px;
    border-style: none none solid;
    border-color:  rgba(0, 0, 0, 0.2);
-moz-use-text-color: rgba(0, 0, 0, 0.2);
-moz-use-text-color: rgba(0, 0, 0, 0.2);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-bottom: 1px solid #CFCFCF;
    border-image: none;
    background: none repeat scroll 0% 0% transparent;
    margin-left: 0px;
    font-weight: bold;
    padding: 15px 10px 20px;
}

#cajon0 li:hover{
    background-color:rgba(0, 0, 0, 0.2);
    cursor: pointer;
}


/* CARRO DE COMPRAS */
#art_carroitems{
    width: 35px;
    font-size: 10px;
    font-size: 1.0vw;
    border-radius: 4px;
    background-color: #85a3e0;
    color: #FFFFFF;
    text-align: center;
}


#carro_info{
    position: relative;
    float: left;
    width:50px;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    font-size: 1vw;
    margin-left: 10px;
    margin-top: 5px;
    text-align: left;
    z-index: 4999;
}

#art_total_carro{
    margin-left: 10px;
    margin-top: 15px;
    color: #FFFFFF;
    position: relative;
    float: left;
    font-size: 15px;
}


.abrecierra{

border: 1px solid #FFF;
color: #FFF;
display: block;
height: 0.6em;
float: right;
line-height: 0px;
padding: 8px 0px 0px 0px;
text-align: center;
font-size: 2rem;
text-align: center;
margin: 0px auto;
}

abrecierra:hover{
cursor:pointer;
}
.cajon1{
    display: block;
    padding: 2px 0px 0px;
    list-style-type: none;
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    color: #767878;
}

.cajon1 li{
    border: 0px none #CCCCCC;
    line-height: normal;
    border: 0px none #CCCCCC;
    line-height: normal;
    font-variant-caps: all-petite-caps;
    font-size: large;
    color: purple;
}


#cajon1 li:hover{
    background-color:rgba(0, 0, 0, 0.9);
    cursor: pointer;
    color: #FFFFFF;
}

/* pendiente reparar */
.art_grande{
    margin: 10px 10px 10px 10px;
    font-size: 100%;
    font-size: 14px;
}

.art_comprar{
    position: relative;
    float: left;
    width: 100%;
    height: 4.5vw;
    overflow: hidden;
    background-color: #ECE8E6;
}


span.art_botton{
    position: relative;
    float: left;
    width: 20%;
    height: 3vw;
    background-color: #ECE8E6;
    position: relative;
    border-radius: 4px;
    bottom: 0px;
    padding-left: 20px;
    cursor: pointer;
    overflow: hidden;
}


.desactivado{
    cursor: pointer;
}

.activado{
    cursor: pointer;
}
.busca_datos{
    font-size: 1rem;;
line-height: 1rem;
display: block;
}

.busca_data{
    color: #222350;
}

.clear-fix{
    content: "";
    display: table;
    clear: both;
}

art_h1{
    margin: 0px auto;
    width: 99%;
    font-family: Verdana,serif;
    background-repeat: no-repeat;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 2px;
    border-style: solid;
    color: #000000;
    font-size: 2vw;
    margin-top: 5px;
    text-align: center;
    line-height: 42px;
    margin-right: 5px;
}


a#art_grid, a#art_list{
    cursor: pointer;
}

.art_busca_izq, .art_busca_izq a{
    float: left;
    text-decoration: none;
    line-height: 50px;
    margin:  0px;
    padding: 0px;
    border:  0px none;
    outline: 0px none;
    font-size: 100%;
    vertical-align: baseline;
    background: none repeat scroll 0% 0% transparent;
    border:  0px none;
    padding: 0px 10px 0px 0px;
}


.art_busca_der, .art_busca_der a{
    float: left;
    margin: 14px 0px 0px;
    position: relative;
    text-decoration: none;
    color: #BD3342;
    line-height: 50px;
    margin:  0px;
    padding: 0px;
    border:  0px none;
    outline: 0px none;
    font-size: 100%;
    vertical-align: baseline;
    background: none repeat scroll 0% 0% transparent;
    border:  0px none;
    padding: 0px 10px 0px 0px;
}




ul#lista-items {
    width: 100%;
    list-style: none  outside none;
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    outline: 0px none;
    vertical-align: baseline;
    background: none repeat scroll 0% 0% transparent;
    font-family: "Droid Sans",serif;
}


.activarvista{
    color: #BD3342;
}

.redondo{
    border-radius: 5px;
}


.art_paginacion{
    border-radius: 5px;
    text-align: center;
    font-family:Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 3em;
    color: #000;
    text-align:center;
    text-decoration: none;
    float: left;
    width: 100%;
}



.art_paginacion2{
    position: relative;
    padding: 2px 2px 2px 2px;
    height: 5px;
    overflow: hidden;
}
 .art_paginacion a{
    text-decoration: none;
    font-family:Arial,Helvetica,sans-serif;
    font-weight: bold;
font-size: 20px;
    color: #000;
    margin: 3px 3px 3px 3px;
    overflow: hidden;
text-align: center;
}

.f14e{
    margin-left: 181px;
    color: red;
}

.f10{font-size: 10px;}
.f11{font-size: 11px;}
.f12{font-size: 12px;}
.f13{font-size: 13px;}
.f14{font-size: 14px;}

/*******************/
/* PROCESO DE FIN DE CARRO DE COMPRA */

.paso{
    display: inline-block;
    padding: 8px 10px 12px;
    color: #000;	
    background: url("./imagenes/.gif") no-repeat scroll center bottom transparent;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

ul#paso {
    list-style-type: none;
    margin-bottom: 30px;
    height: 52px;
    width: 95%;
    font-family: "Helvetica";
}

ul#paso li{
    float: left;
    height: 60px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

span.paso1_bloque{
    line-height: 12px;
    display: inline-block;
    padding: 8px 10px 12px;
    color: #000;
    border-radius: 4px;
    background: url("/imagenes/articulos/bloque_actual.gif") no-repeat scroll center top transparent;
}

span.paso2_bloque{
    height: 25px;
    width: 100%;
    min-width: 150px;
    line-height: 8px;
    display: inline-block;
    padding: 8px 10px 12px;
    background-color: #CCCCCC;
    border-radius: 4px;
    overflow: hidden;
    line-height: 1.5em;
}


.paso_compra{
height: 30px;
background: url("/imagenes/articulos/paso_compra.gif") no-repeat scroll center bottom transparent;
}

.paso_actual1{
background: url("/imagenes/articulos/paso_actual1.gif") no-repeat scroll center bottom transparent;
}

.paso_actual2{
background: url("/imagenes/articulos/paso_actual.gif") no-repeat scroll center bottom transparent;
}

.art_img_carro{
float: left;
width: 100px;
height: 100px;
    padding: 0px;
    border:  0px none;
    outline: 0px none;
    font-size: 100%;
    vertical-align: baseline;
    background: none repeat scroll 0% 0% transparent;
    text-align: center;
    overflow:   hidden;
}


#tbl_carro th{
    font-family: "Helvetica";
}

.tr_carro{
border: 1px solid #FFFFFF;
}

.tr_carro:hover, .art_move:hover{
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 1px solid red;
    background-color: #F5A9A9;
}

.art_move_td
{
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    height: 1vw;
    overflow: hidden;
}

.carro_botones{
    float: left;
    width: 25px;
    overflow: hidden;
}

.carro_botones2{
    margin-top: 10px;
    float: left;
    width: 55px;
}

.canti_input
{
    float: left;
    margin-left: 5px;
    border: 0px solid #FFF;
    margin-right: 2px;
    background-color: transparent;
}

.art_input_precio{
    width: 100px;
    text-align: center;
    border: 0px;
    background-color: transparent;
background: transparent;
}

.pointer{
cursor: pointer;
}

.art_titulo_grande{
color: red;
text-align:center;
font-size: 2em;
font-weight: bold;
}

.art_titulo_carro
{
    height: 3.1vw;
    color: #000000;
    font-weight: bold;
    font-size: 1.2vw;
    text-align: center;
    overflow: hidden;
    display: block;
    font-family: "Droid Sans",serif;
}

.art_grande_titulo{
width:100%;
}
.art_datos_carro
{
    color: #000000;
    font-weight: bold;
    text-align: center;
    font-family: "Droid Sans",serif;
font-size: 14px;
}

.art_datos_carro2
{
    color: #000000;
    font-weight: bold;
    font-size: 0.9vw;
    text-align: center;
    font-family: "Droid Sans",serif;
}



.art_input_precio_total
{
    width: 40px;
    border: 0px solid #FFF;
    background-color: transparent;
    text-align: center;	
}

#art_totalprecio3
{
    text-align: right;
}

#art_totalpreciofinal b
{
    width: 98%;
    padding:5px 5px 5px 5px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.3vw;
    text-align: center;	
    font-family: "Droid Sans",serif;
    background-color: rgba(92, 133, 214, 0.8);
    width: 100%;
}

#art_totalpreciofinal span
{
    width: 98%;
    color: #000000;
    font-weight: bold;
    font-size: 1.3vw;
    text-align: right;	
    font-family: "Droid Sans",serif;
}

.seguir_comprando{
    float: left;
    width: 49%;
    text-align: center;
}

.seguir_comprando2{
    float: right;
    text-align: center;
    width: 49%;
}

.art_fieldset
{
    width: 80%;
    border-radius: 4px;
}
.art_legend
{
  padding: 0.2em 0.5em;
  border:1px solid #000000;
  color: #ffffff;
  font-size:90%;
  text-align:right; 
    background-color: red;
    font-weight: bold;
    font-family: "Droid Sans",serif;
}

.art_input
{
    background-color: #F5F6CE;
    border:solid 1px #BFBDBD;
    color: #000000;
/*	width: 47.8vw;*/
    height: 28px;
    padding-left:10px;
    box-shadow: 2px 2px 0 #828181 inset;
    border: 0;
    border-radius:5px;
    font-family: Sansation,Arial;
}

/* FORMULARIOS DE ENVIO */
#art_formulario{
    width: 95%;
    background: #FBEFEF; 
    padding: 2px 0px 5px 0px;
    box-shadow: #868686 0 0px 10px -1px;
    -webkit-box-shadow: #868686 0 0px 10px -1px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #333;
}

#art_formulario h1
{
    width: 99%;
    border-bottom: 1px solid #B9E1F1;
}

#art_formulario h1 span
{
    font: 1vw "Trebuchet MS", Arial, Helvetica, sans-serif;

}

/* GEstion de articulos */
.art_tr:hover{
background-color: #FFFFFF;
cursor: pointer;
}

.art_boton3, .art_boton3 a{
     font-weight: bold;
     color: #FFFFFF;
     font-size: 18px;
     text-decoration: none;
     padding: 5px 5px 5px 5px;
     border: 1px solid #999;
     border: 1px solid rgba(0, 0, 0, 0.3);
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     border-radius: 6px;
     -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
     background-clip: padding-box;
     background-color: #8A0808;
}
    
.art_boton3:hover{
    filter: alpha(opacity=40);
    cursor: pointer;
}

.item{
color: #000000;
background: rgba(92, 133, 214, 0.8);
overflow: hidden;
background-repeat: no-repeat;
border-color: rgba(0, 0, 0, 0.2);
border-width: 2px;
font-size: 25px;
line-height:50px;
}


.art_lupa{
    position: absolute;
    top:0px;
    padding-top: 100px;
    width: 100%;
    text-align:center;
    transform: translateY(120%);
    transition: all 0.5s ease;
    background-color: rgba(255,255,255,0.3);
    font-size: 4rem;
    color:red;
}

.art_lupa a{
    color: red;
}

.art_conteart:hover > a > div.art_lupa {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);

}


.art_conteart:hover > div.art_corazon{
-moz-transform: translateX(-10px);
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}

.show:hover > b div.art_corazon2{
-moz-transform: translateX(-10px);
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}

.art_corazon2{
position: absolute;
right: 0px;
z-index: 1000;
bottom: 0px;
transform: translateX(-500px);
transition: all 0.5s ease;
font-size: 4rem;
color:red;
}

.art_corazon2 a{
color: red;
}


.art_corazon{
position: absolute;
right: 0px;
z-index: 1000;
top: 0px;
transform: translateX(-300px);
transition: all 0.5s ease;
font-size: 4rem;
color:red;
}

.art_corazon a{
color: red;
}

.art_corazon a:hover{
transform: scale(1.5);
color: orange;

}


.art_nocomprar{
position: absolute;
top: 0px;
width: 100%;
background-color: #FFFFFF;
height: 450px;
transition: bottom 0.5s ease;
opacity: 0.5;
font-size: 2.5rem;
overflow: hidden;
display: none;
padding-top: 30px;
font-weight: bold;
}




#carrocontador{
    color: red;
    width: 35px;
    border-radius: 0px;
    min-height: 16px;
    display: block;
    background: rgba(92, 133, 214, 0.5);
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

/* ARTICULO EN GRANDE */
.art_grande_fotos{
    width: 100%;
    margin-top: 20px;
}

.art_grande_fotos1{
    float: left;
    overflow: hidden;
}

.art_grande_fotos1d{
    float: left;
    margin-left: 10px;
padding-left: 10px;
    overflow: hidden;
}


.art_imagen2{
    border: 1px dotted #CCCCCC;
    width: 250px;
    margin: 0px auto;
    text-align: center;	
}

.art_imagen2:hover{
    cursor: pointer;
}

.art_imagen3{
    border: 1px dotted #CCCCCC;
    margin-top: 10px;
    width: 100%;
    height: 22%;
}

.art_imagen3_mini{
    float: left;
    border: 1px solid #FFFFFF;
    width: 65px; overflow: hidden;
height: 65px;
}
.art_imagen3_mini:hover{
    border: 1px solid #000000;
    cursor: pointer;
}

.borra{
clear: both;
}

.art_grande_desc{
width: 100%;
}



.elige_rating{
    width: 100%;
}

.estrella{
    float: left;
    width: 17px;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
    background: url("/imagenes/articulos/estrella.gif") no-repeat 0 0px;
}

.estrella_ok{
    background: url("/imagenes/articulos/estrella.gif") no-repeat 0 -32px;
}

.estrella_select{
    background: url("/imagenes/articulos/estrella.gif") no-repeat 0 -32px;
}

.estrella_ok:hover{ 
    background: url("/imagenes/articulos/estrella.gif") no-repeat 0 -16px;
}

.estrella_ratio{
    float: left;
    width: 60px;
}

.total_votos{
    float: left;
    margin-left: 5px;
    padding-left: 5px;
}

.clear{
  clear: both;
}

.social_buttons{
z-index: 99999;
}

a.button2 {
    -moz-box-shadow:inset 0px 1px 0px 0px #f7e703;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f7e703;
    box-shadow:inset 0px 1px 0px 0px #f7e703;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
    background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6b33d", endColorstr="#d29105");
    background-color:#f6b33d;
    -webkit-border-top-left-radius:20px;
    -moz-border-radius-topleft:20px;
    border-top-left-radius:20px;
    -webkit-border-top-right-radius:20px;
    -moz-border-radius-topright:20px;
    border-top-right-radius:20px;
    -webkit-border-bottom-right-radius:20px;
    -moz-border-radius-bottomright:20px;
    border-bottom-right-radius:20px;
    -webkit-border-bottom-left-radius:20px;
    -moz-border-radius-bottomleft:20px;
    border-bottom-left-radius:20px;
    text-indent:0;
    border:1px solid #eda933;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:0.8em;
    font-weight:bold;
    font-style:normal;
/*	height:45px;*/
    line-height:45px;
margin-right: 15px; margin-left: 15px;
padding-right: 15px; padding-left: 15px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #cd8a15;
}
a.button2:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
    background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d29105", endColorstr="#f6b33d");
    background-color:#d29105;
    color:#ffffff;
}
a.button2:active {
    position:relative;
    top:1px;
}

.botonamarillo {
    -moz-box-shadow:inset 0px 1px 0px 0px #f7e703;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f7e703;
    box-shadow:inset 0px 1px 0px 0px #f7e703;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
    background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6b33d", endColorstr="#d29105");
    background-color:#f6b33d;
    -webkit-border-top-left-radius:20px;
    -moz-border-radius-topleft:20px;
    border-top-left-radius:20px;
    -webkit-border-top-right-radius:20px;
    -moz-border-radius-topright:20px;
    border-top-right-radius:20px;
    -webkit-border-bottom-right-radius:20px;
    -moz-border-radius-bottomright:20px;
    border-bottom-right-radius:20px;
    -webkit-border-bottom-left-radius:20px;
    -moz-border-radius-bottomleft:20px;
    border-bottom-left-radius:20px;
    text-indent:0;
    border:1px solid #eda933;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:45px;
    line-height:45px;
margin-right: 15px; margin-left: 15px;
padding-right: 15px; padding-left: 15px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #cd8a15;
}
.botonamarillo:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
    background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d29105", endColorstr="#f6b33d");
    background-color:#d29105;
}
.botonamarillo:active {
    position:relative;
    top:1px;
}
/* FINAL DE LA CABECERA DEL CARRO DE COMPRA */
.art_cabecera_carro{
background-color: #F99D3A/*#90C322*/;
color: #FFFFFF;
width: 100%;
height: 4vh;
}
.sea{
margin-top: -10px;
text-align: left;
position: relative;
top: -8px;
right: -5px;
}
.art_cabecera_carro_envio{
margin: 2px 2px 2px 2px;
padding:2px 2px 2px 2px;
color: #000000;
}
.art_cabecera_carro_facturacion{
margin: 2px 2px 2px 2px;
padding:2px 2px 2px 2px;
color: #000000;
}
.art_datos_carro1{
border: 1px solid;
}

.art_ppagina{
float: left;
}

.art_vsl i,.busca_abajo i{
font-size: 1.5rem;
}

.art_vsl:hover{
cursor:pointer;
}

.fondo_botones_sea{
float: lefT;
border-radius: 4px;
padding-top: 15px;
cursor: pointer;
font-family: arial;
color: #000000;
margin: 5px 0px 5px 10px;
height: 50px;
font-size: 0.7rem;
width: 200px;
background-color: rgba(255,255,255,0.5);
}

.fondo_botones{
border-radius: 4px;
padding: 5px;
cursor: pointer;
font-family: arial;
color: #000000;
margin: 5px 0px 5px 10px;
height: 50px;
font-size: 0.7rem;
background-color: rgba(255,255,255,0.5);
overflow: hidden;
}

.busca_abajo{
float: left;
}
.busca_abajo input{
height: 28px;
}
.art_orden{
float: left;
font-size: 0.8rem;
}


.art_barra_busca{
width: 100%;
height: 90px;
font-size: 0.8rem;


}
/*  fin tienda iconos */

/* responsive paa moviles */

/*
.tituloweb{
    margin-top: 0px;
    font-size: 1em;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    height: inherit;
    line-height: inherit;
    white-space: nowrap;
    color: #3c3b3b;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 800;
    letter-spacing: 0.10em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
font-stretch: ultra-condensed;
padding-right: 30px;
}*/

.carro_icono{
   text-decoration: none;
   border-bottom: 0;
   color: #aaaaaa;
   overflow: hidden;
   position: relative;
   text-indent: 4em;
   width: 4em;
}

.input_carro{
width: 50px;
-moz-appearance: textfield;
-webkit-appearance: textfield;
text-align:center;
margin: 0;
}

.inputboton_menos, .inputboton_mas{
border: 1px solid;
line-height: 0px;
text-decoration: none;
font-weight: 600;
font-size: 25px;
color: #ffffff;
background-color: #1883ba;
border-radius: 6px;
border: 2px solid #0016b0;
height: 45px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 45px;
}
.modalmask {
    font-family: Arial, sans-serif;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
text-align:center;
color: #000;
}
.ludoteca_link{
position: absolute;
right: 70px;
top: -70PX;
background-color: #FFF;
border-radius: 30px;
 -webkit-transition: -webkit-transform .8s ease-in-out;
transition:         transform .8s ease-in-out;
}

.ludoteca_link:hover{
-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.modalmask:target {
    opacity:1;
    pointer-events: auto;
}

.modalbox{
    position: relative;
    padding: 5px 10px 10px 10px;
    background: #fff;
    border-radius:3px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
color: #000;
border: 4px solid rgba(92, 133, 214, 0.5);
border-radius: 10px;
-webkit-box-shadow: 10px 10px 29px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 29px -6px rgba(0,0,0,0.75);
box-shadow: 10px 10px 29px -6px rgba(0,0,0,0.75);
overflow: hidden;
}

.movedown {
    margin: 0 auto;
}
.rotate {
    margin: 10% auto;
    -webkit-transform: scale(-5,-5); 
    transform: scale(-5,-5);
}

.boton_amarillo {
    margin-left: 1%;
    background: #fbd568;
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
    text-align: center;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    border-radius: 3px;
    line-height: 30px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.resize {
    margin: 10% auto;
    width:0;
    height:0;
}

.modalmask:target .movedown{		
    margin:10% auto;
}
.modalmask:target .rotate{		
    transform: rotate(360deg) scale(1,1);
    -webkit-transform: rotate(360deg) scale(1,1);
}

.modalmask:target .resize{
    width:400px;
    height:200px;
}

.close {
background: #000000;
color: #FFFFFF;
line-height: 25px;
position: absolute;
right: 1px;
text-align: center;
top: 1px;
width: 24px;
text-decoration: none;
font-weight: bold;
border-radius:3px;
font-size:16px;
}

.close:hover { 
    background: #FAAC58; 
    color:#222;
}
.button999 {
   border-top: 1px solid #000000;
   background: #d69f65;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff8c00), to(#d69f65));
   background: -webkit-linear-gradient(top, #ff8c00, #d69f65);
   background: -moz-linear-gradient(top, #ff8c00, #d69f65);
   background: -ms-linear-gradient(top, #ff8c00, #d69f65);
   background: -o-linear-gradient(top, #ff8c00, #d69f65);
   padding: 6.5px 13px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button999:hover {
   border-top-color: #e68115;
   background: #e68115;
   color: #000000;
   }
.button999:active {
   border-top-color: #fcb605;
   background: #fcb605;
   }

.table_identificate{
color: #000;
}


/* config manual */

/*input:required {
  box-shadow: 4px 4px 10px rgba(200, 0, 0, 0.85);
}


input:required:focus {
  border: 1px solid red;
  outline: none;
}


input:required:hover {
  opacity: 1;
}
*/

body {
/*    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
	background-position: 30% 80%;
*/
/*    animation: gradient 25s ease infinite;*/
}

@-webkit-keyframes gradient {
    0% {
	background-position: 0% 50%;
    }
    50% {
	background-position: 100% 50%;
    }
    100% {
	background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
	background-position: 0% 50%;
    }
    50% {
	background-position: 100% 50%;
    }
    100% {
	background-position: 0% 50%;
    }
}


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
/*	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
*/
}

/* Basic */
/*
	@-ms-viewport {
		width: device-width;
	}
*/

	body {
		-ms-overflow-style: scrollbar;
	}

	body, input, textarea {
		color: #646464;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 1em;
		font-weight: 400;
		line-height: 1.75;
	}
	html {
		box-sizing: border-box;
	}


	a {
		-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
		text-decoration: none;
	}

/*
		a:before {
		}

		a:hover {
			color: #000000 !important;
		}

		a:hover:before {
		    color: #000000 !important;
		}
*/

	b {
	font-weight: 700;
	}
	strong {
		color: #3c3b3b;
	
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #3c3b3b;
		font-family: "Raleway", Helvetica, sans-serif;
		font-weight: 800;
		letter-spacing: 0.25em;
		line-height: 1.65;
		margin: 0 0 1em 0;
		text-transform: uppercase;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			border-bottom: 0;
		}

	h2 {
		font-size: 1.1em;
	}

	h3 {
		font-size: 0.9em;
	}

	h4 {
		font-size: 0.7em;
	}

	h5 {
		font-size: 0.7em;
	}

	h6 {
		font-size: 0.7em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px rgba(160, 160, 160, 0.3);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(160, 160, 160, 0.075);
		border: solid 1px rgba(160, 160, 160, 0.3);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(160, 160, 160, 0.3);
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Row */
/*
	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0;
			margin-left: 0em;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0em;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0em;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: -0.25em;
		}

			.row.gtr-25 > * {
				padding: 0 0 0 0.25em;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.25em;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.25em;
				}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: -0.5em;
		}

			.row.gtr-50 > * {
				padding: 0 0 0 0.5em;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -0.5em;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 0.5em;
				}

		.row {
			margin-top: 0;
			margin-left: -1em;
		}

			.row > * {
				padding: 0 0 0 1em;
			}

			.row.gtr-uniform {
				margin-top: -1em;
			}

				.row.gtr-uniform > * {
					padding-top: 1em;
				}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: -1.5em;
		}

			.row.gtr-150 > * {
				padding: 0 0 0 1.5em;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -1.5em;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 1.5em;
				}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: -2em;
		}

			.row.gtr-200 > * {
				padding: 0 0 0 2em;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -2em;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 2em;
				}

*/


/* tablet horizontal y escritorios normales */
@media (min-width: 768px) and (max-width: 1199px) {

.info_data_art{
font-size: 0.8rem;
}
}
 
/* Móviles en horizontal o tablets en vertical */

@media (max-width: 767px) {

.info_data_art{
font-size: 0.8rem;
}
.peso{

}
.tamanio{

}
.info_ludoteca{

}

}
 

@media screen and (max-width: 375px){
show{
width: 350px;
}
carro_titulo{
font-size: 0.85rem;
}
}
@media screen and (max-width: 1024px){

  .carro_izq{
    width: 100%;
  }
  #carro_derecha{
    width: 100%;
    margin-left: 0px;
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 800px){
select{
font-size: 0.61rem;
}

.condescuento{
font-size: 0.75rem;
}

.datos_send{
font-size: 0.8rem;
}

.art_box_izq{
width: 100%;
}
.art_box_der{
width: 100%;
}
.info_data_art{
font-size: 0.8rem;
}

.carro_izq{
width: 100%;
}

.col1{
padding: 0px 0px 0px 0px;
width: 25%;
height: 150px;

}
.col2{
width: 40%;
padding: 0px 0px 0px 0px;
text-align: center;
}
.precio_act{
font-size: 1rem;
}
.nombre_prod{
font-size: 1rem;
}
.precio_cliente{
margin-top: 10px;
font-size: 1.2rem;
}

.col3{
width: 30%;
padding: 0px 0px 0px 0px;
}
.col3a{
}
.col3b{
margin-top: 0px;
}
.col3b{
margin-top: 0px;
}

.input_spin{
margin-top: 0px;
}

#carro_derecha{
width: 100%;
margin-left: 0px;
font-size: 0.7rem;
}
.cabefo{
text-align: center;
padding-top: 20px;
}
.vft1,.vft0,.vft2,.vft3{
width: 100%;
padding: 0px 20px 0px 40px;
}
.vft1,.vft2,.vft3{
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid cadetblue;
}


div.col1>a>img{
height-min:150px; 
}

.info_data{
display:none;
}

.etiqueta_envio{
width: 400px;
overflow: hidden;
float: left;
margin: 5px 5px 5px 5px;
border:2px solid #000000;
border-radius: 2px;
}

.borrar_etiqueta_envio{
width: 50px;
float: left;
position: relative;
left: 0;
}

.nombre_prod{
font-size: 0.8rem;
}
.bloque_carro{
margin: 10px 10px 10px 10px;
}

.carro_titulo{
background: rgba(92, 133, 214, 0.5);
text-align: center;
font-size: 0.85rem;
padding-top: 5px;
padding-bottom: 5px;
}
}


/************* resolucion 480px maximo ********/
@media screen and (max-width: 360px) {
    html, body {
        min-width: 320px;
    }
.info_data_top{
display: block;
}

show{
width: 450px;
}


#centro_izq{
width: 80%;
}

#centro_der{
width: 20%;
}

}


	.author {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: -moz-flex-end;
		-webkit-justify-content: -webkit-flex-end;
		-ms-justify-content: -ms-flex-end;
		justify-content: flex-end;
		border-bottom: 0;
		font-family: "Raleway", Helvetica, sans-serif;
		font-size: 0.6em;
		font-weight: 400;
		letter-spacing: 0.25em;
		text-transform: uppercase;
		white-space: nowrap;
	}

		.author .name {
			-moz-transition: border-bottom-color 0.2s ease;
			-webkit-transition: border-bottom-color 0.2s ease;
			-ms-transition: border-bottom-color 0.2s ease;
			transition: border-bottom-color 0.2s ease;
			border-bottom: dotted 1px rgba(160, 160, 160, 0.65);
			display: block;
			margin: 0 1.5em 0 0;
		}

		.author img {
			border-radius: 100%;
			display: block;
			width: 4em;
		}

		.author:hover .name {
			border-bottom-color: transparent;
		}



	.blurb h2 {
		font-size: 0.8em;
		margin: 0 0 1.5em 0;
	}

	.blurb h3 {
		font-size: 0.7em;
	}

	.blurb p {
		font-size: 0.9em;
	}


	.box {
		border: solid 1px rgba(160, 160, 160, 0.3);
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}


/*	input[type="submit"]*/

	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
		-webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
		-ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
		transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
		background-color: rgba(92, 133, 214, 0.5);
		border: 0;
		box-shadow: inset 0 0 0 1px rgba(190, 190, 190, 0.5);
	    	color: #3c3b3b !important;
		cursor: pointer;
		display: inline-block;
		font-family: "Raleway", Helvetica, sans-serif;
		font-size: 0.6em;
		font-weight: 800;
		height: 4.8125em;
		letter-spacing: 0.25em;
		line-height: 4.8125em;
		padding: 0 2.5em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		border-radius: 25px;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
		    box-shadow: inset 0 0 0 1px #2ebaae;
		    color: #645793!important;
		}
		    input[type="submit"]:hover:active,
		    input[type="reset"]:hover:active,
		    input[type="button"]:hover:active,
		    button:hover:active,
		    .button:hover:active {
			background-color: rgba(46, 186, 174, 0.5);
		    }
		input[type="submit"]:before, input[type="submit"]:after,
		input[type="reset"]:before,
		input[type="reset"]:after,
		input[type="button"]:before,
		input[type="button"]:after,
		button:before,
		button:after,
		.button:before,
		.button:after {
			color: #aaaaaa;
			position: relative;
		}

		input[type="submit"]:before,
		input[type="reset"]:before,
		input[type="button"]:before,
		button:before,
		.button:before {
			left: -1em;
			padding: 0 0 0 0.75em;
		}

		input[type="submit"]:after,
		input[type="reset"]:after,
		input[type="button"]:after,
		button:after,
		.button:after {
			left: 1em;
			padding: 0 0.75em 0 0;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 0.7em;
			padding: 0 3em;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.5em;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			color: rgba(160, 160, 160, 0.3) !important;
		}

			input[type="submit"].disabled:before, input[type="submit"]:disabled:before,
			input[type="reset"].disabled:before,
			input[type="reset"]:disabled:before,
			input[type="button"].disabled:before,
			input[type="button"]:disabled:before,
			button.disabled:before,
			button:disabled:before,
			.button.disabled:before,
			.button:disabled:before {
				color: rgba(160, 160, 160, 0.3) !important;
			}

/* Form */

	form {
/*		margin: 0 0 2em 0;*/
	}


		form.search {
			text-decoration: none;
			position: relative;
		}

			form.search:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
				font-display: swap;
			}

			form.search:before {
				color: #aaaaaa;
				content: '\f002';
				display: block;
				height: 2.75em;
				left: 0;
				line-height: 2.75em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.5em;
			}

			form.search > input:first-child {
				padding-left: 2.5em;
			}

	label {
		color: #3c3b3b;
		display: block;
		font-size: 0.9em;
		font-weight: 700;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
	/*	background: rgba(160, 160, 160, 0.075);*/
		border: none;
		border: solid 1px rgba(160, 160, 160, 0.3);
		border-radius: 0;
		color: inherit;
		outline: 0;
		text-decoration: none;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
		    box-shadow: 4px 4px 10px rgba(200, 0, 0, 0.85);
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			border-color: #2ebaae;
			box-shadow: inset 0 0 0 1px #2ebaae;
		}

	.select-principal {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-principal:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
			font-display: swap;
		}

		.select-principal:before {
			color: rgba(160, 160, 160, 0.3);
			content: '\f078';
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-principal select::-ms-expand {
			display: none;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(160, 160, 160, 0.3)' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height:1.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select option {
			color: #3c3b3b;
			background: #ffffff;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

/*
	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2em;
	}
*/

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
/*		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
*/
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #646464;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
				/*font-display: swap;*/
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(160, 160, 160, 0.075);
				border: solid 1px rgba(160, 160, 160, 0.3);
				content: '';
				display: inline-block;
				font-size: 0.8em;
				height: 2.0625em;
				left: 0;
				line-height: 2.0625em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.0625em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #3c3b3b;
			border-color: #3c3b3b;
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #2ebaae;
			box-shadow: 0 0 0 1px #2ebaae;
		}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #aaaaaa !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #aaaaaa !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #aaaaaa !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #aaaaaa !important;
		opacity: 1.0;
	}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
			font-display: swap;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
			font-display: swap;
		}

		.icon.suffix:before {
			float: right;
		}

/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.featured {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.featured img {
				width: 100%;
			}

/*
			@media screen and (max-width: 736px) {

				.image.featured {
					margin: 0 0 1.5em 0;
				}

			}
*/

		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
	}

		ul li {
		    /*	padding-left: 0.5em; */
		}
		#header .tituloweb{
		    display:none;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(160, 160, 160, 0.3);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: 700;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {



/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 1em 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

			ul.icons li > * {
				border: 0;
			}

				ul.icons li > * .label {
					display: none;
				}

/* Posts */

	ul.posts {
		list-style: none;
		padding: 0;
	}

		ul.posts li {
			border-top: dotted 1px rgba(160, 160, 160, 0.3);
			margin: 1.5em 0 0 0;
			padding: 1.5em 0 0 0;
		}

			ul.posts li:first-child {
				border-top: 0;
				margin-top: 0;
				padding-top: 0;
			}

		ul.posts article {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: -moz-flex-start;
			-webkit-align-items: -webkit-flex-start;
			-ms-align-items: -ms-flex-start;
			align-items: flex-start;
			-moz-flex-direction: row-reverse;
			-webkit-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}

			ul.posts article .image {
				display: block;
				margin-right: 1.5em;
				min-width: 4em;
				width: 4em;
			}

				ul.posts article .image img {
					width: 100%;
				}

			ul.posts article header {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-ms-flex: 1;
			}

				ul.posts article header h3 {
					font-size: 0.7em;
					margin-top: 0.125em;
				}

				ul.posts article header .published {
					display: block;
					font-family: "Raleway", Helvetica, sans-serif;
					font-size: 0.6em;
					font-weight: 400;
					letter-spacing: 0.25em;
					margin: -0.625em 0 1.7em 0;
					text-transform: uppercase;
				}

				ul.posts article header > :last-child {
					margin-bottom: 0;
				}

/* Mini Post */

	.mini-post {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		background: #ffffff;
		border: solid 1px rgba(160, 160, 160, 0.3);
		margin: 0 0 2em 0;
	}

		.mini-post .image {
			overflow: hidden;
			width: 100%;
		}

			.mini-post .image img {
				-moz-transition: -moz-transform 0.2s ease-out;
				-webkit-transition: -webkit-transform 0.2s ease-out;
				-ms-transition: -ms-transform 0.2s ease-out;
				transition: transform 0.2s ease-out;
				width: 100%;
			}

			.mini-post .image:hover img {
				-moz-transform: scale(1.05);
				-webkit-transform: scale(1.05);
				-ms-transform: scale(1.05);
				transform: scale(1.05);
			}

		.mini-post header {
			padding: 1.25em 4.25em 0.1em 1.25em ;
			min-height: 4em;
			position: relative;
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
		}

			.mini-post header h3 {
				font-size: 0.7em;
			}

			.mini-post header .published {
				display: block;
				font-family: "Raleway", Helvetica, sans-serif;
				font-size: 0.6em;
				font-weight: 400;
				letter-spacing: 0.25em;
				margin: -0.625em 0 1.7em 0;
				text-transform: uppercase;
			}

			.mini-post header .author {
				position: absolute;
				right: 2em;
				top: 2em;
			}

	.mini-posts {
		margin: 0 0 2em 0;
	}

		@media screen and (max-width: 1280px) {

			.mini-posts {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-wrap: wrap;
				-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				width: calc(100% + 2em);
			}

				.mini-posts > * {
					margin: 2em 2em 0 0;
					width: calc(50% - 2em);
				}

				.mini-posts > :nth-child(-n + 2) {
					margin-top: 0;
				}

		}

		@media screen and (max-width: 480px) {


			.mini-posts {
				display: block;
				width: 100%;
			}

				.mini-posts > * {
					margin: 0 0 2em 0;
					width: 100%;
				}

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {

					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {

					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}

		}

		}

/* Post */

	.post {
		padding: 3em 3em 1em 3em ;
		background: #ffffff;
		border: solid 1px rgba(160, 160, 160, 0.3);
		margin: 0 0 3em 0;
		position: relative;
	}

		.post > header {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			border-bottom: solid 1px rgba(160, 160, 160, 0.3);
			left: -3em;
			margin: -3em 0 3em 0;
			position: relative;
			width: calc(100% + 6em);
		}

			.post > header .title {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-ms-flex: 1;
				padding: 3.75em 3em 3.3em 3em;
			}

				.post > header .title h2 {
					font-weight: 900;
					font-size: 1.5em;
				}

				.post > header .title > :last-child {
					margin-bottom: 0;
				}

			.post > header .meta {
				padding: 3.75em 3em 1.75em 3em ;
				border-left: solid 1px rgba(160, 160, 160, 0.3);
				min-width: 17em;
				text-align: right;
				width: 17em;
			}

				.post > header .meta > * {
					margin: 0 0 1em 0;
				}

				.post > header .meta > :last-child {
					margin-bottom: 0;
				}

				.post > header .meta .published {
					color: #3c3b3b;
					display: block;
					font-family: "Raleway", Helvetica, sans-serif;
					font-size: 0.7em;
					font-weight: 800;
					letter-spacing: 0.25em;
					margin-top: 0.5em;
					text-transform: uppercase;
					white-space: nowrap;
				}

		.post > a.image.featured {
			overflow: hidden;
		}

			.post > a.image.featured img {
				-moz-transition: -moz-transform 0.2s ease-out;
				-webkit-transition: -webkit-transform 0.2s ease-out;
				-ms-transition: -ms-transform 0.2s ease-out;
				transition: transform 0.2s ease-out;
			}

			.post > a.image.featured:hover img {
				-moz-transform: scale(1.05);
				-webkit-transform: scale(1.05);
				-ms-transform: scale(1.05);
				transform: scale(1.05);
			}

		.post > footer {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
		}

			.post > footer .actions {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
			}

			.post > footer .stats {
				cursor: default;
				list-style: none;
				padding: 0;
			}

				.post > footer .stats li {
					border-left: solid 1px rgba(160, 160, 160, 0.3);
					display: inline-block;
					font-family: "Raleway", Helvetica, sans-serif;
					font-size: 0.6em;
					font-weight: 400;
					letter-spacing: 0.25em;
					line-height: 1;
					margin: 0 0 0 2em;
					padding: 0 0 0 2em;
					text-transform: uppercase;
				}

					.post > footer .stats li:first-child {
						border-left: 0;
						margin-left: 0;
						padding-left: 0;
					}

					.post > footer .stats li .icon {
						border-bottom: 0;
					}

						.post > footer .stats li .icon:before {
							color: rgba(160, 160, 160, 0.3);
							margin-right: 0.75em;
						}

		@media screen and (max-width: 980px) {

			.post {
				border-left: 0;
				border-right: 0;
				left: -3em;
				width: calc(100% + (3em * 2));
			}

				.post > header {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
					padding: 3.75em 3em 1.25em 3em ;
					border-left: 0;
				}

					.post > header .title {
						-ms-flex: 0 1 auto;
						margin: 0 0 2em 0;
						padding: 0;
						text-align: center;
					}

					.post > header .meta {
						-moz-align-items: center;
						-webkit-align-items: center;
						-ms-align-items: center;
						align-items: center;
						display: -moz-flex;
						display: -webkit-flex;
						display: -ms-flex;
						display: flex;
						-moz-justify-content: center;
						-webkit-justify-content: center;
						-ms-justify-content: center;
						justify-content: center;
						border-left: 0;
						margin: 0 0 2em 0;
						padding-top: 0;
						padding: 0;
						text-align: left;
						width: 100%;
					}

						.post > header .meta > * {
							border-left: solid 1px rgba(160, 160, 160, 0.3);
							margin-left: 2em;
							padding-left: 2em;
						}

						.post > header .meta > :first-child {
							border-left: 0;
							margin-left: 0;
							padding-left: 0;
						}

						.post > header .meta .published {
							margin-bottom: 0;
							margin-top: 0;
						}

						.post > header .meta .author {
							-moz-flex-direction: row-reverse;
							-webkit-flex-direction: row-reverse;
							-ms-flex-direction: row-reverse;
							flex-direction: row-reverse;
							margin-bottom: 0;
						}

							.post > header .meta .author .name {
								margin: 0 0 0 1.5em;
							}

							.post > header .meta .author img {
								width: 3.5em;
							}

		}

/*
		@media screen and (max-width: 736px) {

			.post {
				padding: 1.5em 1.5em 0.1em 1.5em ;
				left: -1.5em;
				margin: 0 0 2em 0;
				width: calc(100% + (1.5em * 2));
			}

				.post > header {
					padding: 3em 1.5em 0.5em 1.5em ;
					left: -1.5em;
					margin: -1.5em 0 1.5em 0;
					width: calc(100% + 3em);
				}

					.post > header .title h2 {
						font-size: 1.1em;
					}

		}
*/



/* Section/Articulos */

	section.special, article.special {
		text-align: center;
	}

	header p {
		font-family: "Raleway", Helvetica, sans-serif;
		font-size: 0.7em;
		font-weight: 400;
		letter-spacing: 0.25em;
		line-height: 2.5;
		margin-top: -1em;
		text-transform: uppercase;
	}

/* Table */

	.table-principal {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px rgba(160, 160, 160, 0.3);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(160, 160, 160, 0.075);
			}

		table td {
			padding: 0.75em 0.75em;
    font-size: 1em;
		}

		table th {
			color: #3c3b3b;
		/*	font-size: 0.9em; */
			font-weight: 700;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(160, 160, 160, 0.3);
		}

		table tfoot {
			border-top: solid 2px rgba(160, 160, 160, 0.3);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(160, 160, 160, 0.3);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

	body {
		padding-top: 3.5em;

    color: #313439;
    background: #ebe8d5 url('/imagenes/web/bg.jpg');

	}
/* Header */



#header {
    border-bottom: solid 1px rgba(160, 160, 160, 0.3);
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    background-color: rgba(92, 133, 214, 0.7);
    color: #000;
    box-shadow: 5px 5px 25px #CCC;
    background-image: linear-gradient(153deg, #b6cdfb, #ced6ec);
}

		.main {
			color: inherit;
			text-decoration: none;
		}

#header ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: left;
}

#header ul li {
	display: inline-block; 
	padding-left: 0;
}

#header h1 {
    height: inherit;
    line-height: inherit;
    white-space: nowrap;
    float: left;
    height: 60px;
}

.n_juego{
float: left;
height: 45px;
overflow: hidden;

}

.p_juego{
float: left;
height: 50px; overflow: hidden;
}

			#header h1 a {
				font-size: 0.7em;
			}
.tiene_submenu{
position: relative;
right: 40px;
top: 15px;
}

#header .links ul li ul, .top_ma ul li ul.dropdown{
position: relative;
display: none;
min-width: 200px;
width: 200px;
background-color: #FFFFFF;
-webkit-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.75);
}

#header .links_top ul li ul{
position: relative;
display: none;
min-width: 150px;
width: 150px;
background-color: #FFFFFF;
-webkit-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.75);
}

#header .links ul li ul li, .top_ma ul li ul li{
    position:relative;
    display: block;
}

#header .links_top ul li ul li, .top_ma ul li ul li{
    position:relative;
    display: block;
}

#header .links ul li ul li{
	
}

#header .links ul li:hover{
    background-color: rgb(92, 133, 214);
    color: #FFFFFF;
}

#header .links {
			border-left: solid 1px rgba(160, 160, 160, 0.3);
			height: inherit;
			line-height: inherit;
			margin-left: 0.5em;
			overflow: hidden;
			padding-left: 0.5em;
background-color: #FFFFFF;
height: 60px;
		}


#header .links ul li {
border-left: solid 1px rgba(160, 160, 160, 0.5);
height: 60px;
line-height: 60px;
	}

#header .links_top ul li{
border-bottom: 0;
font-family: "Raleway", Helvetica, sans-serif;
font-size: 0.9em;
letter-spacing: 0.1em;
text-transform: uppercase;
margin: 0px;
padding: 10px 10px 10px 10px;
font-weight: bold;
width: 100%;
color: #000000;
}

#header .links_top ul li a{
border-bottom: 0;
font-family: "Raleway", Helvetica, sans-serif;
font-size: 0.8em;
letter-spacing: 0.1em;
text-transform: uppercase;
margin: 0px;
padding: 25px 10px 25px 10px;
font-weight: bold;
width: 100%;
color: #000000;
}

#header .links_top ul li ul li:hover {
background-color: #5c85d6;
color: #FFFFFF;
}

.menu{
background-color: #FFFFFF;
}

				
#header .links ul li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

#header .links ul li a {
    border-bottom: 0;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0px;
    padding: 25px 10px 25px 10px;
    font-weight: bold;
    width: 100%;
    color: #000000;
}

#header .links ul li a:hover{
    color: #000000;
}

#header .links li:hover>ul{
      display:block;
      position:absolute;
}

#header .links_top li:hover>ul{
      display:block;
      position:absolute;
}

#header .links ul li ul li{
    border-left: 5px solid #2c92ec;
}

#header .links_top ul li ul li{
    border-left: 5px solid #2c92ec;
}

#header .main {
    height: inherit;
    line-height: inherit;
    text-align: left;
    float: left;
    overflow:hidden;
    height: 60px;
}

#header .main ul {
    height: inherit;
    line-height: inherit;
}

    #header .main ul li {
	border-left: solid 1px rgba(160, 160, 160, 0.3);
	height: inherit;
	line-height: inherit;
	white-space: nowrap;
	height: 60px;
    }

#header .main ul li > * {
    display: block;
    float: left;
}

	    #header .main ul li > a {
	    text-decoration: none;
	    border-bottom: 0;
	    color: #000000;
	    overflow: hidden;
	    position: relative;
	    text-indent: 4em;
    	    width: 4em;
	    height: 80px;
	}

	#header .main ul li > a:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		text-transform: none !important;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		font-display: swap;
		font-size: 1.7em;
	}

	#header .main ul li > a:before {
	    display: block;
	    height: inherit;
	    left: 0;
	    line-height: inherit;
	    position: absolute;
	    text-align: center;
	    text-indent: 0;
	    top: 0;
	    width: inherit;
	}

	#header form {
		margin: 0;
	}

	#header form input {
/*	    height: 2em;*/
	    position: relative;
	    vertical-align: middle;
	}

	#header #search {
	/*    -moz-transition: all 1s ease;
	    -webkit-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	    transition: all 1s ease;
*/
	    display: block;
	    opacity: 1;
	    height: 35px;
	    padding: 0;
	    white-space: nowrap;
	    width: 130px; 
	}

	#header #search input {	}

	#header #search.visible {
		max-width: 12.5em;
		opacity: 1;
		padding: 0 0.5em 0 0;
	}


@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1800px) {}
@media screen and (max-width: 1280px) {
    #medio_izquierda { width: 100%; }
    #medio_derecha   { width: 100%; }

    #sidebar {
	border-top: solid 1px rgba(160, 160, 160, 0.3);
	margin: 3em 0 0 0;
	min-width: 0;
	padding: 3em 0 0 0;
	width: 100%;
	overflow-x: hidden;
    }
}


@media screen and (max-width: 1024px) {
    .usr_data_top span{
	position: absolute;
	left: -300px;
	top: 90px;
    }

    #articulos_box{
	margin-left: 20px;
    }
    #Menu_arriba{

    }
    .cabefo{
	background-color: #4f74ce;
	padding: 10px;
    }
    #medio{
        padding-left: 10px;
        padding-right: 10px;
	margin-left: 0px;
	margin-right: 0px;
    }
    #medio_izquierda, #medio_derecha{
	width:100%;
    }


    .art_box_izq{
	width: 100%;
    }
    .art_box_der{
	width: 100%;
    }
}


@media screen and (max-width: 980px) {
	#header .links {
		display: none;
}
    .usr_data_top span{
	position: absolute;
	left: -300px;
	top: 90px;
    }

}




@media screen and (max-width: 812px) {
.slideshow-container{
height: 320px;
}
    .usr_data_top span{
	position: absolute;
	left: -300px;
	top: 90px;
    }

    #medio{
	width: 100%;
    }
    #medio_izquierda
	display:none;
    }
    .vft{
	width: 100%;
    }
    #menu > * {
        padding: 0em;
    }

    #articulos_box{
	margin-left: 20px;
    }
}

@media screen and (max-width: 736px) {
.header_user{
top: 50px;
}

.slideshow-container{
height: 320px;
}
    .usr_data_top span{
	position: absolute;
	left: -300px;
	top: 90px;
    }


    .slideshow-container {
	border-radius: 0px;
    }

    .iconos_top{
	font-size: 1.5rem;
	margin-right: 10px;
	margin-top: 0px;
    }
    .usr_data_top{
	margin-top: 0px;
	font-size:0.7rem;
    }
    .icono_carro{
	font-size:1.8rem;
	padding-top: 6px;
    }
    .cabefo{
	background-color: #4f74ce;
	padding: 10px;
    }
    .vft0,.vft1,.vft2,.vft3{
	float:left;
	width: 100%;
    }
    .carro_top_tpro{
	top: -9px;
    }
    .logotop{
	width: 70px;
    }

    #header {
	line-height: 2rem;
	width: 100%;
    }
    #header h1 { 
	float: left;
    }
    #header h1 {
	padding: 0 0 0 1em;
    }
    #header .main .search {
	display: none;
    }
    #principal {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	margin: 0 auto;
	max-widt: 100%;
	opacity: 1;
	flex-wrap: wrap;
	overflow: hidden;
    }
    body.is-menu-visible #principal {
	opacity: 0.15;
    }

    body.single #principal {
	display: block;
    }
    #main {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-ms-flex: 1;
		width: 100%;
	}

	#sidebar {
		margin-right: 3em;
		min-width: 22em;
		width: 22em;
	}
	#sidebar > * {
		border-top: solid 1px rgba(160, 160, 160, 0.3);
		margin: 3em 0 0 0;
		padding: 3em 0 0 0;
	}
	#sidebar > :first-child {
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
	}
}

@media screen and (max-width: 667px) {
.slideshow-container{
height: 320px;
}
.usr_data_top span{
position: absolute;
left: -70px;
top: 50px;
}
.logotop{
}

.tituloweb{
display:none;
font-size: 0.8rem;
}
}

@media screen and (max-width: 485px) {
    .usr_data_top{
  /*   top: 50px;*/
    }
}

@media screen and (max-width: 414px) {
    .line_item{
	height: 160px;
    }
.usr_data_top span{
position: absolute;
left: -70px;
top: 50px;
}
.header_busca{
top: 100px;
position: absolute;
left: 60px;
}
.columna_x{
display: block;
width: 100%;
float: left;
}
.iconos_top{
font-size: 1.5rem;
flot: left;
margin-left: 5px;
margin-right: 5px;
}
.columna{
width: 50%;
}
.search{
display:block;
}
.tituloweb{
display:none;
}
}

/* resolucion minima de moviles 360 vertical */
@media screen and (max-width: 375px) {
.slideshow-container{
height: 280px;
}
.header_busca{
top: 100px;
position: absolute;
left: 60px;
}
header #search{
display: block;
}
.tituloweb{
display:none;
}
.columna{
width: 50%;
}
.columna_x{
display: block;
width: 100%;
float: left;
}
.iconos_top{
font-size: 1.5rem;
flot: left;
margin-left: 2px;
margin-right: 2px;
}
.usr_data_top{
font-size: 0.6rem;
left: 15px;
position: absolute;
width: 200px;
}
.usr_data_top span{
position: absolute;
left: -70px;
top: 50px;
}

    .tituloweb{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    }
    .modalbox{
	padding: 0px 0px 0px 0px;
    }
    .bloque_carro{
        margin: 20px 0px 0px 0px;
    }


    .centro_micuenta{
	margin-left: 25px;
    }
    #articulos_box{
	margin-left: 10px;
    }
    #medio{
	width: 100%;
	margin-top: 120px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
    }
    .modidata{
	font-size: 0.9rem;
    }
    table td{
	padding: 0px 0px 0px 0px;
	/*font-size: 0.9rem;*/
    }
    .col3c{
	top: 130px;
    }
}
@media screen and (max-width: 540px) {
.header_busca{
top: 100px;
position: absolute;
left: 60px;
}

}

@media screen and (max-width: 360px) {
.slideshow-container{
height: 280px;
}

.usr_data_top span{
position: absolute;
left: -70px;
top: 50px;
}
.header_busca{
top: 100px;
position: absolute;
left: 60px;
}
    html, body {
        min-width: 320px;
    }
    #header{
    }
    .info_data_top{
	display: block;
    }
    #medio{
	width: 100%;
	margin-top: 100px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
    }

show{
    width: 450px;
    }


#centro_izq{
    display:none;
}

#centro_der{
    width: 100%;
}

}

@media screen and (max-width: 280px) {
.header_busca{
top: 100px;
position: absolute;
left: 60px;
}
#busca_art2 {
    padding: 10px 10px;
    line-height: 28px;
    width: 150px;
    color: #000000;
}
.usr_data_top {
    font-size: 0.6rem;
    left: 90px;
    position: absolute;
    width: 200px;
}
}