body {
    font-family: Muli;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
 }
.panel{
    background: #3f2e0f;
    overflow-y: scroll;
} 
.panel-reveal{
    border-right: solid 1px #999; 
    padding-top:0px;
} 
.panel .cabecera{
    background: url(../img/logoQ4.png) no-repeat top #ff8600;
    background-size: contain;
    height: 100px;
}
.panel-reveal p span,
.panel-reveal p a span,
.panel-reveal p a {
    font-size:0.9em;
    color:#fff;
    font-weight:normal;
}
.panel-reveal p a i{
    font-size:1.5em;
    color:#fff;
    font-weight:normal;
    padding-right: 8px;
}
.userPlace span,
.userPlace i{
    padding-left:10px;
    font-size:0.9em;
    color:#dfdfff;
    font-weight:normal;
}
#idEmail{
  display:block;
  padding-left:30px;
  padding-bottom: 10px;
}
.pos2{
    width:90%;
    margin-top: 10px;
}
.page-content{
    background-color: #ef8507;
}
.fa-mc{
    font-size:1.6em !important;
}
.small{
    font-size:0.67em;
    color:#999;
}
.titulo{
    font-weight: normal;
    font-size: 1.05em;
    color: #2c0e99;
}

.titulo-back{
    font-weight: bold;
    color: #3270e4;
}
.subtitulo{
    font-weight: normal;
    font-size: 0.9em;
    color: #4e9bf3;
}
.mensaje{
    font-size: 0.9em;
    color: #4b2ca0;
    background-color: #c4e1fd;
    padding: 20px;
}
.infoUser li{
    border-bottom: solid 1px #ccc;
}
.infoUser li .item-title{
    font-weight: bold;
    color:#000;
    font-size:13px;
}
.infoUser li .item-after{
    color:#222;
    font-style: italic;
    font-size:12px;
}
.myCard{
    border: solid 1px #2b2b2b;
    border-radius: 6px;
    background: linear-gradient(#616161,#030303);
    min-height: 105px;
}
.color-gris{
    color:#aaa;
}
.myCard img{
    margin:2px auto;
    max-width:50%;
}
.myCard p a{
    text-align:center;
    font-weight: bold;
}
.myCard p a i{
    font-size:2.5em;
    color: #d5f7ff;
}
.myCard p a i,
.myCard p a span{
    color:#fff;
    margin:0 auto;
    display:block;
    color:#d5f7ff;
    font-weight: lighter;
}

#map_canvas {
    width: 100%;
    height: 400px;
    border:solid 1px #333; 
    margin:0 auto;
  }
  #ubicacion{
      font-size:1.2em;
      border:solid 1px #48b2ca;
      border-radius: 10px;
      padding:3px 10px;
      margin-top:3px;
  }
  
  .miMenu ul{
    width: 100%;
    background-color:transparent !important;
  }
  .miMenu ul li a .item-media{
    min-width: 20px !important;
  }
  .miMenu ul li a .item-media i{
    color:#fff !important;
    /* margin-left:-15px; */    
    padding-left: 0px;
  }
  .miMenu ul li a .item-inner{
    /* margin-left:-25px !important; */
    font-size: 0.9em;
    color:#fff !important;
  }
.menuTitle{
    padding-left:5px !important;
}
.icono{
    font-weight: normal !important;
    font-size:1.4em;
}
.menuTitle .item-title{
    font-weight: normal !important;
    font-size:0.95em;
}
.cuadroTexto{
  background-color: #fdfdfd;
  border:solid 1px #ccc;
  border-radius: 5px;
  padding:4px;
}
.demo-card-header-pic .card-header {
    height: 60vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    text-shadow: 1px 1px 2px #222;
    font-size: 1.91em;;
  }
  .demo-card-header-pic .card-content-padding .date{
    color: #8e8e93;
  }
  #foto{
    background: url("../img/photo.png") no-repeat center;
    background-color: transparent;
    background-size: cover;
    border:none;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  #foto:active{
    border:none;
  }
  #fotoFile{
    background: url("../img/addFile.png") no-repeat center;
    background-color: transparent;
    background-size: cover;
    border:none;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  #fotoFile:active{
    border:none;
  }
  
  .page-nav{
	margin: 10px 0 0 0;
	padding: 6px;
    font-size:10px;
    color: #fff;
}

.page-nav a{
	border: none;
	padding: 6px;
	text-decoration: none;
	background-color: #ddd;
	border: thin solid #444;
	color: #000;
}

.page-nav a:hover{
	border: thin solid #444;
	background-color: #555;
	color: rgb(248, 240, 240);
}

/*this is the style for selected page number*/
.page_link{
	padding: 6px;
    border: thin solid #fff;
    border-radius: 50%;
    margin-right:2px
}
.miniRecetas a div p{
    color:#333 !important;
}


.article-dual-column {
    color:#56585b;
    background-color:#fff;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size:11px;
    padding:0 15px;
  }
  
  .article-dual-column .intro {
    font-size:16px;
    margin:0 auto 30px;
  }
  
  .article-dual-column .intro h1 {
    font-size:22px;
    margin-bottom:15px;
    padding-top:20px;
    line-height:1.5;
    color:inherit;
  }
  
  .article-dual-column .intro p {
    color:#929292;
    font-size:12px;
  }
  
  .article-dual-column .intro p .by {
    font-style:italic;
  }
  
  .article-dual-column .intro p .date {
    text-transform:uppercase;
    padding:4px 0 4px 10px;
    margin-left:10px;
    border-left:1px solid #ddd;
  }
  
  .article-dual-column .intro p a {
    color:#333;
    text-transform:uppercase;
    padding-left:3px;
  }
  
  .article-dual-column .intro img {
    margin-top:40px;
  }
  
  .article-dual-column .text p {
    margin-bottom:20px;
    line-height:1.45;
    text-align: justify;
}
  
  @media (min-width:768px) {
    .article-dual-column .text p {
      font-size:16px;
    }
  }
  
  .article-dual-column .text h2 {
    margin-top:28px;
    margin-bottom:20px;
    line-height:1.45;
    font-size:16px;
    font-weight:bold;
    color:#333;
  }
  
  @media (min-width:768px) {
    .article-dual-column .text h2 {
      font-size:20px;
    }
  }
  
  .article-dual-column .text figure {
    text-align:center;
    margin-top:30px;
    margin-bottom:20px;
  }
  
  .article-dual-column .text figure img {
    margin-bottom:12px;
    max-width:100%;
  }
  
  @media (max-width:767px) {
    .article-dual-column .toc {
      border:1px solid #d3d3d3;
      padding:20px 0 15px;
      margin-bottom:20px;
      border-width:1px 0;
    }
  }
  
  .article-dual-column .toc p {
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
  }
  
  .article-dual-column .toc ul {
    padding-left:20px;
    font-size:13px;
    margin-bottom:0;
  }
  
  .article-dual-column .toc li {
    padding:2px 0;
  }
  
  .article-dual-column .toc a {
    color:inherit;
  }


  #FileUpload
{
    
opacity: 0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 20;
    cursor: pointer;
    height: 29px;
}
#anch
{
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 10;
    width: 200px;
}



.file-button {
   position:relative;
   overflow:hidden;
}
.file-button input {
  font-size: 10000px;
  position: absolute;
  left:0;
  top:0;
  opacity:0;
}
.item-label{
  font-weight: bold !important;
}
.text-editor *>ul{
  list-style: circle !important;
}
.text-editor-toolbar{
  border:solid 1px #aaa !important;
  background-color: #d3d3d3;
}
