font, th, td, p {
  font: 16px Verdana, Arial, sans-serif;
  padding: 2px 3px;
  /*text-align:left;temp disabled White*/
}
img {
  border: 0;
  vertical-align: middle;
  padding: 2px;
}
figure {
    display: block;
	margin-block-start: 0.5em;
    margin-block-end: 0.8em;
    margin-inline-start: 0.5em;
    margin-inline-end: 0.5em;
}
.round_corners{
	border-radius: 5px;
	box-shadow: 3px 3px 2px #AAA;
}	
figcaption {
    display: block;
	font-size:1.1em;
	text-align: center;
}
p {
	line-height: 1.5em;
    text-indent: 0.8em;
}
legend {
  font-weight: bold;
}
fieldset {
  border: #999;
  border-style: double;
  padding: 10px;
  margin-bottom: 10px;
}
br {
  clear: left;
}
.br-noclear br{
  clear: none;
}
label.set,radio.set,input.set {
  display: block;
  float: left;
}
radio.set {
  vertical-align: text-bottom;
}
label.set {
  text-align: left;
  width: 300px;
  padding-right: 10px;
  margin-bottom: 5px;
}
label.ulog, input.ulog {
  display: block;
  float: left;
}
label.ulog {
  text-align: left;
  width: 125px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.rd {
  text-align: left;
  width: 60px;
  padding-left: 3px;
  padding-right: 10px;
}
.no {
  text-align: right;
  width: 8px;
  padding-right: 10px;
}
.yes {
  text-align: left;
  width: 20px;
  padding-right: 10px;
  vertical-align: bottom;
}
input.sub {
  left: 20px;
  float: none;
}
.title {
  background: none;
  color: #444;
  text-decoration: none;
  font-size: 1.2em;
}
.content {
  background: none;
  color: #000;
  font-size: 1em;
  line-height: 1.6;
  margin: 5px 5px;
  padding: 2px 3px 3px;
  word-break: break-word;
}
.storytitle {
  background: none;
  color: #363636;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
}
.storycat {
  background: none;
  color: #F00;
  text-decoration: underline;
  font-size: 1.2em;
  font: bold;
}
.option {
  background: none;
  color: #000;
  text-decoration: none;
}
.tiny {
  background: none;
  color: #000;
  text-decoration: none;
  font-size: 1em;
}
body {
  color: #111;
  background: #FFF;
  font: 16px Helvetica, Arial, sans-serif;
  max-width: 1200px;
  margin: auto;
  padding: 1px;
}
.helphead {
  color: #FFF;
  font-size: 1.1em;
  width: 244px;
  padding: 2px;
  vertical-align: middle;
  background: #0065DE;
}
.helpcontent {
  width: 240px;
  border: 1px solid #069;
  padding: 4px;
  background: #FFF;
}
.headtable {
  width: 100%;
  clear: both;
  padding:1px;
}
.head {
  border-width: 0;
  border-spacing: 2px;
  padding: 2px;
  width: 100%;
  background: #FFF;
  overflow: hidden;
}
.head #header-logo {
  float: left;
  text-decoration: none;
}
/*
#header-logo span { 
  font-size: 2em;
  line-height: 48px;
  vertical-align: bottom;
  display: none;
}
*/
.headmenu {
  font-weight: bold;
  text-align: center;
}
.maintable {
  width: 100%;
  border-width: 0;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 1px;
}
.mainside {
  width: 164px;
  vertical-align: top;
  padding: 0px 2px;

}
.main {
  width: 100%;
  vertical-align: top;
  padding: 0px;
  line-height: 1.6em;
}
/* table inside the the td that holds the block title */
.blockhead {
border-radius: 5px 5px 0 0;
background: #AAA;
width: 100%;
padding-top: 2px;
text-align: center;
vertical-align: middle;
font-size: 1.1em;
font-weight: normal;
line-height: 1.5em;
color: #FFFFFF;
background-image: linear-gradient(#d5d4d4, #888);
}
/*
.blockhead {
  color: #069;
  font-size: 0.8em;
  font-weight: bold;
  height: 14px;
  width: 166px;
  padding: 2px;
  vertical-align: middle;
  background: #AAA;
}
 table that holds the content in blocks */
.blockcontent {
  width: 164px;
  border: 1px solid #AAA;
  border-radius: 0 0 5px 5px;
  padding: 2px;
  background: #f5f5f5;
  margin-bottom:7px;
  font-size: 0.9em;
  line-height: 1.6em;
  word-break: break-word;
}
 .blockcontent td {
  font-size: 1em;
}
/* div at the top of modules holding the page title if one... */
.pagetitle {
  color: #FFF;
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
  border-width: 0;
  border-radius: 4px 4px 0 0;
  height: 22px;
  background: #AAA;
  margin-bottom: 3px;
  padding-bottom: 6px;
  background-image: linear-gradient(#d5d4d4, #888);
}
.pagetitle2{
  width: 100%;
  background: #DDDDDD;
  padding: 0;
  border: 1px solid #AAA;
  border-spacing: 0;
  border-radius: 5px;
  text-align: center;
}
/* fieldset around each admin item */
.adminitem {
  border: 0px;
  padding: 0px;
  width: 130px;
  display: inline-block;/*table-cell;*/
  vertical-align: bottom;
  text-align: center;
}
.adminitem span {
  display: block;
  width: 120px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #AAA;
  background: #FAFAFA;
}
.table1 {
  padding: 0px;
}
.table2 {
  padding: 2px;
}
.table1,.table2 {  
  border: 1px solid #AAA;
  border-spacing: 0;
  border-radius: 5px;
  background: none;
}
/* div called from function OpenTable2 */
.table2 {
  width: 50%;
  text-align: center;
}
.newsindex,.newsarticle {
  border: 1px solid #AAA;
  border-spacing: 0;
  padding: 10px;
  font-size: 1.1em;
  line-height: 1.6em;
  margin-bottom:7px;
  word-break: break-word;
}
/* tables that hold newscat, newsempty newstopic in themes/x/template/news/index.html */
.newsindex {
  width: 100%;
  background: none;
  border-radius: 5px;
}
/* table that holds the news stories in themes\x\template\news\article.html */
.newsarticle {
  background: none;
}
a:link, a:active, a:visited {
  color: #069;
  text-decoration: none;
}
a:hover {
  color: #F60;
  text-decoration: underline;
}
.statlink {
  font-weight: bold;
}
.statlink, a.statlink,.statlink a {
  color: #FFF;
  text-decoration: none;
}
a:hover.statlink,.statlink a:hover {
  color: #FFF;
  text-decoration: underline;
}
.navmenu {
  color: #FFF;
  background: #0E72A4;
  border-style: none;
  font-weight: bold;
  font-size: 1.1em;
}
.navmenu img {
  margin: 1px 5px;
}
.navmenu a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 2px 5px;
}
.navmenu a:hover {
  background: #EFEFEF;
  text-decoration: none;
  color: #000;
}
hr {
  height: 0;
  border: solid #AAA 0;
  border-top-width: 1px;
}
li {
	line-height: 1.4em;
	padding: 4px;
}
.forumline {
  border-radius: 5px;
  margin: 5px 0px;
}
.bodyline,.forumline {
  border: 1px #98AAB1 solid;
  background: #FFF;
}

.row1,.usermenu{
	background: #F5F5F5;
}
.row2{
	background: #EEEEEE;
}
.row3{
	background: #DDDDDD;
}
.row1.hoverElem:hover {
	background: #E0E0E0;
}
.row2.hoverElem:hover {
	background: #DDDDDD;
}
.row3.hoverElem:hover {
	background: #EEEEEE;
}

.gradient{
	background-image: linear-gradient(#F5F5F5, #E0E0E0);	
}
td.row1 {
  background: #F5F5F5;
}
td.row1gradient{
	background-image: linear-gradient(#F5F5F5, #E0E0E0);
}
td.row2 {
  background: #F5F5F5;
}
td.row2gradient{
	background-image: linear-gradient(#F5F5F5, #E0E0E0);
}
td.row3 {
  background: #EEEEEE;
}
td.row3gradient {
  background-image: linear-gradient(#F5F5F5, #E0E0E0);
}

td.rowpic {
  background: #FFF url(/themes/default/images/cellpic1.gif);
}
th {
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  height: 20px;
  background: #DDD;
}
td.cat, td.catHead, td.catSides, td.catleft, td.catright, td.catbottom, td.catBottom {
  background: #E0E0E0;
  background-image: linear-gradient(#FFF, #DDD);
}
td.catgradient,td.catHeadgradient{
  background-image: linear-gradient(#F5F5F5, #E0E0E0);	
}
td.catHead, td.catSides, td.catleft, td.catright {
  border: #CCC;
  border-style: solid;
  height: 26px;
}
td.cat,td.catHead,td.catbottom {
  height: 20px;
}
th.thHead,th.thSides,th.thtop,th.thleft,th.thright,th.thbottom,th.thCornerL,th.thCornerR {
  font-weight: bold;
  border: #FFF;
  border-style: solid;
  height: 25px;
}
td.row3right {
  border: #FFF;
  border-style: solid;
  background: #D1D7DC;
}
td.spaceRow {
  border-width: 0;
  height: 1px;
  line-height: 1px;
  text-align: center;
  background: #FFF;
  padding: 0;
}
th.thHead, td.catHead {
  font-size: 1.1em;
}
th.thHead,td.catHead,td.spaceRow,td.row3right,
td.catSides,td.catleft,td.catright,td.catbottom,
th.thSides,th.thleft,th.thright,th.thtop,th.thbottom,th.thCornerL,th.thCornerR {
  border-width: 0;
}
td.attachrow {
  font: normal 14px Verdana, Arial, Helvetica, sans-serif;
  color : #000000;
  border-color : #ddd; 
}
td.attachheader {
  font: bold 14px Verdana, Arial, Helvetica, sans-serif;
  color : #000000;
  border-color : #000000;
  background-color: #E0E0E0;
}
td.attachimage {
	padding-top: 10px;
	padding-bottom: 10px;
}
table.attachtable {
  font: normal 14px Verdana, Arial, Helvetica, sans-serif;
  color : #000000;
  border-color : #ddd;
}
table.attachtable td {
	border-color: #ddd;
}
.maintitle, h1, h2 {
  text-decoration: none;
  color: #000;
  font-weight: normal;
  word-break: break-word;
}
.maintitle, h1 {
  font-size: 1.5em;
  margin-top: auto;
}
h2 {
  font-size: 1.4em;
}
.gen {
  font-size: 1.1em;
  line-height:1.6em;
}
.genmed {
  font-size: 1em;
  padding: 4px;
  border-radius: 5px;
}
.gensmall {
  font-size: 0.9em;
}
.gen, .genmed, .gensmall {
  color: #000;
  word-break: break-word;						 
}
a.gen, a.genmed, a.gensmall {
  color: #060;
  text-decoration: none;
}
a.gen:hover, a.genmed:hover, a.gensmall:hover {
  color: #AE0000;
  text-decoration: underline;
}
/* Forum category titles */
.cattitle {
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 1px;
  color: #069;
}
a.cattitle {
  text-decoration: none;
  color: #069;
}
a.cattitle:hover {
  text-decoration: underline;
  color: #AE0000;
}
.forumdesc {
  font-size: 0.9em;
}
.forumlink {
  font-weight: bold;
  font-size: 1em;
  color: #069;
}
a.forumlink {
  text-decoration: none;
  color: #069;
}
a.forumlink:hover {
  text-decoration: underline;
  color: #AE0000;
}
.nav {
  font-weight: bold;
  font-size: 0.9em;
  color: #000;
}
a.nav {
  text-decoration: none;
  color: #069;
}
a.nav:hover {
  text-decoration: underline;
  color: #F60;
}
.topictitle {
  font-weight: bold;
  font-size: 1em;
  color: #000;
  word-break: break-word; 
}
a.topictitle:link {
  text-decoration: none;
  color: #069;
}
a.topictitle:visited {
  text-decoration: none;
  color: #5493B4;
}
a.topictitle:hover {
  text-decoration: underline;
  color: #AE0000;
}
.name {
  font-size: 1em;
  color: #000;
}
.postdetails {
  font-size: 0.9em;
  color: #000;
  word-break: break-word;
  line-height: 1.4em;
  padding: 3px;
}
.postdetails img {
  max-width: 140px;
  max-height: 140px;
}
.postbody {
  font-size: 17px;
  line-height: 1.6;
  padding: 3px 3px;
  word-break: break-word;
}
.bbcode_img {
  display:inline-block;
  max-width:100%;
  height:auto;
  vertical-align:middle;
  margin: 1px;
}
.bbcode_img img {
   max-width:100%;
}
.attachtable img {
  max-width: 98%;
}
a.postlink:link {
  text-decoration: none;
  color: #069;
}
a.postlink:visited {
  text-decoration: none;
  color: #5493B4;
}
a.postlink:hover {
  text-decoration: underline;
  color: #AE0000;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
}
.code,.quote {
  border: #D1D7DC;
  border-style: solid;
  border-width: 1px;
  background: #FAFAFA;
}
.code {
  color: #060;
  font: 12px Courier, 'Courier New', sans-serif;
}
.quote {
  color: #444;
  font-size: 13px;
  line-height: 125%;
}
.copyright {
  color: #444;
  letter-spacing: -1px;
  font-size: 0.8em;
}
a.copyright {
  color: #444;
  text-decoration: none;
}
a.copyright:hover {
  color: #000;
  text-decoration: underline;
}
input, textarea, select {
  border-color: #069;
  font: normal 14px Verdana, Arial, sans-serif;
  border-radius: 3px;
  margin: 2px;
  padding: 3px;
}

input.post, textarea.post, select {
  background: #FFF;
}
input {
  text-indent: 2px;
}
input.button {
  color: #069;
  background: #EFEFEF;
  font: 12px Verdana, Arial, sans-serif;
}
input.mainoption {
  background: #d5d7dd;
  font: bold 1em Verdana, Arial, sans-serif;
}
input.liteoption {
  background: #e3e2e2;
  font: normal 1em Verdana, Arial, sans-serif;
  color: #069;
}
.helpline {
  border-style: none;
  background: #DEE3E7;
}
.bbcbutton {
  border-style: outset;
  border-width: 1px;
}

/* pagination */
.pagact {
	font-size: 0.9em;
	width: 16px;
	height: 20px;
	text-align: center;
	background: transparent url(/images/pagact.gif) no-repeat scroll 0 1px;
}
.paginact, .pagneutral {width: 17px; text-align: center; }
.paginact a, .pagneutral a {
	display: block;
	font-size: 0.9em;
	width: 17px;
	height: 20px;
	padding-top: 5px;
	background: transparent url(/images/paginact.gif) no-repeat;
}
.pagneutral a {
	background: transparent url(/images/pagneutral.gif) no-repeat;
}

/* Tooltip style */
.tooltip {
    border: 1px solid black;
    background-color: #A6D8FF;
	display: none;
	padding: 10px 20px;
    width: 500px;
	border-radius: 7px;
}
.tooltip .title {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.tooltip label{
	font-size: 0.8em;
	font-weight: bold;
	width: 50px;
}
.tooltip .input{
	font-size: 0.8em;
	resize: none;
	/*white-space: pre;*/
	width: 425px;
}
.tooltip .note {
	text-align: left;
	vertical-align: middle;
	float:left;
	/*width: 100%;*/
}
.tooltip .button {
	text-align: right;
	vertical-align: middle;
	float:right;
	/*width: 100%;*/
}
.tooltip .button button {
	font-size: 0.8em;	
}
/* END Tooltip */

/* NEW BUTTONS */

.gray-btn, .dark-btn {
	border: 1px solid #069;
	border-radius: 3px;
	transition-duration: 0.4s;
	font-size: 16px;	
}

.gray-btn {
	background-color: #eeeeee;
	color: #069;	
}

.gray-btn:hover {background-color: #FFFFFF;}

.dark-btn {
	font-weight: bold;
	background: #dddddd;
	color: #069;
}

.dark-btn:hover {background: #eeeeee;}

img.button {
  padding: 2px;
}
/* END NEW BUTTONS */


.movile-no-larger-font .nav {
	font-size: larger;
}

/* Search results style */
.searchResultOwn {
	display: inline-block;
}
.searchResultLink {
  font-style: italic;
  padding: 0 2px;
  word-break: break-word;
}

.searchResultLink:hover {
  background: #D1D7DC;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.searchResultOwn .delOper {
	width: 0;
	margin-left: 0px;
	overflow: hidden;
	display: inline-block;
    transition: all 0.5s;							
}
.searchResultOwn:hover .delOper {
	width: 12px;
	margin-left: 5px;
}
/* END Search results */

#header-publi-auto {
  padding-left: 202px;
  text-align: center;
  max-width: 100%;
  margin:0px;
}
#menu-footer{
  font-size: 16px;
  display: block;
  width: 100%;
  max-width: 900px;
  border: 1px solid #AAA;
  border-spacing: 0;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
}
#menu-footer .cell{
  width: 20%;
  display: block;
  float: left;
  padding: 2px;
  box-sizing: border-box;
}
#menu-footer .cell .blockcontent {
  text-align: left;
}
#menu-footer .header {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  background: #DDD;
  width: 100% !important
}
#menu-footer .blockcontent {
  width: 100%;
  box-sizing: border-box;
}
#menu-footer .content{
  margin-left: 8px;
  text-align: left;
}
#menu-footer .center{
  text-align: center;
}

.block-image-center {
  overflow: hidden;
  /*padding: 2px;*/
  box-sizing:border-box;
  border-radius: 5px;
}
.block-image-center.border {
  border: 1px solid #AAA;
  margin: 5px auto;
}
.block-image-center .div-clearfix {
  clear: both;
  width: 100%;
}

.block-image-center > div {
  width: 50%;
  box-sizing: border-box;
  float: left;
  /*padding: 2px;*/
  min-width: 310px;
}

.block-image-center .pict-div {
  text-align: center;
  float: left;
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 5px;
  width: 50%;
}

.block-image-center .pict-div img {
  max-width:150px;
  max-height:150px;
  border-radius:5px;
  box-shadow:3px 3px 2px #AAA;
}

.block-image-center > div.border {
  border-bottom: 1px solid #AAA;
  margin-bottom: 5px;
}

.icon-image {
    padding: 0px;
    margin: 2px;
    border-radius: 3px;
}

.movile-wrap {
    white-space: nowrap;
	line-height: 1.3em;
}

.videoWrapperContainer {
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movile-show {
  display: none;    
}

.show-768 {
  display:none;
}

#header-login {
  margin:5px;
}
#header-login > #logininfo {
  text-align:center;
  line-height:24px;
}

#header-login > #logininfo img {
  margin-bottom:1px;
}

#header-login > #logininfo a:link {
  padding:5px 3px;
  border:1px solid #AAA;
  background:#DDD;
  font-weight:bold;
  border-radius:5px;
}

#header-lang {
  text-align: center;
  margin-top: 8px;
  display: inline-block;
}

#header-search {
  margin:5px 2px 5px 2px;
  padding:3px 3px;
  border:1px solid #AAA;
  border-radius:5px;
  line-height: 1.9em;
  text-align:center;
}

#header-search input[type="radio"] {
  margin:3px 1px 0px 1px;
}

input[type="text"], input[type="email"], input[type="password"] {
  border: 1px solid #069; 
}

/*
#movile-lang {
  float: right;
  margin-top: 6px;
  margin-right: 5px;
}
*/

.signature-span {
  font-size: 0.8em;
  font-style: italic;
  word-break: break-word;
}

.signature-span img{
  max-height:75px;
}

/* HOVER TABLE */
	

    .hoverTable tbody td:hover {
        background-color: #E0E0E0;
    }
    .hoverTable tbody tr:hover td {
        background-color: #E0E0E0;
    }
    
.col50 {
	width: 49.6%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}

@media screen and (max-width: 1111px) {
	.col50 {
		width: 49%;
	}
} 

@media screen and (max-width: 640px) {
	.col50 {
		width: 100%;
	}
}    
    
/* RESPONSIVE GRID */
.row-responsive::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 3px;
  box-sizing: border-box;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  /* For mobiles: */
  .col-xs-1 {width: 8.33%;}
  .col-xs-2 {width: 16.66%;}
  .col-xs-3 {width: 25%;}
  .col-xs-4 {width: 33.33%;}
  .col-xs-5 {width: 41.66%;}
  .col-xs-6 {width: 50%;}
  .col-xs-7 {width: 58.33%;}
  .col-xs-8 {width: 66.66%;}
  .col-xs-9 {width: 75%;}
  .col-xs-10 {width: 83.33%;}
  .col-xs-11 {width: 91.66%;}
  .col-xs-12 {width: 100%;}
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

/* FIN RESPONSIVE GRID */    
@media (max-width: 1160px) {

  #header-publi-auto {
	clear: both;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	max-width: 100%;
	max-height: 90px;
 }
  #header-login {
    float: right;
    padding-top:5px;
  }
  #header-search {
    float: right;
  }
}    

@media (max-width: 960px) {
  .movile-show {
    display: block;
  }
  .movile-show.inline {
    display: inline;
  }
  .movile-hidden {
    display: none !important;
  }
  .mobile-cells td, .mobile-cells th {
    padding: 15px;
  }
  #menu-footer .cell {
    width: 50%;
  }
  .block-image-center .div-clearfix {
    display: none;
  }
  .block-image-center > div {
    width: 100%;
  }
  #header-publi-auto {
    clear: both;
    padding-left: 0;
	padding-right: 0;
    text-align: center;
	max-width: 100%;
    height: 90px;
  }
  #header-logo {
    float: none;
  }
  #header-logo span { 
    display: inline-block;
  }
  #header-login {
    float: right;
    padding-top:5px;
  }
  
  #header-search {
    float: right;
  }
  
/*
  a[tooltip] {
    display: none;
  }
*/  
  .movile-wrap {
    white-space: normal;
	line-height: 1.3em;
  }
  
  .postdetails img {
    max-width: 70px;
    max-height: 70px;
  }
  .name-little {
    font-size: 0.7em;
  }

  .movile-no-larger-font .nav {
	font-size: inherit;
  }
}

@media (max-width: 639px) {
img {
  padding: 2px;
}				
  #menu-footer-div {
    display: none;
  }
  .hidden-768 {
    display: none;
  }
  .show-768 {
    display:block;
  }
  .header-responsive-publi{
	height:90px;
  } 
  #header-search #header_search_field {
    width:60px;
  }
  #header-publi-auto {
    clear: both;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    min-width: 360px;
	width: 100%;
    max-height: 90px;
  }
  #header-lang {
  	margin-top: 1em;
 }
 #header-search {
  line-height: 38px;
 }
}

