﻿

    
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:   100%;
	/*font-size:  80%;*/
	margin: 0;
	font-size:0.7em;
	overflow:auto!important; 
	-webkit-overflow-scrolling: touch!important;
	}
	
	p				{ margin:		1em 0; }


    
    ol, ul {
	    list-style: none;
    } 
    
	/* 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%; }
 
    /* Estilos de zonas de contenido */
    .titulocontenido       {float: left; width: 100%; font-size: 1.5em; font-weight: bold; margin: 10px 0px 5px 0px;}

    .subtitulocontenido    {float:left; background-color:#EBF2F7!important; height: 25px; line-height: 25px; border-bottom: 1px solid #CFDBEB!important; border-top: 1px solid #CFDBEB!important;}
