@media screen and (min-width: 641px), print {

html { 
  box-sizing: border-box;
} 

*, *:before, 
*:after { 
box-sizing: inherit; 
vertical-align:top;
}

#p0_novedad {
	position: relative;
	left: 820px;
	top: 370px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
	background: #FF5C35;
	display: block;
    -webkit-transform: rotate(-30deg); 
    -moz-transform: rotate(-30deg); 
}
#p0_novedad_taronja {
	position: relative;
	left: 820px;
	top: 370px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
	background: #FF5C35;
	display: block;
    -webkit-transform: rotate(-30deg); 
    -moz-transform: rotate(-30deg); 
}
#p0_novedad_titulo {
	position: relative;
	left: 0px;
	top: 70px;
    width: 100%;
    height: auto;
	font-family: "gelion","Arial",sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	color: white;
}
#p0_novedad_texto {
	position: relative;
	left: 0px;
	top: 85px;
    width: 100%;
    height: auto;
	font-family: "gelion","Arial",sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	color: white;
}	

.p0_mobile_menu {
  position: relative;
  left: 0px;
  top: 0px;  
  width: 1920px;
  height: 50px;
  background: #0046FE;  
  z-index: 9998;  
  display: none;
}

.p0_mobile_menu_items {
  position: relative;
  left: 0px;
  top: 50px;
  width: 1920px;
  height: 100%;
  visibility: hidden;	
  z-index: 9998; 
}	
	
.p0_mobile_menu ul {
  font-family: "gelion","Arial",sans-serif;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;    
  list-style: none;   
}

.p0_mobile_menu a {
  float: left;
  display: inline-block;    
  text-align: center;  
  text-decoration: none;  
  width: 1920px;
  height: 100%;
  color: white;      
}

.p0_mobile_menu > .p0_mobile_menu_items > li {  
  position: relative;
  left: 0px;
  top: 50px;
  width: 1920px;
  height: 50px;
  float: left;  
  cursor: pointer;
}

.p0_mobile_menu > .p0_mobile_menu_items > li:hover ul {
  display: block;  
}

.p0_mobile_menu > .p0_mobile_menu_items > li > ul {  
  display: none;
}

.p0_mobile_menu > .p0_mobile_menu_items > li > ul > li {  
  width: 1920px;
  height: 42px;
}

.p0_mobile_menu-icon {
  position: absolute;
  float: right;  
  left: 445px;
  top: 0px;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  overflow: hidden;  
}

.p0_mobile_menu-icon > div {
  width: 1920px;
  height: 100%;      
}

.p0_mobile_menu-mask {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 1920px;
  height: 100%;   
}

.p0_mobile_menu-mobile {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 1920px;
  height: 100%;
  overflow: hidden; 
}

.p0_mobile_menu-mobile li {
  width: 1920px;
}

.p0_mobile_menu-mobile li a {
  padding: 15px 0;
  border-bottom: 1px solid white;
  text-decoration: none;  
  color: white;  
}

.p0_mobile_menu-mobile ul {
  display: none;
}

.p0_mobile_menu-mobile  ul li a {
  text-decoration: none;  
  color: white;  
}

.p0_mobile_menu-close {
  overflow: hidden;
}

.p0_mobile_menu-close > div {
  float: right;
  padding: 0 10px;
}

.p0_mobile_menu-close > div:after {
  font-size: 35px;
  content: '\00d7';
}
}