	/*  NUEVOS ESTILOS  */
html,body {
	height: 100%;
}
a:hover {
	color: #F30;
}

@import "appls/css/bootstrap.css";
@import "appls/css/font-awesome.min.css";

/* @font-face {font-family:avenir; src: url("appls/css/avenir_ff/AvenirLTStd-Black.otf");}  */
@font-face {font-family:avenirb; src: url("appls/css/fonts/AvenirLTStd-Book.otf");}
@font-face {font-family:monterey; src: url("appls/css/fonts/MontereyFLF.ttf");}
@font-face {font-family:labsec; src: url("appls/css/fonts/LABTSECW.ttf");}
.alincel{text-align: center;}
.with100{width:100%;}
.vert100{height:100%;}
	.outer-loader {
    width: 100%;
    height: 100vh;
    border: dotted hsl(0, 0%, 67%) 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 5000;
    background: #0f0f0f;
  animation: mymove 20s;
  color: #ffffff;
  font-size: 30px;
  text-align: center;

}


@keyframes mymove {
 0% {opacity:1; } 50% { opacity:|1;} 75% { opacity: 0.2;} 100% { opacity: 0;}
}

.margmen{position: relative; margin-top:170px;}
.disno{display: none;}
 .nav { position:relative;}
 .nav>li>a:hover,   .nav>li>a:focus, .nav .open>a,   .nav .open>a:hover,  .nav .open>a:focus {
    background:#f2f2f2;
      font-weight: normal;
    color:#0d0b0b;


}
#submenu .dropdown {
    background:#f2f2f2;
    border:1px solid #ccc;
    border-radius:4px;
    width:100%; 
    color:#0d0b0b;
}

#cont_men .nav>li>a{padding: 9px; font-size:18px;}
#submenu .dropdown-menu>li>a {
    font-weight: normal;
    cursor: pointer;
    color:#0d0b0b;



}
.meinter_2{font-size: 18px; background: #fafafa;  width: 100%; position: relative; padding: 5px;color: #1a1a1a; }
.meinter{font-size: 18px; background: #fafafa;  width: 100%; position: relative; margin-top:-13px; padding: 5px; color: #1a1a1a; border-top: 1px solid #ebebeb;}
#submenu .dropdown ul.dropdown-menu {
    border-radius:4px;
    box-shadow:none;
    width:100%; 
    cursor: pointer;  

}

.zoom-in-zoom-out {animation: zoom-in-zoom-out 2s ease-out infinite;}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.marg10{margin-top:2px;}
.btnsub{width:100%;  display:block;}
.marg15{margin-top:-15px;}
.stytitsub{background:#3d3d3d; height:30px; text-align:center;}
.stytitsub p{color:#FFF; padding: 5px; font-weight: bold;}
/*  Slider */
.jssorb01 { position: absolute; }
.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
	position: absolute; width: 12px; height: 12px; filter: alpha(opacity=70); opacity: .7; overflow: hidden; cursor: pointer; border: #000 1px solid; }
.jssorb01 div { background-color: gray; }
.jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
.jssorb01 .av { background-color: #fff; }
.jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }
.jssora05l, .jssora05r { display: block; position: absolute; width: 100%; height: 200px; cursor: pointer; background: url('img/a17.png') no-repeat; overflow: hidden; }
.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }
.jssora05l.jssora05lds { background-position: -10px -40px; opacity: .3; pointer-events: none; }
.jssora05r.jssora05rds { background-position: -70px -40px; opacity: .3; pointer-events: none; }
.vertic{width:260px; height:260px; overflow:hidden;  display: flex; align-items: center; justify-content: center;}
/*  Otros */
.marg0{ margin-top:0px;}
.marg5{ margin-top:5px;}
.marg10{ margin-top:10px;}
.marg20{ margin-top:20px;}
.marg30{ margin-top:30px;}
.marg40{ margin-top:40px;}
.padd10{ padding:10px;}
.padd20{ padding:20px;}
.padd30{ padding:30px;}
.padd40{ padding:40px;}
.img100{ width:100%; }
.img100v{ height:100%; }
.vertical{display:flex; align-items:center;}				/* centrado vertical de textos y otros */
.centrver{display:flex; align-items:center; align-items: center; justify-content: center;}
#marcologo{ position:absolute; z-index:99; height: 100px; background-color:transparent; border-radius: 0px 0px 20px 20px; text-align:center; box-shadow: 5px 5px 10px #888888; overflow:hidden; }
#marcologo2{ position:absolute; z-index:99; height: 100px; background-color:transparent; border-radius: 0px 0px 20px 20px; text-align:center; box-shadow: 5px 5px 10px #888888; overflow:hidden; }

.imlogo{ height: 100%; }
#rs { text-align: right; margin-top: 10px 	}
#shopping { position: absolute; margin-top: 10px; width: 150px; height: 36px; background-image: url(appls/images/fondoCarrito.png); right:10px; }
#shopping #shoppingcant { position: absolute; color: #C00; font: bold 16px Arial,sans-serif; text-align: center; width: 103px; height: 24px; top: 8px; left: 1px; }
#header100{ width: 100%; margin-right: auto; margin-left: auto; height: 100%; position: relative; z-index: 107; margin-top: -20px; background:#423F3E; }
#head_menu020 {  height: 40px; width: 100%; position: absolute; margin-top: -40px; background-image: url(appls/images/semitransp.png); }
#head_slogans02 { position: absolute; width: 80%; height: 36px; color: #FFF; font-size: 28px; text-align: right; right: 10px; text-shadow: 0px  0px 5px black; }
#paypalobjs01 { position: absolute; width: 100%; height: 20px; z-index: 107; margin-top:5px; padding: 5px; }
#paypalobjs01 img{ margin-left: 5px; padding: 1px; }
.botover:hover{ background:#ededed; }
#tnn   #head_like012 { right: 200px; }
.titulo450 { padding-top:20px; padding-bottom:10px; padding-right:15px; font-family: "Century Gothic"; color: #666; font-size: 25px; text-align: right; text-shadow: #666 0.1em 0.1em 0.2em; }
.marcosombra { border: 1px solid #E2E2E2; border-radius: 0.5em; box-shadow: #E2E2E2 0.3em 0.3em 0.3em; padding: 10px; position:relative;}
.separacion55 { height: 5px; position: relative; width: 100%; background:#A49C9C; }
.forminput{width:100%; height:40px; border-radius:6px; margin-bottom:5px; padding-left:5px; border:1px solid #bcbcbc; font-size:14px;}
.formbot{width:150px; height:40px; border-radius:6px; margin-bottom:0px; font-size:14px; font-weight:bold; padding-left:0px; border:1px solid #bcbcbc;}
.formcar{width:120px; height:35px; border-radius:6px; margin-bottom:0px; font-size:14px; font-weight:bold; padding-left:0px; border:1px solid #bcbcbc;}
.formema{width:220px; height:35px; border-radius:6px; margin-bottom:0px; font-size:14px; font-weight:bold; padding-left:0px; border:1px solid #bcbcbc;}
.formbot:hover,.formcar:hover,.formema:hover{background-color:#ffe100; }
.TABLASHOP{ width:100%; }
.wid50_100{ width:60%; }
.wid80_100{ width:80%; }

/***MENSAJE***/
.capaprinc{bottom:0px; right: 0; width:70%; height:40px; display:inline-block; position:absolute; border-top-right-radius:10px; border-top-left-radius:10px; padding:0 10px; left:0; margin:0 auto;}
.capaprinc span{color:#ffffff; margin:0px; text-align:center; font-size:14px; position:relative; top:30%;  padding:5px 0px 0px 0px;}
.capaprinc img{color:#ffffff; margin:0px; position:relative; top:50%; transform:translate(0,-50%); float:right;}
.muestramsg{ -webkit-animation-name:movim1; animation-name:movim1; animation-duration: 1s; }
.ocultarmsg{ -webkit-animation-name:movim2; animation-name:movim2; animation-duration: 2s; }
@keyframes movim1{ 0% {bottom:-50px; opacity:0; } 50% {bottom:10px; opacity: |1;} 100% {bottom:0px; opacity: 1;} }
@keyframes movim2{ 0% {bottom:0px; opacity:1; } 50% {bottom:-20px; opacity: |1;} 100% {bottom:-80px; opacity: 0;} }

/*footer*/
#bottom200 { height: 100px; width: 100%; position: relative; }
#bottom_fondo500 { height: 100px; width: 100%; position: absolute; }
#bottom_telefono600 { font-size: 20px; text-align: right; color: #FFF; font-weight: bold; text-shadow: black 0px 0px 3px 3px; }
#bottom_datos600 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-align: left; color:black; }

.style3 { height:40px; width:100%; margin-top:5px; text-align:center;	background-color:#ededed; font-family:Century Gothic; font-size:14px; font-weight:bold;
	text-decoration:none; color:#333; border-style:solid; border-color: #c9c9c9; }
.style3:hover { background-color: #f7f7f7; }


.style1 {
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
}
.style2 {
	font-size: 18px;
	font-family: Century Gothic;
}
.txtdeta {
	font-size: 16px;
	font-family: Century Gothic;
}
.style4 {
	color: #F60;
	text-decoration: none;
	font-size: 18px;
}
.titdeta{
	color:#6b6b6b;
	text-decoration: none;
	font-size: 30px;
	font-family: labsec;
}
.style5 {color: #FF0000}
.style6 {
	color: #FF9900;
	font-weight: bold;
}
.style7 {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	font-size: 34px;
}

.col_roj{ color:red; }
.col_bla{ color:#ffffff; }
.col_cel{ color:#8abfd4; }
.col_plo{ color:#6b6b6b; }
.col_gri{ color:#c5c6c7; }

.fonnar{background-color:#ffbf00; }
.fonver{background-color:#92db1d; }
.fongri{background-color:#f5f5f5; }
.fongr1{background-color:#e6e6e6; }
.fongr2{background-color:#d9d9d9; }
.fongr3{background-color:#c4c4c4; }
.fongr4{background-color:#828282; }

.marglad0{margin-right:0px; margin-left:0px;}		/* margen a los dos lados */
.marglad5{margin-right:10px; margin-left:5px;}
.marglad10{margin-right:10px; margin-left:10px;}
.marglad20{margin-right:20px; margin-left:20px;}

	/* ENCABEZADOS ------------------------------------------------------------------------------------------------------------------  */

#header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 345px;
	position: relative;
	z-index: 107;
}
#head_fondo {
	height: 240px;
	width: 980px;
	position: absolute;
	top: 105px;
	z-index: 99;
}
#detalle_header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 145px;
	position: relative;
	border: 1px solid #FFF;
	background-color: #FFF;
	z-index: 107;
}


/* ------------------------------------------------------------------------------------- encabezado 02 --  */

#head_menu02 {											/*  fondo del menu */
	height: 40px;
	width: 980px;
	position: absolute;
	margin-top: 200px;
	background-image: url(appls/images/semitransp.png);
	z-index: 100;
	top: 100px;
}
#head_logo01 {											/*  logotipo  */
	width: 980px;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 101;
}
#head_slogans01 {
	position: absolute;
	width: 941px;
	height: 40px;
	font-family: "Century Gothic";
	color: #FFF;
	font-size: 32px;
	text-align: right;
	text-shadow: black 0.1em 0.1em 0.2em;
	z-index: 102;
	left: 22px;
	top: 246px;
}
#head_redessociales01 {
	height: 27px;
	width: 157px;
	position: absolute;
	z-index: 103;
	text-align: right;
	left: 812px;
	top: 10px;
}
#head_like01 {
	width: 120px;
	height: 20px;
	position: absolute;
	left: 13px;
	z-index: 104;
	top: 310px;
}
#head_menubot01 {										/*  botonera del menu */
	height: 34px;
	width: 590px;
	position: absolute;
	text-align: right;
	z-index: 105;
	top: 302px;
	left: 383px;
}

#detalle_head_menu {											/*  fondo del menu */
	height: 40px;
	width: 980px;
	position: absolute;
	z-index: 100;
	top: 105px;
	background-color: #E0E0E0;
}
#detalle_like {
	width: 120px;
	height: 20px;
	position: absolute;
	left: 13px;
	z-index: 104;
	top: 114px;
}
#detalle_menubot {										/*  botonera del menu */
	height: 34px;
	width: 590px;
	position: absolute;
	text-align: right;
	z-index: 105;
	top: 106px;
	left: 383px;
}
#detalle_paypalobjs {
	position: absolute;
	left: 190px;
	top: 114px;
	width: 120px;
	height: 20px;
	z-index: 107;
}

/* FIN DE ENCABEZADOS *******************************************************/


	#home_destacado {
	height: 430px;
	width: 300px;
	background-color: #FFF;
	overflow: hidden;
	position: absolute;
	left: 5px;
	top: 70px;
	border-radius: 0.5em;
	box-shadow: #D4D4D4 0.3em 0.3em 0.3em;
	border: 1px solid #D6D6D6;
	}
	#home_masdestac02 {
	position: absolute;
	height: 25px;
	width: 660px;
	margin-top: 415px;
	left: 0px;
	top: 0px;
	background-color: #666;
	}
	#home_textocentral02 {
	position: absolute;
	height: 270px;
	margin-top: 4px;
	width: 270px;
	font-family: Arial;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: auto;
	left: 5px;
	top: 165px;
	text-align: justify;
	}
	#home_4_destacados {
	background-color: #F4F4F4;
	width: 666px;
	height: 440px;
	position: absolute;
	left: 311px;
	top: 70px;
	}


#facebook {
	background-color: #F4F4F4;
	width: 250px;
	height: 440px;
	position: absolute;
	margin-left: 725px;
	margin-top: 5px;
}
#bottom {
	height: 80px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#bottom_datos {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 488px;
	float: left;
	text-align: left;
	height: 50px;
	position: absolute;
	color: #FFF;
	left: 10px;
	top: 20px;
}
#bottom_telefono {
	width: 432px;
	font-family: Arial;
	font-size: 18px;
	text-align: right;
	color: #FC0;
	font-weight: bold;
	position: absolute;
	height: 30px;
	text-shadow: black 0.1em 0.1em 0.2em;
	left: 531px;
	top: 27px;
}
#bottom_fondo {
	height: 80px;
	width: 980px;
	position: absolute;
}

#cuerpo {
	width: 980px;
	border: 1px solid #DFDFDF;
	font-family: Arial;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 550px;
	background-image: url(appls/images/fondo_semitransp2.png);
}
#categorias_cuerpo {
	width: 980px;
	border: 1px solid #DFDFDF;
	font-family: Arial;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 750px;
	background-image: url(appls/images/fondo_semitransp2.png);
}
#cuerpo_contenidos {
	height: 450px;
	width: 980px;
	background-color: #EFEFEF;
	text-align: left;
	position: absolute;
}
.separacion5 {
	height: 5px;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#destacados01 {
	height: 440px;
	width: 240px;
	background-color: #EEE;
	margin-top: 5px;
	margin-left: 5px;
	overflow: hidden;
	position: absolute;
	left: 3px;
}
#masdestac {
	position: absolute;
	height: 25px;
	width: 240px;
	margin-top: 415px;
}
#home_textocentral {
	position: absolute;
	height: 440px;
	margin-top: 4px;
	margin-left: 250px;
	width: 450px;
	font-family: Arial;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: auto;
}
#hojas_textocentral {
	position: absolute;
	height: 440px;
	margin-top: 4px;
	margin-left: 255px;
	width: 700px;
	font-family: Arial;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: auto;
}
#botnovfac {
	position: absolute;
	margin-top: 395px;
}
.camposbuscador {
	width: 150px;
}
#primeraprop {
	position: absolute;
	margin-top: 140px;
	margin-left: 10px;
	width: 225px;
	height: 35px;
	background-image: url(esp/images/fondo_semitransp1.png);
	font-family: Arial;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 5px;
}

#cuerpo #destacados02 {
	height: 440px;
	width: 200px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	overflow: hidden;
	position: absolute;
}
#imagenladoback02 {
	height: 440px;
	width: 200px;
	position: absolute;
}
#imagenlado02 {
	height: 440px;
	width: 200px;
	visibility: visible;
	position:relative;
}


#destacados03 {
	height: 440px;
	width: 100px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	overflow: hidden;
	position: absolute;
}
#imagenladoback03 {
	height: 440px;
	width: 100px;
	position: absolute;
	overflow: hidden;
}
#imagenlado03 {
	height: 440px;
	width: 100px;
	visibility: visible;
	position:relative;
	overflow: hidden;
}

#portafoto {
	height: 180px;
	width: 240px;
}
#portastatus {
	height: 180px;
	width: 240px;
	position: absolute;
}
#shoppingbase {
	position: absolute;
	z-index: 106;
	width: 150px;
	height: 36px;
	left: 817px;
	top: 51px;
	background-image: url(appls/images/fondoCarrito.png);
}
#shoppingbase #shoppingcant {
	position: absolute;
	color: #C00;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	width: 103px;
	height: 24px;
	top: 8px;
	left: 1px;
}
.home-marcooferta {
	position: absolute;
	height: 190px;
	width: 190px;
	border: 1px solid #E2E2E2;
	border-radius: 0.5em;
	box-shadow: #E2E2E2 0.3em 0.3em 0.3em;
	padding: 10px;
}
#paypalobjs {
	position: absolute;
	left: 190px;
	top: 309px;
	width: 120px;
	height: 20px;
	z-index: 107;
}
#titulo450x40 {
	position:absolute;
	width:450px;
	height:40px;
	z-index:1;
	left: 513px;
	top: 13px;
	font-family: "Century Gothic";
	color: #666;
	font-size: 32px;
	text-align: right;
	text-shadow: #666 0.1em 0.1em 0.2em;
}
#titulo_hojadetalle {
	position:absolute;
	width:952px;
	height:40px;
	z-index:1;
	left: 15px;
	top: 13px;
	font-family: "Century Gothic";
	color: #666;
	font-size: 30px;
	text-align: right;
	text-shadow: #666 0.1em 0.1em 0.2em;
}
#categorias_ladoizq {
	height: 660px;
	width: 260px;
	background-color: #EAEAEA;
	overflow: hidden;
	position: absolute;
	left: 15px;
	top: 70px;
	border-radius: 0.5em;
	box-shadow: #D4D4D4 0.3em 0.3em 0.3em;
	border: 1px solid #D6D6D6;
}
#categorias_listado {
	background-color: #F4F4F4;
	width: 680px;
	height: 670px;
	position: absolute;
	left: 287px;
	top: 70px;
	overflow: auto;
}
#hoja_detalle {
	background-color: #F4F4F4;
	width: 660px;
	height: 830px;
	position: absolute;
	left: 290px;
	top: 69px;
	border: 1px solid #E2E2E2;
	border-radius: 0.5em;
	box-shadow: #E2E2E2 0.3em 0.3em 0.3em;
	overflow: hidden;
	padding: 5px;
}
#descripcion_item {
	height: 100px;
	overflow: auto;
	vertical-align: middle;
}
#detalle_ladoizq {
	height: 840px;
	width: 260px;
	background-color: #EAEAEA;
	overflow: hidden;
	position: absolute;
	left: 15px;
	top: 70px;
	border-radius: 0.5em;
	box-shadow: #D4D4D4 0.3em 0.3em 0.3em;
	border: 1px solid #D6D6D6;
}
#detalle_cuerpo {
	width: 980px;
	border: 1px solid #DFDFDF;
	font-family: Arial;
	margin-right: auto;
	margin-left: auto;
	background-image: url(appls/images/fondo_semitransp2.png);
	position: relative;
	height: 920px;
}
#ventanaoverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-image: url(appls/images/FondoSemiBlack2.png);
	text-align: center;
	vertical-align: middle;
	z-index: 500;
}
.subcontenidos_tabla {
	border-radius: 0.5em;
	box-shadow: #666666 0.3em 0.3em 0.3em;
	border: 1px solid #D6D6D6;
	background-image: url(appls/images/fondo_semitransp2.png);
	font-family: Arial;
	font-size: 14px;
	padding: 10px;
}
#carrito_cuerpo {
	font-family: Arial;
	margin-right: auto;
	margin-left: auto;
	position: static;
	background-image: url(appls/images/fondo_semitransp2.png);
}
#div_temporal {
	font-family: Arial;
	font-size: 16px;
	color: #F60;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(appls/images/fondo_semitransp2.png);
}
.letras_titulo1 {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bold;
	color: #749DBE;
	text-decoration: underline;
}
.letrasChicas10 {
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
}

/* MEDIA */

@media screen and (max-width: 768px) {
	.style1 { font-size: 16px; color:#666; }
	.style3 { font-size: 14px; text-transform:uppercase;}
	.style4 { font-size: 22px; }
	.style7 {	font-size: 26px; }
	.titdeta { font-size: 22px; }
	.marcosombra { margin-top:20px; border-color:#cccccc; }
	.margcell{margin-top:10px;}
	.bisstore{float: right; margin-top:-20px;margin-right: 20px;}
    .enlace{float: right; margin-right:20px;  margin-top:-30px;  }


}

@media(max-width: 740px){
	#logoshopp{ width:100%; }
	#bottom{ width: 100%; }
	.img100Cell{ width:100%; }
}

@media(max-width: 528px){
	.mmargcel{margin: 20px 45px 20px 0px;}
	.alincel{text-align: right;}

	.marg-22{margin-top:-22px;}
	.margmen{position: relative; margin-top:10px;}

	.disno{display: block;}
.disnoc{display: none;}

		.capaprinc{height:80px; width:100%; background-color:#00a32c; display:inline-block;}
		.capaprinc span{color:#ffffff; margin:0px; text-align:center; font-size:14px; position:relative; top:10%;  padding:5px 0px 0px 0px;}
		#marcologo{ height: 60px; max-width: 220px;background:transparent;}
		#marcologo2{ height: 110px; max-width: 220px; background:transparent;}



		#bottom_telefono600  { font-size: 16px; }
		#shopping { right:0px; }
		#head_menu020 { height: 20px; top: 130px;}
		#head_slogans02 { font-size: 14px;}
		#header100{ height: 105px; }
		.TABLASHOP{ width:900px; }
		.wid50_100{ width:100%; }
		.wid80_100{ width:100%; }
		.vertical{align-items:stretch; }
		.titulo450 { padding-top:10px; padding-bottom:10px; font-size: 18px; }

			#tnn   #head_like012 {
			right: 287px;
			margin-top: -30px;
		}
		#paypalobjs01 { display: none; }
	.disnobc{display: block;}
.disnocc{display: none;}
}
