/*maquetación página de configuracion pdas */
        body
        {
            margin: 10;
            padding: 0;
            font-family: Arial, Helvetica, Verdana, sans-serif;
        }
        
        a
        {   
            color: #262626;
            /*line-height: 12px;*/
            /*text-decoration: none;*/
        }
        
        a:active, 
        a:focus, 
        a:hover, 
        a:visited
        {
            color: #A90D21;
        }
        
        OL 
        { 
        	counter-reset: item;
        	padding-left: 20px;
        }
        
        LI 
        { 
        	display: block;        	
        }
        
        LI:before 
        { 
        	content: counters(item, ".") " "; 
        	counter-increment: item;
        	font-weight: bold;
        }
        h2 
        {
            font-size: 12px;
            color: #B814F4;
        }
        h3
        {
        	color: #A90D21;
        }
        
        .one-box-home-page a,
        .one-box-home-page a img
        {
        	border: 0 none;
            outline: medium none;
        }
        
        .selector-pdas
        {
            /*font-size: 16px;	*/
        }