* {
  margin:0px;
  padding:0px;
}
body {
  font-family:'Trebuchet MS',arial;
}
input, select, textarea {
  border-radius: 4px;
  padding: 5px 10px;
  border: 1px solid #C0C0C0;
}
ul {
  list-style-type:none;
}
.bg-titulos {
  background: #f4f4f4;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 12pt;
  text-align: center;
}
.p-small {
  font-size: 8pt;
}
.form-control {
  margin-top: 7px;
}
.menu-top {
  font-size: 18pt;
  margin-top: 4px;
  color: #000;
}
@media (max-width: 500px){
  .page-full {
    background: #fff url('images/bgtop2.png') no-repeat top center;
    padding: 0px !important;
    border: 1px solid #C0C0C0;
    width: 100% !important;
    margin: 0 auto;
  }
}
@media (min-width: 501px){
  .page-full {
    background: #fff url('images/bgtop2.png') no-repeat top center;
    padding: 0px !important;
    border: 1px solid #C0C0C0;
    max-width: 500px;
    margin: 0 auto;
  }
}
.header {
  
}
.header-top-title {
  font-size: 9pt;
  color: #808080;
  padding-top: 7px;
  text-align: center;
  letter-spacing: .5px;
  font-family: 'Dosis';
}
.logo {
  float: left;
  position: relative;
  width: 25%;
  padding-left: 10px;
  padding-bottom: 12px;
}
.logo img {
  height: 40px;
}
.menuicon {
  float:right;
  width:75%;
  text-align: right !important;
  padding-right: 10px;
  position:relative;
}
#menuiconul {
  display:none;
  position:absolute;
  top:35px;
  width: 88%;
  right:0px;
  z-index:100;
}
.menutiendas, .menucart {
  width: 100% !important;
}
.personal {
  max-width: 500px;
  margin: 0 auto;
  padding: 7px 2px 15px 2px;
  height: 40px;
  font-size: 9pt;
}
.noticias {
  padding: 15px 20px;
}
.noticias li {
  overflow: hidden;
  border-bottom: 1px dotted #C0C0C0;
  padding: 15px 0;
}
.noticias li img {
  float: left;
  width: 30%;
  padding-right: 15px;
}
.noticias li h4 {
  text-transform: uppercase; 
  margin-bottom: 4px;
}
.eventos {
  padding: 15px 20px;
}
.eventos li {
  overflow: hidden;
  border-bottom: 1px dotted #C0C0C0;
  padding: 15px 0;
}
.eventos li img {
  float: left;
  width: 30%;
  padding-right: 15px;
}
.eventos li h4 {
  text-transform: uppercase;
  margin-bottom: 4px;
}
.buscar {
  text-align: center;
  padding: 15px;
}
.clear {
  clear: both;
}
.productos {
  padding: 10px 20px;
}
.productos {
  margin:10px auto 20px auto;
  padding:0px;
  width:90%;
}
.productos li {
  border:1px solid #C0C0C0;
  border-radius:4px;
  padding: 10px 10px 20px 10px;
  margin-bottom: 10px;
  text-align:center;
  background:#fff;
}
.productos li img {
  margin:0 0 7px 0;
  padding:0px;
}
.submitprod {
  margin-top: 12px !important;
}
.tablegen {
  width: 100%;
}
.tablegen td {
  padding: 3px 5px 12px 5px;
}
.celltitle {

}

/*
.bgcell {
  background:#eee;
  border-radius:8px;
  -mod-border-radius:8px;
  -webkit-border-radius:8px;
  padding:7px 12px;
  margin:0 0 5px 0 !important;
}
.bgmarco {
  border:1px solid #eee;
  border-radius:15px;
  -mod-border-radius:15px;
  -webkit-border-radius:15px;
  padding:8px;
  margin:5px 0 0 0 !important;
}
.cellmin {
  font-size:1pt;
  margin:0;
  padding:2px 0;
}
h4 {
  font-size:14pt;
  font-weight:bold;
  font-family:Arial;
  margin:0 0 0 7px;
  padding:0;
}
.pedidobut {
  background:#eee;
  border:2px solid #C0C0C0;
  border-radius:10px;
  -mod-border-radius:10px;
  -webkit-border-radius:10px;
  font-size:12pt;
  font-weight:bold;
  padding:7px 20px;
}
.pedidobut:hover {
  background:#808080;
  color:#fff;
}
#marcoinput {
  border:5px solid #eee;
}
label a {
  background:#eee;
  padding:5px 10px;
  border-radius:10px;
  text-decoration:none;
  color:#3e3e3e;
}
label a:hover {
  background:#808080;
  color:#fff !important;
}
*/
