﻿
    * {
	    font-family: 'Segoe UI', Tahoma, sans-serif;
	    /*Geneva, Arial, Helvetica, sans-serif;*/
	    /*font-size:   100%;*/
	    font-size: 11.5px;
	  }

	body {
        background: white;
	    margin: 0;
	    overflow:auto!important; 
	    -webkit-overflow-scrolling: touch!important;
	}
	
	h1              { font-size:1.5em; font-weight:normal;} 
	h2              { font-size:1em; font-weight:normal; font-style:italic; color:#575757 } 
	h3              { font-size:16px; font-weight:normal; color:#4e4e4e; /*line-height:1px*/ } 
	p				{ margin:1em 0; font-weight:normal; }
 
	/* use !important to override UI theme styles */
	.grey			{ background:	#999 !important; }
	.outline		{ /*border:		1px dashed #F00 !important;*/ }
	.add-padding	{ padding:		10px !important; }
	.no-padding		{ padding:		0 !important; }
	.add-scrollbar	{ overflow:		auto; }
	.no-scrollbar	{ overflow:		hidden; }
	.allow-overflow	{ overflow:		visible; }
	.full-height	{ height:		100%; }

    /* caja para bordear y resaltar determinadas zonas de las fichas */
    .options-panel {
	    -moz-border-radius: 6px;
	    -webkit-border-radius: 6px;
	    border: 1px solid #e0e0e0;
	    background: #f0f0f0;	
	    /*padding: 10px;		*/
	    /*margin-bottom: 20px;*/
	    margin:10px!Important; padding:0px 10px 10px 10px!Important
	    
    }
 
